Commit Graph

161 Commits

Author SHA1 Message Date
Raghunandan f5d0be0154 PLugin -> app 2020-04-08 11:59:26 +02:00
Patrik Oldsberg 7a5a657820 Merge pull request #511 from spotify/rugvip/cba
fixes for create-app
2020-04-07 19:02:54 +02:00
Patrik Oldsberg 3bc25560f7 packages/cli: treat untracked input dirs as dirty 2020-04-07 18:39:08 +02:00
Patrik Oldsberg 89494ad4cd packages/cli: updated deps of scaffolded app plugin 2020-04-07 18:06:49 +02:00
Patrik Oldsberg 43d3388238 packages/cli: fix scaffolded app main and types fields 2020-04-07 18:06:21 +02:00
Patrik Oldsberg 1275e43877 packages/cli: fix WelcomePage using old props in scaffolded app 2020-04-07 18:05:45 +02:00
Patrik Oldsberg 53fed5a17c backstage/cli: add common tsconfig 2020-04-07 18:05:21 +02:00
Paul Marbach 927f54129a extract test-utils as its own package for use with plugins, etc. 2020-04-07 10:09:37 -04:00
Patrik Oldsberg 3b9b16c952 v0.1.1-alpha.2 2020-04-07 13:25:23 +02:00
Patrik Oldsberg 814f9fa365 Merge pull request #492 from spotify/rugvip/nocls
packages/cli: avoid clearing screen in app-serve
2020-04-07 13:24:28 +02:00
Patrik Oldsberg bbcd7da0fa Merge pull request #490 from spotify/rugvip/with-cache
packages/cli: make plugin:build have built-in caching
2020-04-07 13:23:50 +02:00
Patrik Oldsberg 1b49cd1f50 Merge pull request #491 from spotify/rugvip/with-build
packages/cli: add build option to watchDeps and use for app serve
2020-04-07 12:08:01 +02:00
Patrik Oldsberg ce66fda73d Merge pull request #486 from spotify/rugvip/cache-version
packages/cli: add cli version to build-cache key
2020-04-07 12:07:35 +02:00
Patrik Oldsberg 007c7275d0 Merge pull request #485 from spotify/rugvip/cli-speed
packages/cli: lazy-load commands to speed up cli boot time
2020-04-07 11:53:14 +02:00
Patrik Oldsberg 3e20a1e1da packages/cli/bin: add copyright notice (#494) 2020-04-07 11:20:15 +02:00
Patrik Oldsberg 1fdba128c6 packages,plugins: separate build:watch is no longer needed 2020-04-07 10:47:46 +02:00
Patrik Oldsberg 884a36179e packages/cli: avoid clearing screen in app-serve 2020-04-07 10:35:28 +02:00
Patrik Oldsberg fe3254e165 packages/cli: add build option to watchDeps and use for app serve 2020-04-07 10:35:11 +02:00
Patrik Oldsberg f5ddb99105 packages/cli: remove output dir before building with cache 2020-04-07 10:06:00 +02:00
Patrik Oldsberg 08a5023ad4 packages/cli: make plugin:build have built-in caching 2020-04-07 00:08:57 +02:00
Patrik Oldsberg 98dea870e6 packages/cli: refactor build-cache to have a reusable withCache function 2020-04-07 00:08:57 +02:00
Patrik Oldsberg af882489e2 packages/cli: add cli version to build-cache key 2020-04-06 23:37:27 +02:00
Patrik Oldsberg bc94014e03 packages/cli: added version helper 2020-04-06 17:32:25 +02:00
Patrik Oldsberg 5f79ec4112 packages/cli: lazy-load commands to speed up cli boot time 2020-04-06 17:11:04 +02:00
Patrik Oldsberg d04453ecad packages/cli: use src-relative imports 2020-04-06 17:09:43 +02:00
Patrik Oldsberg 28b576967c packages/cli: make src-relative imports work 2020-04-06 17:09:42 +02:00
Patrik Oldsberg 4e93e61e7e packages/cli/commands/plugin: include js in typescript compilation + exclude testUtils 2020-04-06 12:52:51 +02:00
Patrik Oldsberg 41dff573c6 packages/cli/commands/plugin: make package dependencies external too 2020-04-06 12:52:50 +02:00
Patrik Oldsberg f78a3bd9a1 packages/cli: move typescript build config to tsconfig 2020-04-06 12:52:50 +02:00
Patrik Oldsberg 48e2dc7dfd packages/cli: add missing react-use dep to plugin template 2020-04-05 16:00:46 +02:00
Patrik Oldsberg 2fa455bcd0 packages/cli: fix dependencies 2020-04-05 14:08:43 +02:00
Patrik Oldsberg 6a6074bedd cli/config/eslint: add import and monorepo lint rules to avoid bad imports and missing deps 2020-04-05 14:04:17 +02:00
Patrik Oldsberg 66f4cda22c plugins: fix core peer-dep version 2020-04-03 14:40:04 +02:00
Patrik Oldsberg 29f2bc2735 v0.1.1-alpha.1 2020-04-03 14:37:54 +02:00
Marcus Eide 70ac8c3402 Configure rollup resolve plugin 2020-04-03 14:15:07 +02:00
Marcus Eide bcc150a36c Add json plugin to rollup 2020-04-03 13:21:35 +02:00
Patrik Oldsberg 1f8b01effe packages/cli: add utility for resolving paths and use everywhere 2020-04-02 14:36:24 +02:00
nikek e62618c919 add separate import and export in createPlugin 2020-04-02 11:57:14 +02:00
nikek d2447eada8 fix consistent return from plugin build 2020-04-02 10:46:29 +02:00
nikek 43f37a53a0 add build:watch to package.json of plugins 2020-04-02 10:38:08 +02:00
nikek 91e8058c52 refactor plugin build function 2020-04-02 10:35:04 +02:00
nikek 8c1c8d2f5a tweak types 2020-04-02 10:29:52 +02:00
nikek d4ac45b628 make rollup watch mode work 2020-04-02 09:27:56 +02:00
nikek e791907d1f WIP watch mode 2020-04-02 09:27:55 +02:00
nikek d43414d687 put shared tsconfig in root config 2020-04-02 09:27:55 +02:00
nikek 8fffc42701 remove unnecessary comment 2020-04-02 09:27:55 +02:00
nikek 32a112d63b rename build to dist again 2020-04-02 09:27:55 +02:00
nikek 4e747b0a19 remove commented out code 2020-04-02 09:27:55 +02:00
nikek 701bfff609 rename image to imageFiles to not confuse it with the image plugin 2020-04-02 09:27:55 +02:00
nikek dbb7ba14d1 add circumflex accent to rollup types deps 2020-04-02 09:27:55 +02:00