hash stringlengths 40 40 | date stringdate 2017-08-30 22:37:25 2025-03-22 03:08:47 | author stringclasses 173
values | commit_message stringlengths 15 151 | is_merge bool 1
class | masked_commit_message stringlengths 6 126 | type stringclasses 17
values | git_diff stringlengths 182 1.51M ⌀ | summarized_git_diff stringlengths 0 130k |
|---|---|---|---|---|---|---|---|---|
265fd75a34894da7fb64591512ca72c9d10850ab | 2021-06-16 13:17:50 | Matej Minar | feat(ui): Add release comparison feature flag (#26635) | false | Add release comparison feature flag (#26635) | feat | diff --git a/src/sentry/conf/server.py b/src/sentry/conf/server.py
index dfc1a53547d1a8..933e2d7b9605ac 100644
--- a/src/sentry/conf/server.py
+++ b/src/sentry/conf/server.py
@@ -1003,6 +1003,8 @@ def create_partitioned_queues(name):
"organizations:release-adoption-stage": False,
# Store release bundles as zi... | src/sentry/conf/server.py: Added "organizations:release-comparison" feature flag.
src/sentry/features/__init__.py: Added "organizations:release-comparison" feature flag. |
1b712426c2f3924daedaf87d96df473205c28726 | 2022-02-25 00:36:12 | Mark Story | chore: Remove unused feature flags (#32010) | false | Remove unused feature flags (#32010) | chore | diff --git a/src/sentry/conf/server.py b/src/sentry/conf/server.py
index 5be8dd3a912574..eba50d480efa14 100644
--- a/src/sentry/conf/server.py
+++ b/src/sentry/conf/server.py
@@ -933,14 +933,10 @@ def create_partitioned_queues(name):
"organizations:api-keys": False,
# Enable multiple Apple app-store-connect s... | src/sentry/conf/server.py: Removed "organizations:boolean-search", "organizations:chart-unfurls", "organizations:discover-top-events", "organizations:improved-search", "organizations:metric-alert-builder-aggregate", "organizations:semver", "organizations:unhandled-issue-flag", "organizations:release-archives", "organiz... |
e4c3d14395ad9cf10b403f2fe15555b9116e869d | 2021-08-26 16:47:50 | Priscila Oliveira | feat(debug-files): Allow multiple app store connect repos (#28170) | false | Allow multiple app store connect repos (#28170) | feat | diff --git a/static/app/stores/hookStore.tsx b/static/app/stores/hookStore.tsx
index b747947e7ac8ea..6f4e7cda8f9c02 100644
--- a/static/app/stores/hookStore.tsx
+++ b/static/app/stores/hookStore.tsx
@@ -17,6 +17,7 @@ const validHookNames = new Set<HookName>([
'analytics:log-experiment',
'component:disabled-member... | static/app/stores/hookStore.tsx: Added "component:disabled-app-store-connect-item" hook to render a custom component for the "App Store Connect" repository type.
static/app/types/hooks.tsx: Added "component:disabled-app-store-connect-item" hook to render a custom component for the "App Store Connect" repository type.
... |
30ef9dee0596cd665e1d5cf7b582611cfd33daed | 2023-09-13 22:50:37 | Seiji Chew | feat(slug): Prevent numeric sentry-doc integration slugs (#56057) | false | Prevent numeric sentry-doc integration slugs (#56057) | feat | diff --git a/src/sentry/api/endpoints/integrations/doc_integrations/index.py b/src/sentry/api/endpoints/integrations/doc_integrations/index.py
index faec4bdc874f05..3695b3788979d7 100644
--- a/src/sentry/api/endpoints/integrations/doc_integrations/index.py
+++ b/src/sentry/api/endpoints/integrations/doc_integrations/in... | src/sentry/api/endpoints/integrations/doc_integrations/index.py: Added validation to ensure device configurations with `isMobile` set to true do not have `defaultBrowserType` set to "firefox".
src/sentry/api/serializers/rest_framework/doc_integration.py: Added random 3 lowercase letter suffix to prevent numeric slug.
... |
57b69e7ef11bf649939c0a3e96000be02e71c992 | 2022-08-29 12:10:51 | Priscila Oliveira | ref(data-scrubbing): Convert a couple of tests to rtl (#38083) | false | Convert a couple of tests to rtl (#38083) | ref | diff --git a/static/app/views/settings/components/dataScrubbing/rules.tsx b/static/app/views/settings/components/dataScrubbing/rules.tsx
index 412b9bb0cfb325..3057d99aac38e0 100644
--- a/static/app/views/settings/components/dataScrubbing/rules.tsx
+++ b/static/app/views/settings/components/dataScrubbing/rules.tsx
@@ -3... | static/app/views/settings/components/dataScrubbing/rules.tsx: Removed unused imports and variables.
tests/js/spec/views/settings/components/dataScrubbing/content.spec.tsx: Removed unused imports and variables.
tests/js/spec/views/settings/components/dataScrubbing/dataScrubbing.spec.tsx: Deleted file.
tests/js/spec/v... |
55c5f0cb685f62b19f0184b61115da0a324eafa7 | 2022-05-06 00:47:24 | Evan Purkhiser | ref(js): Avoid import * as React in Fragment only files (#34296) | false | Avoid import * as React in Fragment only files (#34296) | ref | diff --git a/static/app/components/actions/confirmableAction.tsx b/static/app/components/actions/confirmableAction.tsx
index 8c274fbbf5ce59..1262c98b971608 100644
--- a/static/app/components/actions/confirmableAction.tsx
+++ b/static/app/components/actions/confirmableAction.tsx
@@ -1,4 +1,4 @@
-import * as React from '... | static/app/components/actions/confirmableAction.tsx: Replaced all instances of `React.Fragment` with `<Fragment>`.
static/app/components/breadcrumbs.tsx: Replaced all instances of `React.Fragment` with `<Fragment>`.
static/app/components/confirmDelete.tsx: Replaced all instances of `React.Fragment` with `<Fragment>`.... |
81388224ed173f2605ef069616c9e540801a7bef | 2022-07-26 20:57:20 | Priscila Oliveira | ref(sampling): Attempt to fix e2e flaky test (#36790) | false | Attempt to fix e2e flaky test (#36790) | ref | diff --git a/static/app/actionCreators/serverSideSampling.tsx b/static/app/actionCreators/serverSideSampling.tsx
index 7b0e73c5bca385..13ea912db3a3be 100644
--- a/static/app/actionCreators/serverSideSampling.tsx
+++ b/static/app/actionCreators/serverSideSampling.tsx
@@ -28,10 +28,17 @@ export function fetchSamplingSdkV... | static/app/actionCreators/serverSideSampling.tsx: Removed unnecessary import statement for `api`.
static/app/stores/serverSideSamplingStore.tsx: Removed unused variable `loading`.
static/app/views/settings/project/server-side-sampling/modals/uniformRateModal.tsx: Removed unused variable `fetchingRecommendedSdkUpgrade... |
54e1b0ed820ef8b4bdea0c61d42330557e758590 | 2022-08-18 05:15:31 | Evan Purkhiser | ref(js): Remove CommitterActions (#37964) | false | Remove CommitterActions (#37964) | ref | diff --git a/static/app/actionCreators/committers.tsx b/static/app/actionCreators/committers.tsx
index 2728355e102053..d7692ec52bf1e8 100644
--- a/static/app/actionCreators/committers.tsx
+++ b/static/app/actionCreators/committers.tsx
@@ -1,4 +1,3 @@
-import CommitterActions from 'sentry/actions/committerActions';
imp... | static/app/actionCreators/committers.tsx: Removed import statement for CommitterActions.
static/app/actions/committerActions.tsx: Removed import statement for CommitterActions.
static/app/stores/committerStore.tsx: Removed import statement for CommitterActions.
tests/js/spec/actionCreators/committers.spec.jsx: Remov... |
6e60859e6f9123387f86f9dfe358ed6f3c10c66b | 2024-12-10 00:27:36 | Harshitha Durai | fix(dashboards): fix teams API request condition for Edit Access feature (#81867) | false | fix teams API request condition for Edit Access feature (#81867) | fix | diff --git a/static/app/views/dashboards/editAccessSelector.tsx b/static/app/views/dashboards/editAccessSelector.tsx
index a0af8e8a8c799a..2ac341d5a877df 100644
--- a/static/app/views/dashboards/editAccessSelector.tsx
+++ b/static/app/views/dashboards/editAccessSelector.tsx
@@ -65,7 +65,9 @@ function EditAccessSelector... | static/app/views/dashboards/editAccessSelector.tsx: Changed "allUsers" to "_allUsers" in line 65. |
7823ff0887f040c3a921240c7c0c3b7c65bc8fee | 2020-10-31 02:04:20 | aishchenko | fix(accounts): Prevent Referer leak on password reset page (#14913) | false | Prevent Referer leak on password reset page (#14913) | fix | diff --git a/src/sentry/web/decorators.py b/src/sentry/web/decorators.py
index 04a79c17f64171..b1be87de8f58a1 100644
--- a/src/sentry/web/decorators.py
+++ b/src/sentry/web/decorators.py
@@ -40,6 +40,19 @@ def wrapped(request, *args, **kwargs):
return wrapped
+def set_referrer_policy(policy):
+ def real_dec... | tests/sentry/web/frontend/test_accounts.py: Added test case for checking referrer policy in password recovery flow. |
e7884fa9c5c79e02e52ab2b62770eece3c77b37f | 2024-09-30 23:32:55 | Evan Purkhiser | feat(uptime): Add environmnet column (#78332) | false | Add environmnet column (#78332) | feat | diff --git a/fixtures/backup/model_dependencies/detailed.json b/fixtures/backup/model_dependencies/detailed.json
index 89a693a0004245..ef6c4f4b6af0e9 100644
--- a/fixtures/backup/model_dependencies/detailed.json
+++ b/fixtures/backup/model_dependencies/detailed.json
@@ -6171,6 +6171,11 @@
"uptime.projectuptimesubscr... | fixtures/backup/model_dependencies/detailed.json: Added "environment" foreign key to "uptime.projectuptimesubscription".
fixtures/backup/model_dependencies/flat.json: Added "environment" foreign key to "uptime.projectuptimesubscription".
src/sentry/uptime/migrations/0014_add_uptime_enviromnet.py: Added "environment" ... |
5b462a80a9f06563a77bd4b86c6cf080d090b615 | 2020-01-22 23:50:46 | Chris Fuller | feat(workflow): Quick and dirty alert rule trigger action descriptions (#16461) | false | Quick and dirty alert rule trigger action descriptions (#16461) | feat | diff --git a/src/sentry/api/serializers/models/alert_rule_trigger_action.py b/src/sentry/api/serializers/models/alert_rule_trigger_action.py
index 5c3e6178bd4399..6c69324e6f80e7 100644
--- a/src/sentry/api/serializers/models/alert_rule_trigger_action.py
+++ b/src/sentry/api/serializers/models/alert_rule_trigger_action.... | src/sentry/api/serializers/models/alert_rule_trigger_action.py: Removed unused `human_desc` method.
src/sentry/static/sentry/app/views/settings/incidentRules/types.tsx: Removed unused `desc` property from `Action`.
src/sentry/static/sentry/app/views/settings/projectAlerts/ruleRowNew.tsx: Removed unused `desc` propert... |
e1d1b23ef4a856062d7ae424c7ff9c4303a9fa04 | 2023-06-08 01:21:34 | anthony sottile | ref: fix linting errors after moving cloudbuild files (#50511) | false | fix linting errors after moving cloudbuild files (#50511) | ref | diff --git a/src/sentry/runner/commands/devservices.py b/src/sentry/runner/commands/devservices.py
index 94be37c192bf75..b29209858402aa 100644
--- a/src/sentry/runner/commands/devservices.py
+++ b/src/sentry/runner/commands/devservices.py
@@ -491,6 +491,7 @@ def rm(project: str, services: list[str]) -> None:
an ex... | src/sentry/runner/commands/devservices.py: Added a check for NotFound exception when removing services. |
294de6ffee463c212f2388ec63bd7b542e14a95a | 2023-06-12 22:17:50 | Shruthi | feat(starfish): Add the delta columns to WSV (#50739) | false | Add the delta columns to WSV (#50739) | feat | diff --git a/static/app/views/starfish/utils/generatePerformanceEventView.tsx b/static/app/views/starfish/utils/generatePerformanceEventView.tsx
index 4b096598672ad8..3970852fceb641 100644
--- a/static/app/views/starfish/utils/generatePerformanceEventView.tsx
+++ b/static/app/views/starfish/utils/generatePerformanceEve... | static/app/views/starfish/utils/generatePerformanceEventView.tsx: Removed unused variable `t`.
static/app/views/starfish/views/webServiceView/endpointList.tsx: Added column for percent change in duration and error count.
static/app/views/starfish/views/webServiceView/failureDetailPanel/failureDetailTable.tsx: Added c... |
1c4c2afcc5347b8277b692a33aa0b55314b518ea | 2023-05-18 03:24:54 | David Wang | ref(crons): Change Recent Check-Ins to Check-Ins (#49365) | false | Change Recent Check-Ins to Check-Ins (#49365) | ref | diff --git a/static/app/views/monitors/components/monitorStats.tsx b/static/app/views/monitors/components/monitorStats.tsx
index 6c56585a4fd453..a18bc3d2af9739 100644
--- a/static/app/views/monitors/components/monitorStats.tsx
+++ b/static/app/views/monitors/components/monitorStats.tsx
@@ -120,7 +120,7 @@ function Moni... | static/app/views/monitors/components/monitorStats.tsx: Changed "Recent Check-Ins" to "Check-Ins" |
3b167a556ffc0064753eb5982aaac395be37bd5d | 2022-12-09 08:56:37 | Richard Gibert | fix(createuser): Fix email prompt return (#42200) | false | Fix email prompt return (#42200) | fix | diff --git a/src/sentry/runner/commands/createuser.py b/src/sentry/runner/commands/createuser.py
index aef6e9aa1eff40..862590e594fc79 100644
--- a/src/sentry/runner/commands/createuser.py
+++ b/src/sentry/runner/commands/createuser.py
@@ -15,7 +15,7 @@ def _get_email():
rv = click.prompt("Email")
field = _get... | src/sentry/runner/commands/createuser.py: Changed line 15 from `return field.clean(rv, None)` to `return [field.clean(rv, None)]`. |
732d636d7306dc567c7e251fdba98331c0017ba0 | 2025-01-10 19:42:23 | Armen Zambrano G. | chore(ci): Upgrade to supported actions/cache version (#83226) | false | Upgrade to supported actions/cache version (#83226) | chore | diff --git a/.github/workflows/acceptance.yml b/.github/workflows/acceptance.yml
index f72739d777cf4e..7e0347f75fa854 100644
--- a/.github/workflows/acceptance.yml
+++ b/.github/workflows/acceptance.yml
@@ -78,13 +78,13 @@ jobs:
echo "WEBPACK_CACHE_PATH=.webpack_cache" >> "$GITHUB_ENV"
- name: webpa... | .github/workflows/acceptance.yml: Removed "uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 # v4.0.0" from the workflow file.
.github/workflows/frontend.yml: Removed "uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 # v4.0.0" from the workflow file.
.github/workflows/jest-balance.yml: Removed ... |
d9ff941b2e8639f5fa1b690068b266d676314fd0 | 2022-10-06 23:44:34 | Dameli Ushbayeva | fix(discover): Handle undefined case for column text (#39764) | false | Handle undefined case for column text (#39764) | fix | diff --git a/static/app/utils/discover/fields.tsx b/static/app/utils/discover/fields.tsx
index 4a3a9a237debae..87ba687c868096 100644
--- a/static/app/utils/discover/fields.tsx
+++ b/static/app/utils/discover/fields.tsx
@@ -688,7 +688,7 @@ export function parseArguments(functionText: string, columnText: string): string
... | static/app/utils/discover/fields.tsx: Removed empty check for columnText. |
461ca768ffdc995843ccd2b593fe4017b6af85ae | 2020-07-02 00:10:50 | Stephen Cefali | feat(vercel): update Vercel description (#19645) | false | update Vercel description (#19645) | feat | diff --git a/src/sentry/integrations/vercel/integration.py b/src/sentry/integrations/vercel/integration.py
index e982b57a0d1af1..f1a20bbf465e0f 100644
--- a/src/sentry/integrations/vercel/integration.py
+++ b/src/sentry/integrations/vercel/integration.py
@@ -34,13 +34,13 @@
logger = logging.getLogger("sentry.integrati... | src/sentry/integrations/vercel/integration.py: Updated description for feature "Deployment" to include "Connect your Sentry and Vercel projects to automatically upload source maps and notify Sentry of new releases being deployed." instead of "VERCEL DESC" |
6da68d18604b26c65ead5573237f7095bac1981d | 2024-01-24 16:39:49 | Iker Barriocanal | ref(tx-clusterer): Increase soft limit timeout to 0.3s/project (#63738) | false | Increase soft limit timeout to 0.3s/project (#63738) | ref | diff --git a/src/sentry/ingest/transaction_clusterer/tasks.py b/src/sentry/ingest/transaction_clusterer/tasks.py
index cc973499a98f8e..deac6be19d0536 100644
--- a/src/sentry/ingest/transaction_clusterer/tasks.py
+++ b/src/sentry/ingest/transaction_clusterer/tasks.py
@@ -36,7 +36,7 @@
#: Estimated limit for a clusterer... | src/sentry/ingest/transaction_clusterer/tasks.py: Changed CLUSTERING_TIMEOUT_PER_PROJECT from 0.15 to 0.3. |
End of preview. Expand in Data Studio
README.md exists but content is empty.
- Downloads last month
- 16