-
Notifications
You must be signed in to change notification settings - Fork 11
fix: critical and high priority issues, feat: new features #11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
17 commits
Select commit
Hold shift + click to select a range
3281443
fix: critical and high priority issues
Neo23x0 0175e72
refactor: improve upload retry logic and enhance file exclusion checks
Neo23x0 8b6ecb5
docs: update README.md with enhanced file filtering logic and trouble…
Neo23x0 1182677
fix: increase required go version
Neo23x0 a2b28b7
refactor: replace io.ReadAll with ioutil.ReadAll for consistency
Neo23x0 dea2ea7
docs: update README.md to reflect Go version compatibility changes
Neo23x0 fbcf0e6
feat: add dry-run mode and enhance collection statistics
Neo23x0 ea09a27
feat: enhance file exclusion handling and logging
Neo23x0 989f7e4
Update .gitignore
Neo23x0 26d62c8
refactor: improve collection statistics handling and clean up Makefile
Neo23x0 080f01e
refactor: enhance comments and improve cache management in collector
Neo23x0 74a0e06
refactor: remove duplicate file detection logic and clean up collector
Neo23x0 b0f2435
refactor: improve debug logging and thread handling in collector
Neo23x0 5800b83
refactor: improve thread safety and logging in collector
Neo23x0 0825e76
fix: formatting
Neo23x0 ab11e1b
fix: review timing measurement and wording
gremat f3a3734
feat: enable Windows XP and Windows 7 support
gremat File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,3 +1,4 @@ | ||
| curl.exe | ||
| settings.json | ||
| *.log | ||
| go/dist/* |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -24,6 +24,6 @@ test: | |
| go test -cover ./... | ||
|
|
||
| clean: | ||
| rm -r bin | ||
| rm -rf bin | ||
|
|
||
| .PHONY: all clean | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.