Commit Graph

128 Commits (962952f6620e75db3b3eb08e4aeb68def82dc3b9)

Author SHA1 Message Date
Boaz Poolman 962952f662 feat: Partial import in CLI 2021-11-18 22:45:20 +01:00
Boaz Poolman 7af07bfcf0 refactor: Move all type stuff into its own folder 2021-11-18 21:41:48 +01:00
Boaz Poolman ccef257c32 feat: Empty states in admin 2021-11-13 14:30:16 +01:00
Boaz Poolman 3be97749f9 refactor(v4): Implement @strapi/design-system 2021-11-13 14:15:31 +01:00
Boaz Poolman b3d9ad640b docs: Update contributing.md 2021-11-11 22:55:31 +01:00
Boaz Poolman 6f8268f3ac refactor: Rename permission menu-item to menu-link 2021-11-11 22:43:52 +01:00
Boaz Poolman 35081eb85d style: Update copy in CLI 2021-11-10 22:53:26 +01:00
Boaz Poolman 7c5a337037 style: Update copy in CLI 2021-11-10 22:50:46 +01:00
Boaz Poolman 5a5df08fca feat: Update CLI colors 2021-11-10 22:45:48 +01:00
Boaz Poolman 68aa8b57e0 chore: Grab plugin icon name from package.json 2021-11-10 19:57:29 +01:00
Boaz Poolman d11d1f0de6
Merge pull request #26 from boazpoolman/feature/managed-admin-access
feat: Managed access for the settings page (RBAC)
2021-11-10 19:52:44 +01:00
Boaz Poolman ad68519ac2 feat: Managed access for the settings page (RBAC) 2021-11-10 19:51:00 +01:00
Boaz Poolman ab8b6699d8 docs: Update contributing.md 2021-11-10 18:52:07 +01:00
Boaz Poolman d20f82faa9 fix: Build problem with @strapi/helper-plugin 2021-11-10 18:45:06 +01:00
Boaz Poolman 5411c68538 chore: Add bin folder to the build 2021-11-10 16:53:57 +01:00
Boaz Poolman 17aa9b4cbd feat: Add aliases for CLI 2021-11-10 16:48:17 +01:00
Boaz Poolman c62eeec1d8 fix: Make action row in CLI table wider 2021-11-10 16:43:33 +01:00
Boaz Poolman 7609cf4ecf fix: Make CLI table wider 2021-11-10 16:42:44 +01:00
Boaz Poolman 6282e4e401 chore: Add full stop to 'no diff' notice for import/export commands 2021-11-10 16:38:09 +01:00
Boaz Poolman f408122d82 fix: 'no diff' notice for diff command 2021-11-10 16:36:30 +01:00
Boaz Poolman 160ce5216a fix: CLI as package.json script 2021-11-10 16:34:08 +01:00
Boaz Poolman e1a9e016e9
Merge pull request #25 from boazpoolman/feature/cli
feat: CLI 🎉
2021-11-10 16:31:47 +01:00
Boaz Poolman a08b2a2f01 chore: Cleanup 2021-11-10 16:29:48 +01:00
Boaz Poolman 7748ca0d43 chore: Move @strapi/strapi to dev dependencies 2021-11-10 16:28:47 +01:00
Boaz Poolman 15eb3df690 style: Fix eslint warnings 2021-11-10 16:27:15 +01:00
Boaz Poolman cd8a71f584 feat: CLI 🎉 2021-11-10 16:22:52 +01:00
Boaz Poolman dea1963199 feat: Basic CLI visualisation 2021-11-02 19:03:58 +01:00
Boaz Poolman eff6cb50eb feat: integrate relation syncing in default config type (permission relations) 2021-11-02 00:33:13 +01:00
Boaz Poolman db9745ef81 refactor(v4): plugin icon as react component 2021-10-27 16:04:58 +02:00
Boaz Poolman 3d6bd45a6d chore: downgrade to @strapi/design-system 0.0.1-alpha.51 2021-10-27 14:04:10 +02:00
Boaz Poolman cc2a7b0a39 chore: downgrade to @strapi/icons 0.0.1-alpha.50 2021-10-27 14:00:21 +02:00
Boaz Poolman ecb580ec95 refactor: Rename @strapi/icons imports 2021-10-27 13:45:55 +02:00
Boaz Poolman 835fbe17af chore: Migtate @strapi/parts to @strapi/design-system 2021-10-27 13:28:06 +02:00
Boaz Poolman 2477bdd345 chore: Wait for importAllConfig to finish 2021-10-22 13:56:58 +02:00
Boaz Poolman c9dd10762f fix: Use Strapi service for assignPermissions 2021-10-15 15:02:34 +02:00
Boaz Poolman 74498e6d1c feat: Admin roles (wip) 2021-10-15 14:54:58 +02:00
Boaz Poolman 52dd4b4f55 chore: Disable unit tests pipeline 2021-10-14 17:41:55 +02:00
Boaz Poolman 10c361b27e style: Fix eslint warnings 2021-10-14 17:39:53 +02:00
Boaz Poolman d5b8b0b719 refactor(v4): Get config diff in admin 2021-10-14 17:33:21 +02:00
Boaz Poolman 41a9bfdf6c refactor(v4): Base admin migration 2021-10-14 17:13:12 +02:00
Boaz Poolman 75711f7da4 feat: Abstract types 2021-10-14 16:37:32 +02:00
Boaz Poolman 8c3c2e7e3f refactor(v4): Base migration 2021-10-14 14:37:00 +02:00
Boaz Poolman 9028adde12 docs: Update readme 2021-10-13 17:34:57 +02:00
Boaz Poolman f771baf2c0 chore: Miscellaneous 2021-10-13 17:31:16 +02:00
Boaz Poolman 86b6c8e70f
Merge pull request #16 from alexzrp/master
Added replace by double-colon in filename
2021-10-13 17:23:00 +02:00
alexzrp 7a5a8843e3 🐛 fix: added windows support 2021-09-21 17:53:08 -03:00
Alex Gotardi 2ab3909bae
Merge pull request #1 from alexzrp/windows
Windows
2021-09-21 10:54:20 -03:00
alexzrp 93863f99d1 :fix: Added windows support 2021-09-21 10:48:30 -03:00
Boaz Poolman f78d6643b7 🐛 🔧 chore: husky git hooks
fix: added windows support
2021-09-21 10:43:28 -03:00
Boaz Poolman 9f358cb80b feat: new i18n-locale config type 2021-06-02 15:23:01 +02:00