Skip to content

Commit aa18de9

Browse files
committed
Merge remote-tracking branch 'origin/master' into yuvmen/feat/lightweight-rca-cluster
# Conflicts: # src/sentry/seer/signed_seer_api.py
2 parents ce103c2 + 6af5951 commit aa18de9

File tree

560 files changed

+14998
-11261
lines changed

Some content is hidden

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

560 files changed

+14998
-11261
lines changed

.github/CODEOWNERS

Lines changed: 14 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
@@ -438,6 +439,7 @@ tests/sentry/api/endpoints/test_organization_attribute_mappings.py @get
438439
/static/app/components/loading/ @getsentry/app-frontend
439440
/static/app/components/events/interfaces/ @getsentry/app-frontend
440441
/static/app/components/forms/ @getsentry/app-frontend
442+
/static/app/components/markdownTextArea.tsx @getsentry/app-frontend
441443
/static/app/locale.tsx @getsentry/app-frontend
442444
## End of Frontend
443445

@@ -462,11 +464,11 @@ tests/sentry/api/endpoints/test_organization_attribute_mappings.py @get
462464
/src/sentry/identity/ @getsentry/enterprise
463465

464466
/src/sentry/integrations/ @getsentry/product-owners-settings-integrations @getsentry/ecosystem
465-
/src/sentry/integrations/api/endpoints/organization_code_mapping*.py @getsentry/issue-detection-backend
467+
/src/sentry/integrations/api/endpoints/organization_code_mapping*.py @getsentry/coding-workflows-sentry-backend
466468
/src/sentry/integrations/api/endpoints/organization_coding_agents.py @getsentry/machine-learning-ai
467469
/src/sentry/integrations/coding_agent/ @getsentry/machine-learning-ai
468470
/src/sentry/integrations/utils/codecov.py @getsentry/codecov
469-
/src/sentry/integrations/utils/stacktrace_link.py @getsentry/issue-detection-backend
471+
/src/sentry/integrations/utils/stacktrace_link.py @getsentry/coding-workflows-sentry-backend
470472

