diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 716b0b0518fbff..e1b5d11c8cddf2 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -16,7 +16,6 @@ /src/sentry/consumers/ @getsentry/ops @getsentry/owners-snuba /src/sentry/post_process_forwarder/ @getsentry/owners-snuba /src/sentry/utils/snuba.py @getsentry/owners-snuba @getsentry/visibility -/src/sentry/utils/snql.py @getsentry/owners-snuba /src/sentry/utils/arroyo.py @getsentry/owners-snuba /src/sentry/utils/arroyo_producer.py @getsentry/owners-snuba /src/sentry/tsdb/snuba.py @getsentry/owners-snuba @@ -26,6 +25,7 @@ /tests/sentry/sentry_metrics/ @getsentry/owners-snuba /src/sentry/snuba/metrics/ @getsentry/owners-snuba @getsentry/telemetry-experience /src/sentry/snuba/metrics/query.py @getsentry/owners-snuba @getsentry/telemetry-experience +/src/sentry/snuba/metrics/fields/snql.py @getsentry/owners-snuba /src/sentry/snuba/metrics_layer/ @getsentry/owners-snuba /src/sentry/search/events/datasets/metrics_layer.py @getsentry/owners-snuba @@ -55,9 +55,8 @@ /src/sentry/api/endpoints/auth* @getsentry/security @getsentry/enterprise /src/sentry/api/endpoints/user_permission* @getsentry/security @getsentry/enterprise /src/sentry/web/frontend/auth_close.py @getsentry/security -/src/sentry/web/frontend/auth_login.py @getsentry/security +/src/sentry/web/frontend/auth_login.py @getsentry/security @getsentry/enterprise /src/sentry/web/frontend/auth_logout.py @getsentry/security -/src/sentry/web/frontend/auth_organization_id_login.py @getsentry/security /src/sentry/web/frontend/auth_organization_login.py @getsentry/security /src/sentry/web/frontend/auth_provider_login.py @getsentry/security /src/sentry/web/frontend/oauth_token.py @getsentry/security @@ -95,15 +94,15 @@ Makefile @getsentry/owners-sentr ## Relocation - getsentry/team-ospo#153 /src/sentry/analytics/events/relocation_*.py @getsentry/open-source /src/sentry/api/endpoints/organization_fork.py @getsentry/open-source -/src/sentry/api/endpoints/relocation/ @getsentry/open-source -/src/sentry/api/serialiers/models/relocation/ @getsentry/open-source -/src/sentry/models/relocation/ @getsentry/open-source +/src/sentry/api/endpoints/relocations/ @getsentry/open-source +/src/sentry/api/serializers/models/relocation.py @getsentry/open-source +/src/sentry/models/relocation.py @getsentry/open-source /src/sentry/relocation/ @getsentry/open-source /src/sentry/tasks/relocation.py @getsentry/open-source /src/sentry/utils/relocation.py @getsentry/open-source -/tests/sentry/api/endpoints/relocation @getsentry/open-source +/tests/sentry/api/endpoints/relocations/ @getsentry/open-source /tests/sentry/api/endpoints/test_organization_fork.py @getsentry/open-source -/tests/sentry/api/serializer/test_relocation.py @getsentry/open-source +/tests/sentry/api/serializers/test_relocation.py @getsentry/open-source /tests/sentry/tasks/test_relocation.py @getsentry/open-source /tests/sentry/utils/test_relocation.py @getsentry/open-source @@ -115,8 +114,7 @@ Makefile @getsentry/owners-sentr setup.cfg @getsentry/release-approvers requirements*.txt @getsentry/owners-python-build pyproject.toml @getsentry/owners-python-build -.vercel.json @getsentry/owners-js-build -/.githib/worksflows/frontend.yml @getsentry/owners-js-build +/.github/workflows/frontend.yml @getsentry/owners-js-build /.github/file-filters.yml @getsentry/owners-js-build babel.config.* @getsentry/owners-js-build biome.json @getsentry/owners-js-build @@ -143,8 +141,6 @@ yarn.lock @getsentry/owners-js-de /static/app/views/monitors @getsentry/crons /src/sentry/monitors @getsentry/crons /tests/sentry/monitors @getsentry/crons -/src/sentry/utils/monitors.py @getsentry/crons -/tests/sentry/utils/test_monitors.py @getsentry/crons ## End Crons ## Uptime @@ -159,10 +155,7 @@ yarn.lock @getsentry/owners-js-de /src/sentry/middleware/customer_domain.py @getsentry/hybrid-cloud /src/sentry/middleware/subdomain.py @getsentry/hybrid-cloud /src/sentry/middleware/integration/ @getsentry/hybrid-cloud -/src/sentry/api/endpoints/internal/integration_proxy.py @getsentry/hybrid-cloud /src/sentry/api/endpoints/internal/rpc.py @getsentry/hybrid-cloud -/src/sentry/models/outbox.py @getsentry/hybrid-cloud -/src/sentry/tasks/deliver_from_outbox.py @getsentry/hybrid-cloud /src/sentry/tasks/deletion/hybrid_cloud.py @getsentry/hybrid-cloud ## End of Hybrid Cloud @@ -222,7 +215,6 @@ yarn.lock @getsentry/owners-js-de /tests/snuba/api/endpoints/test_organization_events_spans_histogram.py @getsentry/visibility /tests/snuba/api/endpoints/test_organization_events_trace.py @getsentry/visibility /tests/snuba/api/endpoints/test_organization_events_trends.py @getsentry/visibility -/tests/snuba/api/endpoints/test_organization_events_trends_v2.py @getsentry/visibility /tests/snuba/api/endpoints/test_organization_events_vitals.py @getsentry/visibility /tests/snuba/api/endpoints/test_organization_tagkey_values.py @getsentry/visibility @@ -310,7 +302,6 @@ tests/sentry/api/endpoints/test_organization_dashboard_widget_details.py @ge /static/app/types/profiling.d.ts @getsentry/profiling /static/app/utils/profiling @getsentry/profiling /static/app/views/profiling @getsentry/profiling -/src/sentry/utils/profiling.py @getsentry/profiling /src/sentry/api/endpoints/project_profiling_profile.py @getsentry/profiling /src/sentry/api/endpoints/organization_profiling_profiles.py @getsentry/profiling /src/sentry/profiles @getsentry/profiling @@ -362,10 +353,10 @@ tests/sentry/api/endpoints/test_organization_dashboard_widget_details.py @ge /src/sentry/models/identity.py @getsentry/enterprise +/src/sentry/tasks/summaries/weekly_reports.py @getsentry/alerts-notifications /src/sentry/tasks/digests.py @getsentry/alerts-notifications /src/sentry/tasks/email.py @getsentry/alerts-notifications /src/sentry/tasks/user_report.py @getsentry/alerts-notifications -/src/sentry/tasks/weekly_reports.py @getsentry/alerts-notifications /src/sentry_plugins/ @getsentry/product-owners-settings-integrations @@ -380,18 +371,18 @@ tests/sentry/api/endpoints/test_organization_dashboard_widget_details.py @ge ## Data -/src/sentry/models/featureadoption.py @getsentry/data -/src/sentry/models/group.py @getsentry/data -/src/sentry/models/grouphash.py @getsentry/data -/src/sentry/models/grouprelease.py @getsentry/data -/src/sentry/models/groupresolution.py @getsentry/data -/src/sentry/models/organization.py @getsentry/data -/src/sentry/models/organizationmember.py @getsentry/data -/src/sentry/models/organizationoption.py @getsentry/data -/src/sentry/models/project.py @getsentry/data @getsentry/telemetry-experience -/src/sentry/models/projectoption.py @getsentry/data -/src/sentry/models/release.py @getsentry/data -/src/sentry/models/user.py @getsentry/data +/src/sentry/models/featureadoption.py @getsentry/data +/src/sentry/models/group.py @getsentry/data +/src/sentry/models/grouphash.py @getsentry/data +/src/sentry/models/grouprelease.py @getsentry/data +/src/sentry/models/groupresolution.py @getsentry/data +/src/sentry/models/options/organization_option.py @getsentry/data +/src/sentry/models/options/project_option.py @getsentry/data +/src/sentry/models/organization.py @getsentry/data +/src/sentry/models/organizationmember.py @getsentry/data +/src/sentry/models/project.py @getsentry/data @getsentry/telemetry-experience +/src/sentry/models/release.py @getsentry/data +/src/sentry/models/user.py @getsentry/data ## End of Data @@ -409,7 +400,6 @@ tests/sentry/api/endpoints/test_organization_dashboard_widget_details.py @ge /src/sentry/models/release_threshold @getsentry/enterprise /src/sentry/scim/ @getsentry/enterprise /src/sentry/tasks/integrations/github/ @getsentry/enterprise -/src/sentry/web/frontend/auth_login.py @getsentry/enterprise /static/app/components/superuserStaffAccessForm.tsx @getsentry/enterprise /static/app/constants/superuserAccessErrors.tsx @getsentry/enterprise /static/app/views/organizationStats @getsentry/enterprise @@ -418,7 +408,6 @@ tests/sentry/api/endpoints/test_organization_dashboard_widget_details.py @ge /tests/sentry/api/endpoints/test_auth*.py @getsentry/enterprise /tests/sentry/api/endpoints/test_organization_projects_experiment.py @getsentry/enterprise /tests/sentry/api/test_data_secrecy.py @getsentry/enterprise -/tests/sentry/api/test_scim*.py @getsentry/enterprise /tests/sentry/auth/test_staff.py @getsentry/enterprise /tests/sentry/auth/test_superuser.py @getsentry/enterprise /tests/sentry/middleware/test_staff.py @getsentry/enterprise @@ -448,14 +437,11 @@ tests/sentry/api/endpoints/test_organization_dashboard_widget_details.py @ge ## Telemetry Experience -/src/sentry/api/endpoints/organization_ddm.py @getsentry/telemetry-experience -/tests/sentry/api/endpoints/test_organization_ddm_meta.py @getsentry/telemetry-experience /src/sentry/api/endpoints/organization_metric* @getsentry/telemetry-experience /tests/sentry/api/endpoints/test_organization_metric* @getsentry/telemetry-experience /src/sentry/api/endpoints/organization_sessions.py @getsentry/telemetry-experience /tests/snuba/api/endpoints/test_organization_sessions.py @getsentry/telemetry-experience -/src/sentry/api/endpoints/projects_metrics.py @getsentry/telemetry-experience -/tests/sentry/api/endpoints/test_projects_metrics_visibility.py @getsentry/telemetry-experience +/src/sentry/api/endpoints/project_metrics.py @getsentry/telemetry-experience /src/sentry/api/endpoints/organization_onboarding* @getsentry/telemetry-experience /tests/sentry/api/endpoints/test_organization_onboarding* @getsentry/telemetry-experience /src/sentry/api/endpoints/project_metrics_extraction_rules* @getsentry/telemetry-experience @@ -474,12 +460,10 @@ tests/sentry/api/endpoints/test_organization_dashboard_widget_details.py @ge /src/sentry/sentry_metrics/span_attribute_extraction_rules.py @getsentry/telemetry-experience /src/sentry/sentry_metrics/extraction_rules.py @getsentry/telemetry-experience /tests/sentry/sentry_metrics/test_extraction_rules.py @getsentry/telemetry-experience -/src/sentry/snuba/metrics/ @getsentry/telemetry-experience /tests/sentry/snuba/metrics/ @getsentry/telemetry-experience /src/sentry/relay/config/metric_extraction.py @getsentry/telemetry-experience /tests/sentry/relay/config/test_metric_extraction.py @getsentry/telemetry-experience -/static/app/actionCreators/metrics.spec.tsx @getsentry/telemetry-experience /static/app/actionCreators/metrics.tsx @getsentry/telemetry-experience /static/app/data/platformCategories.tsx @getsentry/telemetry-experience /static/app/data/platformPickerCategories.tsx @getsentry/telemetry-experience @@ -489,8 +473,6 @@ tests/sentry/api/endpoints/test_organization_dashboard_widget_details.py @ge /static/app/types/project.tsx @getsentry/telemetry-experience /static/app/utils/metrics/ @getsentry/telemetry-experience /static/app/views/metrics/ @getsentry/telemetry-experience -/static/app/views/performance/landing/dynamicSamplingMetricsAccuracy.spec.tsx @getsentry/telemetry-experience -/static/app/views/performance/landing/dynamicSamplingMetricsAccuracyAlert.tsx @getsentry/telemetry-experience /static/app/views/settings/project/dynamicSampling/ @getsentry/telemetry-experience /static/app/views/settings/projectMetrics/* @getsentry/telemetry-experience /static/app/views/onboarding* @getsentry/telemetry-experience @@ -551,8 +533,6 @@ tests/sentry/api/endpoints/test_organization_dashboard_widget_details.py @ge /src/sentry/api/endpoints/event_ai_suggested_fix.py @getsentry/machine-learning-ai /static/app/components/events/aiSuggestedSolution/ @getsentry/machine-learning-ai /static/app/components/events/autofix/ @getsentry/machine-learning-ai -/static/app/components/modals/autofixSetupModal.spec.tsx @getsentry/machine-learning-ai -/static/app/components/modals/autofixSetupModal.tsx @getsentry/machine-learning-ai ## End of ML & AI ## Processing @@ -565,10 +545,7 @@ tests/sentry/api/endpoints/test_organization_dashboard_widget_details.py @ge /src/sentry/lang/native/ @getsentry/ingest /src/sentry/processing/realtime_metrics/ @getsentry/ingest /src/sentry/tasks/assemble.py @getsentry/ingest -/src/sentry/tasks/low_priority_symbolication.py @getsentry/ingest /src/sentry/tasks/symbolication.py @getsentry/ingest -/tests/sentry/tasks/test_low_priority_symbolication.py @getsentry/ingest -/src/sentry/tasks/reprocessing.py @getsentry/ingest /src/sentry/tasks/reprocessing2.py @getsentry/ingest /src/sentry/reprocessing2.py @getsentry/ingest /src/sentry/tasks/store.py @getsentry/ingest @@ -577,9 +554,8 @@ tests/sentry/api/endpoints/test_organization_dashboard_widget_details.py @ge ## Ecosystem /src/sentry/api/endpoints/notifications/notification_actions* @getsentry/ecosystem /src/sentry/api/endpoints/organization_missing_org_members.py @getsentry/ecosystem -/src/sentry/tasks/invite_missing_org_members.py @getsentry/ecosystem /static/app/components/modals/inviteMissingMembersModal/ @getsentry/ecosystem -/src/sentry/tasks/integrations/github/pr_comment.py @getsentry/ecosystem +/src/sentry/integrations/github/tasks/pr_comment.py @getsentry/ecosystem ## End of Ecosystem ## Core Product Foundations