Patrik Oldsberg
650779412c
packages/config-loader: add build- and dev-time config through env + tests
2020-06-06 17:06:47 +02:00
Patrik Oldsberg
c40a2a5e61
packages/core-api: move router component inside app and configure it with base path
2020-06-06 17:06:18 +02:00
Stefan Ålund
ec4aa3d59f
Change example component names ( #1165 )
2020-06-06 17:03:52 +02:00
Ben Lambert
8e528f0bcb
Merge pull request #1161 from spotify/sebastianq/component-navigation
...
Added Sub Tabs on Component Page and Catalog Page
2020-06-06 16:50:56 +02:00
Patrik Oldsberg
2edcd94793
packages/cli: open browser at correct path when serving bundle
2020-06-06 15:54:48 +02:00
blam
40b07d521b
chore(Catalog/Tabs): remove extraneous file from otber branch
2020-06-06 15:07:41 +02:00
blam
b08c5919f4
Merge branch 'master' of github.com:spotify/backstage into sebastianq/component-navigation
...
* 'master' of github.com:spotify/backstage:
packages/cli: avoid duplicate dependency warning in E2E test
build(deps): [security] bump websocket-extensions from 0.1.3 to 0.1.4
fix: import from package
fix: type checking
fix: tests
Ran yarn install
fix: show list of components in removal dialog
fix: github actions
fix: make locations fetching work
feature: extract getLocationById method, wrap location fetching in useAsync
2020-06-06 14:54:24 +02:00
Patrik Oldsberg
f5ed538789
Merge pull request #1164 from spotify/rugvip/nowarn
...
packages/cli: avoid duplicate dependency warning in E2E test
2020-06-06 12:53:51 +02:00
Patrik Oldsberg
18c1eb3835
packages/cli: avoid duplicate dependency warning in E2E test
2020-06-06 12:37:28 +02:00
Nikita Dudnik
a0ff18b12e
Merge pull request #1160 from spotify/ndudnik/unregister-component
...
Unregister component: front-end
2020-06-05 23:05:29 +02:00
Fredrik Adelöw
31bec057f1
Merge pull request #1162 from spotify/dependabot/npm_and_yarn/websocket-extensions-0.1.4
...
build(deps): [security] bump websocket-extensions from 0.1.3 to 0.1.4
2020-06-05 22:42:31 +02:00
dependabot-preview[bot]
f7c9e3677a
build(deps): [security] bump websocket-extensions from 0.1.3 to 0.1.4
...
Bumps [websocket-extensions](https://github.com/faye/websocket-extensions-node ) from 0.1.3 to 0.1.4. **This update includes a security fix.**
- [Release notes](https://github.com/faye/websocket-extensions-node/releases )
- [Changelog](https://github.com/faye/websocket-extensions-node/blob/master/CHANGELOG.md )
- [Commits](https://github.com/faye/websocket-extensions-node/compare/0.1.3...0.1.4 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-06-05 20:25:18 +00:00
blam
72a7c73e9f
feat(Catalog/tabs): added some sample tabs for now
2020-06-05 17:40:24 +02:00
Sebastian Qvarfordt
8742e85eb7
Added HeaderTabs to ComponentPage
2020-06-05 16:54:36 +02:00
Nikita Nek Dudnik
2744a98ac5
fix: import from package
2020-06-05 16:40:27 +02:00
Nikita Nek Dudnik
a4f08e3fcc
fix: type checking
2020-06-05 16:29:46 +02:00
Nikita Nek Dudnik
48a71d6300
fix: tests
2020-06-05 16:22:44 +02:00
Fredrik Adelöw
a9ea32e57d
Merge pull request #1159 from spotify/freben/yarnlock
...
Ran yarn install
2020-06-05 16:14:25 +02:00
Fredrik Adelöw
91853e1f6d
Ran yarn install
2020-06-05 15:23:14 +02:00
Nikita Nek Dudnik
e2c6864055
Merge remote-tracking branch 'origin' into ndudnik/unregister-component
2020-06-05 14:57:16 +02:00
Nikita Nek Dudnik
ed3a404de0
fix: show list of components in removal dialog
2020-06-05 14:23:44 +02:00
Nikita Nek Dudnik
10980727a7
fix: github actions
2020-06-05 14:14:07 +02:00
blam
241dc49797
chore(Catalog/Navigation): Added some basic tabs to the subheader grid area
2020-06-05 14:05:01 +02:00
Sebastian Qvarfordt
bcb50c9325
Different edit links depending on type. Only github for now though.
2020-06-05 12:53:16 +02:00
Ivan Shmidt
2ba33db74d
Fix tests
2020-06-05 12:22:07 +02:00
Sebastian Qvarfordt
c655a133a3
Slightly more robust edit link creation
2020-06-05 12:09:07 +02:00
Ivan Shmidt
63b1193cb8
/catalog/:namespace?/:kind/:name/
2020-06-05 12:04:07 +02:00
Nikita Nek Dudnik
29f7f1c333
fix: make locations fetching work
2020-06-05 11:55:08 +02:00
Patrik Oldsberg
e396996792
Merge pull request #1140 from spotify/auth-frontend-state
...
Auth frontend state
2020-06-05 11:48:16 +02:00
Nikita Nek Dudnik
e1477fa635
feature: extract getLocationById method, wrap location fetching in useAsync
2020-06-05 11:36:52 +02:00
Sebastian Qvarfordt
de30e7f6ee
Merge pull request #1155 from hooloovooo/catalog-edit-link
...
Catalog edit link
2020-06-05 11:29:45 +02:00
Sebastian Qvarfordt
78f5e50761
Merge branch 'master' of github.com:spotify/backstage into catalog-edit-link
2020-06-05 11:08:03 +02:00
Ivan Shmidt
e5f856abb3
Merge pull request #1111 from spotify/mob/register-unregister-components
...
Register component flow
2020-06-05 11:07:25 +02:00
Sebastian Qvarfordt
2f474224b0
Replace blob with edit in link
2020-06-05 11:03:30 +02:00
Kat Zhou
457be7a76b
new headline image for README ( #1122 )
...
* new headline image for README
* Resize
Co-authored-by: Stefan Ålund <alund@spotify.com >
2020-06-05 10:56:37 +02:00
Patrik Oldsberg
0347cc6508
Merge pull request #1144 from spotify/rugvip/build
...
packages/cli: add separate build command for non-plugin packages
2020-06-05 10:47:30 +02:00
Sebastian Qvarfordt
0cb79192e8
Merge branch 'catalog-edit-link' of github.com:hooloovooo/backstage into catalog-edit-link
2020-06-05 10:36:27 +02:00
Patrik Oldsberg
1bf9cffd1e
packages/cli: remove separate tsconfig
2020-06-05 10:23:20 +02:00
Patrik Oldsberg
f4a75ee650
packages/cli: use cli to build cli
2020-06-05 09:28:54 +02:00
dependabot-preview[bot]
b717971ec1
build(deps-dev): bump @types/html-webpack-plugin from 3.2.2 to 3.2.3 ( #1148 )
...
Bumps [@types/html-webpack-plugin](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/html-webpack-plugin ) from 3.2.2 to 3.2.3.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/html-webpack-plugin )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-06-05 08:39:28 +02:00
dependabot-preview[bot]
c1aa4708b4
build(deps): bump @testing-library/jest-dom from 5.7.0 to 5.9.0 ( #1151 )
...
Bumps [@testing-library/jest-dom](https://github.com/testing-library/jest-dom ) from 5.7.0 to 5.9.0.
- [Release notes](https://github.com/testing-library/jest-dom/releases )
- [Changelog](https://github.com/testing-library/jest-dom/blob/master/CHANGELOG.md )
- [Commits](https://github.com/testing-library/jest-dom/compare/v5.7.0...v5.9.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-06-05 08:39:10 +02:00
dependabot-preview[bot]
dc971e4577
build(deps-dev): bump lint-staged from 10.1.0 to 10.2.9 ( #1149 )
...
Bumps [lint-staged](https://github.com/okonet/lint-staged ) from 10.1.0 to 10.2.9.
- [Release notes](https://github.com/okonet/lint-staged/releases )
- [Commits](https://github.com/okonet/lint-staged/compare/v10.1.0...v10.2.9 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-06-05 08:38:30 +02:00
dependabot-preview[bot]
93521f7f5d
build(deps-dev): bump @storybook/react from 5.3.18 to 5.3.19 ( #1150 )
...
Bumps [@storybook/react](https://github.com/storybookjs/storybook/tree/HEAD/app/react ) from 5.3.18 to 5.3.19.
- [Release notes](https://github.com/storybookjs/storybook/releases )
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md )
- [Commits](https://github.com/storybookjs/storybook/commits/v5.3.19/app/react )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-06-05 08:38:06 +02:00
dependabot-preview[bot]
5682cf352b
build(deps-dev): bump @storybook/addon-actions from 5.3.18 to 5.3.19 ( #1152 )
...
Bumps [@storybook/addon-actions](https://github.com/storybookjs/storybook/tree/HEAD/addons/actions ) from 5.3.18 to 5.3.19.
- [Release notes](https://github.com/storybookjs/storybook/releases )
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md )
- [Commits](https://github.com/storybookjs/storybook/commits/v5.3.19/addons/actions )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-06-05 08:37:45 +02:00
Patrik Oldsberg
8edc391c06
packages/cli: clean dist dir before building
2020-06-05 01:27:27 +02:00
Patrik Oldsberg
576c8b07ab
packages/cli: always treat nodejs builtins as external, bit disallow infrontend code
2020-06-05 01:27:27 +02:00
Patrik Oldsberg
75e91b2c82
packages/cli: support dynamic imports of package code
2020-06-05 01:27:18 +02:00
Patrik Oldsberg
49d67d997a
packages/cli: copy public dir during bundle
2020-06-04 18:09:24 +02:00
Patrik Oldsberg
945362723d
packages/cli,app: read config to template html and set up public path
2020-06-04 18:09:24 +02:00
Patrik Oldsberg
0d1655c65b
packages,plugins: use publishConfig to configure published entrypoints
2020-06-04 18:01:15 +02:00