-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* generate Go structs of graphql API objects (#499) * generate Go structs of graphql API objects * temp limit objects generated, add mapping for field types * generate first objects, update tests * generate most objects starting with A-C, update tests * generate unions (#505) * generate unions * drop unused TagOwner enums * union tpl clean up * First pass at having codegen come from the client-gen repo * Objects WIP * Objects WIP pt 2 * Objects WIP pt 3 * Objects WIP pt 4 * latest codegen * adjust for component types APIs * lint fix --------- Co-authored-by: David Bloss <[email protected]>
- Loading branch information
1 parent
751db02
commit 26deeab
Showing
66 changed files
with
1,815 additions
and
1,426 deletions.
There are no files selected for viewing
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 |
---|---|---|
@@ -0,0 +1,3 @@ | ||
kind: Feature | ||
body: '''metadata'' field has been added to AlertSource struct' | ||
time: 2025-01-27T09:10:51.188114-06:00 |
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 |
---|---|---|
@@ -0,0 +1,3 @@ | ||
kind: Feature | ||
body: '''description'' field has been added to Category struct' | ||
time: 2025-01-27T09:11:16.749514-06:00 |
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 |
---|---|---|
@@ -0,0 +1,4 @@ | ||
kind: Feature | ||
body: Struct 'Scorecard' has been updated to match all the fields possible in the | ||
API | ||
time: 2025-01-27T10:05:37.765025-06:00 |
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 |
---|---|---|
@@ -0,0 +1,3 @@ | ||
kind: Refactor | ||
body: 'BREAKING CHANGE: ''OpsLevelErrors'' has been renamed to ''Error''' | ||
time: 2025-01-27T08:40:43.269477-06:00 |
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 |
---|---|---|
@@ -0,0 +1,4 @@ | ||
kind: Refactor | ||
body: 'BREAKING CHANGE: Struct ''GoogleCloudProject'' fields `ID` and `URL` are now | ||
`Id` and `Url` respectively' | ||
time: 2025-01-27T08:41:59.292959-06:00 |
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 |
---|---|---|
@@ -0,0 +1,4 @@ | ||
kind: Refactor | ||
body: Field 'ChecksCount' has been renamed to 'TotalChecks' on the struct 'Scorecard' | ||
to match the API definition | ||
time: 2025-01-27T10:04:42.935235-06:00 |
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 |
---|---|---|
@@ -0,0 +1,3 @@ | ||
kind: Refactor | ||
body: Field 'ID' on struct 'Secret' has been renamed to 'Id' for consistency | ||
time: 2025-01-27T10:25:13.727106-06:00 |
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 |
---|---|---|
@@ -0,0 +1,3 @@ | ||
kind: Refactor | ||
body: 'BREAKING CHANGE: struct ''OpsLevelWarnings'' was renamed to ''Warning''' | ||
time: 2025-01-27T13:35:14.183763-06:00 |
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
Oops, something went wrong.