471473
/src/sentry/mail/ @getsentry/alerts-notifications
472474
/src/sentry/notifications/ @getsentry/alerts-notifications @getsentry/ecosystem
@@ -609,6 +611,7 @@ tests/sentry/api/endpoints/test_organization_attribute_mappings.py @get
609611
/static/app/gettingStartedDocs/ @getsentry/value-discovery
610612
/static/app/types/project.tsx @getsentry/value-discovery
611613
/static/app/views/onboarding/ @getsentry/value-discovery
614+
/tests/acceptance/test_scm_onboarding.py @getsentry/value-discovery
612615
/tests/js/fixtures/detectedPlatform.ts @getsentry/value-discovery
613616
/static/app/views/projectInstall/ @getsentry/value-discovery
614617
/src/sentry/onboarding_tasks/ @getsentry/value-discovery
@@ -643,15 +646,14 @@ tests/sentry/api/endpoints/test_organization_attribute_mappings.py @get
643646
/src/sentry/api/helpers/group_index/ @getsentry/issue-workflow
644647
/src/sentry/api/helpers/source_map_helper.py @getsentry/issue-workflow
645648
/src/sentry/api/endpoints/ @getsentry/issue-workflow
646-
/src/sentry/rules/ @getsentry/issue-detection-backend
647649
/src/sentry/processing_errors/ @getsentry/issue-detection-backend
648650
/src/sentry/api/helpers/group_index/delete.py @getsentry/issue-detection-backend
649651
/src/sentry/deletions/defaults/group.py @getsentry/issue-detection-backend
650652
/src/sentry/deletions/tasks/groups.py @getsentry/issue-detection-backend
651653
/src/sentry/event_manager.py @getsentry/issue-detection-backend
652654
/src/sentry/eventstore/models.py @getsentry/issue-detection-backend
653655
/src/sentry/grouping/ @getsentry/issue-detection-backend
654-
/src/sentry/issues/auto_source_code_config/ @getsentry/issue-detection-backend
656+
/src/sentry/issues/auto_source_code_config/ @getsentry/coding-workflows-sentry-backend
655657
/src/sentry/issues/endpoints/related_issues.py @getsentry/issue-detection-backend
656658
/src/sentry/issues/ingest.py @getsentry/issue-detection-backend
657659
/src/sentry/issues/issue_occurrence.py @getsentry/issue-detection-backend
@@ -671,16 +673,16 @@ tests/sentry/api/endpoints/test_organization_attribute_mappings.py @get
671673
/src/sentry/tasks/auto_ongoing_issues.py @getsentry/issue-detection-backend
672674
/src/sentry/tasks/auto_remove_inbox.py @getsentry/issue-detection-backend
673675
/src/sentry/tasks/auto_resolve_issues.py @getsentry/issue-detection-backend
674-
/src/sentry/tasks/auto_source_code_config.py @getsentry/issue-detection-backend
676+
/src/sentry/tasks/auto_source_code_config.py @getsentry/coding-workflows-sentry-backend
675677
/src/sentry/tasks/check_new_issue_threshold_met.py @getsentry/issue-detection-backend
676678
/src/sentry/tasks/clear_expired_resolutions.py @getsentry/issue-detection-backend
677679
/src/sentry/tasks/clear_expired_rulesnoozes.py @getsentry/issue-detection-backend
678680
/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
681+
/src/sentry/tasks/codeowners/ @getsentry/coding-workflows-sentry-backend
682+
/src/sentry/tasks/commit_context.py @getsentry/coding-workflows-sentry-backend
681683
/src/sentry/tasks/seer/delete_seer_grouping_records.py @getsentry/issue-detection-backend
682684
/src/sentry/tasks/embeddings_grouping/ @getsentry/issue-detection-backend
683-
/src/sentry/tasks/groupowner.py @getsentry/issue-detection-backend
685+
/src/sentry/tasks/groupowner.py @getsentry/coding-workflows-sentry-backend
684686
/src/sentry/tasks/merge.py @getsentry/issue-detection-backend
685687
/src/sentry/tasks/unmerge.py @getsentry/issue-detection-backend
686688
/src/sentry/tasks/weekly_escalating_forecast.py @getsentry/issue-detection-backend
@@ -703,7 +705,7 @@ tests/sentry/api/endpoints/test_organization_attribute_mappings.py @get
703705
/tests/sentry/deletions/test_group.py @getsentry/issue-detection-backend
704706
/tests/sentry/event_manager/ @getsentry/issue-detection-backend
705707
/tests/sentry/grouping/ @getsentry/issue-detection-backend
706-
/tests/sentry/issues/auto_source_code_config/ @getsentry/issue-detection-backend
708+
/tests/sentry/issues/auto_source_code_config/ @getsentry/coding-workflows-sentry-backend
707709
/tests/sentry/issues/endpoints/ @getsentry/issue-workflow
708710
/tests/sentry/issues/endpoints/test_related_issues.py @getsentry/issue-detection-backend
709711
/tests/sentry/issues/test_ingest.py @getsentry/issue-detection-backend
@@ -726,9 +728,9 @@ tests/sentry/api/endpoints/test_organization_attribute_mappings.py @get
726728
/tests/sentry/tasks/test_clear_expired_resolutions.py @getsentry/issue-detection-backend
727729
/tests/sentry/tasks/test_clear_expired_rulesnoozes.py @getsentry/issue-detection-backend
728730
/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
731+
/tests/sentry/tasks/test_code_owners.py @getsentry/coding-workflows-sentry-backend
732+
/tests/sentry/tasks/test_commit_context.py @getsentry/coding-workflows-sentry-backend
733+
/tests/sentry/tasks/test_groupowner.py @getsentry/coding-workflows-sentry-backend
732734
/tests/sentry/tasks/test_merge.py @getsentry/issue-detection-backend
733735
/tests/sentry/tasks/test_post_process.py @getsentry/issue-detection-backend
734736
/tests/sentry/tasks/test_weekly_escalating_forecast.py @getsentry/issue-detection-backend

.github/codeowners-coverage-baseline.txt

