74233 Commits

Author SHA1 Message Date
Ryan Vazquez 94b248e682 set default null metric 2020-10-13 16:25:24 -04:00
Ryan Vazquez 57a91a0d96 Merge branch 'master' into cost-insights-comparable-metrics 2020-10-13 16:06:15 -04:00
Ryan Vazquez 1268eadd19 add metric comparison to top panel 2020-10-13 16:01:50 -04:00
Fredrik Adelöw 941b60ebaa Merge pull request #2883 from spotify/freben/jsonify
fix(templates): add some jsonify to fix escaping issues
2020-10-13 17:56:49 +02:00
Fredrik Adelöw 9cc95aa90f fix(templates): add some jsonify to fix escaping issues 2020-10-13 17:12:19 +02:00
Marvin9 91e425fdab feat: Pass entity unique id to POST body of /v1/jobs instead of entire entity 2020-10-13 19:16:22 +05:30
Marvin9 a24b657721 feat: use CatalogEntityClient 2020-10-13 19:14:49 +05:30
Marvin9 53eb5e61e3 feat: Implement CatalogEntityClient, mainly to get Template entity from template name 2020-10-13 19:13:05 +05:30
Marcus Eide e4d7390967 Merge pull request #2860 from RoadieHQ/lewtakm/add-pull-request-plugin
feat: Add pull request plugin
2020-10-13 14:59:31 +02:00
blam d694fd5fee chore(lighthouse): need to rewrite some of these tests to remove the jest-fetch-mock dependency 2020-10-13 13:49:30 +02:00
Ben Lambert f440a9ab49 Merge pull request #2868 from spotify/feat/fix-backend-cli
chore(cli): backend plugins should have the backend suffix
2020-10-13 13:45:55 +02:00
Mateusz Lewtak 86276aea6b Merge branch 'master' into lewtakm/add-pull-request-plugin 2020-10-13 11:45:43 +02:00
Marcus Eide dffcb7e4ef Merge pull request #2861 from RoadieHQ/lewtakm/add-pull-requests-to-overview
feat: add pull requests widget to overview page of the component
2020-10-13 11:07:06 +02:00
Mateusz Lewtak 0f538ab784 Merge branch 'master' into lewtakm/add-pull-request-plugin 2020-10-13 11:00:04 +02:00
Mateusz Lewtak bef3cef42f Merge branch 'master' into lewtakm/add-pull-requests-to-overview 2020-10-13 10:52:39 +02:00
Oliver Sand 46b9ae82ba Add filters to API Explorer (#2830)
* fix: support nested fields in table filter

Add support for nested fields like metadata.name to the table filters. Previously only top-level fields were allowed. In addition, support for filtering on fields that are arrays is introduced (like tags). Filters are now distinct.

* feat: introduce table filters to the api explorer

* fix: allow to close select in multiple mode

* fix: export TableFilter
2020-10-13 09:45:25 +02:00
Sebastian Qvarfordt b041aab8ad [TechDocs] Remove all git preparers and use a commonGit preparer instead (#2856)
* Remove all git preparers and use a commonGit preparer instead

* Added more tests

* Updated default-app template
2020-10-13 09:07:14 +02:00
dependabot[bot] 321da5aff6 chore(deps): bump @testing-library/jest-dom from 5.10.1 to 5.11.4 (#2792)
Bumps [@testing-library/jest-dom](https://github.com/testing-library/jest-dom) from 5.10.1 to 5.11.4.
- [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.10.1...v5.11.4)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-10-13 06:52:44 +02:00
J Shamsul Bahri a0a3e6d6ca Fix: SAML provider postMessageResponse localhost (#2870)
* make saml provider path from globalConfig

* fix:(auth-backend/saml) change hardcoded localhost

Co-authored-by: JShamsul <jshamsul@grabtaxi.com>
2020-10-13 06:49:16 +02:00
dependabot[bot] ef8304af83 chore(deps-dev): bump @types/passport from 1.0.3 to 1.0.4
Bumps [@types/passport](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/passport) from 1.0.3 to 1.0.4.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/passport)

Signed-off-by: dependabot[bot] <support@github.com>
2020-10-13 04:37:50 +00:00
blam 3857bd85de chore(auth-backend): fixing dep order 2020-10-13 04:03:16 +02:00
blam e44cb85b22 Merge branch 'master' of github.com:spotify/backstage into migrate-to-msw
* 'master' of github.com:spotify/backstage: (66 commits)
  chore: fix lerna linting
  v0.1.1-alpha.25
  Add Code Insights plugin to sample app and marketplace (#2833)
  Improve main CI build status badge in README (#2866)
  Update roadmap: Design System 🚢 (#2858)
  github/codecov: switch to informational mode
  github/workflows: use the tip of master as the base for comparing PR code coverage
  make saml provider path from globalConfig (#2855)
  fix(catalog-backend): limit search value lengths
  Update project Copyright (#2852)
  fix(catalog-backend): actually use modified entity output (default namespace was broken)
  remove unnecessary center keyword
  Move card header bg to up contrast, fix #2558
  Update name of env authentication env vars
  Fix feedback from dtuite
  Remove chart testing workflow for now
  Only lint charts on Pull Requests
  Move the k8s deployment docs to its own helm deployment page
  Remove line in initdb script that creates backend db
  Use app-config.development.yaml to provide configuration instead of local
  ...
2020-10-13 03:56:13 +02:00
blam b7d15b4f1a chore(cli): remove superfluous bracket that was causing all the things 2020-10-13 03:02:58 +02:00
blam f9035f7644 Merge branch 'master' of github.com:spotify/backstage into feat/fix-backend-cli
* 'master' of github.com:spotify/backstage:
  chore: fix lerna linting
  v0.1.1-alpha.25
2020-10-12 23:44:24 +02:00
Ben Lambert 4dfec5510d Merge pull request #2869 from spotify/blam/release
v0.1.1-alpha.25
2020-10-12 23:29:13 +02:00
blam 113f5d10c2 chore: fix lerna linting 2020-10-12 22:52:20 +02:00
blam bd3864385b chore(e2e): fix the e2e test 2020-10-12 22:51:17 +02:00
blam 46960a61ec v0.1.1-alpha.25 2020-10-12 22:42:54 +02:00
blam a8a4f41380 chore(cli): folder name etc should have the suffix too 2020-10-12 22:27:21 +02:00
blam 0b2a13b5c9 chore(cli): backend plugins should have the backend suffix 2020-10-12 22:19:50 +02:00
Fredrik Adelöw 4a867ed4a4 chore: fix comments 2020-10-12 21:31:31 +02:00
Mateusz Lewtak 08c392815b Add Code Insights plugin to sample app and marketplace (#2833)
* feat - add code insights plugin to sample app and plugin to marketplace

* feat - update plugin package version

* Update code-insights.yaml

Add an empty lane on the end of the file.

* Update plugins.ts

Add an empty lane at the end of the file after conflicts resolve.

* Update code-insights.yaml

* Update code-insights.yaml

* Update code-insights.yaml

* feat: update sample app with github insight plugin

* Update github-insights.yaml

* Update EntityPage.tsx
2020-10-12 18:42:30 +02:00
Himanshu Mishra 83d3f59b8c Improve main CI build status badge in README (#2866) 2020-10-12 18:33:56 +02:00
Stefan Ålund bce753c232 Update roadmap: Design System 🚢 (#2858) 2020-10-12 16:01:56 +02:00
Himanshu Mishra 689b2f50e5 Run vale linter only if vale is installed 2020-10-12 15:38:34 +02:00
Marcus Eide 6afe4da5f4 Merge pull request #2663 from RoadieHQ/add-helm-charts
feat: add basic Helm charts for deploying backstage
2020-10-12 15:21:07 +02:00
Patrik Oldsberg 8f78c90dfe Merge pull request #2845 from spotify/rugvip/appenv
Use APP_ENV to determine what config to load, falling back to NODE_ENV
2020-10-12 15:20:45 +02:00
Patrik Oldsberg 75499a4418 Merge pull request #2846 from spotify/rugvip/e2e
e2e-test: converted into a CLI
2020-10-12 15:18:46 +02:00
Marcus Eide 3296853ba0 Merge pull request #2818 from feiming/backend_plugin_version
backstage version variable
2020-10-12 15:16:37 +02:00
Patrik Oldsberg 8762fef251 Merge pull request #2862 from spotify/rugvip/info
github/codecov: switch to informational mode
2020-10-12 14:20:03 +02:00
lewtakm 74a29db272 fix: bumb package version 2020-10-12 14:04:40 +02:00
Patrik Oldsberg f48f10340c github/codecov: switch to informational mode 2020-10-12 14:00:26 +02:00
Patrik Oldsberg e3f4d7e0b1 Merge pull request #2859 from spotify/rugvip/covfefix
github/workflows: fix coverage upload
2020-10-12 13:57:45 +02:00
lewtakm 69d50967e6 feat: add pull requests widget to overview page of the component 2020-10-12 13:44:09 +02:00
Patrik Oldsberg 9eea5da094 github/workflows: use the tip of master as the base for comparing PR code coverage 2020-10-12 13:38:24 +02:00
lewtakm d9bfacffad fix: update component name 2020-10-12 13:07:48 +02:00
lewtakm 65d7224554 feat: add changeset 2020-10-12 13:00:19 +02:00
lewtakm 90461a7eac feat: Add Pull Request plugin to sample app. 2020-10-12 12:50:37 +02:00
J Shamsul Bahri 79340e44b4 make saml provider path from globalConfig (#2855)
Co-authored-by: JShamsul <jshamsul@grabtaxi.com>
2020-10-12 12:11:28 +02:00
Fredrik Adelöw c4dde76af1 Merge pull request #2853 from spotify/freben/all-really
fix(catalog-backend): actually use modified entity output (default namespace was broken)
2020-10-12 12:06:51 +02:00