forked from evergreen-ci/evergreen
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
DEVPROD-5460: Remove deprecated arguments from GraphQL API (evergreen…
- Loading branch information
1 parent
6884245
commit 65dd993
Showing
98 changed files
with
175 additions
and
279 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3 changes: 2 additions & 1 deletion
3
graphql/tests/mutation/saveProjectSettingsForSection/queries/change_identifier.graphql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 1 addition & 0 deletions
1
graphql/tests/mutation/saveProjectSettingsForSection/queries/commit_queue_section.graphql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
7 changes: 4 additions & 3 deletions
7
graphql/tests/mutation/saveProjectSettingsForSection/queries/general_section.graphql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 1 addition & 0 deletions
1
graphql/tests/mutation/saveProjectSettingsForSection/queries/notifications_section.graphql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 1 addition & 0 deletions
1
graphql/tests/mutation/saveProjectSettingsForSection/queries/patch_alias_section.graphql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 1 addition & 0 deletions
1
graphql/tests/mutation/saveProjectSettingsForSection/queries/plugins_section.graphql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3 changes: 2 additions & 1 deletion
3
graphql/tests/mutation/saveProjectSettingsForSection/queries/vars_section.graphql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 1 addition & 0 deletions
1
...ql/tests/mutation/saveProjectSettingsForSection/queries/views_and_filters_section.graphql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 1 addition & 0 deletions
1
graphql/tests/mutation/saveRepoSettingsForSection/queries/commit_queue_section.graphql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 1 addition & 0 deletions
1
graphql/tests/mutation/saveRepoSettingsForSection/queries/general_section.graphql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 1 addition & 0 deletions
1
graphql/tests/mutation/saveRepoSettingsForSection/queries/vars_section.graphql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
mutation { | ||
saveRepoSettingsForSection( | ||
repoSettings: { | ||
repoId: "repo_id" | ||
projectRef: { | ||
id: "repo_id" | ||
} | ||
|
4 changes: 2 additions & 2 deletions
4
graphql/tests/mutation/scheduleTasks/queries/schedule_tasks.graphql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
mutation { | ||
scheduleTasks(taskIds: ["wuzzup"]) { | ||
scheduleTasks(taskIds: ["wuzzup"], versionId: "version") { | ||
status | ||
} | ||
} | ||
} |
4 changes: 2 additions & 2 deletions
4
graphql/tests/mutation/scheduleTasks/queries/schedule_tasks_failure.graphql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
mutation { | ||
scheduleTasks(taskIds: ["non-existent"]) { | ||
scheduleTasks(taskIds: ["non-existent"], versionId: "version") { | ||
status | ||
} | ||
} | ||
} |
2 changes: 1 addition & 1 deletion
2
graphql/tests/patch/baseTaskStatuses/queries/base_task_statuses.graphql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
patch(id: "5dd2e89cd1fe07048e43bb9c") { | ||
patch(patchId: "5dd2e89cd1fe07048e43bb9c") { | ||
baseTaskStatuses | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
graphql/tests/patch/baseVersion/queries/base_version_null.graphql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
patch(id: "9e4ff3abe3c3317e352062e4") { | ||
patch(patchId: "9e4ff3abe3c3317e352062e4") { | ||
builds { | ||
id | ||
buildVariant | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
patch(id: "5e94c8213e8e8651bee37561") { | ||
patch(patchId: "5e94c8213e8e8651bee37561") { | ||
builds { | ||
id | ||
buildVariant | ||
|
2 changes: 1 addition & 1 deletion
2
graphql/tests/patch/childPatchAliases/queries/child_patch_aliases.graphql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
patch(id: "5e4ff3abe3c3317e352062e1") { | ||
patch(patchId: "5e4ff3abe3c3317e352062e1") { | ||
id | ||
childPatches { | ||
id | ||
|
2 changes: 1 addition & 1 deletion
2
graphql/tests/patch/childPatches/queries/child_patches_null.graphql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
patch(id: "5d7288d91f8c8a403bc34a7d") { | ||
patch(patchId: "5d7288d91f8c8a403bc34a7d") { | ||
id | ||
childPatches { | ||
id | ||
|
2 changes: 1 addition & 1 deletion
2
graphql/tests/patch/commitQueuePosition/queries/commit_queue_patch.graphql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
patch(id: "5c74085f32f41738270aeba8") { | ||
patch(patchId: "5c74085f32f41738270aeba8") { | ||
commitQueuePosition | ||
} | ||
} |
2 changes: 1 addition & 1 deletion
2
graphql/tests/patch/commitQueuePosition/queries/github_merge_patch.graphql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
patch(id: "64db7d48b237368d9eea0d10") { | ||
patch(patchId: "64db7d48b237368d9eea0d10") { | ||
commitQueuePosition | ||
} | ||
} |
2 changes: 1 addition & 1 deletion
2
graphql/tests/patch/commitQueuePosition/queries/github_pr_patch.graphql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
patch(id: "9e4ff3abe3c3317e352062e4") { | ||
patch(patchId: "9e4ff3abe3c3317e352062e4") { | ||
commitQueuePosition | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
patch(id: "5e94c8213e8e8651bee37561") { | ||
patch(patchId: "5e94c8213e8e8651bee37561") { | ||
createTime | ||
} | ||
} |
Oops, something went wrong.