74233 Commits

Author SHA1 Message Date
Adam Harvey 9171f9cf03 Bump concurrently (drops Node8 support)
Signed-off-by: Adam Harvey <adam.harvey@dxc.com>
2021-03-08 14:46:00 -05:00
Adam Harvey abea6ce07f Add "yarn dev" to template
Signed-off-by: Adam Harvey <adam.harvey@dxc.com>
2021-03-08 14:46:00 -05:00
Patrik Oldsberg 47c11f3748 test-utils: add workaround for external routes no longer being resolved when mounted
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2021-03-08 19:14:41 +01:00
Patrik Oldsberg 2c9c165b2e docs/plugins/composability: added docs for SubRouteRefs
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2021-03-08 19:14:41 +01:00
Patrik Oldsberg 6fb4258a83 changesets: added changeset for SubRoutes
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2021-03-08 19:14:40 +01:00
Patrik Oldsberg a7967040f4 core-api: simplify joinPaths
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2021-03-08 19:14:40 +01:00
Patrik Oldsberg a3ed283ce2 core-api: refactor RouteResolver
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2021-03-08 19:14:40 +01:00
Patrik Oldsberg 3f18d8b135 core-api: added tests for RouteResolver + tweak sourceLocation type
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2021-03-08 19:14:40 +01:00
Patrik Oldsberg 01cfb1dce4 core-api: added tests for SubRouteRef + improve path validation
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2021-03-08 19:14:39 +01:00
Patrik Oldsberg 7f60582cec core-api: added tests for ExternalRouteRef
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2021-03-08 19:14:39 +01:00
Patrik Oldsberg 13524b80b2 core-api: deprecate RouteRef title config and introduce id + add tests
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2021-03-08 19:14:39 +01:00
Patrik Oldsberg e74b07578a core-api: added tests for FlatRoutes and fix fragment handling
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2021-03-08 19:14:39 +01:00
Patrik Oldsberg 4406fe8495 core-api: split up routing hooks module
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2021-03-08 19:14:38 +01:00
Patrik Oldsberg d1bb014a78 core-api: split route ref types into a separate modules
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2021-03-08 19:14:38 +01:00
Patrik Oldsberg 9bc954b9f8 core-api: implement SubRouteRef routing
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2021-03-08 19:14:37 +01:00
Fredrik Adelöw 277644e098 Include missing fields in GitLab config schema
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2021-03-08 19:08:24 +01:00
Ben Lambert 7644fd5c94 Merge pull request #4819 from kuangp/feat/actions/ghe
feat(github-actions-plugin): default links to GitHub host in app config if defined
2021-03-08 17:51:39 +01:00
Phil Kuang 13fb84244b feat(github-actions-plugin): default links to GitHub host in app config if defined
Signed-off-by: Phil Kuang <pkuang@factset.com>
2021-03-08 11:22:47 -05:00
Ben Lambert 365a55372a Merge pull request #4868 from rbideau/4867-configure-aws-s3-endpoint
Add techdocs.publisher.awsS3.endpoint config option
2021-03-08 17:22:27 +01:00
Johnn Mis 4202807bb4 Added changeset
Signed-off-by: Johnn Mis <v-jmis@expediagroup.com>
2021-03-08 09:53:09 -06:00
Johnn Mis c804a5d0c1 OR assignment to prevent id collision on forms
Signed-off-by: Johnn Mis <v-jmis@expediagroup.com>
2021-03-08 09:53:09 -06:00
Himanshu Mishra 4d9d38d2de backend-common: Update tests with new envVars format
Signed-off-by: Himanshu Mishra <himanshu@orkohunter.net>
2021-03-08 16:49:29 +01:00
Tim Hansen bae135c88e Merge branch 'master' into timbonicus/keep-updated 2021-03-08 08:06:16 -07:00
Johan Haals d36c697538 fix tests
Signed-off-by: Johan Haals <johan.haals@gmail.com>
2021-03-08 14:49:29 +01:00
Himanshu Mishra d661bece6a Merge pull request #4675 from egnwd/techdocs/header-links 2021-03-08 13:21:43 +00:00
Johan Haals b6dfc7dcd9 use correct field from array
Signed-off-by: Johan Haals <johan.haals@gmail.com>
2021-03-08 14:12:32 +01:00
Johan Haals 584f1a04f5 Render description and oneOf fields
Signed-off-by: Johan Haals <johan.haals@gmail.com>
2021-03-08 14:08:17 +01:00
Johan Haals 7b66e07116 Add description to scaffolder actions
Signed-off-by: Johan Haals <johan.haals@gmail.com>
2021-03-08 14:07:38 +01:00
Himanshu Mishra 3f2a0efe01 backend-common: Use Record<string, string> for envVars in runDockerContainer
Signed-off-by: Himanshu Mishra <himanshu@orkohunter.net>
2021-03-08 14:00:17 +01:00
Fredrik Adelöw cd07d485c2 Merge pull request #4860 from backstage/dependabot/npm_and_yarn/types/node-14.14.32
chore(deps-dev): bump @types/node from 12.12.58 to 14.14.32
2021-03-08 13:58:40 +01:00
r.bideau ca4a904f6b Add techdocs.publisher.awsS3.endpoint config option
Signed-off-by: r.bideau <7304827+rbideau@users.noreply.github.com>
2021-03-08 13:56:32 +01:00
dependabot[bot] 63887ea84d chore(deps-dev): bump @types/node from 12.12.58 to 14.14.32
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 12.12.58 to 14.14.32.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2021-03-08 13:19:08 +01:00
Himanshu Mishra c0c26244db 1. Use plain Record instead of Map
2. Call fs.realpath inside the utility function

