This is an automated email from the ASF dual-hosted git repository.
Startrekzky pushed a change to branch kw-deprecating-dbt
in repository https://gitbox.apache.org/repos/asf/devlake.git
from 2c4bac289 refactor: deprecating dbt plugin
add 57b2641eb fix(security): update nginx-unprivileged to 1.30.3 (#8940)
add f2de2dcb1 feat(webhook): allow closing incidents via request body
instead of url (#8939)
add bcfdfb69d fix(circleci): skip HTTP 500 on workflow/job collectors and
filter by time range (#8956)
add 88c14a2b2 fix(authentication): feature should be disabled by default
(#8951)
add 0e96ba111 fix: recover create a new connection action (#8952)
add c43696ab5 fix(azuredevops): treat 204 No Content as graceful skip in
timeline collector (#8958)
add 6f2ee9d15 Add Copilot team adoption dashboards (#8966)
add 15e34bb80 fix(jira): collect issues via search API to avoid kanban
sub-filter exclusion (#8931)
add edb9b0d99 fix(opsgenie): align access-rights error with docs (#8976)
add 7a51debd6 feat:allow claude organization support (#8978)
add ee919fa66 fix: docker file path in build-grafana-image target (#8979)
add cd7bebf64 feat(jira): Allow extra JQL when querying JIRA board (#8972)
add b67432123 Merge branch 'main' into kw-deprecating-dbt
No new revisions were added by this update.
Summary of changes:
Makefile | 2 +-
backend/helpers/oidchelper/config.go | 4 +-
backend/helpers/oidchelper/config_test.go | 7 +-
backend/plugins/azuredevops_go/tasks/shared.go | 7 +-
.../plugins/azuredevops_go/tasks/shared_test.go | 6 +
backend/plugins/circleci/tasks/job_collector.go | 10 +-
backend/plugins/circleci/tasks/shared.go | 13 +-
.../circleci/tasks/shared_test.go} | 52 ++--
.../plugins/circleci/tasks/workflow_collector.go | 10 +-
backend/plugins/claude_code/models/connection.go | 8 +
.../tasks/activity_summary_collector.go | 5 +
.../claude_code/tasks/connector_usage_collector.go | 5 +
.../claude_code/tasks/user_activity_collector.go | 23 +-
.../claude_code/tasks/user_activity_extractor.go | 195 ++++++++----
backend/plugins/jira/impl/impl.go | 3 +-
backend/plugins/jira/models/board.go | 1 +
..._jql.go => 20260611_add_sub_query_to_boards.go} | 20 +-
...o => 20260702_add_extra_jql_to_scope_config.go} | 20 +-
.../jira/models/migrationscripts/register.go | 2 +
backend/plugins/jira/models/scope_config.go | 7 +
.../jira/tasks/board_filter_begin_collector.go | 46 ++-
.../tasks/board_filter_begin_collector_test.go | 137 +++++++++
.../jira/tasks/board_filter_end_collector.go | 23 +-
backend/plugins/jira/tasks/issue_collector.go | 203 +++++++++----
backend/plugins/jira/tasks/issue_collector_test.go | 147 +++++++++
backend/plugins/jira/tasks/task_data.go | 2 +
backend/plugins/opsgenie/api/connection_api.go | 2 +-
backend/plugins/webhook/api/issues.go | 64 ++++
backend/plugins/webhook/impl/impl.go | 9 +
config-ui/Dockerfile | 2 +-
.../plugins/components/connection-form/index.tsx | 2 +-
.../plugins/components/connection-list/index.tsx | 2 +-
config-ui/src/plugins/register/jira/config.tsx | 1 +
.../src/plugins/register/jira/transformation.tsx | 22 +-
env.example | 8 +-
.../github-copilot-adoption-by-team-and-user.json | 224 ++++++++++++++
.../mysql/github-copilot-adoption-by-team.json | 330 +++++++++++++++++++++
.../github-copilot-adoption-by-team-and-user.json | 224 ++++++++++++++
.../github-copilot-adoption-by-team.json | 330 +++++++++++++++++++++
39 files changed, 1973 insertions(+), 205 deletions(-)
copy backend/{core/models/pipeline_test.go =>
plugins/circleci/tasks/shared_test.go} (50%)
copy backend/plugins/jira/models/migrationscripts/{20240111_add_filter_jql.go
=> 20260611_add_sub_query_to_boards.go} (73%)
copy
backend/plugins/jira/models/migrationscripts/{20230601_add_application_type.go
=> 20260702_add_extra_jql_to_scope_config.go} (66%)
create mode 100644
backend/plugins/jira/tasks/board_filter_begin_collector_test.go
create mode 100644
grafana/dashboards/mysql/github-copilot-adoption-by-team-and-user.json
create mode 100644
grafana/dashboards/mysql/github-copilot-adoption-by-team.json
create mode 100644
grafana/dashboards/postgresql/github-copilot-adoption-by-team-and-user.json
create mode 100644
grafana/dashboards/postgresql/github-copilot-adoption-by-team.json