Lines changed: 0 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -253,11 +253,6 @@ src/sentry/stacktraces/processing.py
253253
src/sentry/status_checks/__init__.py
254254
src/sentry/status_checks/base.py
255255
src/sentry/status_checks/warnings.py
256-
src/sentry/synapse/__init__.py
257-
src/sentry/synapse/endpoints/__init__.py
258-
src/sentry/synapse/endpoints/authentication.py
259-
src/sentry/synapse/endpoints/org_cell_mappings.py
260-
src/sentry/synapse/paginator.py
261256
src/sentry/tagstore/__init__.py
262257
src/sentry/tagstore/base.py
263258
src/sentry/tagstore/exceptions.py
@@ -643,18 +638,6 @@ static/app/components/events/eventTagsAndScreenshot/tags.tsx
643638
static/app/components/events/eventViewHierarchy.spec.tsx
644639
static/app/components/events/eventViewHierarchy.tsx
645640
static/app/components/events/eventXrayDiff.tsx
646-
static/app/components/events/groupingInfo/groupingComponent.tsx
647-
static/app/components/events/groupingInfo/groupingComponentChildren.tsx
648-
static/app/components/events/groupingInfo/groupingComponentFrames.tsx
649-
static/app/components/events/groupingInfo/groupingComponentStacktrace.tsx
650-
static/app/components/events/groupingInfo/groupingInfo.tsx
651-
static/app/components/events/groupingInfo/groupingInfoSection.spec.tsx
652-
static/app/components/events/groupingInfo/groupingInfoSection.tsx
653-
static/app/components/events/groupingInfo/groupingSummary.tsx
654-
static/app/components/events/groupingInfo/groupingVariant.spec.tsx
655-
static/app/components/events/groupingInfo/groupingVariant.tsx
656-
static/app/components/events/groupingInfo/useEventGroupingInfo.tsx
657-
static/app/components/events/groupingInfo/utils.tsx
658641
static/app/components/events/meta/annotatedText/annotatedTextErrors.tsx
659642
static/app/components/events/meta/annotatedText/annotatedTextValue.tsx
660643
static/app/components/events/meta/annotatedText/filteredAnnotatedTextValue.tsx
@@ -789,8 +772,6 @@ static/app/components/list/index.tsx
789772
static/app/components/list/listItem.tsx
790773
static/app/components/list/utils.tsx
791774
static/app/components/listGroup.tsx
792-
static/app/components/loading/loadingContainer.spec.tsx
793-
static/app/components/loading/loadingContainer.tsx
794775
static/app/components/loadingError.stories.tsx
795776
static/app/components/loadingError.tsx
796777
static/app/components/loadingIndicator.stories.tsx
@@ -2258,7 +2239,6 @@ tests/sentry/receivers/outbox/test_control.py
22582239
tests/sentry/receivers/test_analytics.py
22592240
tests/sentry/receivers/test_core.py
22602241
tests/sentry/receivers/test_data_forwarding.py
2261-
tests/sentry/receivers/test_default_detector.py
22622242
tests/sentry/receivers/test_featureadoption.py
22632243
tests/sentry/receivers/test_onboarding.py
22642244
tests/sentry/receivers/test_releases.py
@@ -2357,10 +2337,6 @@ tests/sentry/sudo/test_middleware.py
23572337
tests/sentry/sudo/test_signals.py
23582338
tests/sentry/sudo/test_utils.py
23592339
tests/sentry/sudo/test_views.py
2360-
tests/sentry/synapse/__init__.py
2361-
tests/sentry/synapse/endpoints/__init__.py
2362-
tests/sentry/synapse/endpoints/test_org_cell_mappings.py
2363-
tests/sentry/synapse/test_paginator.py
23642340
tests/sentry/tagstore/__init__.py
23652341
tests/sentry/tagstore/test_types.py
23662342
tests/sentry/tasks/__init__.py
@@ -2535,7 +2511,6 @@ tests/social_auth/test_utils.py
25352511
tests/tools/__init__.py
25362512
tests/tools/test_api_urls_to_typescript.py
25372513
tests/tools/test_bump_action.py
2538-
tests/tools/test_compute_selected_tests.py
25392514
tests/tools/test_flake8_plugin.py
25402515
tests/tools/test_lint_requirements.py
25412516
tests/tools/test_pin_github_action.py

0 commit comments

Comments
 (0)