Signed-off-by: Himanshu Mishra <himanshu@orkohunter.net>
2021-03-08 12:44:11 +01:00
Oliver Sand c390108944 Merge pull request #4702 from SDA-SE/feat/annotations-view-edit-source
Move logic for generating URLs for the view, edit and source links of catalog entities from the catalog frontend into the backend
2021-03-08 12:40:19 +01:00
Oliver Sand 4d2648c6e9 Adjust naming
Signed-off-by: Oliver Sand <oliver.sand@sda-se.com>
2021-03-08 12:02:37 +01:00
Dominik Henneke e6fa667639 Update type and changeset
Signed-off-by: Dominik Henneke <dominik.henneke@sda-se.com>
2021-03-08 11:37:35 +01:00
Matthew Clarke 9581ff0b4f Kubernetes: lookup cluster config from google api when using GKE (#4844)
* Restructure config; add GKE cluster locator

Signed-off-by: mclarke <mclarke@spotify.com>

* PR feedback

Signed-off-by: mclarke <mclarke@spotify.com>

* fix region typo

Signed-off-by: mclarke <mclarke@spotify.com>

* replace config api call with clusters endpoint

Signed-off-by: mclarke <mclarke@spotify.com>

* missed tsc error

Signed-off-by: mclarke <mclarke@spotify.com>

* doc tweak

Signed-off-by: mclarke <mclarke@spotify.com>
2021-03-08 10:27:09 +00:00
Oliver Sand a4692715bb Make source source-location has the format of a location ref
Signed-off-by: Oliver Sand <oliver.sand@sda-se.com>
2021-03-08 11:21:51 +01:00
Oliver Sand 69ad77869c Make sure that changing the url type doesn't collide with repo or owner names
Signed-off-by: Oliver Sand <oliver.sand@sda-se.com>
2021-03-08 11:12:53 +01:00
Oliver Sand 93c62c755c Move logic for generating URLs for the view, edit and source links of catalog entities from the catalog frontend into the backend
Signed-off-by: Oliver Sand <oliver.sand@sda-se.com>
2021-03-08 11:12:52 +01:00
Fredrik Adelöw 8e15b19a30 Merge pull request #4827 from backstage/dependabot/npm_and_yarn/knex-0.95.1
chore(deps): bump knex from 0.21.18 to 0.95.1
2021-03-08 11:11:32 +01:00
Fredrik Adelöw c598de8838 Merge pull request #4839 from backstage/freben/expore-more
Standardize the tool cards in explore some more
2021-03-08 11:11:16 +01:00
Oliver Sand 905cbfc966 Add resolveEditUrl to integrations
Signed-off-by: Oliver Sand <oliver.sand@sda-se.com>
2021-03-08 11:04:56 +01:00
Himanshu Mishra 29e98205f1 Merge pull request #4854 from backstage/orkohunter/document-dco-tips
chore: document useful git commands to avoid any DCO trouble
2021-03-08 09:50:49 +00:00
Ben Lambert 94e25e17bf Merge pull request #4865 from backstage/dependabot/npm_and_yarn/esbuild-0.8.57
chore(deps): bump esbuild from 0.8.56 to 0.8.57
2021-03-08 10:39:40 +01:00
Ben Lambert 68d63166dd Merge pull request #4842 from ebarriosjr/add-column-to-kafka-plugin-for-lag
Added lag column to the kafka plugin
2021-03-08 10:37:47 +01:00
Ben Lambert 09ab620f9d Merge pull request #4866 from backstage/tests/skip-integration
Disable Integration Tests for URLReaders
2021-03-08 10:34:29 +01:00
dependabot[bot] 7616988312 chore(deps): bump knex from 0.21.18 to 0.95.1
Bumps [knex](https://github.com/knex/knex) from 0.21.18 to 0.95.1.
- [Release notes](https://github.com/knex/knex/releases)
- [Changelog](https://github.com/knex/knex/blob/master/CHANGELOG.md)
- [Commits](https://github.com/knex/knex/commits)

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2021-03-08 10:26:45 +01:00
ebarrios 0eac754a89 Added test case for lag field in the kafka plugin
Signed-off-by: ebarrios <esteban.barrios@trivago.com>
2021-03-08 10:17:50 +01:00
blam 1b644c4f05 chore: skipping these tests for now until we can come up with a better way to do these
Signed-off-by: blam <ben@blam.sh>
2021-03-08 10:15:17 +01:00