Commit Graph

79 Commits (eeeb8cd11aad8af8d33cfc6f68e3da4c383da535)

Author SHA1 Message Date
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
tilman 997badd17c fix: elint 2022-01-15 19:34:28 +01:00
tilman 3aa1497786 feat: add combined uid feature and update docs 2022-01-15 19:17:19 +01:00
Boaz Poolman c71531eb5c fix: Code order in bootstrap function 2022-01-13 19:47:00 +01:00
Boaz Poolman 9ac2167ff3 fix: Pipeline 2021-12-31 14:02:11 +01:00
Boaz Poolman 6468044213 chore: Try and break pipeline 2021-12-31 13:35:08 +01:00
Boaz Poolman 2b61463060 chore: Integration tests 2021-12-31 13:28:04 +01:00
Boaz Poolman c93546b594 feat: Allow excluding configs by giving part of the config name 2021-12-29 00:38:25 +01:00
Boaz Poolman 724f56f20b feat: Finalize CLI logging 2021-12-29 00:05:01 +01:00
Boaz Poolman c2768194cd feat: Finalize CLI logging 2021-12-29 00:02:38 +01:00
Boaz Poolman 31ab881b05 fix: Change CLI notice color 2021-12-28 23:50:25 +01:00
Boaz Poolman 08a962cf48 feat: Enhance CLI with more logging and descriptive actions 2021-12-28 23:46:48 +01:00
Boaz Poolman cf24889fdd feat: Custom types & refactor of settings 2021-12-28 22:10:04 +01:00
Boaz Poolman 4eaf565ee4 fix: Correctly splitting filename into 'type' & 'name' 2021-12-13 17:07:06 +01:00
Boaz Poolman 5cdf4de4fb feat: Dynamically use types based on plugin dependency 2021-12-10 00:49:12 +01:00
Boaz Poolman bfccce21de fix: Fetching the Strapi app env 2021-12-09 09:20:46 +01:00
Boaz Poolman 14eddc5459 fix: Production warning in admin 2021-12-08 16:05:45 +01:00
Boaz Poolman 3644a03338 feat: Itterate through findMany queries limited with 100 2021-12-08 13:35:47 +01:00
Boaz Poolman 6dd1f4556f fix: Typo in the export CLI error handling 2021-12-01 17:42:17 +01:00
Boaz Poolman 50d691f76d fix(v4): Import on bootstrap 2021-12-01 14:01:56 +01:00
Boaz Poolman 60e300ff31 fix: import CLI 2021-11-27 23:00:26 +01:00