This is an automated email from the ASF dual-hosted git repository.

markusb pushed a change to branch feat/ado-disabled-repos
in repository https://gitbox.apache.org/repos/asf/incubator-devlake.git


    omit 8031398f6 fix(azuredevops): add support for domain type cross
    omit 06842733e fix(azuredevops): fix broken test
    omit 3b9870cbc fix(azuredevops): revert empty entities logic
    omit a85dad31e fix(azuredevops): fix inconsistent file name
    omit 95467af3d Merge branch 'main' into feat/ado-disabled-repos
    omit 15a0545b4 feat(azuredevops): add support for disabled Azure DevOps 
repos
    omit 0a27422ef fix(azuredevops): harmonize the DomainTypes of the plugin 
tasks
    omit 211ddc0d9 feat(azuredevops): support disabled Azure DevOps Repos
     add bf5c3e9ca fix: git extractor commit rawdataorigin is empty (#7658)
     add 12164c17e fix(gitextractor): update database store, set it incremental 
by default (#7660)
     add b35575256 Add more logs and update the steps when initing app (#7662)
     add 1e093986e feat: hide dashboard icon when hiding copyright (#7669)
     add d97a773e7 feat: support configuration for dashboard url (#7670)
     add c1d74a195 feat: fix CircleCI dashboard SQLs and wording (#7673)
     add 6c479b15f feat: weekly report dashboard (#7674)
     add aefa74f38 fix: update weekly report (#7678)
     add 2d9a15245 fix: redirect url error (#7680)
     add 10b51582f fix: update the wording of the weekly report dashboard 
(#7682)
     add fdce5e089 feat(azuredevops): support disabled Azure DevOps Repos
     add f30f6a277 fix(azuredevops): harmonize the DomainTypes of the plugin 
tasks
     add 15a30bca3 feat(azuredevops): add support for disabled Azure DevOps 
repos
     add 17779a883 fix(azuredevops): fix inconsistent file name
     add c171d280b fix(azuredevops): revert empty entities logic
     add 131a32c04 fix(azuredevops): fix broken test
     add 8b794aa1d fix(azuredevops): add support for domain type cross

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (8031398f6)
            \
             N -- N -- N   refs/heads/feat/ado-disabled-repos (8b794aa1d)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 backend/core/migration/migrator.go                 |   5 +
 backend/plugins/gitextractor/models/interface.go   |   1 +
 .../plugins/gitextractor/parser/clone_gitcli.go    |  12 +
 backend/plugins/gitextractor/parser/taskdata.go    |   2 +-
 backend/plugins/gitextractor/store/csv.go          |   3 +
 backend/plugins/gitextractor/store/database.go     |  10 +-
 backend/plugins/gitextractor/tasks/repo_cloner.go  |   4 +-
 backend/server/api/api.go                          |   1 +
 backend/server/services/init.go                    |  32 +-
 backend/test/helper/client.go                      |   4 +-
 config-ui/env.example                              |   6 +
 .../components/add-connection-dialog/index.tsx     |   3 +-
 config-ui/src/routes/layout/layout.tsx             |   2 +-
 config-ui/src/routes/onboard/step-4.tsx            |   9 +-
 config-ui/src/vite-env.d.ts                        |   4 +
 grafana/dashboards/CircleCI.json                   | 110 +++-
 grafana/dashboards/WeeklyReport.json               | 716 +++++++++++++++++++++
 17 files changed, 880 insertions(+), 44 deletions(-)
 create mode 100644 grafana/dashboards/WeeklyReport.json

Reply via email to