Commit Graph

333 Commits

Author SHA1 Message Date
Ben Lambert 2da0697582 Merge pull request #526 from spotify/feat/issues/523
Remove the default export from plugins
2020-04-10 17:19:02 +02:00
blam 72c98655f3 chore; fixing code review commenta and fix the import path 2020-04-10 01:38:35 +02:00
Patrik Oldsberg 3e1e356320 Merge pull request #528 from spotify/rugvip/lintfixes
package/cli: fix lint issues in scaffolded plugins
2020-04-09 15:51:27 +02:00
Patrik Oldsberg fc00bfec5a Merge pull request #527 from spotify/rugvip/notests
packages/cli: exclude tests from build
2020-04-09 15:51:20 +02:00
Patrik Oldsberg e55cdf70fd packages/cli: add missing theme dep to app template 2020-04-09 14:21:47 +02:00
Patrik Oldsberg e6b0df8c1f packages/cli: add root eslintrc for app template 2020-04-09 14:17:06 +02:00
Patrik Oldsberg 1788fe1fff packages/cli: remove notice plugin from eslint config 2020-04-09 14:15:47 +02:00
Patrik Oldsberg a42d95f6dd packages/cli: exclude tests from build 2020-04-09 13:36:45 +02:00
blam 6104ff9988 chore: missed one small part 2020-04-09 04:56:08 +02:00
blam e805eafa42 feat: update the templates to default to named exports for new plugins 2020-04-09 04:37:15 +02:00
blam 0feee2b1a9 feat: fixes #523. Remove the default export from plugins 2020-04-09 04:36:55 +02:00
Patrik Oldsberg 84340367c4 packages/cli: added some development docs to the readme (#521) 2020-04-08 22:28:02 +02:00
Paul Marbach f6d3c5ca4f test: update lint config to extend cli config explicitly for plugins 2020-04-08 12:20:20 -04:00
Paul Marbach 1d6765e044 thank you for the comments, @freben 2020-04-08 12:20:20 -04:00
Paul Marbach 06228b71e9 feat: implement Lighthouse plugin using lighthouse-audit-service 2020-04-08 11:21:20 -04:00
Patrik Oldsberg 56ab5e3296 v0.1.1-alpha.3 2020-04-08 15:16:27 +02:00
Patrik Oldsberg 891f49ae09 Merge pull request #516 from spotify/rugvip/relative
packages,plugins: make src-relative imports work everywhere
2020-04-08 14:52:59 +02:00
Raghunandan f5d0be0154 PLugin -> app 2020-04-08 11:59:26 +02:00
Patrik Oldsberg b0e7068578 packages/core: switch to more src-relative imports 2020-04-08 00:41:38 +02:00
Patrik Oldsberg 7ed9444de8 packages,plugins: make src-relative imports work everywhere 2020-04-08 00:41:37 +02:00
Patrik Oldsberg 7463309e58 packages/storybook: make src-relative imports work 2020-04-08 00:41:37 +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
Patrik Oldsberg 29094608c2 packages/testUtils: renamed dir to test-utils 2020-04-07 17:22:50 +02:00
Patrik Oldsberg cc4d4a403e Merge pull request #504 from spotify/rugvip/nowrap
packages: no need to wrap plugin builds with build-cache
2020-04-07 17:22:37 +02:00
Paul Marbach 022e71575b fix: circular dependency came back 2020-04-07 10:56:19 -04:00
Patrik Oldsberg 27fd679b74 packages: no need to wrap plugin builds with build-cache 2020-04-07 16:33:41 +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