-
Notifications
You must be signed in to change notification settings - Fork 353
Generating name and description fields for queries and mutations as per the naming guidelines #619
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
Merged
severussundar
merged 100 commits into
main
from
dev/shyamsundarj/singularizing-entity-names-for-delete-mutations-in-schema
Aug 12, 2022
Merged
Changes from all commits
Commits
Show all changes
100 commits
Select commit
Hold shift + click to select a range
f54923c
Fix naming casing issue by removing step to format entity names for G…
seantleonard ede5824
add comments.
seantleonard 663a0f4
Add helpers to check GraphQL naming violations.
seantleonard a456f79
validation of entity names for GraphQL.
seantleonard 819245e
Remove commented code.
seantleonard e5a1c4d
explicitly singularizing entity names for delete mutation for schema …
severussundar 35b4ba3
fix formatting
severussundar 653fa99
adding test summary
severussundar 8aa73ab
Merge branch 'main' into dev/shyamsundarj/singularizing-entity-names-…
severussundar 3b150b0
using an older version to see if the right display name comes up in p…
severussundar 718b6fc
switching version to 2.2.6
severussundar d8ff5ad
removing singularizing logic
severussundar f775d29
Merge branch 'main' into dev/shyamsundarj/singularizing-entity-names-…
severussundar ef57789
merge main
seantleonard 788aa7d
changes for creating queries and mutations, tests as per naming conve…
severussundar 01fde38
fixing formatting
severussundar cf33b24
removing an extra blank line
severussundar ac74e4b
minor changes in comments
severussundar 1c274d9
Added comments to GraphQLNaming functions
seantleonard db23c37
incorporating review comments
severussundar 48b481e
passing the name as a string for building queries
severussundar 00e479c
Merge branch 'main' into dev/shyamsundarj/singularizing-entity-names-…
severussundar 76f3433
fix formatting
severussundar 84036de
fixing formatting
severussundar 35211be
Remove extra name formatting and update comments.
seantleonard d91a56c
Add format naming back without santizing
seantleonard 381e1be
Updated comments and logic.
seantleonard c21360d
Merge branch 'main' into dev/seleonar/gqlNamingFix
seantleonard ef76da9
Adding tests and comments.
seantleonard a98beb5
remove space
seantleonard 7b8e32b
renaming varaiables, methods for better readability
severussundar 43c2f9c
Fix entity names to be case-sensitive to match test cases: Magazine -…
seantleonard 5e61705
GraphQL Naming - deserialize json properly and set graphql schema nam…
seantleonard 2f61db5
Merge branch 'main' into dev/seleonar/gqlNamingFix
seantleonard 55482f3
Remove commented code and whitespace.
seantleonard 68c03a0
Merge branch 'dev/seleonar/gqlNamingFix' of https://github.com/Azure/…
seantleonard a1f5933
Match test pattern, no catch block, as tests that throw exception wil…
seantleonard 8772e6f
merge main
seantleonard 767e451
fix tests and merging of DAB name changes.
seantleonard ed92c86
Get Model name for graphQL entity in mutation engine for use in autho…
seantleonard 41d9484
Update config files to set GraphQL singular plural, so that tests don…
seantleonard 18cd739
Update tests to use the proper casing of graphQL queries/field names …
seantleonard 9a313ea
Fix mutation tests.
seantleonard cbafe33
Fix spacing.
seantleonard ef104cc
Merge branch 'main' into dev/seleonar/gqlNamingFix
seantleonard 31281ea
Fix spacing and usings.
seantleonard 628d385
fix using ordering.
seantleonard d0f0d3d
Fixing more tests. and updating configs to reflect graphqlnaming
seantleonard 9a4228f
fixing merge conflicts
severussundar c6f3e62
fixing merge with main
severussundar 01f0bd7
making collection query start with lowercase alphabet
severussundar 5690dfe
fix rest tests due to changed entity name "magazine" no longer having…
seantleonard 922b3a8
Fix the config files to properly set GraphQL singular/plural.
seantleonard c54ae69
adding singularPlural type to website, using lower-case for magazine …
severussundar b4d0a0f
Update model name for Cosmos GQL Schema.
seantleonard 3420c6a
changing the case of the query
severussundar 72bfb5b
removing formatting of entity names in queries
severussundar 3bbb49a
fixing unit tests
severussundar 83948a4
fixing tests to use correct casing in the queries
severussundar 9f7446a
attempt at fixing deserialization issue
severussundar 2c624a5
fix formatting
severussundar 5dc5464
checking if response json is valid
severussundar 73e2467
using serialization instead of to string
severussundar 70d9205
adding graphql types for mysql and pgsql, removing newtonsoft seriali…
severussundar 6517157
Merge branch 'main' into dev/shyamsundarj/singularizing-entity-names-…
severussundar b7bac20
using same case for queries as entity name for cosmos tests
severussundar 7d70f53
chaning query names in cosmos tests
severussundar 88eba79
update MySql/PG config.
seantleonard 2b9b956
Revert "fixing tests to use correct casing in the queries"
severussundar e24dd50
removing httpclient headers
severussundar 3dd4cb8
Fix Cosmos Tests and Logic for building Mutations.
seantleonard dfce151
Fix broken tests affected by GraphQL Naming.
seantleonard 320afc5
REmove unnecessary code.
seantleonard 84dfaa1
Remove old / extra code for formatting that is not used due to honori…
seantleonard 0c40d70
Merge branch 'main' into dev/seleonar/gqlNamingFix
seantleonard a9f4848
remove extra spacing not caught by local dotnet format. or was lost i…
seantleonard 08ec9cb
Merge branch 'dev/seleonar/gqlNamingFix' of https://github.com/Azure/…
seantleonard 59dd9c9
fix comments
seantleonard 55b6a9f
Updated comment.
seantleonard 2ece755
Merge branch 'main' into dev/shyamsundarj/singularizing-entity-names-…
severussundar a7a8c27
merging latest changes from GraphQL Entity Naming PR
severussundar 0a56126
throwing exception when singular name is not defined for GraphQL obje…
severussundar ec04c9d
fix formatting
severussundar f2e358a
fixing formatting
severussundar 035dcf5
removing redundant null check
severussundar d051f52
adding display names to unit tests
severussundar e4ef6e7
Updated comments/grammar, usage of regex to not allow spaces and fix …
seantleonard 2c310ff
Update model directive to be properly formed.
seantleonard 0dd07e0
adds graphql naming validations to singular, plural names
severussundar f37d4d7
Merge remote-tracking branch 'origin/dev/seleonar/gqlNamingFix' into …
severussundar 5a65a88
fixing formatting
severussundar 0fc078a
merge main
seantleonard 6678a58
keeping formatting for query fields, fixing tests
severussundar a439811
fixing formatting
severussundar 26e3596
removing graphql validation function, addresing review comments
severussundar d9d21ac
Merge branch 'main' into dev/shyamsundarj/singularizing-entity-names-…
severussundar fb6c872
Merge branch 'main' into dev/shyamsundarj/singularizing-entity-names-…
severussundar 1a17e83
fixing model directive
severussundar 5c15d8b
Merge branch 'main' into dev/shyamsundarj/singularizing-entity-names-…
severussundar 80b6891
addressing revew suggestions
severussundar File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.