-
Notifications
You must be signed in to change notification settings - Fork 847
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.22.0 #1540
Merged
Merged
Release 0.22.0 #1540
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
Frontend updates from latest release to main
``` 2021-12-16 13:19:38,902,902ms [PID: 3921515] workers.pull_request_worker.9138 [DEBUG] table name is: augur_data.pull_request_review_message_ref, and columns are "pr_review_id", "msg_id", "pr_review_msg_url", "pr_review_src_id", "pr_review_msg_src_id", "pr_review_msg_node_id", "pr_review_msg_diff_hunk", "pr_review_msg_path", "pr_review_msg_position", "pr_review_msg_original_position", "pr_review_msg_commit_id", "pr_review_msg_original_commit_id", "pr_review_msg_updated_at", "pr_review_msg_html_url", "pr_url", "pr_review_msg_author_association", "pr_review_msg_start_line", "pr_review_msg_original_start_line", "pr_review_msg_start_side", "pr_review_msg_line", "pr_review_msg_original_line", "pr_review_msg_side", "tool_source", "tool_version", "data_source", "repo_id". 2021-12-16 13:19:38,903,903ms [PID: 3921515] workers.pull_request_worker.9138 [DEBUG] Bulk insert error: invalid input syntax for type bigint: "15.0" CONTEXT: COPY pull_request_review_message_ref, line 1, column pr_review_msg_original_start_line: "15.0" . exception registered 2021-12-16 13:19:38,903,903ms [PID: 3921515] workers.pull_request_worker.9138 [DEBUG] Traceback (most recent call last): File "/home/sean/github/aah/workers/worker_persistance.py", line 829, in psql_insert_copy curs.copy_expert(sql=sql, file=s_buf) psycopg2.errors.InvalidTextRepresentation: invalid input syntax for type bigint: "15.0" CONTEXT: COPY pull_request_review_message_ref, line 1, column pr_review_msg_original_start_line: "15.0" ```
Signed-off-by: Andrew Brain <[email protected]>
Signed-off-by: Andrew Brain <[email protected]>
Signed-off-by: Andrew Brain <[email protected]>
Signed-off-by: Andrew Brain <[email protected]>
Signed-off-by: Andrew Brain <[email protected]>
Signed-off-by: Andrew Brain <[email protected]>
Signed-off-by: Andrew Brain <[email protected]>
Signed-off-by: Andrew Brain <[email protected]>
added rough Fedora installation instructions.
This includes frontend fixes already in the `main` branch, as well as 2 small bug fixes related to worker_persistence error handling, and a schema update.
Signed-off-by: Andrew Brain <[email protected]>
…ain` branch that were merged. Looks like there is a difference in Andrew's branch for git integration that might make the difference here.
91 and 92 are included in the default install, so 93 is just to make it be current.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Pull Request Template