This is an automated email from the ASF dual-hosted git repository.
warren pushed a change to branch cloud-service-be-cognito
in repository https://gitbox.apache.org/repos/asf/incubator-devlake.git
from 187262977 feat(config-ui): hidden signout when token does not exist
(#4942)
add bd76b6cc4 fix: bitbucket pr_commits/pr_commits have the incorrect FK
to pr (#4939)
add 8649fc784 fix: Rename CiCDPipelineCommit.repo to repo_url (#4916)
add acda8dadd fix: Downgrade Python to 3.9 to support dbt plugin (#4946)
add a22b1ddb4 fix: Downgrade python to 3.9 (#4947)
add eb4e3ca23 Merge branch 'main' into cloud-service-be-cognito
No new revisions were added by this update.
Summary of changes:
.github/workflows/test-e2e.yml | 4 +
.github/workflows/test.yml | 2 +
backend/Dockerfile | 3 +-
...230406_rename_cicd_pipeline_commits_repo_url.go | 7 +-
backend/plugins/bitbucket/e2e/comment_test.go | 4 +-
.../_tool_bitbucket_pull_request_comments.csv | 38 +++----
.../migrationscripts/20230417_add_repo_id_to_pr.go | 114 +++++++++++++++++++++
.../bitbucket/models/migrationscripts/register.go | 1 +
backend/plugins/bitbucket/models/pr_comment.go | 6 +-
backend/plugins/bitbucket/models/pr_commit.go | 3 +-
.../bitbucket/tasks/pr_comment_convertor.go | 22 ++--
.../bitbucket/tasks/pr_comment_extractor.go | 1 +
.../plugins/bitbucket/tasks/pr_commit_convertor.go | 14 ++-
.../plugins/bitbucket/tasks/pr_commit_extractor.go | 8 +-
.../python/plugins/azuredevops/azuredevops/api.py | 4 +-
.../azuredevops/azuredevops/streams/builds.py | 44 ++++----
.../azuredevops/azuredevops/streams/jobs.py | 38 ++++---
backend/python/plugins/azuredevops/poetry.lock | 86 ++++++----------
backend/python/plugins/azuredevops/pyproject.toml | 2 +-
.../plugins/azuredevops/tests/streams_test.py | 2 +-
backend/python/pydevlake/poetry.lock | 84 ++++++---------
.../pydevlake/pydevlake/domain_layer/devops.py | 2 +-
backend/python/pydevlake/pyproject.toml | 2 +-
backend/python/requirements.txt | 6 +-
backend/python/test/fakeplugin/poetry.lock | 86 ++++++----------
backend/python/test/fakeplugin/pyproject.toml | 2 +-
devops/docker/lake-builder/Dockerfile | 2 +-
27 files changed, 321 insertions(+), 266 deletions(-)
create mode 100644
backend/plugins/bitbucket/models/migrationscripts/20230417_add_repo_id_to_pr.go