-
Notifications
You must be signed in to change notification settings - Fork 3.8k
Binary license management system #7998
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
47 commits
Select commit
Hold shift + click to select a range
37cddcc
Binary license management system
jihoonson 3f91d61
add missing file
jihoonson ade4847
add comment
jihoonson 49869aa
Address comments
jihoonson 9f56964
print missing licenses
jihoonson ec40876
print druid module name
jihoonson e831d37
Add missing licenses and update versions
jihoonson d984ec9
fix library versions and add missing ones. also fix pom.xml
jihoonson bc98daa
testing multi thread
jihoonson 9109329
Parallel report generation
jihoonson 22a39f5
fix build error
jihoonson 050af7c
install pyyaml and use old api
jihoonson ff22126
install python3
jihoonson cf25b6a
fix travis script
jihoonson 1632fb6
python3.6
jihoonson d9ddf83
pip
jihoonson 7b7f061
setuptools
jihoonson e4ee258
python3-setuptools
jihoonson d8fb184
address comment
jihoonson 45025bd
error on not found reports or registered licenses
jihoonson a71e276
Merge branch 'master' of github.com:druid-io/druid into auto-bin-license
jihoonson 5ae6035
removed licenses
jihoonson ad0921b
debug
jihoonson b7d8640
travis debug
jihoonson f466bbe
add missing licenses
jihoonson 7953651
travis debug
jihoonson 1e984a5
debug
jihoonson 363909d
remove debug code
jihoonson f814ee5
test build script
jihoonson a6c482a
travis debug
jihoonson 9dbf207
still debug
jihoonson b8c7521
add missing python lib
jihoonson 8bfe079
debug
jihoonson ad5a68a
debug
jihoonson 98f090f
fix travis
jihoonson f36b08e
fix travis
jihoonson 47d8d38
debug travis
jihoonson 8652ecb
flush print
jihoonson 42d9df8
print something more to keep travis alive
jihoonson 0e324bc
adjust print
jihoonson 3e8eadd
single threaded
jihoonson cf78bf2
single threaded
jihoonson bda2d90
debug
jihoonson dd524c4
debug
jihoonson 1a755cd
remove debug
jihoonson a6c4c8e
remove deprecated-2017Q4 from travis conf
jihoonson a94b160
remove comments and duplicate sudo
jihoonson 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
This file was deleted.
Oops, something went wrong.
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
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We could also ask the OS for a tmp path: https://docs.python.org/3/library/tempfile.html#tempfile.TemporaryDirectory
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is not actually a tmp path, but the directory path where the dependency reports are stored. I just kept its name as it was before.