Commit Graph

111 Commits

Author SHA1 Message Date
Stefan Ålund 9a042e4b03 Merge pull request #354 from majd-asab/feature/add-github-auth
added login page with github authentication option
2020-03-23 08:23:42 +01:00
Muhammad Rivki fd4b1c8e36 fix: auto generated d.ts files when build storybook 2020-03-23 08:16:00 +07:00
Muhammad Rivki fbc786b126 Merge branch 'master' of github.com:mikqi/backstage into feat/storybook-integration 2020-03-23 07:58:56 +07:00
Majd 7b22d17838 added login page with github authentication option 2020-03-22 20:41:45 -04:00
Patrik Oldsberg 9955e9cea6 cli: exclude templates dir from linting 2020-03-22 16:08:57 +01:00
Muhammad Rivki 4609c8f4e0 feat: integration with storybook for @core package 2020-03-21 21:55:31 +07:00
Mateus Marquezini 66d27128d0 Merge branch 'master' into feature/312-plugin-test-and-list 2020-03-20 10:35:18 -03:00
Mateus Marquezini d958b1d8d2 fixed theme provider in a plugin test 2020-03-20 10:01:58 -03:00
Jose Balanza Martinez 55d22c1f36 Updated purpleBlue in PageThemeProvider (#328) 2020-03-19 21:01:50 +01:00
Mateus Marquezini 07f61e4c2e added yarn lint and test after plugin creation. Fixed some mirror things related with eslint errors 2020-03-19 14:20:43 -03:00
Patrik Oldsberg bccf62ee52 Merge pull request #320 from spotify/rugvip/app-build
cli: add app:build app:serve and use in app
2020-03-19 14:04:42 +01:00
Patrik Oldsberg 31655018c8 app: use app:serve and remove react-scripts dependency 2020-03-19 12:28:37 +01:00
Patrik Oldsberg f0bcd22733 cli: add app:serve 2020-03-19 12:28:16 +01:00
Patrik Oldsberg c57fd17102 cli: add app:build and use in app 2020-03-19 12:15:30 +01:00
Patrik Oldsberg bd801756eb cli: support ts jest config and make test setup module optional 2020-03-19 12:08:09 +01:00
Patrik Oldsberg 52f56ab9b0 packages: use cli to test and lint core and cli 2020-03-19 11:28:09 +01:00
nikek 7ccd7cace8 Tweak according to prettier 2020-03-18 22:18:28 +01:00
nikek 1db34ba2a3 add testing lib jest dom types, fixes #311 2020-03-18 21:35:38 +01:00
Patrik Oldsberg 89f39a06e1 cli: unify test and lint commands 2020-03-18 21:03:22 +01:00
Patrik Oldsberg 8637518f3c app: use cli app:test + copyright header 2020-03-18 17:37:55 +01:00
Patrik Oldsberg 4fb95dc3f1 cli: added app:test command 2020-03-18 17:37:55 +01:00
Patrik Oldsberg d83267089c app: restored fixup'd comment line in setupTests 2020-03-18 17:31:17 +01:00
Patrik Oldsberg 0d9fd6d7ca app: remove copyright header in plugins list to avoid create-plugin mangling 2020-03-18 17:11:57 +01:00
Patrik Oldsberg cedd53ec8a app: fix lint issues 2020-03-18 16:58:07 +01:00
Patrik Oldsberg 01771489d5 cli: limit to 0 warnings and use codeframe format for lint tasks 2020-03-18 16:27:27 +01:00
Patrik Oldsberg a711dc21b2 cli: add and use app:lint + include default eslint config in cli 2020-03-18 16:27:27 +01:00
Patrik Oldsberg 756e7e3212 cli: fix name not being defined in helper 2020-03-18 16:10:56 +01:00
Patrik Oldsberg d4f587fdbe Merge pull request #304 from spotify/rugvip/cli-helpers
cli: add helpers for running child processes and error handling in commands
2020-03-18 16:07:15 +01:00
Patrik Oldsberg 371084d30c cli: add helper to wait for child to exit + use to fix watch-deps 2020-03-18 15:55:05 +01:00
Patrik Oldsberg 7035f8ed52 cli: removed unnecessary try-catch in plugin:serve 2020-03-18 15:54:16 +01:00
Fredrik Adelöw 72bbbfd243 Require plugin IDs to be valid 2020-03-18 15:45:05 +01:00
Patrik Oldsberg 79d2ba5bc7 cli: add helpers for running child processes and error handling in commands 2020-03-18 12:02:52 +01:00
Patrik Oldsberg 3772c82beb cli: use shell option to fix build issues on windows 2020-03-17 20:40:48 +01:00
Zen Tang 47f97b9f12 display multiple emails 2020-03-16 14:33:44 -05:00
Fredrik Adelöw cbf0c0511a Merge pull request #263 from spotify/freben/ts
Some more TS weekend buffoonery
2020-03-16 11:10:28 +01:00
Fredrik Adelöw b6b7e19754 Some more TS weekend buffoonery 2020-03-16 09:27:00 +01:00
Patrik Oldsberg 321780a05f Merge pull request #251 from spotify/rugvip/api-provider
packages/core: added api provider
2020-03-13 17:22:26 +01:00
Fredrik Adelöw 72dca3b1a5 Just some utilities converted to ts 2020-03-13 11:59:57 +01:00
Raghunandan Balachandran a3dcdd0b82 Merge pull request #231 from spotify/soapraj/plugin-assets
copy plugin assets to dist
2020-03-13 11:37:27 +01:00
Fredrik Adelöw 8a39b44778 Merge pull request #247 from spotify/freben/morelint
Remove some lint exceptions
2020-03-13 11:30:53 +01:00
Patrik Oldsberg 9e8c5bc588 core/layout/Page: removed unused theme fields 2020-03-13 10:13:25 +01:00
Patrik Oldsberg 64cdb6bbe1 packages/core: added api provider 2020-03-13 09:52:41 +01:00
Patrik Oldsberg a15458b0af core: added logCollector test util 2020-03-13 09:52:41 +01:00
Raghunandan 78321d2718 move copy assets to build step 2020-03-13 09:39:15 +01:00
Fredrik Adelöw c1c3f17bc7 Touch stuff just to test workflow settings 2020-03-13 08:43:41 +01:00
Fredrik Adelöw 9cca522c43 Fix progess test 2020-03-13 08:39:49 +01:00
Raghunandan b65160dcf5 switch order for plugin build script 2020-03-12 20:40:52 +01:00
Raghunandan d4f4c6c978 remove watch mode options for copyAssets command 2020-03-12 20:40:52 +01:00
Raghunandan 13b8fe81f2 add module declaration for asset files 2020-03-12 20:40:52 +01:00
Raghunandan 49ed390eb7 add copy assets to cli 2020-03-12 20:40:51 +01:00