Commit Graph

7918 Commits

Author SHA1 Message Date
Brenda Sukh 69f38457f5 Add changeset 2020-12-02 15:18:32 -05:00
Brenda Sukh fc16895a93 Generalize breakdown label 2020-12-02 15:07:50 -05:00
Brenda Sukh 108994d4dc Add additional events panel 2020-12-02 14:32:40 -05:00
Brenda Sukh ff83308e48 Generalize SKU specific verbiage 2020-12-02 14:32:11 -05:00
Fredrik Adelöw 21f7d80483 Merge pull request #3520 from backstage/dependabot/npm_and_yarn/typescript-json-schema-0.45.0
build(deps): bump typescript-json-schema from 0.43.0 to 0.45.0
2020-12-02 16:46:53 +01:00
Fredrik Adelöw 6437f20cfc Merge pull request #3411 from moustafab/feature/k8s-label-selector-2
refactor(k8s-plugin): update to use annotation based label selector
2020-12-02 16:31:20 +01:00
Fredrik Adelöw b4488ddb0b address typescript errors 2020-12-02 16:11:44 +01:00
dependabot[bot] bad8990788 build(deps): bump typescript-json-schema from 0.43.0 to 0.45.0
Bumps [typescript-json-schema](https://github.com/YousefED/typescript-json-schema) from 0.43.0 to 0.45.0.
- [Release notes](https://github.com/YousefED/typescript-json-schema/releases)
- [Commits](https://github.com/YousefED/typescript-json-schema/compare/v0.43.0...v0.45.0)

Signed-off-by: dependabot[bot] <support@github.com>
2020-12-02 15:58:44 +01:00
dependabot[bot] 2ff3239154 build(deps-dev): bump @types/codemirror from 0.0.97 to 0.0.100 (#3522)
Bumps [@types/codemirror](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/codemirror) from 0.0.97 to 0.0.100.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/codemirror)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-12-02 14:26:36 +01:00
Fredrik Adelöw ce897a04fd Merge pull request #3521 from backstage/dependabot/npm_and_yarn/types/jwt-decode-3.1.0
build(deps-dev): bump @types/jwt-decode from 2.2.1 to 3.1.0
2020-12-02 13:43:56 +01:00
Himanshu Mishra e09cff1682 Abstract Publisher APIs from the router
1. Move fetchMetadata and serve static files to local publisher
2. Create factory class to create publishers based on app cofig
2020-12-02 13:05:44 +01:00
Patrik Oldsberg d54bc5685a Merge pull request #3471 from backstage/mob/ind
core-api: add initial set of composability plumbing
2020-12-02 11:55:13 +01:00
dependabot[bot] 338e60a826 build(deps-dev): bump @types/jwt-decode from 2.2.1 to 3.1.0
Bumps [@types/jwt-decode](https://github.com/auth0/jwt-decode) from 2.2.1 to 3.1.0.
- [Release notes](https://github.com/auth0/jwt-decode/releases)
- [Changelog](https://github.com/auth0/jwt-decode/blob/master/CHANGELOG.md)
- [Commits](https://github.com/auth0/jwt-decode/commits/v3.1.0)

Signed-off-by: dependabot[bot] <support@github.com>
2020-12-02 09:47:01 +01:00
Fredrik Adelöw a9fdf8c294 keep the old examples, add new variant as sibling dir 2020-12-02 07:42:09 +01:00
Fredrik Adelöw 08835a61d9 catalog: add support for relative targets and implicit types in Location entities 2020-12-02 07:30:58 +01:00
Adam Harvey 2de30dd019 Explicit exports 2020-12-01 21:10:08 -05:00
Fredrik Adelöw 8d6156d69c Merge pull request #3511 from backstage/freben/owned
catalog-model: update ownership of data
2020-12-01 22:54:04 +01:00
Ryan Vazquez 8e6e328f06 Merge pull request #3518 from backstage/ryanv/enable-unlabeled-dataflow-skus
enable sku breakdowns for unlabeled entities
2020-12-01 15:52:54 -05:00
Adam Harvey 09af425260 Merge branch 'master' of github.com:backstage/backstage into adr004-ci 2020-12-01 15:23:12 -05:00
Adam Harvey c5bd448c4d Update exports/imports 2020-12-01 15:19:07 -05:00
Adam Harvey 92ccf4f617 Fix export name 2020-12-01 15:14:41 -05:00
Adam Harvey 353b51b938 Be explicit about Jenkins exports 2020-12-01 15:14:26 -05:00
Ryan Vazquez fe7257ff07 enable sku breakdowns for unlabeled entities 2020-12-01 15:06:59 -05:00
Adam Harvey 40c5b968ab Change package name 2020-12-01 15:06:42 -05:00
Adam Harvey 04efbbdd2e Add changeset 2020-12-01 14:56:27 -05:00
Adam Harvey a7f944880b Refactor to support ADR004 module exporting 2020-12-01 14:55:15 -05:00
Himanshu Mishra 64737f447a App/Backend should import techdocs plugin only, not common package
If a backstage App wants to enable techdocs plugin, it should only have to care about installing @backstage/plugin-techdocs and @backstage/plugin-techdocs-backend.
@backstage/plugin-techdocs-backend should re-export necessary APIs from techdocs-common
2020-12-01 20:48:58 +01:00
Himanshu Mishra 7481601883 techdocs-backend: Add non-zero tests for the CI to pass 2020-12-01 20:48:58 +01:00
Himanshu Mishra ff348df9fe techdocs-common: Initialize package and move common code from techdocs-backend 2020-12-01 20:48:58 +01:00
Himanshu Mishra 9ebc897351 TechDocs: Refactor Publisher to pave way for external publishers 2020-12-01 20:48:58 +01:00
Patrik Oldsberg c9544afa01 scripts/verify-links: forbid relative links out of docs 2020-12-01 20:23:02 +01:00
Patrik Oldsberg 26ed08c167 core-api: refactor all element data collection to use the same traversal facilities
Co-authored-by: blam <ben@blam.sh>
2020-12-01 19:32:53 +01:00
Patrik Oldsberg 706868141e core-api: refactor route discovery to do a single pluggable sweep 2020-12-01 19:32:52 +01:00
Ryan Vazquez 04252597d8 Merge pull request #3431 from backstage/ryanv/stack-rank-product-panels
stack rank product panels
2020-12-01 12:31:09 -05:00
Samira Mokaram e7807c4c79 remove moment 2020-12-01 18:23:39 +01:00
Ryan Vazquez 883adf951b return same data for all product insights requests in mock client 2020-12-01 11:08:14 -05:00
Samira Mokaram fa25d9f448 rename file 2020-12-01 16:58:35 +01:00
Samira Mokaram 3d392a0b6a address comments 2020-12-01 16:38:40 +01:00
Oliver Sand 8f7576f9a0 Merge pull request #3506 from SDA-SE/feat/update-swagger-ui-react
Update swagger-ui-react to 3.37.2
2020-12-01 16:00:49 +01:00
Oliver Sand 5f3e719e79 Merge pull request #3508 from SDA-SE/feat/api-docs-tests
Add tests for components in the api-docs plugin
2020-12-01 16:00:30 +01:00
Patrik Oldsberg 974223db86 Merge pull request #3507 from backstage/rugvip/port
backend-common: allow port in config to be both a number or a string
2020-12-01 14:58:55 +01:00
Fredrik Adelöw da42f58fae catalog-model: update ownership of data 2020-12-01 14:27:16 +01:00
Mateusz Lewtak 6182c6f82d Feat: Bump GitHub Insights plugin version (#3509) 2020-12-01 14:10:30 +01:00
Samira Mokaram 04a53de52f rename type and class, fix test 2020-12-01 13:46:46 +01:00
blam b27077aa7b chore: set the port as number if it comes through as a string 2020-12-01 13:16:46 +01:00
Oliver Sand 7d1d9a3df3 Add tests for components in the api-docs plugin 2020-12-01 12:42:30 +01:00
Patrik Oldsberg 6123682748 backend-common: allow port in config to be both a number or a string 2020-12-01 12:07:54 +01:00
Patrik Oldsberg 361217d351 Merge pull request #3501 from backstage/rugvip/smol
backend: remove yarn cache from built docker image
2020-12-01 11:53:31 +01:00
Oliver Sand 7eb8bfe4a2 Update swagger-ui-react to 3.37.2 2020-12-01 11:28:31 +01:00
Fredrik Adelöw 01180c65d7 Merge pull request #3496 from SDA-SE/feat/limit-proxy-response-headers
Filter the response headers in the proxy backend
2020-12-01 10:53:02 +01:00