-
Notifications
You must be signed in to change notification settings - Fork 846
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
Augur release 0.76.2 Updates to Dev #2908
Closed
Closed
Changes from all commits
Commits
Show all changes
32 commits
Select commit
Hold shift + click to select a range
c5d67e8
Create CITATION.cff
sgoggins d20b6b5
Update CITATION.cff
sgoggins b9102f1
Update CITATION.cff
sgoggins 70c2eec
Update CITATION.cff
sgoggins 6ffbcc4
Merge pull request #2903 from chaoss/dev
sgoggins fe11b0e
Update new-install.md
sgoggins f0742b7
Merge branch 'main' into augur-release-0.76.2
sgoggins c0ac99a
add step to fetch commit messages from older collection
IsaacMilarky 7dd6fca
docs
sgoggins 07d4e92
forgot to add insert
IsaacMilarky 0871478
missing list clear
IsaacMilarky 4d27403
update
sgoggins e6c13da
install go update:
sgoggins d6c2bb8
update
sgoggins 1f9f16c
syntax error on scripts fixed
sgoggins f8ef748
hmmm
sgoggins 0da43e8
syntax
sgoggins 25277fd
update version
sgoggins e73bed5
README update
sgoggins 51cebaa
Checkout requisite change from a1f3f8d078
Ulincsys 47df77d
Update script with FF changes
Ulincsys 29221ac
Simplify finding go
Ulincsys 337b2c5
Merge pull request #2905 from chaoss/add-missing-git-messages-facade
sgoggins 58427ab
Merge pull request #2907 from chaoss/release-0.76.2-fix-install
sgoggins 29c4ec1
update
sgoggins 0bc34b7
bug fixing
sgoggins 0707b22
update
sgoggins 30bbfc7
update debug
sgoggins f220b8c
update
sgoggins 9c2fd1b
update
sgoggins 7546a68
update
sgoggins ef39e84
libyear API endpoint added
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
# This CITATION.cff reference content was generated from Zotero. | ||
cff-version: 1.2.0 | ||
message: "If you use this software, please cite it as below." | ||
authors: | ||
- family-names: Goggins | ||
given-names: Sean | ||
- family-names: Lumbard | ||
given-names: Kevin | ||
- family-names: Germonprez | ||
given-names: Matt | ||
title: "Open Source Community Health: Analytical Metrics and Their Corresponding Narratives" | ||
doi: 10.1109/SoHeal52568.2021.00010 | ||
date-released: 2021 | ||
url: https://www.seangoggins.net/wp-content/plugins/zotpress/lib/request/request.dl.php?api_user_id=655145&dlkey=HNG22ZSU&content_type=application/pdf |
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,6 @@ | ||
#Troubleshooting RabbitMQ Issues: | ||
|
||
set rabbitmq consumer timeout to 200 hours | ||
``` | ||
sudo rabbitmqctl eval 'application:set_env(rabbit, consumer_timeout, 720000000).' | ||
``` |
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 🐶
W0702: No exception type(s) specified (bare-except)