-
Notifications
You must be signed in to change notification settings - Fork 44
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
test: Capitalize all integration schema types #1445
Conversation
Codecov Report
@@ Coverage Diff @@
## develop #1445 +/- ##
===========================================
- Coverage 72.23% 72.13% -0.11%
===========================================
Files 185 185
Lines 18160 18160
===========================================
- Hits 13118 13099 -19
- Misses 4010 4024 +14
- Partials 1032 1037 +5 |
Sorry about the hound comments, I was testing it out haha. |
Lol was wondering about this 😂 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM :) Thanks Orpheus and John for doing this very boring work item :)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for taking care of this @jsimnz and @orpheuslummis
I am sorry @jsimnz you might have to take care of conflicts within tests/integration/explain/default/with_limit*_test.go
.
Also change detector I noticed fails so that will need to be resolved before merge too.
Giving approval :)
ff80f40
to
5c7714a
Compare
This converts all schemas in the integrations folder to follow GQL best practices' where the type name is capitalized and the fields are lowercase. The *only* things that should be changed throughout the PR is: A) Capitalization of schema types, and lowercase of fields (this is also represented through queries, mutations, etc) B) CIDs - as the schemas are involved in generated the CIDs since the `schemaVersionID` is embedded in the commits. C) DocKeys - Same reason as above D) Reordering of *some* request results as the implicit order (dockeys) of various results have changed because of (C). --------- Co-authored-by: Orpheus Lummis <[email protected]>
Relevant issue(s)
Resolves #807
Description
This converts all schemas in the integrations folder to follow GQL best practices' where the type name is capitalized and the fields are lowercase.
Do not review commit by commit, as they aren't necessarily logically grouped, as this was a long process and spread over all kinds of copy/pastes, search/replaces, and lots (lots) of regex (cringe).
The only things that should be changed throughout the PR is:
A) Capitalization of schema types, and lowercase of fields (this is also represented through queries, mutations, etc)
B) CIDs - as the schemas are involved in generated the CIDs since the
schemaVersionID
is embedded in the commits.C) DocKeys - Same reason as above
D) Reordering of some request results as the implicit order (dockeys) of various results have changed because of (C).
If any other change is noticed that doesn't fall into those categories, please note it :)
Tasks
How has this been tested?
CI
Specify the platform(s) on which this was tested: