-
Notifications
You must be signed in to change notification settings - Fork 848
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
Docker dev fix: Fixes to commit comments and events #2891
Merged
Merged
Changes from 26 commits
Commits
Show all changes
38 commits
Select commit
Hold shift + click to select a range
c7d44e5
collection tweak
sgoggins faa9eb1
update to collection
sgoggins 6d4207e
updated docker schema
sgoggins ca7aeef
update docker config
sgoggins 22c6848
docker updates
sgoggins 5a14c42
got GeckoDriver running in Docker
sgoggins cd17dd3
path update to docker file
sgoggins 24574eb
dockerfile update
sgoggins 1860246
still fidling with chromedriver or geckodriver in docker
sgoggins 2e0ab6d
update with new webdriver approach
sgoggins 4cf43c5
still sorting out image generation
sgoggins 8972c72
Handle url not found in contributor breadth worker
ABrain7710 258bda2
Merge pull request #2883 from chaoss/dev
sgoggins f39b5c9
Merge pull request #2884 from chaoss/dev-fixes
sgoggins 9eb4b61
docker fun
sgoggins c066c92
failed docker config
sgoggins 508091d
saving failed config
sgoggins 9b66215
Docker compose script now workinggit add docker/
sgoggins c4c4344
removed old file
sgoggins 86b96bd
debugging a couple errors. One with a missing import, the other tryin…
sgoggins fe5f4b5
possible fix for commit messages
sgoggins 1d1b53e
changed page_count > 300 to a warning instead of an exception
sgoggins 76391ce
updated unterminated string error
sgoggins 39b5624
Fixing NPM
sgoggins f1e5b96
events page count seems to top out at 1,000, not 300
sgoggins 7a2b134
update to events to use correct column name
sgoggins 5d93762
update to augur event collection
sgoggins a49870c
logging event so we know what's supposed to be there
sgoggins 39b8efb
Looking at event logs, it appears that issue is not always contained …
sgoggins d63b13c
fixing pickling error caused by not consistently importing our Metada…
sgoggins 0aa2662
additional update for when issue is not an object in an event respons…
sgoggins 9601c73
Trying to fix issue when the committer count API returns no value on …
sgoggins 67c13e3
exception handling
sgoggins e63aa48
trying to fix the empty committer count issue
sgoggins e879b26
added some comments explaining the query_committers_count method changes
sgoggins b5af4ac
Making repo GONE log message more clear.
sgoggins 9aee7ab
Working to get more information on this error:
sgoggins eb4fa84
formatting exception for OpenSSF Scorecard pickling error more typically
sgoggins 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 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 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 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 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 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 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 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 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 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 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 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 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 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.
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.
[pylint] reported by reviewdog 🐶
W0611: Unused import traceback (unused-import)