gboutte
1e78cca1d3
fix: app context dist directory
2025-06-26 21:45:17 +02:00
gboutte
251d8df336
feat: avoid compilation is project already compiled
2025-06-26 13:49:39 +02:00
Boaz Poolman
d9198099a7
chore: fix deprecated strapi config annotation
2024-11-11 19:58:29 +01:00
Boaz Poolman
c1ad39d7ad
feat: use adm-zip instead of 'zip' command
2024-11-11 19:31:31 +01:00
Boaz Poolman
c989e3f371
fix: shrink bundle size
2024-11-06 12:38:28 +01:00
Boaz Poolman
cc0e71988a
refactor: use pack-up for bundling
2024-11-06 11:59:15 +01:00
Alexander Engel
3a71083a05
chore: fixed linting, moved helper function
2024-10-14 12:27:22 -07:00
Alexander Engel
d735151d9b
Merge branch 'master' of github.com:boazpoolman/strapi-plugin-config-sync
2024-10-14 12:07:03 -07:00
Alexander Engel
38563dbe6d
fix: do not store config file
2024-10-14 11:58:53 -07:00
Boaz Poolman
fff5a765fe
refactor: replace the entity service with the document service
2024-10-12 22:46:32 +02:00
Boaz Poolman
8ef3217f5f
fix: recursive config sanitization
2024-08-13 20:29:46 +02:00
Boaz Poolman
9c729759a2
fix: sanitize publishedAt fields
2024-05-08 23:00:03 +02:00
Boaz Poolman
943b83be90
fix: integration tests
2024-05-08 22:50:04 +02:00
Boaz Poolman
60e2a1a7ea
fix: use createStrapi instead of strapi default export
2024-05-08 21:12:18 +02:00
Boaz Poolman
2a59690aae
fix: merge conflicts
2024-05-08 20:50:28 +02:00
Boaz Poolman
ab82a0dbf6
fix: deprecation warning regarding plugin config
2024-05-08 20:48:33 +02:00
Boaz Poolman
769e2c3be3
fix: check for process.env.CONFIG_SYNC_CLI with 'true' instead of true
2024-04-18 23:09:12 +02:00
Boaz Poolman
6821110d7e
feat: don't importOnBootstrap when using the config-sync CLI to start Strapi
2024-04-18 21:21:32 +02:00
Boaz Poolman
e2147ea5b6
fix: queryFallback utility
2023-10-23 21:06:04 +02:00
Mathijs Schouten
a4b767f412
Merge pull request #111 from boazpoolman/feature/fix-import-on-bootstrap
...
Feature/fix import on bootstrap
2023-10-21 12:17:50 +02:00
Boaz Poolman
a8e2180713
fix: Remove recursive config sanitisation
2023-10-20 16:59:38 +02:00
Boaz Poolman
991da15d52
fix: Don't return promises in the queryFallback util
2023-10-19 19:08:30 +02:00
Boaz Poolman
81f22c6c93
fix: Add fallback for entitySerivce
2023-10-19 08:51:29 +02:00
ppaoli
d3bcb1cd7c
Update type.js
...
Update Query String
2023-10-14 11:01:39 +02:00
ppaoli
10ea389822
Update type.js
...
Resolved Integration Test Error
2023-10-11 18:17:53 +02:00
Boaz Poolman
c0582bd756
fix: Use strapi.log.warn instead of logging warnings with console.log
2023-10-10 11:20:08 +02:00
Boaz Poolman
0c2086e33a
fix: No need to additionally sanitize the components. They've allready been sanitized because their parent was santized.
2023-10-10 11:20:08 +02:00
ppaoli
c269b4847e
Fixed ESLint warnings, change property naming
...
Fixed ESLint Warnings
Add Documentation for Components under "Custom types"
Change property populate to components
2023-10-10 11:20:08 +02:00
ppaoli
378cd7bb58
Fix small comments
2023-10-10 11:20:08 +02:00
ppaoli
69597c7464
Modified Strapi Api calls for components
...
Change Strapi Query Engine Api to Strapi entityService Api.
Add parameter "populate" to plugin config.
Use import and export with components logic.
2023-10-10 11:20:08 +02:00
Boaz Poolman
c2f3561263
fix: Exclude 'core-store.plugin_upload_api-folder' by default ( #92 )
2023-07-29 19:43:38 +02:00
Alexander Engel
761024cc74
feat: added option to download zip
2023-06-15 16:33:56 -07:00
Luca Nerlich
b4f20185e0
Add core-store.ee_information to default excludes
...
Prevent licence codes from being written to the rep.
2023-03-01 11:56:26 +01:00
boazpoolman
8f11f7eefd
feat: Exclude 'core-store.strapi_content_types_schema' by default ( #87 )
2023-02-15 19:22:09 +01:00
boazpoolman
a9761955fe
fix: Exit when trying to delete the super-admin role
2022-12-05 18:55:49 +01:00
Boaz Poolman
b7cc366312
Merge pull request #78 from boazpoolman/feature/soft-setting
...
feat: Addition of the 'soft' setting
2022-12-05 18:54:18 +01:00
boazpoolman
eef725684d
feat: Addition of the 'soft' setting
2022-11-28 17:00:35 +01:00
Tim Raasveld
adae7af409
feat: Don't recompile typescript project if already compiled
2022-11-24 13:11:10 +01:00
Jen Tak
3c0c6d7fdb
feat(CLI): Exit with 1 when diff is not empty.
...
To make it easier to use the diff command in scripts and CI and to align
its API with POSIX diff and diffs on most systems exit with 1 when the
diff is not empty. Keep exiting with 0 when it is.
Fixes #66 .
2022-09-04 11:27:01 +02:00
Boaz Poolman
dc2ea316c5
chore: Add more declarative CLI error logging
2022-08-15 13:22:31 +02:00
Boaz Poolman
4d44e03a18
fix: Exclude 'core-store.plugin_upload_metrics' by default
2022-08-08 22:48:48 +02:00
Boaz Poolman
d7009289a8
Merge pull request #59 from boazpoolman/feature/typescript-support
...
Feature/typescript support
2022-06-14 18:50:39 +02:00
Boaz Poolman
a6035e16ae
fix: Character escaping
2022-06-14 18:47:28 +02:00
Boaz Poolman
829a50492c
Merge pull request #57 from boazpoolman/fix/invalid-filename-character
...
feat: Escape '/' with '$' in filenames
2022-06-14 18:40:43 +02:00
Boaz Poolman
56ee854e71
fix: Fallback for pre Strapi 4.2
2022-06-14 18:38:05 +02:00
Boaz Poolman
a7bfd3fd4b
feat: Allow other plugin to register their own config types
2022-06-09 12:17:13 +02:00
Boaz Poolman
c9e45c3909
feat: Support for typescript in Strapi v4.2.0
2022-06-08 22:43:55 +02:00
Boaz Poolman
0869b37c0d
feat: Escape '/' with '$' in filenames
2022-05-13 10:22:31 +02:00
Boaz Poolman
2adc044c9a
Merge pull request #52 from boazpoolman/fix/warning-for-missing-data
...
Gracefully warn about corrupt data
2022-04-25 14:30:03 +02:00
Boaz Poolman
47f84385e1
feat: Git-style diff viewer in CLI for single files ( #27 )
2022-04-24 14:07:39 +02:00