-
-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: preserve flows ids, add hooks and handle translations collection (
#23) * ci: run PR CI on next branch * feat(cli): move options to commands * feat(cli): manage config with a service * chore: optimize imports * feat: add config loader from file * test: add tests for ConfigFileLoader * feat: format zod errors * feat: merge options from default to CLI options * chore: move tests * chore: ignore directus-config in prettier config * feat: auth with email and password (#13) * feat: allow authentication with email/password * docs: add config example directus-sync.config.js * chore: merge version 3.1 from main * feat: preserve flow ids on pull and push (#20) * feat: configuration improvement (#14) * ci: run PR CI on next branch * feat(cli): move options to commands * feat(cli): manage config with a service * chore: optimize imports * feat: add config loader from file * test: add tests for ConfigFileLoader * feat: format zod errors * feat: merge options from default to CLI options * chore: move tests * chore: ignore directus-config in prettier config * feat: auth with email and password (#13) * feat: allow authentication with email/password * docs: add config example directus-sync.config.js * chore(release): bump version [skip ci] - [email protected] - [email protected] * feature: treat non-existent directories as empty (#18) * chore(release): bump version [skip ci] - [email protected] - [email protected] * feat: preserve id of flows --------- Co-authored-by: tractr-bot <[email protected]> Co-authored-by: Evgeniy <[email protected]> * feat: add hooks (#21) * feat(cli): add version command * feat: add hooks schema in zod * feat: add transform data hooks for onLoad and onSave events * feat: add onDump ,onSave and onLoad hooks * feat: provides Directus client in hooks * docs: add hooks examples * docs: add warning about onDump * feat: add onQuery hook * feat: import pull process * docs: add onQuery and mermaid * docs: add onQuery and mermaid * docs: improve mermaid * feat: handle translations collection (#22) --------- Co-authored-by: tractr-bot <[email protected]> Co-authored-by: Evgeniy <[email protected]>
- Loading branch information
1 parent
89a3931
commit 0b3faf9
Showing
36 changed files
with
568 additions
and
38 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
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
24 changes: 19 additions & 5 deletions
24
packages/cli/src/lib/services/collections/base/data-loader.ts
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.