Commit Graph

53 Commits

Author SHA1 Message Date
Patrik Oldsberg 54ca975bc1 package.json: add lint:type-deps script 2020-06-01 12:35:40 +02:00
Patrik Oldsberg ce292ae347 package/core: bump material-table and remove package patch 2020-05-24 21:56:17 +02:00
Patrik Oldsberg 22d0669f32 Merge pull request #916 from spotify/rugvip/prettier
package: depend on spotify prettier config directly, and add eslint fix to commit hook
2020-05-19 11:27:25 +02:00
Patrik Oldsberg afff6f67af package: depend on spotify prettier config directly, and add eslint fix to commit hook 2020-05-19 11:08:56 +02:00
nikek f1dcd53038 add github workflow for chromatic storybook UI testing/reviewing 2020-05-19 10:23:05 +02:00
Patrik Oldsberg 65805ca70b packages: update root package.json and template tsconfig 2020-05-17 23:30:17 +02:00
Patrik Oldsberg c0336122c0 tsconfig: switch to top-level type checking 2020-05-17 23:30:13 +02:00
Patrik Oldsberg 0ccff561c0 added patches for bad types in dependencies 2020-05-17 23:30:11 +02:00
Patrik Oldsberg b4afc0bc9b package.json: add root lerna diff command 2020-05-14 11:36:15 +02:00
Conal Cosgrove 8a16cf7067 [Storybook] Fix Storybook compilation warnings (#701)
* separate type import/exports

* update prettier to v2.0

* add explicit type import/exports
2020-05-02 21:39:22 +02:00
Patrik Oldsberg dfd44f2d38 package: remove cypress resolution override and bump to 4.4.1 2020-04-24 12:57:12 +02:00
Patrik Oldsberg 3020d01246 package: move or remove some root deps 2020-04-23 00:34:00 +02:00
Patrik Oldsberg cdbd7e1278 Merge branch 'master' into remove_plugin_wip 2020-04-17 10:25:28 +02:00
Patrik Oldsberg d70337eb53 scripts: move cli-e2e-test to packages/cli/e2e-test 2020-04-16 19:38:01 +02:00
Jose Balanza Martinez 3d2a79b20f Merge branch 'master' of https://github.com/spotify/backstage into remove_plugin_wip 2020-04-16 12:32:53 -05:00
Leo Mendez c171718840 Delete rimraf library 2020-04-12 14:32:03 -05:00
Leo Mendez 0b7b6c4bed Add clean script to root package 2020-04-12 14:28:57 -05:00
Leo Mendez dc6dcbefac Add clean script 2020-04-09 13:59:50 -05:00
Jose Balanza Martinez 6088dd72a2 Index.ts reflects .action(actionhandler()) change 2020-04-07 20:05:57 -05: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 73e7f751b7 package: add test:all and lint:all 2020-04-05 13:55:27 +02:00
Jose Balanza Martinez 69298e221b Merge branch 'master' of https://github.com/spotify/backstage into remove_plugin_wip 2020-04-03 22:23:16 -06:00
Paul Marbach 32072ad429 chore: use eslint-config-oss 2020-04-03 16:28:10 -04:00
Patrik Oldsberg 0f0e9b3afb package: switch docker-build to use bundle script 2020-04-02 19:23:35 +02:00
Patrik Oldsberg 562302e5f4 Merge branch 'master' into fix/443/remove-build 2020-04-02 19:19:41 +02:00
Patrik Oldsberg 7836be9942 Merge pull request #445 from spotify/rugvip/ci-fixes
workflows: run lerna directly and fix master build + run build before tests locally
2020-04-02 12:09:16 +02:00
Patrik Oldsberg 3404afcd1e package: simplify lint and test scripts + run build before tests 2020-04-02 11:44:16 +02:00
Patrik Oldsberg ab827f36e1 package,github/workflows: add root lerna command and use in github workflows + fix master 2020-04-02 11:44:15 +02:00
Vern Burton 91aa322c88 updating dockerfile and creating task to build the image from the host 2020-04-01 19:25:33 -05:00
Patrik Oldsberg 488232ce73 package: pretty 2020-04-01 22:57:48 +02:00
Patrik Oldsberg 869eb2c286 package: pin cypress to 4.2.0 to avoid type issues in 4.3.0 2020-04-01 16:53:07 +02:00
Jose Balanza Martinez 557880a36f Added removePlugin 2020-03-31 12:53:58 -06:00
Fredrik Adelöw 3d49731dc2 Merge pull request #417 from SrdjanCosicPrica/master
Add husky and lint-staged to automatically prettify staged code changes
2020-03-31 16:51:53 +02:00
SrdjanCosicPrica 5a4228a28a Add husky and lint-staged to prettify staged files before commiting 2020-03-31 16:29:49 +02:00
Patrik Oldsberg b87a760dd5 package: only lint changes since master 2020-03-31 13:01:49 +02:00
Patrik Oldsberg ec28ed8e2a packages/app: rename build script to bundle and only run in CI when app changed 2020-03-31 13:01:48 +02:00
Patrik Oldsberg dc363e43fc packages: rename @backstage/app to example-app 2020-03-30 12:46:49 +02:00
Patrik Oldsberg 3a0d8edcb5 rename npm namespace from @spotify-backstage to @backstage 2020-03-25 19:12:11 +01:00
Patrik Oldsberg ebe2205ec6 Merge branch 'master' into rugvip/publish 2020-03-25 11:21:12 +01:00
Patrik Oldsberg 123e5f80a8 package: update storybook command and remove build command 2020-03-25 01:24:49 +01:00
Patrik Oldsberg ae61369fe1 package: added root release command for creating a version bump commit 2020-03-24 22:55:33 +01:00
Mateus Marquezini f9a47d9a0a Build and test only changed packages (#352)
* #285 build and test only changed packages

* changed since flag param

* fix build cause --since lerna flag

* fix build cause --since lerna flag

* removed checkout option

* fix build cause --since lerna flag

* fix build cause --since lerna flag

* fix build in progress

* fix build in progress

* removed --since flag for build executions

* removed --since flag for build executions

* changed action checkout step

* added new ref to the action checkout

* removed ref prop from the action checkout. Added new step to fetch branches to compare when using lerna --since

* changed --since param value

* added --since flag to the build and renamed the fetch step

* removed --since flag from build. Added new config to the checkout step workflow

* removed --since flag from yarn build. Added new config to the checkout step workflow

* removed --since flag from yarn build. Added new step to checkout branch master

* Added new step to checkout branch master
2020-03-24 13:38:06 +01:00
Fredrik Adelöw d154669e0c Require node 12 2020-03-23 14:44:23 +01:00
Muhammad Rivki e29f55088e chore: add build storybook script at root package 2020-03-23 08:14:42 +07:00
Muhammad Rivki 044fad2fbf chore: add run storybook script at root folder 2020-03-21 21:59:25 +07:00
Fredrik Adelöw 1fec035351 Add license headers and eslint rules for them 2020-03-12 13:05:25 +01:00
Patrik Oldsberg b6cba11d77 Merge pull request #223 from spotify/rugvip/e2e-cli-test
added scripts dir with test for making sure serve and plugin scaffolding works
2020-03-10 15:37:01 +01:00
Patrik Oldsberg 9850aaeca7 added scripts dir with test for making sure serve and plugin scaffolding works 2020-03-10 13:37:13 +01:00
Patrik Oldsberg 246e5b70c7 app: try using create-react-app without hoisting 2020-03-09 22:46:03 +01:00
Patrik Oldsberg e61dd46ceb package: run test and lint without stream or parallel 2020-03-09 09:56:45 +01:00