-
Notifications
You must be signed in to change notification settings - Fork 2.8k
server: customize tracking tables with a custom name #5719
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
kodiakhq
merged 40 commits into
hasura:master
from
codingkarthik:custom-table-identifier
Oct 29, 2020
Merged
Changes from all commits
Commits
Show all changes
40 commits
Select commit
Hold shift + click to select a range
55d6066
generate the nodes according to the identifier (if exists)
codingkarthik 0c9445a
generate constraint names for tables with identifiers
codingkarthik 2e426ca
add query and mutation tests with custom graphQL table identifier
codingkarthik d7ae2cf
remove unused import
codingkarthik ea8caf6
fix the metadata order failing test
codingkarthik 9f97768
update the teardown of metadata_order test
codingkarthik 61cdef0
add introspection test
codingkarthik 1431f1d
add new API set_table_configuration
codingkarthik 1f28be6
add tests for set_table_configuration
codingkarthik 0533ab6
add docs
codingkarthik b391170
update changelog
codingkarthik 45e73b2
refactor getTableName to getTableDisplayName
codingkarthik 4f439d1
modify the introspection tests
codingkarthik a7d5fc4
undo the changes of generating custom constraint names
codingkarthik 0786d94
Merge branch 'master' into custom-table-identifier
codingkarthik 27cd8c0
change the error message after merging safeSelectionSet changes
codingkarthik 2b9785d
add a note about constraint names expected to be GraphQL compliant
codingkarthik 07bc4df
Update docs/graphql/core/api-reference/schema-metadata-api/table-view…
codingkarthik 66b6161
Update docs/graphql/core/api-reference/schema-metadata-api/table-view…
codingkarthik 312769b
Update docs/graphql/core/api-reference/schema-metadata-api/table-view…
codingkarthik c2092e0
Update docs/graphql/core/api-reference/schema-metadata-api/table-view…
codingkarthik 0d69329
Update docs/graphql/core/api-reference/schema-metadata-api/table-view…
codingkarthik 4238610
Update docs/graphql/core/api-reference/schema-metadata-api/table-view…
codingkarthik f1ed3a3
apply couple of docs suggestions
codingkarthik 69c589d
Merge branch 'master' into custom-table-identifier
codingkarthik b3eead6
Merge branch 'master' into custom-table-identifier
codingkarthik c1a38ac
refactor `getTableDisplayName` to `getTableGQLName`
codingkarthik 172d118
remove the identifier field from SetTableCustomFields API
codingkarthik 6e1bceb
apply minor suggestion
codingkarthik eee4254
refactoring in names of the API
codingkarthik df45464
update set_table_configuration to set_table_customization in docs
codingkarthik ae75d24
change the format of specifying an external link
codingkarthik b6af36e
update CHANGELOG
codingkarthik fbb746e
add deprecated indicator with `set_table_custom_fields`
codingkarthik 8fc740d
Merge branch 'master' into custom-table-identifier
codingkarthik 944a904
don't throw error while tracking tables with non-compliant GraphQL names
codingkarthik c226fea
tables with custom names are valid graphQLtables
codingkarthik 0737280
minor no-op refactor
codingkarthik aafeb98
Merge branch 'master' into custom-table-identifier
0x777 f4f0d18
Merge branch 'master' into custom-table-identifier
0x777 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
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.