-
-
Notifications
You must be signed in to change notification settings - Fork 4.8k
feat: add user-defined schema and migrations #7418
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
Merged
Changes from 45 commits
Commits
Show all changes
57 commits
Select commit
Hold shift + click to select a range
bd1498f
wip: base implementation of defined schema
Moumouls 06ee331
wip: block routes when defined schemas used
Moumouls 6cf6355
wip: tests
Moumouls 2907315
wip: testing
Moumouls 0aaf531
wip: tested indexes
Moumouls cb07388
wip: tested CLP
Moumouls acba945
fix flow
Moumouls 86b5125
remove fit
Moumouls 69f19dc
coverage
Moumouls ae1cc7a
fix
Moumouls 22e6815
add changelog
Moumouls 410bebe
wip: add retry, missing test
Moumouls 3e0145e
tested retry
Moumouls bf52c3d
test parallel
Moumouls 0549d02
spread clp to avoid read only issue
Moumouls 5f6628b
Merge branch 'upstream/master' into moumouls/defined-schema
Moumouls c79a32d
restored lock
Moumouls 46269ff
update workflow
Moumouls d610bb9
update node version
Moumouls 5188e69
Merge branch 'master' into moumouls/defined-schema
sadortun 014120d
Updated SchemaMigrations, added validations and Types
sadortun 555a038
Fix typo
sadortun 97b57de
Clean code
sadortun 99a8205
Clean up CLP, add logging
sadortun f369f63
Merge remote-tracking branch 'remotes/upstream/master' into pr-migrat…
sadortun 9d7fe89
Fixed tests
sadortun aa9b15e
Fix formating issues
sadortun 42696e9
Fix code review issues
sadortun b2c4efc
Merge branch 'master' into pr-migrations
sadortun 089bcfc
Re-enable all tests
sadortun 72e3bf3
Merge branch 'pr-migrations' of https://github.com/GoPlan-Finance/par…
sadortun 9db55b6
Replace the auto-locking of schemas by an explicit "lockSchemas" para…
sadortun 9c915ee
Added ACL type
sadortun 265420c
Rename Migration/Schemas to Schema/Definitions
sadortun 2a5fd93
Re-added Migration retries to handle concurrent server startups
sadortun 02caf69
Ensure before/after migration only run once.
sadortun f34153f
Added ParseServer startup options
sadortun d244d56
Merge branch 'master' into pr-migrations
sadortun fa2d3d0
Merge branch 'master' into pr-migrations
sadortun a10c574
Revert unwanted changes
sadortun b6806e9
Implement code review changes
sadortun a1cd981
Implement code review changes
sadortun d3ba3bb
Updated CHANGELOG
sadortun 0e37d39
fix: test & review
Moumouls 426857f
Merge pull request #1 from Moumouls/pr-migrations-moumouls
sadortun d6bf3e1
Merge branch 'upstream/master' into pr-migrations-moumouls
Moumouls 8cc1cf2
test: clean on after each
Moumouls 040b695
Merge branch 'upstream/master' into pr-migrations-moumouls
Moumouls cba3179
Merge pull request #2 from Moumouls/pr-migrations-moumouls
sadortun 8bf9231
Merge branch 'master' into pr-migrations
sadortun 19c4160
Implement code review changes
sadortun d7d2a9a
Merge remote-tracking branch 'remotes/upstream/alpha' into pr-migrations
sadortun 49645ed
Merge branch 'alpha' into pr-migrations
sadortun af80d29
Merge branch 'alpha' into pr-migrations
sadortun 41d906b
Disable failing Postgres test
sadortun cd6fb50
Merge remote-tracking branch 'remotes/upstream/alpha' into pr-migrations
sadortun 63422fc
Fix flow errors
sadortun 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
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.