Commit Graph

81 Commits

Author SHA1 Message Date
Patrik Oldsberg dcb300293c app,cli/template: pin react-router version to the same as react-router-dom 2020-06-21 16:41:47 +02:00
Patrik Oldsberg d97842a69f app,cli/templates: better mocking of app config in test 2020-06-21 15:17:24 +02:00
Fredrik Adelöw 38ba897857 v0.1.1-alpha.9 2020-06-17 15:24:54 +02:00
Stefan Ålund f7930427c4 Removed 2020-06-16 09:22:28 +02:00
Stefan Ålund d197a41ccc Revert "Rm from package.json"
This reverts commit 579fefad5b.
2020-06-16 09:21:39 +02:00
Stefan Ålund 579fefad5b Rm from package.json 2020-06-16 09:14:36 +02:00
Patrik Oldsberg dbc29358ed v0.1.1-alpha.8 2020-06-12 22:09:21 +02:00
blam c1a21d53af Merge branch 'master' of github.com:spotify/backstage into blam/react-router
* 'master' of github.com:spotify/backstage: (45 commits)
  chore(catalog): simplify the filter types a little
  fix(catalog-backend): update the mock-data script to point to new example entities
  renamed example_components to example-components and deleted old exampled
  feat(catalog): add back ability for OR/IN type searches
  Add sample plugins to sidebar (#1243)
  chore(catalog): rename all pages and components to use Entity nomenclature
  fix(catalog): moar clean up
  Updated examples
  fix(catalog): add types and clean up code
  Added owner and lifecycle to catalog table, slightly updated examples
  chore(catalog): the component type is gone
  yarn.lock again...
  fix(catalog): merge errors
  review fixes. i thought about another force update for a moment :D
  move components to separate files
  fix(catalog): moar clean up
  fix(catalog): make code intention clear by renaming
  Merge pull request #1214 from spotify/feat/star-components
  Merge pull request #1194 from spotify/freben/backend-common-service
  Merge pull request #1215 from spotify/mob/sidebar-auth
  ...
2020-06-11 17:36:37 +02:00
blam 48aacfbe17 Merge branch 'master' of github.com:spotify/backstage into blam/react-router
* 'master' of github.com:spotify/backstage: (89 commits)
  Use URLSearchParams
  Use location?.type once more
  chore(catalog): clean up CatalogTable, use only Entity
  chore(catalog): clean up ComponentPage, use only Entity
  chore(catalog): tweak getEntityByName a bit, handle 404s properly
  chore(catalog/star): only set the cache if there are entries from the response
  chore(catalog/star): added a comment about why we are using a simple cache here
  chore(catalog/star): removing msw dependency, wrong branch
  chore(catalog): consistent use of named exports
  chore(msw): Added msw dependency
  chore(catalog/star): fixing issues with unmocked deps
  chore(catalog/star): adding a simple cache to stop flicker as a stopgap
  chore(catalog/star): reworking how the starring works, it now stores uri sort of references for entities
  fix(core): Tabs useEffect dependency list
  docs: format with prettier (#1218)
  Optional namespace and name as one part of URL
  docs/auth: added overview, oauth description and glossary
  docs: added plantuml generation script
  docs: added prettier config
  Remove deleted UserBadge component from Sidebar story
  ...
2020-06-11 17:36:19 +02:00
Patrik Oldsberg 592ca02612 Merge branch 'master' into gitops-profiles 2020-06-09 23:24:34 +02:00
Patrik Oldsberg c53bafc5f9 v0.1.1-alpha.7 2020-06-09 14:24:56 +02:00
blam 4fdb1def39 chore(react-router-v6): starting to move things to react-router-v6 2020-06-07 03:07:46 +02:00
Ivan Shmidt dfe817cb74 Fix linting and tsc 2020-06-02 13:55:17 +02:00
Chanwit Kaewkasi be70935293 add new plugin to create GitOps-managed Kubernetes clusters with ready-to-use profiles 2020-06-01 22:47:11 +07:00
Ivan Shmidt cef8abb5c4 add register button, addLocation api
Co-authored-by: Nikita Dudnik <nikdudnik@gmail.com>
Co-authored-by: Ben Lambert <ben@blam.sh>
2020-05-29 14:48:12 +02:00
Nikita Nek Dudnik fa02aa113e Merge branch 'master' of github.com:spotify/backstage into ndudnik/use-catalog-backend
# Conflicts:
#	plugins/catalog/src/components/CatalogPage/CatalogPage.test.tsx
#	plugins/catalog/src/components/CatalogPage/CatalogPage.tsx
#	plugins/catalog/src/components/ComponentPage/ComponentPage.tsx
#	plugins/catalog/src/data/mock-factory.ts
#	plugins/catalog/src/plugin.ts
2020-05-28 14:28:00 +02:00
Nikita Nek Dudnik 8d26fb5c5f feature: naive implementation of entities API usage 2020-05-27 16:34:11 +02:00
Patrik Oldsberg 6d3f745b4b packages/app: move AlertDisplay to core 2020-05-25 18:10:34 +02:00
Wojciech Adaszynski baf8188db7 Sentry plugin refactoring - code review changes 2020-05-20 12:31:25 +02:00
Wojciech Adaszynski 3d4249b673 Add Sentry plugin front-end 2020-05-20 12:12:57 +02:00
Patrik Oldsberg d62c6748a0 v0.1.1-alpha.6 2020-05-20 10:49:53 +02:00
Marcus Eide 06466d1b72 Merge pull request #920 from spotify/eide/bump-jest-26
Bump to jest 26.0.1
2020-05-19 15:15:39 +02:00
Marcus Eide 553bfddb8e Bump jest to 26.0.1 2020-05-19 14:22:14 +02:00
Nikita Nek Dudnik 10ee5eb5b4 fix: remove obsolete package and fix tests 2020-05-18 20:17:49 +02:00
Nikita Nek Dudnik 8428d95791 fix: tests 2020-05-18 19:11:42 +02:00
Nikita Nek Dudnik 3e459857cf Merge remote-tracking branch 'upstream/master' 2020-05-18 16:03:04 +02:00
Nikita Nek Dudnik cfd6508e98 Fix merge conflicts 2020-05-18 15:54:55 +02:00
Patrik Oldsberg 3c075c3093 Merge pull request #900 from spotify/eide/bump-tl-jest-dom-5-7-0
Manually bump @testing-library/jest-dom from 4.2.4 to 5.7.0
2020-05-18 15:08:17 +02:00
Nikita Nek Dudnik adee4e2987 Merge remote-tracking branch 'upstream/master' 2020-05-18 14:41:45 +02:00
Marcus Eide fb3e003272 Bump testing-library/user-event to 10.2.4 2020-05-18 12:59:58 +02:00
Marcus Eide 8429710760 Bump testing-library/jest-dom to 5.7.0 2020-05-18 11:11:26 +02:00
Nikita Nek Dudnik 28f71fb0d9 Merge remote-tracking branch 'upstream/master' 2020-05-15 11:37:02 +02:00
Patrik Oldsberg 5553d2dc94 bump react-use to 14.2.0 + add to core 2020-05-14 11:02:53 +02:00
Patrik Oldsberg 2bde9d3854 v0.1.1-alpha.5 2020-05-13 16:28:41 +02:00
dependabot-preview[bot] ab5c7c533c build(deps): bump @types/jest from 24.9.1 to 25.2.1
Bumps [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest) from 24.9.1 to 25.2.1.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jest)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-05-13 12:29:29 +00:00
Patrik Oldsberg 1713fac765 packages,plugins: bump react-router-dom to 5.2.0 2020-05-13 13:56:59 +02:00
Wojciech Adaszyński 3435ae9a13 Add Register Component plugin (#826)
Co-authored-by: Wojciech Adaszynski <wojciecha@spotify.com>
2020-05-13 08:11:06 +02:00
Fredrik Adelöw e121fc6cad Rename inventory to catalog 2020-05-12 11:16:09 +02:00
Nikita Nek Dudnik f3c42578c4 Fix linting 2020-05-08 16:46:52 +02:00
Nikita Nek Dudnik d182818081 Fix linting 2020-05-08 16:46:52 +02:00
Ivan Shmidt bd461b94c9 Merge branch 'master' of github.com:spotify/backstage 2020-05-08 09:31:07 +02:00
Ivan Shmidt 7b3dcff47c fix: authed, column sizes
Co-authored-by: Nikita Dudnik <nikdudnik@gmail.com>
2020-05-07 10:27:06 +02:00
Fredrik Adelöw c1dd24a100 OCD time: devDependencies consistently below dependencies :) 2020-05-07 08:46:10 +02:00
Ivan Shmidt bdb02f7de0 feat: make it work 2020-05-06 17:21:41 +02:00
Ivan Shmidt 34d5a985a0 fix: types 2020-05-06 15:57:50 +02:00
Ivan Shmidt e88b290b9b Merge branch 'circleci-plugin' into master 2020-05-06 15:30:38 +02:00
Ivan Shmidt 633f592f81 feat: move proxy to devserver 2020-05-06 10:32:18 +02:00
Ivan Shmidt 31d05b1f92 feat: circleCI backend proxy 2020-05-04 20:58:39 +02:00
Stefan Ålund 7472e9a5c2 [Plugin] Explore features in Backstage (#696)
* Explore plugin

* Fixed styles and props

* Real conent

* Add Lighthouse and fix tests

* Add menu item

* Cleanup

* Change wording

* Update package.json

* Remove dead code

* Update yarn.lock

* Revert change to CODEOWNERS

* Reset yarn.lock to master

* Fix comments
2020-05-03 14:30:51 +02:00
Nikita Nek Dudnik 6f58e92fc7 Create plugin draft 2020-04-29 16:34:35 +02:00