Commit Graph

17 Commits

Author SHA1 Message Date
mike12345567 1b408e60f2 Refactoring worker, converting all controllers/routes to Typescript and all imports of backend-core to new style. 2022-11-23 18:25:20 +00:00
mike12345567 df47d05eef Improvement to CLI logging output for plugins --dev command - make it more obvious what next steps are. 2022-09-30 17:13:50 +01:00
mike12345567 945eb1ace2 Updating to add an option for generating admin user credentials as part of hosting, adding a dev command to create a simple, pre-watching environment using all flags. 2022-09-29 15:38:54 +01:00
mike12345567 d7f38a38bc Adding types for plugin events, specifically for plugin init, import and deletion, this is across the CLI and the server. 2022-09-14 17:35:46 +01:00
mike12345567 bbe0489af4 Adding better controls for .git checking. 2022-09-14 11:11:20 +01:00
mike12345567 72736e5257 Fixing a minor issue with plugin name not being passed through in CLI function. 2022-09-14 11:04:37 +01:00
mike12345567 68a8a66bc7 Defaulting behaviour for empty git repos. 2022-09-13 18:28:03 +01:00
mike12345567 eae8ec97a9 Adding an option to disable top level parent directory creation during CLI plugin init incase using this for git repo creation. 2022-09-13 18:22:15 +01:00
NEOLPAR 148ac14e62 cleaned plugin validate from cli 2022-09-09 11:25:17 +01:00
mike12345567 65659225e1 Adding management of the new README.md file that is retrieved with the plugin skeletons. 2022-08-18 18:23:07 +01:00
mike12345567 9d22f83e4e Adding check to make sure build/watch occurs inside a plugin directory. 2022-08-18 13:29:49 +01:00
Michael Drury 45594e442a Adding watch command to CLI. 2022-08-16 16:27:03 +01:00
mike12345567 d9a8604994 Fixing validation for datasource plugins. 2022-08-11 18:29:49 +01:00
mike12345567 22ce84f384 Getting dependency installation working correctly. 2022-08-11 17:29:07 +01:00
mike12345567 bf3fd90268 Install after retrieving skeleton for custom plugins. 2022-08-11 11:03:33 +01:00
mike12345567 7dc9abf54b Validating datasources fully, initial work towards validating components and including the build in the CLI. 2022-08-10 16:19:08 +01:00
mike12345567 b3f6a481b4 First part of plugin CLI - generates the skeleton project and enriches it with user input. 2022-08-10 13:11:57 +01:00