Bilawal Hameed
d2d8238330
[core/api] FeatureFlags.test.tsx - s/FeatureFlags/featureFlags/g
2020-03-30 12:07:38 +02:00
Bilawal Hameed
aecaa4e497
[core/api/FeatureFlags] no validation on get + re-think forwarding output
2020-03-30 12:07:38 +02:00
Bilawal Hameed
70fa36ebb4
[core/api/AppBuilder] remove typescript exclamation mark
2020-03-30 12:07:38 +02:00
Bilawal Hameed
64a14b2191
[core/apis] adapted to build on existing data structures
2020-03-30 12:07:38 +02:00
Bilawal Hameed
6fa6373536
[core/apis] replaced FeatureFlagsContext with FeatureFlags.registeredFlags
2020-03-30 12:07:38 +02:00
Bilawal Hameed
a8f304dbfb
[docs/reference] updated to reflect React Hooks changes
2020-03-30 12:07:38 +02:00
Bilawal Hameed
e78680fe03
[plugins/welcome] fixed ToggleFeatureFlagButton test
2020-03-30 12:07:38 +02:00
Bilawal Hameed
c1f5b2abc9
[core/apis] switch to useFeatureFlag React Hook
2020-03-30 12:07:38 +02:00
Bilawal Hameed
5157904031
[core/api] s/registeredFeatureFlags/featureFlags/g
2020-03-30 12:07:38 +02:00
Bilawal Hameed
9aaad5d660
[core/api] add name validation in registerFeatureFlag
2020-03-30 12:07:38 +02:00
Bilawal Hameed
24f987b29b
[core/api/app] split name validation into function
2020-03-30 12:07:38 +02:00
Bilawal Hameed
4e38f03221
[core/api] added tests for FeatureFlags.tsx
2020-03-30 12:07:38 +02:00
Bilawal Hameed
abe68bc55b
[core] fixed typescript issues
2020-03-30 12:07:38 +02:00
Bilawal Hameed
690bbb662d
[plugins/welcome] split feature flag button into separate Component (with tests)
2020-03-30 12:07:38 +02:00
Bilawal Hameed
b2438a22cb
[core/apis] added pluginId to feature flag metadata
2020-03-30 12:07:38 +02:00
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
b01e7dee58
[plugins/welcome] add feature flag demo
2020-03-30 12:07:38 +02:00
Bilawal Hameed
71072da838
[docs] updated to reflect both useApi and FeatureFlags object
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
817c476050
[docs] updated with typescript definitions + code sample
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
Bilawal Hameed
8145ba8b94
[docs] added skeleton
2020-03-30 12:07:37 +02:00
Patrik Oldsberg
88a6b3d7c4
Merge pull request #411 from spotify/rugvip/storyploy
...
github/workflows: move storybook deploy to separate workflow
2020-03-30 11:17:53 +02:00
Patrik Oldsberg
93bbbcd5ee
github/workflows: move storybook deploy to separate workflow
2020-03-30 11:07:56 +02:00
Stefan Ålund
fa71f87ffd
Merge pull request #367 from mikqi/ci/deploy-storybook
...
ci: add new jobs for deploy storybook
2020-03-30 09:51:56 +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
Muhammad Rivki
0d25dc3f9b
Merge branch 'master' of github.com:mikqi/backstage into ci/deploy-storybook
2020-03-30 13:19:17 +07: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
Stefan Ålund
ac0ddb277f
Merge pull request #404 from asoorm/patch-1
...
document how to override the default port
2020-03-29 23:07:45 +02:00
Ahmet Soormally
9235807f14
document how to override the default port
...
Port 3000 is a common port in the development environment.
This documents how you can start backstage with a different port to the default.
Moved section for development environment to own page within docs in order to keep README small.
2020-03-29 21:59:46 +01:00
Stefan Ålund
99c7cc88d9
Merge pull request #360 from tarcinil/fix/330/dockerfile-with-compose
...
Creating docker-compose.yml with nginx config via a new site.
2020-03-29 09:28:18 +02:00
Vern Burton
894d25b54b
updating Dockerfile to pull in custom default.conf to overload default file.
2020-03-28 18:40:28 -05:00
Patrik Oldsberg
8c7fe4af0d
Merge pull request #399 from fastfrwrd/fix-plugin-scaffolding-issue
...
fix: install @backstage/core when scaffolding a plugin
2020-03-27 15:36:52 +01: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
Stefan Ålund
580f30f721
Link to Blog from README ( #397 )
...
* Link to Blog from README
* Update README.md
2020-03-27 07:59:12 +01:00
Stefan Ålund
749ce42613
Merge pull request #396 from spotify/stefanalund-patch-1
...
Add question to FAQ
2020-03-26 21:06:48 +01:00
Stefan Ålund
abd3caf246
Update FAQ.md
2020-03-26 20:37:32 +01:00