Skip to content

Commit 9d04679

Browse files
committed
Merge branch 'master' into ryan953/seer-autofix-bulk-agent-edit
2 parents d9080b0 + 7585e12 commit 9d04679

File tree

254 files changed

+6205
-4079
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

254 files changed

+6205
-4079
lines changed

.github/CODEOWNERS

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -248,6 +248,7 @@ pnpm-lock.yaml @getsentry/owners-js-de
248248
/src/sentry/snuba/subscriptions.py @getsentry/alerts-notifications
249249
/src/sentry/snuba/tasks.py @getsentry/alerts-notifications
250250
/tests/snuba/incidents/ @getsentry/alerts-notifications
251+
/src/sentry/rules/ @getsentry/alerts-notifications
251252
/tests/sentry/rules/ @getsentry/alerts-notifications
252253
/tests/sentry/snuba/test_query_subscription_consumer.py @getsentry/alerts-notifications
253254
/tests/sentry/snuba/test_subscriptions.py @getsentry/alerts-notifications
@@ -462,11 +463,11 @@ tests/sentry/api/endpoints/test_organization_attribute_mappings.py @get
462463
/src/sentry/identity/ @getsentry/enterprise
463464

464465
/src/sentry/integrations/ @getsentry/product-owners-settings-integrations @getsentry/ecosystem
465-
/src/sentry/integrations/api/endpoints/organization_code_mapping*.py @getsentry/issue-detection-backend
466+
/src/sentry/integrations/api/endpoints/organization_code_mapping*.py @getsentry/coding-workflows-sentry-backend
466467
/src/sentry/integrations/api/endpoints/organization_coding_agents.py @getsentry/machine-learning-ai
467468
/src/sentry/integrations/coding_agent/ @getsentry/machine-learning-ai
468469
/src/sentry/integrations/utils/codecov.py @getsentry/codecov
469-
/src/sentry/integrations/utils/stacktrace_link.py @getsentry/issue-detection-backend
470+
/src/sentry/integrations/utils/stacktrace_link.py @getsentry/coding-workflows-sentry-backend
470471

