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
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
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
Himanshu Mishra
29b64038e1
Scaffolder: Update CRA templater with new runDockerContainer format
...
Signed-off-by: Himanshu Mishra <himanshu@orkohunter.net >
2021-03-06 21:27:00 +01:00
Himanshu Mishra
68575f3689
Update techdocs/scaffolder with new function parameters of runDockerContainer
...
Signed-off-by: Himanshu Mishra <himanshu@orkohunter.net >
2021-03-06 21:27:00 +01:00
Himanshu Mishra
a37a4d1a4c
Scaffolder/Tests: Fix by mocking @backstage/backend-common
...
Signed-off-by: Himanshu Mishra <himanshu@orkohunter.net >
2021-03-06 21:26:59 +01:00
Himanshu Mishra
e9b7db7b29
backend-common: Add runDockerContainer shared by Scaffolder and TechDocs
...
Signed-off-by: Himanshu Mishra <himanshu@orkohunter.net >
2021-03-06 21:26:59 +01:00
Fredrik Adelöw
201d9d5fb0
Merge pull request #4737 from nirga/optional-repo
...
Made all locations outputted by GithubDiscoveryProcessor optional
2021-03-01 09:31:06 +01:00
Nir Gazit
80475c9af2
Fixed typo
2021-03-01 10:14:52 +02:00
Nir Gazit
2eab0de645
Added comment explaining why emitting optional locations
2021-03-01 09:27:01 +02:00
Nir Gazit
ecdd407b1f
Made all locations outputted by GithubDiscoveryProcessor optional
2021-03-01 09:19:31 +02:00
Patrik Oldsberg
96ccc8f694
scaffolder-backend: remove support for deprecated publisher configuration
2021-02-27 15:21:49 +01:00
Patrik Oldsberg
35d407f486
Merge pull request #4712 from backstage/dependabot/npm_and_yarn/types/d3-force-2.1.1
...
chore(deps-dev): bump @types/d3-force from 1.2.1 to 2.1.1
2021-02-27 13:16:07 +01:00
Fredrik Adelöw
98e2b4e20e
make the example templates use relative paths
2021-02-26 13:53:03 +01:00
Patrik Oldsberg
5ffb6c57f6
Merge pull request #4700 from backstage/rugvip/opternal
...
core: implement optional external routes and use to toggle "Create Component" button
2021-02-26 10:41:27 +01:00
dependabot[bot]
e16f145dc8
chore(deps-dev): bump @types/d3-force from 1.2.1 to 2.1.1
...
Bumps [@types/d3-force](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/d3-force ) from 1.2.1 to 2.1.1.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/d3-force )
Signed-off-by: dependabot[bot] <support@github.com >
2021-02-26 04:09:36 +00:00
Woody Rousseau
d21058c343
Change terminology for builds on cloudbuild
2021-02-25 20:57:46 +01:00
Woody Rousseau
b2a5320a4b
Use Breadcrumbs from @backstage/core
2021-02-25 20:19:04 +01:00
Patrik Oldsberg
264e204f02
catalog: make the external createComponent route optional, hiding the button if it is not set
2021-02-25 17:39:20 +01:00
Woody Rousseau
04667f5712
Use Breadcrumb from @backstage/core
2021-02-24 19:31:28 +01:00
Andrew Thauer
28adfd3c4c
fix: test failures & warnings
2021-02-24 10:12:49 -05:00
Fredrik Adelöw
1db1477abc
Merge pull request #4663 from backstage/mob/scaffolder-beta2
...
scaffolder-backend: initial support for beta2 templates, and refactored form schema creation
2021-02-24 14:09:50 +01:00
Patrik Oldsberg
b38be1083c
scaffolder: fix TemplatePage tests
2021-02-24 11:23:04 +01:00
Oliver Sand
8317e746cb
Merge pull request #4652 from SDA-SE/feat/entity-page-header
...
Use entity relation for the owner of an entity in the catalog entity page header
2021-02-24 10:27:35 +01:00
dependabot[bot]
16ab5f3965
chore(deps): bump @asyncapi/react-component from 0.18.2 to 0.19.2
...
Bumps [@asyncapi/react-component](https://github.com/asyncapi/asyncapi-react ) from 0.18.2 to 0.19.2.
- [Release notes](https://github.com/asyncapi/asyncapi-react/releases )
- [Commits](https://github.com/asyncapi/asyncapi-react/compare/v0.18.2...v0.19.2 )
Signed-off-by: dependabot[bot] <support@github.com >
2021-02-24 04:36:30 +00:00
Andrew Thauer
8a15667196
feat(core): add support config & button/error components
...
This adds a new app.support top level config that can be used to
configure various support links and other information. This can later be
extended for plugins to append their own specific support items.
2021-02-23 19:29:20 -05:00
Patrik Oldsberg
7c3f65f3b2
catalog-model: make Template beta2 step id and name optional
2021-02-23 23:53:48 +01:00
Patrik Oldsberg
1719d05cbc
scaffolder: review tweaks
2021-02-23 23:53:48 +01:00
Patrik Oldsberg
e6f2e15b56
scaffolder-backend: migrate to using template beta2 types
2021-02-23 23:45:05 +01:00
Patrik Oldsberg
6132a9a775
catalog-model,catalog-backend: add template beta2 schema
...
Co-authored-by: Johan Haals <johan.haals@gmail.com >
2021-02-23 23:45:04 +01:00
Patrik Oldsberg
ccaa5d7d43
scaffolder: implement uiSchema support in template parameter schema
...
Co-authored-by: Johan Haals <johan.haals@gmail.com >
2021-02-23 23:45:04 +01:00
Patrik Oldsberg
dffce46611
scaffolder: add new template parameter schema endpoint and usage in frontend
...
Co-authored-by: Johan Haals <johan.haals@gmail.com >
2021-02-23 23:45:03 +01:00
Patrik Oldsberg
d0ed25196c
scaffolder-backend: fix file path resolution for templates with a file location
...
Co-authored-by: Johan Haals <johan.haals@gmail.com >
2021-02-23 23:45:03 +01:00
Patrik Oldsberg
79bc9626af
scaffolder-backend: implemented beta1 task spec translation
...
Co-authored-by: Johan Haals <johan.haals@gmail.com >
2021-02-23 23:45:03 +01:00
Patrik Oldsberg
cf792300a7
scaffolder-backend: add support for deep templating in task steps
...
Co-authored-by: Johan Haals <johan.haals@gmail.com >
2021-02-23 23:45:02 +01:00
Fredrik Adelöw
ebddd63bc1
Merge pull request #4649 from backjo/feature/AwsAuthProvider
...
fix: add aws auth provider on kubernetes plugin
2021-02-23 22:14:11 +01:00
Fredrik Adelöw
ebad7dbe99
Merge pull request #4635 from bleathem/oidc-scope
...
fixed: Expose a configuration option for the oidc scope
2021-02-23 22:08:37 +01:00
Fredrik Adelöw
d7a741937b
Merge pull request #4651 from backstage/blam/bitbucket-authorisation
...
Both Authorization patterns are valid for both versions of Bitbucket
2021-02-23 22:06:36 +01:00
Fidel Coria
b636e2c437
Merge branch 'master' of https://github.com/spotify/backstage into k8s-load-with-only-queryselector
2021-02-23 10:17:16 -06:00
Fidel Coria
7ad5ad8842
add link to k8s docs on Missing Annotation page
2021-02-23 09:12:50 -06:00
Adam Harvey
7d5caca9c5
Merge pull request #4639 from adamdmharvey/jenkins-tweak
...
jenkins: Visual updates
2021-02-23 09:28:55 -05:00
Adam Harvey
560b4ad72a
Revert maxWidth removal testing
2021-02-23 09:02:45 -05:00
Adam Harvey
7bd6bde388
Move line break to a Box
2021-02-23 08:46:46 -05:00
Gustaf Räntilä
02816ecd72
fix: Loading should be true when *not* having an entity
2021-02-23 13:39:29 +01:00
Fredrik Adelöw
fc31e9c597
Merge pull request #4643 from backstage/dependabot/npm_and_yarn/graphql-15.5.0
...
chore(deps): bump graphql from 15.4.0 to 15.5.0
2021-02-23 11:16:06 +01:00
github-actions[bot]
4ae0467c2f
Version Packages
2021-02-23 10:31:40 +01:00
Oliver Sand
10362e9ebd
Use entity relation for the owner of an entity in the catalog entity page header
...
Signed-off-by: Oliver Sand <oliver.sand@sda-se.com >
2021-02-23 09:41:51 +01:00
dependabot[bot]
1536c41b34
chore(deps): bump graphql from 15.4.0 to 15.5.0
...
Bumps [graphql](https://github.com/graphql/graphql-js ) from 15.4.0 to 15.5.0.
- [Release notes](https://github.com/graphql/graphql-js/releases )
- [Commits](https://github.com/graphql/graphql-js/compare/v15.4.0...v15.5.0 )
Signed-off-by: dependabot[bot] <support@github.com >
2021-02-23 08:13:36 +00:00
Fredrik Adelöw
8266e44c7b
Merge pull request #4588 from andrewthauer/feat/catalog-import-codeowner
...
feat: support codeowners in catalog-import
2021-02-23 09:06:32 +01:00
blam
599aeb70d5
chore: updating logging
2021-02-23 09:06:19 +01:00