-
Notifications
You must be signed in to change notification settings - Fork 850
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
Release 0.50.3 #2426
Release 0.50.3 #2426
Conversation
Documentation Update: Quickstart
Migration patch
Signed-off-by: Isaac Milarsky <imilarsky@gmail.com>
Signed-off-by: Isaac Milarsky <imilarsky@gmail.com>
Improved error handling when cloning repositories
Signed-off-by: Andrew Brain <andrewbrain2019@gmail.com>
Signed-off-by: Andrew Brain <andrewbrain2019@gmail.com>
Signed-off-by: Andrew Brain <andrewbrain2019@gmail.com>
Signed-off-by: Andrew Brain <andrewbrain2019@gmail.com>
Signed-off-by: Isaac Milarsky <imilarsky@gmail.com>
Signed-off-by: Isaac Milarsky <imilarsky@gmail.com>
Signed-off-by: Isaac Milarsky <imilarsky@gmail.com>
Signed-off-by: Isaac Milarsky <imilarsky@gmail.com>
No valid Github API keys fix
default materialized view refresh for every 7 days
Signed-off-by: Isaac Milarsky <imilarsky@gmail.com>
Handle GitHub API 204 response
Signed-off-by: Isaac Milarsky <imilarsky@gmail.com>
…otal virtual memory Signed-off-by: Isaac Milarsky <imilarsky@gmail.com>
Signed-off-by: Isaac Milarsky <imilarsky@gmail.com>
Signed-off-by: Isaac Milarsky <imilarsky@gmail.com>
Scale celery memory use to system's available memory
Signed-off-by: Isaac Milarsky <imilarsky@gmail.com>
Signed-off-by: Isaac Milarsky <imilarsky@gmail.com>
Signed-off-by: Andrew Brain <andrewbrain2019@gmail.com>
add password reset command
Repo group casing fix
Protect against sql injection
Documentation updates made to main but not dev
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.
LGTM
@@ -578,6 +596,10 @@ def get_favorite_groups(self, session): | |||
return None, {"status": "Error when trying to get favorite groups"} | |||
|
|||
return groups, {"status": "Success"} | |||
|
|||
@staticmethod | |||
def compute_hashsed_password(password): |
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.
Minor spelling issue, should probably be compute_hashed_password. Not a super serious thing though.
Signed-off-by: Isaac Milarsky <krabs@tilde.team>
- fix PostgreSQL 15 permissions - fix AVX on VMs - start SQL SSL connection and RabbitMQ server Signed-off-by: Seltyk <whhacker.dcx@gmail.com>
- see previous commit; they're matched Signed-off-by: Seltyk <whhacker.dcx@gmail.com>
Signed-off-by: Isaac Milarsky <krabs@tilde.team>
Add testing fixtures for easy database creation and deletion
[docs] Address missing installation details
Signed-off-by: Isaac Milarsky <imilarsky@gmail.com>
Signed-off-by: Isaac Milarsky <imilarsky@gmail.com>
Signed-off-by: Isaac Milarsky <imilarsky@gmail.com>
Update documentation to more closely reflect new celery data collection
Add old linux badge worker functionality back to augur
Signed-off-by: Isaac Milarsky <krabs@tilde.team>
Signed-off-by: Seltyk <whhacker.dcx@gmail.com>
Quickly add repos to group if they already exist
[docs] Clarify prompts during `make install`
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.
LGTM
Description