Commit Graph

99 Commits (ab68450bea71108b5720e07d165937a3faf1f1f7)

Author SHA1 Message Date
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
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
Boaz Poolman a44db2781d fix: Warn about an empty config file 2022-04-24 09:07:18 +02:00
Boaz Poolman f4d689e431 fix: Filter records with missing data and register a warning about it in the Strapi logs. 2022-04-23 14:49:13 +02:00
Boaz Poolman c0445de79a fix: Order findMany queries by id 2022-04-22 09:46:51 +02:00
Boaz Poolman 7573a07d76 chore: Prep stable release 2022-03-16 22:10:24 +01:00
Boaz Poolman df61e0c5a0 chore: Fix audit log 2022-02-12 23:03:47 +01:00
Boaz Poolman 010ae19bc4 fix: Bootstrap function 2022-01-26 19:27:09 +01:00
Boaz Poolman c1899b5689 feat: Disallow use of importOnBootstrap in develop 2022-01-25 17:35:37 +01:00
Boaz Poolman dbbdeb5f5b feat: Update relations entities on import 2022-01-24 20:48:59 +01:00
Boaz Poolman dbe3ea8c88 fix: More specific selection of relation entities 2022-01-21 17:33:14 +01:00
Boaz Poolman 8abf651a46 feat: Sort relations on more than 1 field 2022-01-21 16:21:00 +01:00
Boaz Poolman f28d80d920 refactor: Change uid escape string 2022-01-18 16:39:35 +01:00
Boaz Poolman d0982f6390 fix: Some bugs 2022-01-17 21:02:50 +01:00
tilman 5b1d0fc50d fix: discussions 2022-01-17 17:50:33 +01:00
tilman 4b9687a454 fix: discussions 2022-01-17 17:46:02 +01:00