Patrik Oldsberg
cf446052bc
packages: add READMEs
2020-03-25 12:57:54 +01:00
Patrik Oldsberg
37de8bccf5
Merge pull request #380 from spotify/rugvip/story
...
package: update storybook command and remove build command
2020-03-25 09:00:50 +01:00
Patrik Oldsberg
123e5f80a8
package: update storybook command and remove build command
2020-03-25 01:24:49 +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
Patrik Oldsberg
d1f49469c0
Merge pull request #371 from spotify/rugvip/books
...
package/core: move storybook to separate private and nohoist package
2020-03-24 11:14:07 +01:00
Marcus Eide
c5dd7270a6
Merge pull request #376 from spotify/eide/faq-repo-managers
...
Add FAQ about repo managers
2020-03-24 09:16:11 +01:00
Marcus Eide
6b8f0d3961
Review comment
2020-03-24 09:06:42 +01:00
Marcus Eide
f629c288ee
Add faq about repo managers
2020-03-24 08:51:17 +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
fc55a29140
Merge pull request #361 from spotify/freben/pluginact
...
Fix act() warnings on newly created plugin test run
2020-03-23 15:05:00 +01:00
Fredrik Adelöw
459a05654e
Merge pull request #369 from spotify/freben/engine
...
Require node 12
2020-03-23 14:53:56 +01:00
Fredrik Adelöw
d154669e0c
Require node 12
2020-03-23 14:44:23 +01:00
Fredrik Adelöw
1d3a8c110c
Better waiting
2020-03-23 14:32:41 +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
58b2b97cfa
Merge pull request #326 from spotify/rugvip/errors
...
Add initial version of core error API with small showcase in welcome plugin and app
2020-03-23 10:00:12 +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
a9aede10fc
plugins/welcome: add error button that shows an example of consuming the error api
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
e1a7f0fb29
Merge pull request #362 from spotify/rugvip/jsprops
...
packages/core: do not require prop types for js
2020-03-23 09:43:36 +01:00
Patrik Oldsberg
8ace44135d
packages/core: do not require prop types for js
2020-03-23 09:35:39 +01:00
Patrik Oldsberg
8b76868c26
Merge pull request #359 from spotify/rugvip/windows
...
github/workflows/cli: run on windows as well
2020-03-23 09:15:47 +01:00
Patrik Oldsberg
fd40fbdf4b
Merge pull request #355 from spotify/rugvip/cache
...
github/workflows: cache node_modules
2020-03-23 08:59:04 +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
Stefan Ålund
958c574afa
Merge pull request #350 from mikqi/feat/storybook-integration
...
Storybook Integration
2020-03-23 08:06:36 +01:00
Muhammad Rivki
fd4b1c8e36
fix: auto generated d.ts files when build storybook
2020-03-23 08:16:00 +07:00
Muhammad Rivki
e29f55088e
chore: add build storybook script at root package
2020-03-23 08:14:42 +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
4f959b94ac
github/workflows/cli: run on windows as well
2020-03-23 01:31:17 +01:00
Patrik Oldsberg
143227652c
Merge pull request #356 from spotify/rugvip/cliflow
...
github/workflows: move cli e2e test to separate workflow, run on windows as well
2020-03-23 00:19:23 +01:00
Patrik Oldsberg
daa891cb2e
github/workflows: move cli e2e test to separate workflow, prepare for running on windows as well
2020-03-23 00:12:18 +01:00
Stefan Ålund
61f2fce33b
Merge pull request #353 from AndreasAugustin/feat/editorconfig
...
#332 add .editorconfig
2020-03-22 22:18:50 +01:00
Patrik Oldsberg
a20d43255f
Merge pull request #357 from spotify/rugvip/copyright
...
eslint: move copyright template to separate file
2020-03-22 22:00:57 +01:00
Patrik Oldsberg
3195e2f2c4
eslint: move copyright template to separate file
2020-03-22 21:52:06 +01:00
Fredrik Adelöw
231c991fe0
Address review comments
2020-03-22 21:49:31 +01:00
Fredrik Adelöw
31e11b0b46
Merge pull request #322 from spotify/freben/yarnlock
...
Make sure that minimist gets bumped past the vulnerable version
2020-03-22 21:29:18 +01:00
Patrik Oldsberg
5d3974e869
github/workflows: cache node_modules
2020-03-22 21:24:54 +01:00
Fredrik Adelöw
6923c2904e
Make sure that minimist gets bumped past the vulnerable version
2020-03-22 21:14:47 +01:00
Fredrik Adelöw
a14584b485
[cli] Add CODEOWNERS support to create-plugin
2020-03-22 20:04:48 +01:00
AndreasAugustin
24a4a74f23
#332 add *.tsx, *.jsx, *.html to the .editorconfig
2020-03-22 19:40:42 +01:00
AndreasAugustin
fc5aa5dc48
#332 add .editorconfig
...
The coniguration is set like the current file types have
2020-03-22 19:23:06 +01:00
Patrik Oldsberg
39dc09fdd7
Merge pull request #351 from spotify/rugvip/ignore
...
cli: exclude templates dir from linting
2020-03-22 16:39:39 +01:00