Commit Graph

6078 Commits

Author SHA1 Message Date
blam b33353dd39 Merge branch 'master' of github.com:spotify/backstage into migrate-to-msw
* 'master' of github.com:spotify/backstage: (110 commits)
  chore(catalog-backend): removing redudant classes and some functions
  chore(deps-dev): bump @types/webpack from 4.41.21 to 4.41.22 (#2765)
  move codecov.yml to .github
  feat(catalog-backend): add batch concurrency
  create-app: remove build step
  cli: simplify jest transform ignore regex
  feat(catalog-backend): introduce batching, speed up reading and writing of large datasets
  Techdocs: add Azure DevOps prepare support (#2748)
  feat(techdocs-header): Show breadcrumbs on docs page (#2786)
  changesets: add entry for create-app template location fix
  create-app: revert to github location type for example templates
  fix: make catalog filter work again
  Use new url scheme for techdocs
  feat: remove LocationProcessor.processEntity
  Add Dockerfile for helm chart
  feat: use the new UrlReader in the CodeOwnersProcessor
  feat: use new UrlReader in PlaceholderProcessor
  feat: remove the backstage.io/definition-at-location annotation
  Update loud-lamps-visit.md
  feat(proxy-backend): limit the forwarded http headers to a safe set
  ...
2020-10-09 14:48:32 +02:00
blam f36e1e9fe7 chore: remove node-fetch from the project 2020-10-09 14:14:53 +02:00
Ivan Shmidt 28793b502c Merge pull request #2820 from spotify/Rugvip-patch-1
create-app: remove build step
2020-10-09 14:09:41 +02:00
blam a45a5d9418 chore(backend-common): reworking backend common to use cross-fetch and new msw 2020-10-09 14:02:07 +02:00
blam a0604474c1 chore: removing the last of the deps in the plugins 2020-10-09 13:49:10 +02:00
blam 97e0b6df35 chore: removing more occurences of jest-fetch-mock and node-fetch 2020-10-09 13:34:08 +02:00
blam 54ef1eea7e chore(kubernetes-backend): removing node-fetch and jest-fetch-mock 2020-10-09 13:30:49 +02:00
blam f258c5e3ff chore(kuberenetes): removing node-fetch and jest-fetch-mock as dependencies 2020-10-09 13:28:24 +02:00
blam 707c2751ab chore(jenkins): removing node-fetch and jest-fetch-mock as dependencies 2020-10-09 13:21:04 +02:00
blam 8f7db2ec1f chore(yarn.lock): prune some yarn lock stuff 2020-10-09 13:19:22 +02:00
Fredrik Adelöw c3770c87c2 Merge pull request #2825 from spotify/freben/slim
chore(catalog-backend): removing redundant classes and some functions
2020-10-09 13:08:15 +02:00
blam de9840f98c chore(graphql): removing node-fetch dependnecy 2020-10-09 13:07:26 +02:00
blam a584730e14 chore(graphiql): removing node-fetch and jest-fetch-mock as dependencies 2020-10-09 13:03:16 +02:00
blam 7e71404786 chore(gitops-profiles)): removing node-fetch and jest-fetch-mock as dependencies 2020-10-09 13:02:21 +02:00
blam 338baece6f chore(github-actions): removing node-fetch and jest-fetch-mock as dependencies 2020-10-09 12:57:58 +02:00
blam 5f66d4f86b chore(gcp-projects): removing node-fetch and jest-fetch-mock as dependencies 2020-10-09 12:56:17 +02:00
Patrik Oldsberg a6568b0c90 Merge pull request #2819 from spotify/rugvip/simplex
cli: simplify jest transform ignore regex
2020-10-09 12:16:31 +02:00
Fredrik Adelöw 84a22ed475 chore(catalog-backend): removing redudant classes and some functions 2020-10-09 12:15:20 +02:00
blam 304a7cdaf8 chore(explore): removing the node-fetch and jest-fetch-mock dependency 2020-10-09 12:12:36 +02:00
blam b31a2ea352 chore(cost-insigts): removing jest-fetch-mock and node-fetch dependency 2020-10-09 12:10:40 +02:00
blam 3cf6336a50 chore(cloudbuild): removing the dependency on jest-fetch-mock and node-fetch 2020-10-09 12:04:27 +02:00
Ben Lambert 643aa8b380 Merge pull request #2772 from spotify/alund/transparent
emptystates: add transparent versions
2020-10-09 11:59:35 +02:00
Fredrik Adelöw 6e99d20134 Merge pull request #2821 from spotify/freben/concur
feat(catalog-backend): add batch concurrency
2020-10-09 11:53:01 +02:00
Patrik Oldsberg c6bdb0a78a Merge pull request #2823 from spotify/rugvip/mv
move codecov.yml to .github
2020-10-09 11:50:13 +02:00
dependabot[bot] 7818d6bb9f chore(deps-dev): bump @types/webpack from 4.41.21 to 4.41.22 (#2765)
Bumps [@types/webpack](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/webpack) from 4.41.21 to 4.41.22.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/webpack)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-10-09 11:41:28 +02:00
Patrik Oldsberg 5ea7400ea5 move codecov.yml to .github 2020-10-09 11:31:04 +02:00
Fredrik Adelöw 6d5e0d90de feat(catalog-backend): add batch concurrency 2020-10-09 11:13:17 +02:00
Patrik Oldsberg bd785fff17 create-app: remove build step 2020-10-09 11:00:02 +02:00
Patrik Oldsberg f9c42befc6 cli: simplify jest transform ignore regex 2020-10-09 10:54:23 +02:00
Himanshu Mishra c852e7b09d Merge pull request #2812 from spotify/sebastianq/techdocs-new-component-url
[TechDocs] Use new url scheme for techdocs
2020-10-09 10:41:47 +02:00
Fredrik Adelöw 3418ea3388 Merge pull request #2810 from spotify/freben/batch
feat(catalog-backend): introduce batching, speed up reading and writing of large datasets
2020-10-09 10:36:02 +02:00
Fredrik Adelöw a1540e7286 feat(catalog-backend): introduce batching, speed up reading and writing of large datasets 2020-10-09 09:55:34 +02:00
Mattias Frinnström b46863b88b Techdocs: add Azure DevOps prepare support (#2748)
* Update to latest git-url-parse

* Add Azure DevOps preparer to techdocs

* Upgraded git-url-parse in backend-common

* Switch to AZURE_TOKEN

Co-authored-by: Mattias Frinnström <mattias.frinnstrom@husqvarnagroup.com>
2020-10-09 09:37:20 +02:00
Fredrik Adelöw 03e0eef930 Merge pull request #2697 from lowjoel/database-refactor
refactor: Expose types to handle Database management
2020-10-09 07:16:26 +02:00
Mahmood Hosseini 4295a248e9 feat(techdocs-header): Show breadcrumbs on docs page (#2786) 2020-10-08 23:26:41 +02:00
blam 00eaa37a1b chore(circleci): removing jest-fetch-mock dependency 2020-10-08 23:01:23 +02:00
blam c82a87f035 chore(catalog-graphql): updating package deps and using the new way to test 2020-10-08 22:56:14 +02:00
blam 9f1e30a3bd chore: remove some occurrences of node-fetch 2020-10-08 22:47:46 +02:00
blam 2abca02daa chore(catalog-backend): fixing some more testsn 2020-10-08 22:42:09 +02:00
blam d30ef3924b chore(catalog-backend): updating to use msw + cross-fetch 2020-10-08 22:38:06 +02:00
blam 813504018e chore: update deps 2020-10-08 21:58:24 +02:00
blam 827bb733bf chore: reworking all deps to use cross-fetch instead 2020-10-08 21:57:27 +02:00
blam cee9ca8777 chore(catalog): using msw instead of jest-fetch-mock 2020-10-08 21:37:45 +02:00
Ben Lambert 29a1405121 Merge pull request #2814 from spotify/rugvip/stillgit
create-app: revert to github location type for example templates
2020-10-08 21:37:22 +02:00
Patrik Oldsberg 67d76b4197 changesets: add entry for create-app template location fix 2020-10-08 19:21:28 +02:00
Patrik Oldsberg 8420042529 create-app: revert to github location type for example templates 2020-10-08 19:17:43 +02:00
Oliver Sand ac22f385b8 Merge pull request #2806 from SDA-SE/feat/remove-location-processor-read
feat: remove LocationProcessor.processEntity
2020-10-08 18:41:45 +02:00
Marcus Eide 2cbe73e473 Merge pull request #2737 from themousepotato/prompt-auth-create-app
Prompt about enabling auth providers when creating new app
2020-10-08 17:44:28 +02:00
Patrik Oldsberg 76d3386bd1 Merge pull request #2813 from RoadieHQ/kubernetes-example-backend-dockerfile
Add Dockerfile for helm chart
2020-10-08 17:37:48 +02:00
Ivan Shmidt eb20924ce0 Merge pull request #2811 from SDA-SE/feat/catalog-filter
fix: make catalog filter work again
2020-10-08 17:27:25 +02:00