Commit Graph

1037 Commits

Author SHA1 Message Date
Stefan Ålund 6682c9fb76 Fix backend not starting (#1185)
Fixes https://github.com/spotify/backstage/issues/1177
2020-06-08 09:10:00 +02:00
Burhanuddin Udaipurwala 66db572355 fix page reload when clicking on logo (#1178) 2020-06-08 09:00:45 +02:00
Stefan Ålund cd5590a21b Add background color for tabs (#1170)
* Add background color for tabs

* Use BackstageTheme

* Use paper instead

* Use standard theme
2020-06-07 20:30:50 +02:00
Ben Lambert c7ab517652 chore(navigation/tabs): fixing prop type validation (#1173) 2020-06-07 16:15:09 +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
blam 72a7c73e9f feat(Catalog/tabs): added some sample tabs for now 2020-06-05 17:40:24 +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 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
Patrik Oldsberg e396996792 Merge pull request #1140 from spotify/auth-frontend-state
Auth frontend state
2020-06-05 11:48:16 +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
Ivan Shmidt 82143b1d10 Merge branch 'master' of github.com:spotify/backstage into mob/register-unregister-components 2020-06-04 17:09:15 +02:00
Patrik Oldsberg 9d4c0f9264 packages: build frontend packages with build command instead of plugin:build 2020-06-04 16:40:05 +02:00
Patrik Oldsberg 4786274560 packages/cli: add output format option to build command 2020-06-04 16:40:04 +02:00
Patrik Oldsberg dc3626d8db packages/catalog-model: ouput both cjs and esm 2020-06-04 15:39:31 +02:00
Patrik Oldsberg a9cb9a9467 packages/cli: make build output formats configurable and add separate build command 2020-06-04 15:38:56 +02:00
Raghunandan bacb2cf3a8 review fixes 2020-06-04 15:12:50 +02:00
Raghunandan 499c784c97 minor fixes 2020-06-04 13:42:41 +02:00
Marcus Eide 532742227e Fix test 2020-06-04 11:29:46 +02:00
Marcus Eide c0f3bb179b Small changes in error handling for similarity 2020-06-04 11:19:36 +02:00
Raghunandan b68d8ccab1 Add TODOs 2020-06-04 10:45:12 +02:00
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] 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
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
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
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
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 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
Ivan Shmidt fcfb0fa95b Merge branch 'master' of github.com:spotify/backstage into mob/register-unregister-components 2020-06-02 13:55:45 +02:00