Commit Graph

359 Commits

Author SHA1 Message Date
Bilawal Hameed 92d091dec8 [core/apis] consolidated methods to get/set 2020-03-30 12:07:38 +02:00
Bilawal Hameed 0b49bad43d [core/api] switch getItem from bool to enum 2020-03-30 12:07:38 +02:00
Bilawal Hameed 4969c6046b [core/apis] moved away from ts decorators 2020-03-30 12:07:38 +02:00
Bilawal Hameed 758c12101e [core/api] added toggle method to FeatureFlags 2020-03-30 12:07:38 +02:00
Bilawal Hameed 85c3ce7d9a [core/api/app] added context for registered flags 2020-03-30 12:07:38 +02:00
Bilawal Hameed 7ba4f4ca2d [plugins/welcome/WelcomePage] add featureFlags via useApi 2020-03-30 12:07:38 +02:00
Bilawal Hameed c86387ea09 [core] added typescript decorators (experimental) 2020-03-30 12:07:38 +02:00
Bilawal Hameed b865bdd472 [core] fix bad imports 2020-03-30 12:07:38 +02:00
Bilawal Hameed 10a7102f4c [core/api/app] Set FeatureFlags class to static 2020-03-30 12:07:38 +02:00
Bilawal Hameed 3e6d2ce730 [core/api/app] add FeatureFlags API implementation 2020-03-30 12:07:37 +02:00
Bilawal Hameed 79654e477e [core/apis/definitions] added featureFlags definition 2020-03-30 12:07:37 +02:00
Bilawal Hameed e6a88a5dc0 [core/AppBuilder] collect list of registered feature flags 2020-03-30 12:07:37 +02:00
Bilawal Hameed 45d7e2736f [core/api/plugins] added featureFlags.registerFeatureFlag 2020-03-30 12:07:37 +02:00
Marcus Eide ab4c5f35b0 Merge pull request #402 from spotify/eide/hack-cypress
Add e2e tests for App with Cypress
2020-03-30 08:56:54 +02:00
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
Szymon Graczyk 9b7a8712fe Rewrite layout/Header to use TypeScript and hooks
* use makeStyles hook generator
* write fragments as components
* use types instead of PropTypes
2020-03-29 21:06:35 +02:00
Mateus Marquezini 3ce675857e #400 fixed spread usage 2020-03-29 12:40:14 -03:00
Mateus Marquezini b1a2eef8fd #400 Adding Information Card component to Storybook 2020-03-29 12:11:07 -03:00
Marcus Eide ec85cdd254 Add missing eslint plugin 2020-03-27 14:52:54 +01:00
Marcus Eide 990671df9b Add e2e test for app with cypress 2020-03-27 14:30:36 +01:00
Paul Marbach b0329a8261 fix: install @backstage/core when scaffolding a plugin 2020-03-27 09:26:31 -04:00
Marcus Eide a17f237b75 Add data-testid to buttons used by e2e tests 2020-03-27 13:44:37 +01: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