@@ -46,10 +46,6 @@ bin/load-integration-data
4646bin/load-mocks
4747bin/merge-catalogs
4848bin/model-dependency-graphviz
49- bin/preprod/test_pr_details
50- bin/preprod/trigger_pr_comment
51- bin/preprod/trigger_size_status_check
52- bin/preprod/trigger_snapshot_status_check
5349bin/run-model-tests
5450bin/save-integration-data
5551bin/send_metrics.py
@@ -481,21 +477,6 @@ static/app/components/collapsible.stories.tsx
481477static/app/components/collapsible.tsx
482478static/app/components/commandLine.spec.tsx
483479static/app/components/commandLine.tsx
484- static/app/components/commandPalette/__stories__/components.tsx
485- static/app/components/commandPalette/context.tsx
486- static/app/components/commandPalette/makeCommandPaletteAction.tsx
487- static/app/components/commandPalette/types.tsx
488- static/app/components/commandPalette/ui/constants.tsx
489- static/app/components/commandPalette/ui/content.spec.tsx
490- static/app/components/commandPalette/ui/content.tsx
491- static/app/components/commandPalette/ui/list.tsx
492- static/app/components/commandPalette/ui/modal.tsx
493- static/app/components/commandPalette/ui/useCommandPaletteState.tsx
494- static/app/components/commandPalette/useCommandPaletteActions.mdx
495- static/app/components/commandPalette/useCommandPaletteActions.tsx
496- static/app/components/commandPalette/useDsnLookupActions.spec.tsx
497- static/app/components/commandPalette/useDsnLookupActions.tsx
498- static/app/components/commandPalette/useGlobalCommandPaletteActions.tsx
499480static/app/components/commitLink.tsx
500481static/app/components/commitRow.spec.tsx
501482static/app/components/commitRow.tsx
@@ -771,8 +752,6 @@ static/app/components/hook.spec.tsx
771752static/app/components/hook.tsx
772753static/app/components/hookOrDefault.spec.tsx
773754static/app/components/hookOrDefault.tsx
774- static/app/components/hotkeysLabel.spec.tsx
775- static/app/components/hotkeysLabel.tsx
776755static/app/components/hovercard.spec.tsx
777756static/app/components/hovercard.tsx
778757static/app/components/iconCircledNumber.tsx
@@ -1249,6 +1228,8 @@ static/app/debug/notifications/previews/slackPreview.tsx
12491228static/app/debug/notifications/previews/teamsPreview.tsx
12501229static/app/debug/notifications/types.ts
12511230static/app/debug/notifications/views/index.tsx
1231+ static/app/endpoints/organizations/organizationsConfigIntegrationsQueryOptions.ts
1232+ static/app/endpoints/organizations/organizationsIntegrationsQueryOptions.ts
12521233static/app/index.tsx
12531234static/app/locale.spec.tsx
12541235static/app/main.tsx
@@ -1520,6 +1501,8 @@ static/gsAdmin/components/addGiftBudgetAction.tsx
15201501static/gsAdmin/components/addGiftEventsAction.spec.tsx
15211502static/gsAdmin/components/addGiftEventsAction.tsx
15221503static/gsAdmin/components/addOrRemoveOrgModal.tsx
1504+ static/gsAdmin/components/addToStartupProgramAction.spec.tsx
1505+ static/gsAdmin/components/addToStartupProgramAction.tsx
15231506static/gsAdmin/components/adminConfirmationModal.spec.tsx
15241507static/gsAdmin/components/adminConfirmationModal.tsx
15251508static/gsAdmin/components/beacons/beaconCheckins.tsx
@@ -1936,10 +1919,6 @@ tests/sentry/billing/platform/services/usage/test_service.py
19361919tests/sentry/buffer/__init__.py
19371920tests/sentry/buffer/test_base.py
19381921tests/sentry/buffer/test_redis.py
1939- tests/sentry/cache/__init__.py
1940- tests/sentry/cache/test_cache.py
1941- tests/sentry/cache/test_django.py
1942- tests/sentry/cache/test_redis.py
19431922tests/sentry/charts/__init__.py
19441923tests/sentry/charts/test_chartcuterie.py
19451924tests/sentry/conf/__init__.py
@@ -2345,20 +2324,6 @@ tests/sentry/runner/commands/test_run.py
23452324tests/sentry/runner/commands/unsetsync.yaml
23462325tests/sentry/runner/commands/valid_patch.yaml
23472326tests/sentry/runner/test_initializer.py
2348- tests/sentry/scm/endpoints/test_scm_rpc.py
2349- tests/sentry/scm/integration/test_github_provider_integration.py
2350- tests/sentry/scm/integration/test_helpers_integration.py
2351- tests/sentry/scm/integration/test_ipc_integration.py
2352- tests/sentry/scm/integration/test_scm_actions_integration.py
2353- tests/sentry/scm/test_fixtures.py
2354- tests/sentry/scm/unit/private/test_ipc.py
2355- tests/sentry/scm/unit/test_github_provider.py
2356- tests/sentry/scm/unit/test_gitlab_provider.py
2357- tests/sentry/scm/unit/test_helpers.py
2358- tests/sentry/scm/unit/test_scm_actions.py
2359- tests/sentry/scm/unit/test_scm_utils.py
2360- tests/sentry/scm/unit/test_stream.py
2361- tests/sentry/scm/unit/test_stream_producer.py
23622327tests/sentry/security/__init__.py
23632328tests/sentry/security/test_csp.py
23642329tests/sentry/security/test_utils.py
0 commit comments