-
Notifications
You must be signed in to change notification settings - Fork 845
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
Version 0.60.2 Release #2577
Merged
Version 0.60.2 Release #2577
Conversation
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
- Switch to SQLAlchemy ORM syntax for repo filtering - Will replace the large SQL string in repo_load_controller.py - Current implementation located in augur/api/view/utils.py - Add clearer error message when page number is incorrect on repo view - Upgrade SQLAlchemy to v2.0.17 - Required for new syntax that the old version does not support - Specifically `ilike` and `regexp_replace` Signed-off-by: Ulincsys <ulincsys@gmail.com>
Signed-off-by: Sean P. Goggins <gogginss@missouri.edu>
Signed-off-by: Sean P. Goggins <gogginss@missouri.edu>
…v-dependcy-core-patch
…to use db.config.json
Signed-off-by: Isaac Milarsky <krabs@tilde.team>
Signed-off-by: Isaac Milarsky <krabs@tilde.team>
Signed-off-by: Isaac Milarsky <krabs@tilde.team>
…cute() Signed-off-by: Isaac Milarsky <krabs@tilde.team>
… with connection object. This allows a commit to be implicit within the resulting context manager and emulates the functionality of the now removed autocommit Signed-off-by: Isaac Milarsky <krabs@tilde.team>
…nsert_data method. fix missing .begin() call in block to deal with return columns. fix dict conversion for list of rows in sqlalchemy 2.x in insert_data and contributor breadth worker Signed-off-by: Isaac Milarsky <krabs@tilde.team>
Signed-off-by: Isaac Milarsky <krabs@tilde.team>
Signed-off-by: Isaac Milarsky <krabs@tilde.team>
Signed-off-by: Isaac Milarsky <krabs@tilde.team>
…nsactions Signed-off-by: Isaac Milarsky <krabs@tilde.team>
…x method sqlalchemy Signed-off-by: Isaac Milarsky <krabs@tilde.team>
…some reason Signed-off-by: Isaac Milarsky <krabs@tilde.team>
Signed-off-by: Isaac Milarsky <krabs@tilde.team>
Signed-off-by: Shiva953 <b22070@students.iitmandi.ac.in>
Signed-off-by: Shiva953 <b22070@students.iitmandi.ac.in>
Updating SQLAlchemy_upgrade branch from dev
Signed-off-by: Isaac Milarsky <krabs@tilde.team>
Signed-off-by: Isaac Milarsky <krabs@tilde.team>
Signed-off-by: Sean P. Goggins <s@goggins.com>
Signed-off-by: Sean P. Goggins <s@goggins.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>
fixed focus field when 'register' is clicked
Signed-off-by: Isaac Milarsky <imilarsky@gmail.com>
[API] add pull_requests_new endpoint to get time series of new PRs opened
Signed-off-by: Isaac Milarsky <imilarsky@gmail.com>
Signed-off-by: Isaac Milarsky <imilarsky@gmail.com>
Signed-off-by: Isaac Milarsky <imilarsky@gmail.com>
Upgrade SQLAlchemy to 2.0.22 and Pandas to 1.5.3
Signed-off-by: Sean P. Goggins <gogginss@missouri.edu>
sgoggins
added
API
Related to Augur's metrics API
frontend
Related to the frontend
add-feature
Adds new features
labels
Nov 1, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
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.
Description
This PR fixes #2203 #2556 #2557