Commit Graph

299 Commits (b4f20185e0ae1fcc62ebdfeccaea5fd4dad3425f)

Author SHA1 Message Date
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 97439432cc chore: Push version update after successful publish workflow run 2023-02-10 18:46:56 +01:00
boazpoolman af0eabdf2f chore: Try fix publish workflow 2023-02-10 18:32:55 +01:00
boazpoolman b419c90924 chore: Add npm registery to package.json 2023-02-10 18:28:26 +01:00
boazpoolman b9e9dab146 chore: Try fix publish workflow 2023-02-09 22:35:34 +01:00
boazpoolman 99ca73d6b4 chore: Try fix publish workflow 2023-02-09 22:31:42 +01:00
Boaz Poolman 6e72ae02b9
Merge pull request #58 from Techwolf12/Techwolf12-patch-1
Add a Github workflow to publish releases
2023-02-09 22:17:07 +01:00
boazpoolman 3eb063f81a chore: Update json5 2023-02-08 20:38:39 +01:00
Boaz Poolman 3cd0ca29b6
Merge pull request #86 from liarco/patch-1
Fixing default for excludedConfig (README.md)
2023-02-07 14:03:16 +01:00
Marco Lipparini eeeb8cd11a
Adding missing entry in the example code 2023-02-07 13:59:15 +01:00
Marco Lipparini 948cf7cedb
Fixing default for excludedConfig (README.md)
Hi, I noticed the default value for `excludedConfig` was updated in 4d44e03a18

I also replaced double-quotes with single-quotes to match the lines above (e.g. line `413` is `excludedTypes: ['admin-role']`).
2023-02-07 13:45:51 +01:00
boazpoolman ceadfbbdc6 chore: Remove fontawesome 2022-12-31 14:19:17 +01:00
boazpoolman c8edb09ff1 chore: Update node version in playground to allow node 18 2022-12-31 13:47:08 +01:00
boazpoolman c17a87fdb0 chore: Run tests CI also for node 18 2022-12-31 13:42:21 +01:00
boazpoolman 91b589917a chore: Dependency updates 2022-12-31 13:39:19 +01:00
boazpoolman 5d2f8b6c09 chore: Update test command in CI 2022-12-30 14:25:20 +01:00
boazpoolman ae0d5b18a4 chore: Update test command in CI 2022-12-30 14:16:04 +01:00
boazpoolman d64af3f022 chore: Enhance integration tests with --production flag 2022-12-30 14:08:34 +01:00
boazpoolman f7a64d562d chore: Add build step to integration tests 2022-12-30 14:01:34 +01:00
boazpoolman 468303cb81 fix: CI build status shield in README 2022-12-30 13:53:27 +01:00
boazpoolman 68ad03a2da v1.1.0 2022-12-06 10:09:13 +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 f300183630 style: Fix eslint issues 2022-11-28 18:40:44 +01:00
Boaz Poolman 3f02eca41a
Merge pull request #77 from funatic-nl/dont-recompile-typescript-project
Don't recompile typescript project if already compiled
2022-11-28 17:04:55 +01:00
boazpoolman eef725684d feat: Addition of the 'soft' setting 2022-11-28 17:00:35 +01:00
Tim Raasveld 63ff9bb2e4 Merge branch 'master' of https://github.com/boazpoolman/strapi-plugin-config-sync into dont-recompile-typescript-project 2022-11-28 07:04:09 +00:00
boazpoolman ad7fc93b84 chore: Move to 'Aeolun/react-diff-viewer-continued' 2022-11-27 15:11:28 +01:00
boazpoolman 8ef4b7bc8b chore: Update playground sqlite db to 'better-sqlite' 2022-11-27 14:50:13 +01:00
boazpoolman ca910cfdaf chore: Update @strapi packages and alter imports accordingly 2022-11-27 14:35:11 +01:00
Tim Raasveld adae7af409 feat: Don't recompile typescript project if already compiled 2022-11-24 13:11:10 +01:00
Boaz Poolman 7206577eed v1.0.4 2022-09-06 22:01:47 +02:00
Boaz Poolman bfd571a7a9
Merge pull request #67 from goodhoko/feat-diff-exit-status
feat(CLI): Exit with 1 when diff is not empty.
2022-09-06 21:39:05 +02:00
Jen Tak 78c812d31f Link to local version of strapi-plugin-config-sync.
Linking to "boazpoolman/strapi-plugin-config-sync" resolves to the
version of strapi-plugin-config-sync currently on master branch on
GitHub. Which prevents running tests in the playground against the local
version.
2022-09-05 14:53:41 +02: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
Jen Tak 8f9b344604 Cleanup after integration tests.
Running the tests repeatedly failed as the DB was left in an altered
state which interfered with the subsequent test invocation.

Remove the DB and generated config files after all the tests run.
2022-09-04 11:27:01 +02:00
Jen Tak 0e25b7ad6d Git-ignore sync files generated by tests. 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 1dfc90a9c0 v1.0.3 2022-08-08 23:00:27 +02:00
Boaz Poolman 76ab9949aa chore: Delete plugins.js from playground 2022-08-08 22:56:34 +02:00
Boaz Poolman 4d44e03a18 fix: Exclude 'core-store.plugin_upload_metrics' by default 2022-08-08 22:48:48 +02:00
Boaz Poolman daf073e418 docs: Update README 2022-08-02 20:14:05 +02:00
Boaz Poolman 345e55feb7 docs: Update README 2022-07-21 13:47:48 +02:00
Boaz Poolman 3c8869007c fix: Readme 2022-06-19 22:58:15 +02:00
Boaz Poolman f5c5f79b56 docs: Update readme 2022-06-19 22:53:56 +02:00
Boaz Poolman 5b7f4f3d9d docs: Textual changes 2022-06-19 22:32:57 +02:00
Boaz Poolman 27b0c9b65c v1.0.2 2022-06-14 19:01:37 +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