Raghunandan
a42ca7957c
Minor styling fixes
2020-06-04 10:45:12 +02:00
Raghunandan
578760956f
Auth state working
2020-06-04 10:45:11 +02:00
Ivan Shmidt
c177c050c4
Merge pull request #1128 from spotify/shmidt-i/links-docs
...
NavLink, NavButton and RouteRefs enforcing
2020-06-04 09:53:03 +02:00
dependabot-preview[bot]
e56bce86ca
build(deps-dev): bump @types/testing-library__jest-dom ( #1095 )
...
Bumps [@types/testing-library__jest-dom](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/testing-library__jest-dom ) from 5.0.4 to 5.9.1.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/testing-library__jest-dom )
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-04 08:56:48 +02:00
dependabot-preview[bot]
382e745da1
build(deps): bump @rollup/plugin-commonjs from 11.0.2 to 12.0.0 ( #1023 )
...
Bumps [@rollup/plugin-commonjs](https://github.com/rollup/plugins ) from 11.0.2 to 12.0.0.
- [Release notes](https://github.com/rollup/plugins/releases )
- [Commits](https://github.com/rollup/plugins/compare/commonjs-v11.0.2...commonjs-v12.0.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-04 08:55:49 +02:00
dependabot-preview[bot]
d8e20e2461
build(deps): bump globby from 11.0.0 to 11.0.1 ( #1129 )
...
Bumps [globby](https://github.com/sindresorhus/globby ) from 11.0.0 to 11.0.1.
- [Release notes](https://github.com/sindresorhus/globby/releases )
- [Commits](https://github.com/sindresorhus/globby/compare/v11.0.0...v11.0.1 )
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-04 08:55:06 +02:00
dependabot-preview[bot]
dd2f6f82ee
build(deps): bump fork-ts-checker-webpack-plugin from 4.1.5 to 4.1.6 ( #1131 )
...
Bumps [fork-ts-checker-webpack-plugin](https://github.com/TypeStrong/fork-ts-checker-webpack-plugin ) from 4.1.5 to 4.1.6.
- [Release notes](https://github.com/TypeStrong/fork-ts-checker-webpack-plugin/releases )
- [Changelog](https://github.com/TypeStrong/fork-ts-checker-webpack-plugin/blob/master/CHANGELOG.md )
- [Commits](https://github.com/TypeStrong/fork-ts-checker-webpack-plugin/compare/v4.1.5...v4.1.6 )
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-04 08:54:43 +02:00
dependabot-preview[bot]
6bf094d742
build(deps-dev): bump @types/webpack from 4.41.13 to 4.41.17 ( #1130 )
...
Bumps [@types/webpack](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/webpack ) from 4.41.13 to 4.41.17.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/webpack )
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-04 08:54:21 +02:00
dependabot-preview[bot]
74c492727f
build(deps-dev): bump @types/lodash from 4.14.151 to 4.14.155 ( #1132 )
...
Bumps [@types/lodash](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/lodash ) from 4.14.151 to 4.14.155.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/lodash )
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-04 08:53:58 +02:00
Ivan Shmidt
af56473342
NavLink->Link, NavButton->Button, remove redirects for now
2020-06-04 00:03:34 +02:00
Ivan Shmidt
6a0daf10ca
Fix type deps
2020-06-03 23:35:21 +02:00
Ben Lambert
f32570c633
Merge pull request #1064 from spotify/blam/persistant-storage
...
Simple WebStorage Persistant API
2020-06-03 21:58:31 +02:00
blam
0e5d0ea7e1
feat(core-api/Storage): Made the implementation a litle nicer now so that the error API is passed through to the storage API
2020-06-03 21:25:51 +02:00
blam
e37ad442e2
chore(core-api/Storage): fixing some more code review comments. and encoding the namespace better
2020-06-03 20:23:41 +02:00
blam
42d58955c2
feat(core-api/Storage): Encode the key names to avoid clashes
2020-06-03 19:49:59 +02:00
blam
f32e987d15
chore(core-api/Storage): Fixing some code review comments, so we don't have to cast some stuff in Typescript
2020-06-03 18:00:12 +02:00
blam
fb32b09226
feat(core-api/Storage): Be able to namespace with forBucket function
2020-06-03 17:21:15 +02:00
Ivan Shmidt
bc84079225
Add @types/react-router-dom to @backstage/core
2020-06-03 17:14:27 +02:00
Ivan Shmidt
9c93b047aa
Remove empty string from test
2020-06-03 16:53:30 +02:00
Ivan Shmidt
7fae656dd2
Merge branch 'master' of github.com:spotify/backstage into shmidt-i/links-docs
2020-06-03 16:50:28 +02:00
Ivan Shmidt
0a13a11f7b
Enforcing RouteRefs more: docs, templates, types
2020-06-03 16:40:13 +02:00
Ivan Shmidt
239c1a0e3f
Add NavLink, NavButton components
2020-06-03 16:39:07 +02:00
dependabot-preview[bot]
6ded51f598
build(deps-dev): bump tsc-watch from 4.2.5 to 4.2.8 ( #1100 )
...
Bumps [tsc-watch](https://github.com/gilamran/tsc-watch ) from 4.2.5 to 4.2.8.
- [Release notes](https://github.com/gilamran/tsc-watch/releases )
- [Changelog](https://github.com/gilamran/tsc-watch/blob/master/CHANGELOG.md )
- [Commits](https://github.com/gilamran/tsc-watch/commits )
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-03 15:19:36 +02:00
dependabot-preview[bot]
903d2dd233
build(deps-dev): bump lerna from 3.20.2 to 3.22.0 ( #1116 )
...
Bumps [lerna](https://github.com/lerna/lerna/tree/HEAD/core/lerna ) from 3.20.2 to 3.22.0.
- [Release notes](https://github.com/lerna/lerna/releases )
- [Changelog](https://github.com/lerna/lerna/blob/master/core/lerna/CHANGELOG.md )
- [Commits](https://github.com/lerna/lerna/commits/v3.22.0/core/lerna )
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-03 15:19:00 +02:00
dependabot-preview[bot]
f522182f32
build(deps-dev): bump @storybook/addon-storysource from 5.3.18 to 5.3.19 ( #1118 )
...
Bumps [@storybook/addon-storysource](https://github.com/storybookjs/storybook/tree/HEAD/addons/storysource ) 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/storysource )
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-03 15:17:01 +02:00
dependabot-preview[bot]
8a86a1c4ba
build(deps-dev): bump @types/codemirror from 0.0.93 to 0.0.95 ( #1119 )
...
Bumps [@types/codemirror](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/codemirror ) from 0.0.93 to 0.0.95.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/codemirror )
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-03 15:15:53 +02:00
Fredrik Adelöw
6d879d0ff9
Merge pull request #1126 from spotify/freben/clean-coverage
...
feat(cli): delete coverage dir during clean
2020-06-03 15:11:21 +02:00
blam
f1ba79fec0
chore(core-api/Storage): Fixing order of the functions
2020-06-03 14:51:53 +02:00
blam
3825667923
feat(core-api/Storage): Added a simple implementatation of subscriptions
2020-06-03 14:41:47 +02:00
Fredrik Adelöw
4da5cace1f
feat(cli): delete coverage dir during clean
2020-06-03 14:31:49 +02:00
Stefan Ålund
5b9f77f151
Fix image link in ADR 5 ( #1125 )
2020-06-03 13:19:07 +02:00
blam
a93f121217
Merge branch 'master' of github.com:spotify/backstage into blam/persistant-storage
...
* 'master' of github.com:spotify/backstage: (97 commits)
Update development-environment.md
Make local start of catalog work
Tweak the router tests, and fix one error
Forgot one member of the higher order type
package/app: move app config to yaml
packages/cli: make cli read app config and inject into APP_CONFIG at compile-time
packages/core: make AppConfigLoader return an array, and added defaultConfigLoader + tests
github/workflows: use actions/cache@v2
github/workflows: split cli build to skip more builds on windows
plugins/auth-backend: docs for saml-idp
plugins/auth-backend: added basic saml provider
plugins/auth-backend: refactor to allow non-oauth providers
Break out the location refresh loop as well
plugins: remove mock-idp-backend
plugins/auth-backend: add script for starting up saml test idp
plugins/mock-idp-backend: add saml-idp + test command
plugins/mock-idp-backend: generate some dev certs
plugins: added initial mock-idp-backend
Address comments and add tests
Rename test to clarify what it is doing
...
2020-06-03 12:17:38 +02:00
Fredrik Adelöw
a6ce6b28e0
Merge pull request #1123 from spotify/freben/local-catalog
...
Make local start of catalog work
2020-06-03 12:07:34 +02:00
Fredrik Adelöw
ea2dba5bab
Merge pull request #1121 from spotify/freben/router-test
...
Tweak the router tests, and fix one error!
2020-06-03 12:07:09 +02:00
Patrik Oldsberg
a604e62a55
Merge pull request #1124 from spotify/freben-patch-2
...
Update development-environment.md
2020-06-03 11:15:45 +02:00
Fredrik Adelöw
e02a2d1e56
Update development-environment.md
2020-06-03 10:18:42 +02:00
Fredrik Adelöw
cb6ef6ca36
Make local start of catalog work
2020-06-03 10:12:34 +02:00
Fredrik Adelöw
8a840b8426
Tweak the router tests, and fix one error
2020-06-03 09:36:26 +02:00
Fredrik Adelöw
3276db8716
Merge pull request #1120 from spotify/freben/refresh-t
...
Forgot one member of the higher order type
2020-06-03 09:35:34 +02:00
Fredrik Adelöw
62b1799f51
Forgot one member of the higher order type
2020-06-03 09:21:35 +02:00
blam
99a2387076
feat(core-api/Storage): Add the simple storage API for now with some simpler tests
2020-06-02 23:12:32 +02:00
Patrik Oldsberg
87f7f90df1
Merge pull request #1072 from mbruggmann/catalog-entities-adr
...
ADR: Core entities in the catalog
2020-06-02 22:20:57 +02:00
Patrik Oldsberg
27a7c352ee
Merge pull request #1113 from spotify/rugvip/config
...
package/cli,core: add static configuration loading for frontend
2020-06-02 21:43:55 +02:00
Patrik Oldsberg
d0fb818c4d
package/app: move app config to yaml
2020-06-02 17:49:22 +02:00
Patrik Oldsberg
41dd61984c
packages/cli: make cli read app config and inject into APP_CONFIG at compile-time
2020-06-02 17:30:49 +02:00
Patrik Oldsberg
483fa94d0e
packages/core: make AppConfigLoader return an array, and added defaultConfigLoader + tests
2020-06-02 17:30:49 +02:00
blam
4fd99fec25
feat(core-api/Storage): reworking the api for storage. get's should be sync
2020-06-02 17:05:49 +02:00
Patrik Oldsberg
5774ec46ce
Merge pull request #1110 from spotify/rugvip/workflows
...
github workflow speedups
2020-06-02 14:23:03 +02:00
Patrik Oldsberg
33e12e3c50
Merge pull request #1097 from spotify/rugvip/idp
...
plugins/auth-backend: added basic SAML auth
2020-06-02 14:04:12 +02:00
Patrik Oldsberg
2b6cd94cfa
github/workflows: use actions/cache@v2
2020-06-02 14:01:08 +02:00