471472
/src/sentry/mail/ @getsentry/alerts-notifications
472473
/src/sentry/notifications/ @getsentry/alerts-notifications @getsentry/ecosystem
@@ -609,6 +610,7 @@ tests/sentry/api/endpoints/test_organization_attribute_mappings.py @get
609610
/static/app/gettingStartedDocs/ @getsentry/value-discovery
610611
/static/app/types/project.tsx @getsentry/value-discovery
611612
/static/app/views/onboarding/ @getsentry/value-discovery
613+
/tests/acceptance/test_scm_onboarding.py @getsentry/value-discovery
612614
/tests/js/fixtures/detectedPlatform.ts @getsentry/value-discovery
613615
/static/app/views/projectInstall/ @getsentry/value-discovery
614616
/src/sentry/onboarding_tasks/ @getsentry/value-discovery
@@ -643,15 +645,14 @@ tests/sentry/api/endpoints/test_organization_attribute_mappings.py @get
643645
/src/sentry/api/helpers/group_index/ @getsentry/issue-workflow
644646
/src/sentry/api/helpers/source_map_helper.py @getsentry/issue-workflow
645647
/src/sentry/api/endpoints/ @getsentry/issue-workflow
646-
/src/sentry/rules/ @getsentry/issue-detection-backend
647648
/src/sentry/processing_errors/ @getsentry/issue-detection-backend
648649
/src/sentry/api/helpers/group_index/delete.py @getsentry/issue-detection-backend
649650
/src/sentry/deletions/defaults/group.py @getsentry/issue-detection-backend
650651
/src/sentry/deletions/tasks/groups.py @getsentry/issue-detection-backend
651652
/src/sentry/event_manager.py @getsentry/issue-detection-backend
652653
/src/sentry/eventstore/models.py @getsentry/issue-detection-backend
653654
/src/sentry/grouping/ @getsentry/issue-detection-backend
654-
/src/sentry/issues/auto_source_code_config/ @getsentry/issue-detection-backend
655+
/src/sentry/issues/auto_source_code_config/ @getsentry/coding-workflows-sentry-backend
655656
/src/sentry/issues/endpoints/related_issues.py @getsentry/issue-detection-backend
656657
/src/sentry/issues/ingest.py @getsentry/issue-detection-backend
657658
/src/sentry/issues/issue_occurrence.py @getsentry/issue-detection-backend
@@ -671,16 +672,16 @@ tests/sentry/api/endpoints/test_organization_attribute_mappings.py @get
671672
/src/sentry/tasks/auto_ongoing_issues.py @getsentry/issue-detection-backend
672673
/src/sentry/tasks/auto_remove_inbox.py @getsentry/issue-detection-backend
673674
/src/sentry/tasks/auto_resolve_issues.py @getsentry/issue-detection-backend
674-
/src/sentry/tasks/auto_source_code_config.py @getsentry/issue-detection-backend
675+
/src/sentry/tasks/auto_source_code_config.py @getsentry/coding-workflows-sentry-backend
675676
/src/sentry/tasks/check_new_issue_threshold_met.py @getsentry/issue-detection-backend
676677
/src/sentry/tasks/clear_expired_resolutions.py @getsentry/issue-detection-backend
677678
/src/sentry/tasks/clear_expired_rulesnoozes.py @getsentry/issue-detection-backend
678679
/src/sentry/tasks/clear_expired_snoozes.py @getsentry/issue-detection-backend
679-
/src/sentry/tasks/codeowners/ @getsentry/issue-detection-backend
680-
/src/sentry/tasks/commit_context.py @getsentry/issue-detection-backend
680+
/src/sentry/tasks/codeowners/ @getsentry/coding-workflows-sentry-backend
681+
/src/sentry/tasks/commit_context.py @getsentry/coding-workflows-sentry-backend
681682
/src/sentry/tasks/seer/delete_seer_grouping_records.py @getsentry/issue-detection-backend
682683
/src/sentry/tasks/embeddings_grouping/ @getsentry/issue-detection-backend
683-
/src/sentry/tasks/groupowner.py @getsentry/issue-detection-backend
684+
/src/sentry/tasks/groupowner.py @getsentry/coding-workflows-sentry-backend
684685
/src/sentry/tasks/merge.py @getsentry/issue-detection-backend
685686
/src/sentry/tasks/unmerge.py @getsentry/issue-detection-backend
686687
/src/sentry/tasks/weekly_escalating_forecast.py @getsentry/issue-detection-backend
@@ -703,7 +704,7 @@ tests/sentry/api/endpoints/test_organization_attribute_mappings.py @get
703704
/tests/sentry/deletions/test_group.py @getsentry/issue-detection-backend
704705
/tests/sentry/event_manager/ @getsentry/issue-detection-backend
705706
/tests/sentry/grouping/ @getsentry/issue-detection-backend
706-
/tests/sentry/issues/auto_source_code_config/ @getsentry/issue-detection-backend
707+
/tests/sentry/issues/auto_source_code_config/ @getsentry/coding-workflows-sentry-backend
707708
/tests/sentry/issues/endpoints/ @getsentry/issue-workflow
708709
/tests/sentry/issues/endpoints/test_related_issues.py @getsentry/issue-detection-backend
709710
/tests/sentry/issues/test_ingest.py @getsentry/issue-detection-backend
@@ -726,9 +727,9 @@ tests/sentry/api/endpoints/test_organization_attribute_mappings.py @get
726727
/tests/sentry/tasks/test_clear_expired_resolutions.py @getsentry/issue-detection-backend
727728
/tests/sentry/tasks/test_clear_expired_rulesnoozes.py @getsentry/issue-detection-backend
728729
/tests/sentry/tasks/test_clear_expired_snoozes.py @getsentry/issue-detection-backend
729-
/tests/sentry/tasks/test_code_owners.py @getsentry/issue-detection-backend
730-
/tests/sentry/tasks/test_commit_context.py @getsentry/issue-detection-backend
731-
/tests/sentry/tasks/test_groupowner.py @getsentry/issue-detection-backend
730+
/tests/sentry/tasks/test_code_owners.py @getsentry/coding-workflows-sentry-backend
731+
/tests/sentry/tasks/test_commit_context.py @getsentry/coding-workflows-sentry-backend
732+
/tests/sentry/tasks/test_groupowner.py @getsentry/coding-workflows-sentry-backend
732733
/tests/sentry/tasks/test_merge.py @getsentry/issue-detection-backend
733734
/tests/sentry/tasks/test_post_process.py @getsentry/issue-detection-backend
734735
/tests/sentry/tasks/test_weekly_escalating_forecast.py @getsentry/issue-detection-backend

.github/workflows/backend-selective.yml

Lines changed: 0 additions & 277 deletions
This file was deleted.

0 commit comments

Comments
 (0)