This is an automated email from the ASF dual-hosted git repository.
mintsweet pushed a change to branch refactor-6199
in repository https://gitbox.apache.org/repos/asf/incubator-devlake.git
discard ef82ecf77 refactor(config-ui): unified API type definitions and exports
add 6eaf61988 fix(plugins): update connection scope config helper, set
connection id by default (#6210)
add 5f9149e29 fix(config-ui): some bugs (#6216)
add 61be3cd42 GitHub skipped jobs collected by GraphQL is not handled
properly (#6217)
add 162ad68ab fix: pagerduty remote scopes missing fullName (#6218)
add adf335f59 fix: incremental=true when use CollectUnfinishedDetails and
fix jenki… (#6219)
add d3cd816aa fix(config-ui): the jenkins scope id changed (#6222)
add c0217b04f fix(helper): fix api resp when getting scopes (#6223)
add 846f1b320 fix(config-ui): missed full name in some plugins (#6225)
add b81150b4e Adjust grafana datasource (#6227)
add d21b68d4e fix(config-ui): adjust the config for nginx (#6226)
add a773ce78f fix(helper): update `ScopeRes` struct, fix empty time field
when deco… (#6230)
add 080e976de fix(config-ui): reset the scope API that differentiates
plugins (#6235)
add d96f2e4b8 refactor(config-ui): unified API type definitions and exports
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 (ef82ecf77)
\
N -- N -- N refs/heads/refactor-6199 (d96f2e4b8)
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:
...ader-check.yml => grafana-dashboards-check.yml} | 20 +-
backend/core/models/common/base.go | 8 +-
.../pluginhelper/api/api_collector_with_state.go | 2 +-
.../pluginhelper/api/scope_config_helper.go | 23 +-
.../pluginhelper/api/scope_generic_helper.go | 23 +-
backend/plugins/bamboo/api/init.go | 4 +-
backend/plugins/bamboo/models/scope_config.go | 5 +
backend/plugins/bitbucket/api/init.go | 4 +-
backend/plugins/bitbucket/models/scope_config.go | 5 +
backend/plugins/circleci/api/init.go | 4 +-
backend/plugins/circleci/models/scope_config.go | 5 +
backend/plugins/github/tasks/cicd_job_convertor.go | 2 +-
backend/plugins/github/tasks/cicd_run_collector.go | 36 +--
backend/plugins/jenkins/api/init.go | 4 +-
backend/plugins/jenkins/models/scope_config.go | 5 +
backend/plugins/jenkins/tasks/build_collector.go | 48 +--
backend/plugins/jira/api/init.go | 4 +-
backend/plugins/jira/models/scope_config.go | 5 +
backend/plugins/pagerduty/api/remote.go | 8 +-
backend/plugins/tapd/api/init.go | 4 +-
backend/plugins/tapd/models/scope_config.go | 5 +
backend/plugins/trello/api/init.go | 4 +-
backend/plugins/trello/models/scope_config.go | 5 +
backend/plugins/zentao/api/init.go | 4 +-
backend/plugins/zentao/models/scope_config.go | 5 +
backend/server/services/remote/plugin/scope_api.go | 2 +-
config-ui/nginx.conf | 1 +
config-ui/src/api/scope/types.ts | 2 +-
.../src/components/tooltip/text-tooltip/index.tsx | 21 +-
config-ui/src/config/cron.ts | 2 +-
.../pages/blueprint/connection-detail/index.tsx | 20 +-
config-ui/src/pages/connection/detail/index.tsx | 28 +-
.../data-scope-remote/data-scope-remote.tsx | 4 +-
.../components/data-scope-remote/search-local.tsx | 3 +-
.../components/data-scope-remote/search-remote.tsx | 8 +-
.../plugins/components/data-scope-select/index.tsx | 49 ++--
.../register/webook/components/create-dialog.tsx | 2 +-
config-ui/src/plugins/utils.ts | 2 +-
grafana/dashboards/AzureDevOps.json | 95 ++----
grafana/dashboards/Bamboo.json | 85 ++----
grafana/dashboards/DORAByTeam.json | 95 ++----
grafana/dashboards/DORADebug.json | 325 +++++----------------
grafana/dashboards/EngineeringOverview.json | 200 +++----------
grafana/dashboards/GitHub.json | 195 +++----------
grafana/dashboards/PagerDuty.json | 95 ++----
grafana/dashboards/WeeklyBugRetro.json | 165 +++--------
grafana/dashboards/WeeklyCommunityRetro.json | 205 +++----------
47 files changed, 470 insertions(+), 1376 deletions(-)
copy .github/workflows/{asf-header-check.yml => grafana-dashboards-check.yml}
(70%)