Commit Graph

76 Commits

Author SHA1 Message Date
Patrik Oldsberg b87d266c74 packages/cli: target modern browsers and switch output to module 2020-05-01 15:55:47 +02:00
Patrik Oldsberg 3dc707c156 packages: only include dist folder in published packages 2020-04-25 19:42:47 +02:00
Patrik Oldsberg 7ac528b1ce packages/cli: update eslint config test config to include dev/ and only setupTests directly in src 2020-04-23 00:51:31 +02:00
nikek 1269cc9e6b remove css zoom 2020-04-22 13:59:47 +02:00
Marcus Eide 17c4a04818 Merge pull request #578 from spotify/eide/cy-in-app
Include cypress tests when creating a new app
2020-04-20 15:17:13 +02:00
Marcus Eide 52736265a2 Use cross-env 2020-04-20 14:12:24 +02:00
Marcus Eide f5c67a4740 Add workflow step for cypress test 2020-04-20 13:34:12 +02:00
Ruairí O'Brien 6f1c910a20 Put backstage cli back in dev dependencies 2020-04-17 19:15:04 +01:00
Ruairi O Brien da6ec4e17d Change peer dependencies to be regular dependencies #576
Removed explicit dependency on backstage cli to inherit from root.
2020-04-17 16:35:22 +01:00
Marcus Eide b5f24a7d19 Include a minimal cypress e2e test with the app 2020-04-17 13:28:13 +02:00
Patrik Oldsberg 47dd73919b Merge pull request #550 from spotify/eide/app-e2e
Add create-app to e2e
2020-04-16 16:42:05 +02:00
Marcus Eide 55b767a3fa Link local packages in package.json if in e2e-test 2020-04-16 14:33:09 +02:00
Patrik Oldsberg d766d7aac4 packages,plugins: use lightTheme/darkTheme exports from theme package 2020-04-16 11:44:30 +02:00
Marcus Eide 85752b4795 Revert "Add copyright notice to default-app template files"
This reverts commit fbc2048350.
2020-04-16 08:53:55 +02:00
Marcus Eide 300a891f71 Create new app in temp dir 2020-04-16 08:50:11 +02:00
Leonel Mendez Jimenez 7ff138daa9 Merge branch 'master' into feature/yarn-clean 2020-04-15 22:13:37 -05:00
Marcus Eide fbc2048350 Add copyright notice to default-app template files 2020-04-15 20:58:12 +02:00
Patrik Oldsberg ba83156c08 packages/cli: fix app template referencing example-app 2020-04-15 18:44:50 +02:00
Leo Mendez 1820d3e67b Change backstage cli clean to lerna run clean command 2020-04-15 10:15:22 -05:00
Patrik Oldsberg 1685fa1e9f packages/cli: update app template to reflect current package.jsons 2020-04-15 15:54:03 +02:00
Leo Mendez 0bd526a4a3 Add clean script to template plugin 2020-04-12 14:20:47 -05:00
Leo Mendez f5b8433aa2 Add clean script to template app 2020-04-12 14:19:47 -05:00
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 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
blam e805eafa42 feat: update the templates to default to named exports for new plugins 2020-04-09 04:37:15 +02:00
Paul Marbach f6d3c5ca4f test: update lint config to extend cli config explicitly for plugins 2020-04-08 12:20:20 -04:00
Patrik Oldsberg 7ed9444de8 packages,plugins: make src-relative imports work everywhere 2020-04-08 00:41:37 +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 1fdba128c6 packages,plugins: separate build:watch is no longer needed 2020-04-07 10:47:46 +02:00
Patrik Oldsberg 08a5023ad4 packages/cli: make plugin:build have built-in caching 2020-04-07 00:08:57 +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 66f4cda22c plugins: fix core peer-dep version 2020-04-03 14:40:04 +02:00
nikek 43f37a53a0 add build:watch to package.json of plugins 2020-04-02 10:38:08 +02:00
nikek d43414d687 put shared tsconfig in root config 2020-04-02 09:27:55 +02:00
nikek 32a112d63b rename build to dist again 2020-04-02 09:27:55 +02:00
Raghunandan b3a7057191 remove esm and use cjs output from plugins 2020-04-02 09:27:55 +02:00
nikek f28cfcf7d1 Add rollup for plugin build 2020-04-02 09:27:55 +02:00
Patrik Oldsberg b96a8234b0 Merge pull request #437 from spotify/rugvip/create-app
cli: add create-app command
2020-04-01 21:07:31 +02:00
Patrik Oldsberg 111f163d41 cli: add create-app 2020-04-01 11:21:19 +02:00
Patrik Oldsberg e59ddb4d7c packages,plugins: use build-cache command 2020-03-31 13:01:49 +02:00
Patrik Oldsberg f4d8425d19 cli/templates: fix InfoCard usage in plugin template 2020-03-31 00:09:39 +02:00
Paul Marbach b0329a8261 fix: install @backstage/core when scaffolding a plugin 2020-03-27 09:26:31 -04:00
Patrik Oldsberg 3a0d8edcb5 rename npm namespace from @spotify-backstage to @backstage 2020-03-25 19:12:11 +01:00