Patrik Oldsberg
5012ce5335
github/workflows: update yarn cache step names
2020-03-25 11:09:53 +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
Muhammad Rivki
2496a326c0
ci: update token and build command
2020-03-25 13:17:32 +07:00
Patrik Oldsberg
123e5f80a8
package: update storybook command and remove build command
2020-03-25 01:24:49 +01:00
Patrik Oldsberg
40c2d53365
cli: exclude templates dir from linting
2020-03-24 19:18:06 -04:00
Patrik Oldsberg
ae61369fe1
package: added root release command for creating a version bump commit
2020-03-24 22:55:33 +01:00
Patrik Oldsberg
9b8d15606e
packages: make plugins private for now
2020-03-24 22:29:47 +01:00
Patrik Oldsberg
81ca63fd40
workflows: add master build with publish
2020-03-24 22:29:11 +01:00
Muhammad Rivki
8047b853ff
fix: update script and ci config
2020-03-25 01:59:12 +07:00
Muhammad Rivki
1a117b0473
Merge branch 'master' of github.com:mikqi/backstage into ci/deploy-storybook
2020-03-25 01:52:20 +07:00
Muhammad Rivki
6686ca39c5
ci: add filter trigger only when package/core change
2020-03-25 01:43:47 +07: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
250277a861
packages: mark core and cli as public
2020-03-24 12:53:42 +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
Muhammad Rivki
9276d42e69
fix: remove unused conditional
2020-03-23 20:43:36 +07:00
Muhammad Rivki
184ad42160
fix: equivalent
2020-03-23 20:42:34 +07:00
Muhammad Rivki
2a3b7a0a53
fix: typo
2020-03-23 20:41:19 +07:00
Muhammad Rivki
4083680e8c
ci: add new jobs for deploy storybook
2020-03-23 20:35:10 +07: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
Jose Balanza Martinez
eb8d2e55b9
Merge branch 'master' of https://github.com/spotify/backstage into new_branch
...
X
2020-03-22 21:44:28 -06:00
Vern Burton
e3843a90ce
Creating docker-compose.yml with nginx config via a new site.
2020-03-22 21:28:58 -05: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