Skip to content

Commit 38d0e8b

Browse files
Merge branch 'master' into fix/flaky-test-rerun-infra
2 parents c019db5 + d4ad198 commit 38d0e8b

File tree

358 files changed

+10785
-5618
lines changed

Some content is hidden

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

358 files changed

+10785
-5618
lines changed

.github/CODEOWNERS

Lines changed: 15 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
@@ -435,8 +436,10 @@ tests/sentry/api/endpoints/test_organization_attribute_mappings.py @get
435436
## Frontend
436437
/static/app/components/analyticsArea.spec.tsx @getsentry/app-frontend
437438
/static/app/components/analyticsArea.tsx @getsentry/app-frontend
439+
/static/app/components/loading/ @getsentry/app-frontend
438440
/static/app/components/events/interfaces/ @getsentry/app-frontend
439441
/static/app/components/forms/ @getsentry/app-frontend
442+
/static/app/components/markdownTextArea.tsx @getsentry/app-frontend
440443
/static/app/locale.tsx @getsentry/app-frontend
441444
## End of Frontend
442445

@@ -461,11 +464,11 @@ tests/sentry/api/endpoints/test_organization_attribute_mappings.py @get
461464
/src/sentry/identity/ @getsentry/enterprise
462465

463466
/src/sentry/integrations/ @getsentry/product-owners-settings-integrations @getsentry/ecosystem
464-
/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
465468
/src/sentry/integrations/api/endpoints/organization_coding_agents.py @getsentry/machine-learning-ai
466469
/src/sentry/integrations/coding_agent/ @getsentry/machine-learning-ai
467470
/src/sentry/integrations/utils/codecov.py @getsentry/codecov
468-
/src/sentry/integrations/utils/stacktrace_link.py @getsentry/issue-detection-backend
471+
/src/sentry/integrations/utils/stacktrace_link.py @getsentry/coding-workflows-sentry-backend
469472

470473
/src/sentry/mail/ @getsentry/alerts-notifications
471474
/src/sentry/notifications/ @getsentry/alerts-notifications @getsentry/ecosystem
@@ -608,6 +611,7 @@ tests/sentry/api/endpoints/test_organization_attribute_mappings.py @get
608611
/static/app/gettingStartedDocs/ @getsentry/value-discovery
609612
/static/app/types/project.tsx @getsentry/value-discovery
610613
/static/app/views/onboarding/ @getsentry/value-discovery
614+
/tests/acceptance/test_scm_onboarding.py @getsentry/value-discovery
611615
/tests/js/fixtures/detectedPlatform.ts @getsentry/value-discovery
612616
/static/app/views/projectInstall/ @getsentry/value-discovery
613617
/src/sentry/onboarding_tasks/ @getsentry/value-discovery
@@ -642,15 +646,14 @@ tests/sentry/api/endpoints/test_organization_attribute_mappings.py @get
642646
/src/sentry/api/helpers/group_index/ @getsentry/issue-workflow
643647
/src/sentry/api/helpers/source_map_helper.py @getsentry/issue-workflow
644648
/src/sentry/api/endpoints/ @getsentry/issue-workflow
645-
/src/sentry/rules/ @getsentry/issue-detection-backend
646649
/src/sentry/processing_errors/ @getsentry/issue-detection-backend
647650
/src/sentry/api/helpers/group_index/delete.py @getsentry/issue-detection-backend
648651
/src/sentry/deletions/defaults/group.py @getsentry/issue-detection-backend
649652
/src/sentry/deletions/tasks/groups.py @getsentry/issue-detection-backend
650653
/src/sentry/event_manager.py @getsentry/issue-detection-backend
651654
/src/sentry/eventstore/models.py @getsentry/issue-detection-backend
652655
/src/sentry/grouping/ @getsentry/issue-detection-backend
653-
/src/sentry/issues/auto_source_code_config/ @getsentry/issue-detection-backend
656+
/src/sentry/issues/auto_source_code_config/ @getsentry/coding-workflows-sentry-backend
654657
/src/sentry/issues/endpoints/related_issues.py @getsentry/issue-detection-backend
655658
/src/sentry/issues/ingest.py @getsentry/issue-detection-backend
656659
/src/sentry/issues/issue_occurrence.py @getsentry/issue-detection-backend
@@ -670,16 +673,16 @@ tests/sentry/api/endpoints/test_organization_attribute_mappings.py @get
670673
/src/sentry/tasks/auto_ongoing_issues.py @getsentry/issue-detection-backend
671674
/src/sentry/tasks/auto_remove_inbox.py @getsentry/issue-detection-backend
672675
/src/sentry/tasks/auto_resolve_issues.py @getsentry/issue-detection-backend
673-
/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
674677
/src/sentry/tasks/check_new_issue_threshold_met.py @getsentry/issue-detection-backend
675678
/src/sentry/tasks/clear_expired_resolutions.py @getsentry/issue-detection-backend
676679
/src/sentry/tasks/clear_expired_rulesnoozes.py @getsentry/issue-detection-backend
677680
/src/sentry/tasks/clear_expired_snoozes.py @getsentry/issue-detection-backend
678-
/src/sentry/tasks/codeowners/ @getsentry/issue-detection-backend
679-
/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
680683
/src/sentry/tasks/seer/delete_seer_grouping_records.py @getsentry/issue-detection-backend
681684
/src/sentry/tasks/embeddings_grouping/ @getsentry/issue-detection-backend
682-
/src/sentry/tasks/groupowner.py @getsentry/issue-detection-backend
685+
/src/sentry/tasks/groupowner.py @getsentry/coding-workflows-sentry-backend
683686
/src/sentry/tasks/merge.py @getsentry/issue-detection-backend
684687
/src/sentry/tasks/unmerge.py @getsentry/issue-detection-backend
685688
/src/sentry/tasks/weekly_escalating_forecast.py @getsentry/issue-detection-backend
@@ -702,7 +705,7 @@ tests/sentry/api/endpoints/test_organization_attribute_mappings.py @get
702705
/tests/sentry/deletions/test_group.py @getsentry/issue-detection-backend
703706
/tests/sentry/event_manager/ @getsentry/issue-detection-backend
704707
/tests/sentry/grouping/ @getsentry/issue-detection-backend
705-
/tests/sentry/issues/auto_source_code_config/ @getsentry/issue-detection-backend
708+
/tests/sentry/issues/auto_source_code_config/ @getsentry/coding-workflows-sentry-backend
706709
/tests/sentry/issues/endpoints/ @getsentry/issue-workflow
707710
/tests/sentry/issues/endpoints/test_related_issues.py @getsentry/issue-detection-backend
708711
/tests/sentry/issues/test_ingest.py @getsentry/issue-detection-backend
@@ -725,9 +728,9 @@ tests/sentry/api/endpoints/test_organization_attribute_mappings.py @get
725728
/tests/sentry/tasks/test_clear_expired_resolutions.py @getsentry/issue-detection-backend
726729
/tests/sentry/tasks/test_clear_expired_rulesnoozes.py @getsentry/issue-detection-backend
727730
/tests/sentry/tasks/test_clear_expired_snoozes.py @getsentry/issue-detection-backend
728-
/tests/sentry/tasks/test_code_owners.py @getsentry/issue-detection-backend
729-
/tests/sentry/tasks/test_commit_context.py @getsentry/issue-detection-backend
730-
/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
731734
/tests/sentry/tasks/test_merge.py @getsentry/issue-detection-backend
732735
/tests/sentry/tasks/test_post_process.py @getsentry/issue-detection-backend
733736
/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)