Commit Graph

139 Commits

Author SHA1 Message Date
Stefan Ålund e970a57d31 Merge pull request #389 from mateusmarquezini/fix/306-header-text-color
Changed the header background color
2020-03-30 07:41:23 +02:00
Paul Marbach b0329a8261 fix: install @backstage/core when scaffolding a plugin 2020-03-27 09:26:31 -04:00
Mateus Marquezini 67abc7a2c9 reverted opacity changes 2020-03-26 08:28:05 -03:00
Mateus Marquezini 211787f86e #306 changed the header color 2020-03-25 17:23:38 -03:00
Patrik Oldsberg 019032a7a3 v0.1.1-alpha.0 2020-03-25 19:13:14 +01:00
Patrik Oldsberg 3a0d8edcb5 rename npm namespace from @spotify-backstage to @backstage 2020-03-25 19:12:11 +01:00
Patrik Oldsberg 5c26725361 Merge pull request #378 from spotify/rugvip/publish
set up package publishing
2020-03-25 15:48:59 +01:00
Patrik Oldsberg ca992f6cc4 packages/{core,cli}: fill in missing package.json fields for publishing 2020-03-25 12:59:29 +01:00
Patrik Oldsberg cf446052bc packages: add READMEs 2020-03-25 12:57:54 +01:00
Patrik Oldsberg ebe2205ec6 Merge branch 'master' into rugvip/publish 2020-03-25 11:21:12 +01:00
Patrik Oldsberg 9b8d15606e packages: make plugins private for now 2020-03-24 22:29:47 +01:00
Patrik Oldsberg 250277a861 packages: mark core and cli as public 2020-03-24 12:53:42 +01:00
Patrik Oldsberg 4852485f9a package/core: move storybook to separate private and nohoist package 2020-03-23 19:26:56 +01:00
Fredrik Adelöw 9d977ccb9c Fix act() warnings on newly created plugin test run 2020-03-23 14:32:41 +01:00
Patrik Oldsberg 4f13f2c778 core/apis/errors: rename to error and don't export Error type 2020-03-23 09:43:47 +01:00
Patrik Oldsberg 392fc2a47f app/components/ErrorDisplay: added some TODOs 2020-03-23 09:43:47 +01:00
Patrik Oldsberg bdaa6031d3 app: more elaborate error display 2020-03-23 09:43:47 +01:00
Patrik Oldsberg 5ad9dfbcd4 app: add initial errorApi implmentation 2020-03-23 09:43:47 +01:00
Patrik Oldsberg 9b7dcfffbe core,app: add a method for registering APIs 2020-03-23 09:43:47 +01:00
Patrik Oldsberg 4e584c9c71 core/apis/ApiRegistry: narrow down types of implementations 2020-03-23 09:43:47 +01:00
Patrik Oldsberg 0372c64125 core: added errors api definition in new definitions folder 2020-03-23 09:43:47 +01:00
Patrik Oldsberg ec02d83f40 core/apis/ApiRef: use domain dot notation 2020-03-23 09:43:47 +01:00
Patrik Oldsberg 8ace44135d packages/core: do not require prop types for js 2020-03-23 09:35:39 +01:00
Patrik Oldsberg 577503b0c3 Merge pull request #337 from spotify/rugvip/prop-types
cli: don't enforce prop-types for plugins
2020-03-23 08:57:24 +01:00
Fredrik Adelöw 263199da55 Merge pull request #340 from spotify/freben/codeowners
[cli] Add CODEOWNERS support to create-plugin
2020-03-23 08:52:15 +01:00
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
Fredrik Adelöw 231c991fe0 Address review comments 2020-03-22 21:49:31 +01:00
Fredrik Adelöw a14584b485 [cli] Add CODEOWNERS support to create-plugin 2020-03-22 20:04:48 +01: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
Patrik Oldsberg 512e5cb54d cli: don't enforce prop-types for plugins 2020-03-20 12:27:54 +01: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