-
Notifications
You must be signed in to change notification settings - Fork 851
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
Merge Main into Dev #2695
Merged
Merged
Merge Main into Dev #2695
Changes from all commits
Commits
Show all changes
18 commits
Select commit
Hold shift + click to select a range
788b75c
Merge pull request #2665 from chaoss/dev
sgoggins 84ab7b0
Fixing Errant Nulls in PR Reports Query
sgoggins f31063d
Merge pull request #2682 from chaoss/viz-api-patch-11
sgoggins 8fb7f5a
add rabbitmq docker configuration
GaryPWhite ef12fcb
added default environment variables
GaryPWhite a3cfd8c
Merge pull request #2684 from GaryPWhite/main
sgoggins 27b8eb0
Updating versioning for release publication
sgoggins cc5921f
Merge pull request #2685 from chaoss/version-bump-0.62.2
sgoggins e57331c
Fix typo in query string
ABrain7710 f10821e
Merge pull request #2687 from chaoss/hotfix-typo-in-query
sgoggins 10054f1
Update README.md
sgoggins 190de69
docker-compose -> docker compose
GaryPWhite 047889e
Merge pull request #2690 from GaryPWhite/main
sgoggins 35e4ef2
Update README.md
sgoggins b315f1c
Update metadata.py
sgoggins 5b7fe81
updated Dockerfile Augur versions
sgoggins c948c9b
Merge pull request #2691 from chaoss/version62.4-update
sgoggins 4f3688a
merge conflict
IsaacMilarky 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
FROM rabbitmq:3.12-management-alpine | ||
|
||
LABEL maintainer="574/augur@simplelogin.com" | ||
LABEL version="0.62.4" | ||
|
||
COPY --chown=rabbitmq:rabbitmq ./docker/rabbitmq/augur.conf /etc/rabbitmq/conf.d/ | ||
|
||
RUN chmod 777 /etc/rabbitmq/conf.d/augur.conf | ||
|
||
RUN touch /etc/rabbitmq/advanced.config \ | ||
&& chmod 544 /etc/rabbitmq/advanced.config \ | ||
&& echo '[ {rabbit, [ {consumer_timeout, undefined} ]} ].' >> /etc/rabbitmq/advanced.config |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
default_vhost = augur_vhost | ||
|
||
default_permissions.configure = .* | ||
default_permissions.read = .* | ||
default_permissions.write = .* | ||
|
||
default_user_tags.administrator = true | ||
default_user_tags.augur = true | ||
default_user_tags.augurTag = true | ||
|
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 🐶
W0511: TODO: Isaac needs to normalize the status's to be abstract in the (fixme)