Skip to content

Commit e1415a3

Browse files
authored
Merge branch 'master' into lzhao/ref/add-missing-renderers-to-default-function
2 parents 1f08751 + 40ba0d0 commit e1415a3

File tree

911 files changed

+17376
-11143
lines changed

Some content is hidden

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

911 files changed

+17376
-11143
lines changed

.github/CODEOWNERS

Lines changed: 38 additions & 79 deletions
Large diffs are not rendered by default.

api-docs/components/schemas/organization-details.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -114,10 +114,6 @@
114114
},
115115
"task": {
116116
"type": "integer"
117-
},
118-
"user": {
119-
"type": "string",
120-
"nullable": true
121117
}
122118
}
123119
}

api-docs/openapi.json

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -97,12 +97,6 @@
9797
"/api/0/organizations/{organization_id_or_slug}/repos/": {
9898
"$ref": "paths/organizations/repos.json"
9999
},
100-
"/api/0/organizations/{organization_id_or_slug}/repos/{repo_id}/commits/": {
101-
"$ref": "paths/organizations/repo-commits.json"
102-
},
103-
"/api/0/organizations/{organization_id_or_slug}/shortids/{issue_id}/": {
104-
"$ref": "paths/organizations/shortid.json"
105-
},
106100
"/api/0/projects/": {
107101
"$ref": "paths/projects/index.json"
108102
},
@@ -166,9 +160,6 @@
166160
"/api/0/organizations/{organization_id_or_slug}/releases/{version}/commitfiles/": {
167161
"$ref": "paths/releases/organization-release-commit-files.json"
168162
},
169-
"/api/0/organizations/{organization_id_or_slug}/releases/{version}/deploys/": {
170-
"$ref": "paths/releases/deploys.json"
171-
},
172163
"/api/0/organizations/{organization_id_or_slug}/sentry-app-installations/": {
173164
"$ref": "paths/integration-platform/sentry-app-installations.json"
174165
},

api-docs/paths/organizations/repo-commits.json

Lines changed: 0 additions & 63 deletions
This file was deleted.

api-docs/paths/organizations/shortid.json

Lines changed: 0 additions & 273 deletions
This file was deleted.

migrations_lockfile.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ ahead of you.
55
To resolve this, rebase against latest master and regenerate your migration. This file
66
will then be regenerated, and you should be able to merge without conflicts.
77

8+
discover: 0001_move_discover_models
9+
810
explore: 0005_explore_django_json_field
911

1012
feedback: 0001_squashed_0004_index_together
@@ -25,7 +27,7 @@ preprod: 0010_actual_drop_preprod_artifact_analysis_file_id_col
2527

2628
replays: 0006_add_bulk_delete_job
2729

28-
sentry: 0941_create_temporary_verification_code_table
30+
sentry: 0945_move_discover_models
2931

3032
social_auth: 0003_social_auth_json_field
3133

0 commit comments

Comments
 (0)