Marcus Eide
|
1abb1d1e7b
|
Add support for skipTLSVerify when using the GkeClusterLocator
Signed-off-by: Marcus Eide <eide@spotify.com>
|
2021-05-07 15:24:13 +02:00 |
|
Ben Lambert
|
9fb41b599a
|
Merge pull request #5612 from backstage/dependabot/npm_and_yarn/graphql-codegen/typescript-resolvers-1.19.1
chore(deps-dev): bump @graphql-codegen/typescript-resolvers from 1.18.2 to 1.19.1
|
2021-05-07 10:02:14 +02:00 |
|
dependabot[bot]
|
e38d2c73e1
|
chore(deps-dev): bump @graphql-codegen/typescript-resolvers
Bumps [@graphql-codegen/typescript-resolvers](https://github.com/dotansimha/graphql-code-generator/tree/HEAD/packages/plugins/typescript/resolvers) from 1.18.2 to 1.19.1.
- [Release notes](https://github.com/dotansimha/graphql-code-generator/releases)
- [Changelog](https://github.com/dotansimha/graphql-code-generator/blob/master/packages/plugins/typescript/resolvers/CHANGELOG.md)
- [Commits](https://github.com/dotansimha/graphql-code-generator/commits/@graphql-codegen/typescript-resolvers@1.19.1/packages/plugins/typescript/resolvers)
Signed-off-by: dependabot[bot] <support@github.com>
|
2021-05-07 04:12:08 +00:00 |
|
Fredrik Adelöw
|
67b16c4935
|
Merge pull request #5606 from backstage/dependabot/npm_and_yarn/property-expr-2.0.4
chore(deps): bump property-expr from 2.0.2 to 2.0.4
|
2021-05-06 21:51:40 +02:00 |
|
dependabot[bot]
|
dd3b98138f
|
chore(deps): bump property-expr from 2.0.2 to 2.0.4
Bumps [property-expr](https://github.com/jquense/expr) from 2.0.2 to 2.0.4.
- [Release notes](https://github.com/jquense/expr/releases)
- [Changelog](https://github.com/jquense/expr/blob/master/CHANGELOG.md)
- [Commits](https://github.com/jquense/expr/compare/v2.0.2...v2.0.4)
Signed-off-by: dependabot[bot] <support@github.com>
|
2021-05-06 18:50:26 +00:00 |
|
Fredrik Adelöw
|
c665f69085
|
Merge pull request #5604 from SDA-SE/feat/scaffolder-no-task
Show error on task page if task does not exist
|
2021-05-06 19:13:15 +02:00 |
|
Oliver Sand
|
d6ee183054
|
Restore for scaffold()
Signed-off-by: Oliver Sand <oliver.sand@sda-se.com>
|
2021-05-06 18:28:56 +02:00 |
|
Oliver Sand
|
15e248a107
|
Migrate all scaffolder API calls to ResponseError
Signed-off-by: Oliver Sand <oliver.sand@sda-se.com>
|
2021-05-06 18:22:38 +02:00 |
|
Oliver Sand
|
81ef1d57bf
|
Show error on task page if task does not exist
Signed-off-by: Oliver Sand <oliver.sand@sda-se.com>
|
2021-05-06 17:51:28 +02:00 |
|
Johan Haals
|
0bfcc4323a
|
Merge pull request #5587 from backstage/mob/wire-locationservice
catalog/next: Wire API with locationStore, fix filtering
|
2021-05-06 13:30:28 +02:00 |
|
Ben Lambert
|
6bbc3f74fe
|
Merge pull request #5533 from backstage/changeset-release/master
Version Packages
|
2021-05-06 11:28:13 +02:00 |
|
blam
|
3aec82a61d
|
chore: fix create-app version to Patch
Signed-off-by: blam <ben@blam.sh>
|
2021-05-06 10:47:38 +02:00 |
|
github-actions[bot]
|
d397eb470f
|
Version Packages
|
2021-05-06 08:25:18 +00:00 |
|
Fredrik Adelöw
|
1f88afb102
|
Merge pull request #5597 from backstage/dependabot/npm_and_yarn/yaml-1.10.2
chore(deps): bump yaml from 1.10.0 to 1.10.2
|
2021-05-06 10:20:26 +02:00 |
|
dependabot[bot]
|
597f3e132e
|
chore(deps): bump yaml from 1.10.0 to 1.10.2
Bumps [yaml](https://github.com/eemeli/yaml) from 1.10.0 to 1.10.2.
- [Release notes](https://github.com/eemeli/yaml/releases)
- [Commits](https://github.com/eemeli/yaml/compare/v1.10.0...v1.10.2)
Signed-off-by: dependabot[bot] <support@github.com>
|
2021-05-06 04:21:40 +00:00 |
|
Fredrik Adelöw
|
ebc0384a42
|
Merge pull request #5589 from adamdmharvey/import
catalog-import: Update wording in the UI
|
2021-05-05 18:31:03 +02:00 |
|
Fredrik Adelöw
|
03b59303b6
|
Merge pull request #5576 from backstage/mob/ctx
next/catalog: Remove CommonDatabase dependency
|
2021-05-05 16:44:44 +02:00 |
|
Adam Harvey
|
8aedbb4afb
|
Add changeset
Signed-off-by: Adam Harvey <adaharve@cisco.com>
|
2021-05-05 10:44:15 -04:00 |
|
Adam Harvey
|
74f4aa43da
|
Update wording in dialog
Signed-off-by: Adam Harvey <adaharve@cisco.com>
|
2021-05-05 10:43:07 -04:00 |
|
Adam Harvey
|
e938fc30cd
|
Fix typo
Signed-off-by: Adam Harvey <adaharve@cisco.com>
|
2021-05-05 10:42:27 -04:00 |
|
Johan Haals
|
1f1511e768
|
catalog/next: Wire API with locationStore, fix filtering
Co-authored-by: Ben Lambert <ben@blam.sh>
Co-authored-by: Fredrik Adelöw <freben@users.noreply.github.com>
Signed-off-by: Johan Haals <johan.haals@gmail.com>
|
2021-05-05 16:38:14 +02:00 |
|
Eric Peterson
|
67b98cd308
|
Merge pull request #5574 from SDA-SE/feat/techdocs-toc-scroll
Fix navigation in a page using the table of contents
|
2021-05-05 16:36:13 +02:00 |
|
Fredrik Adelöw
|
4ac335883b
|
Merge pull request #5583 from mtlewis/remove-infocard-bottom-padding
Remove extra bottom padding in InfoCard content
|
2021-05-05 13:32:55 +02:00 |
|
Mike Lewis
|
7b8272fb7d
|
Remove extra bottom padding in InfoCard content
Fixes #5396 by overriding padding-bottom to undefined for MuiCardContent
in rootTheme.ts.
Signed-off-by: Mike Lewis <mtlewis@users.noreply.github.com>
|
2021-05-05 11:53:33 +01:00 |
|
Dominik Henneke
|
42f2adadc8
|
Merge pull request #5415 from SDA-SE/feat/rundocker-api
Refactor the runDockerContainer function to a ContainerRunnerApi interface
|
2021-05-05 12:00:40 +02:00 |
|
Dominik Henneke
|
d4bc58ef62
|
Fix typo
Signed-off-by: Dominik Henneke <dominik.henneke@sda-se.com>
|
2021-05-05 11:25:58 +02:00 |
|
Fredrik Adelöw
|
1a10956029
|
Merge pull request #5580 from backstage/dependabot/npm_and_yarn/types/react-dev-utils-9.0.5
chore(deps-dev): bump @types/react-dev-utils from 9.0.4 to 9.0.5
|
2021-05-05 07:14:40 +02:00 |
|
dependabot[bot]
|
c19c97a92c
|
chore(deps-dev): bump @types/react-dev-utils from 9.0.4 to 9.0.5
Bumps [@types/react-dev-utils](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-dev-utils) from 9.0.4 to 9.0.5.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react-dev-utils)
Signed-off-by: dependabot[bot] <support@github.com>
|
2021-05-05 04:46:22 +00:00 |
|
Fredrik Adelöw
|
37ca09566a
|
Merge pull request #5330 from backstage/kubernetes-common
Kubernetes common
|
2021-05-04 20:44:08 +02:00 |
|
Fredrik Adelöw
|
2002e59a3f
|
Merge pull request #5494 from goober/feature/expose-bitbucket-parser
[Catalog] Expose BitbucketRepositoryParser
|
2021-05-04 20:23:34 +02:00 |
|
Johan Haals
|
ea6af51269
|
chore: cleanups
Co-authored-by: Ben Lambert <ben@blam.sh>
Signed-off-by: Johan Haals <johan.haals@gmail.com>
|
2021-05-04 16:28:39 +02:00 |
|
Johan Haals
|
3492eccef2
|
Remove redundant assertion
Signed-off-by: Johan Haals <johan.haals@gmail.com>
|
2021-05-04 16:19:55 +02:00 |
|
Johan Haals
|
86d1d7affa
|
Remove context from LocationStore
Co-authored-by: Ben Lambert <ben@blam.sh>
Signed-off-by: Johan Haals <johan.haals@gmail.com>
|
2021-05-04 16:16:21 +02:00 |
|
Fredrik Adelöw
|
2109d8ee3c
|
Merge pull request #5567 from backstage/dependabot/npm_and_yarn/jsonschema-1.4.0
chore(deps): bump jsonschema from 1.2.7 to 1.4.0
|
2021-05-04 15:35:43 +02:00 |
|
Ben Lambert
|
84d6ee9e86
|
Update small-sheep-smoke.md
Signed-off-by: blam <ben@blam.sh>
|
2021-05-04 14:35:14 +02:00 |
|
Oliver Sand
|
2e05277e0d
|
Fix navigation in a page using the table of contents
Signed-off-by: Oliver Sand <oliver.sand@sda-se.com>
|
2021-05-04 14:17:29 +02:00 |
|
Eric Peterson
|
2ffa996ccc
|
Merge pull request #5573 from getndazn/techdocs-workflow-plantuml
adding steps to enable plantuml support in github workflow
|
2021-05-04 13:22:35 +02:00 |
|
Marco Crivellaro
|
c199090e31
|
adding steps to enable plantuml support in github workflow
Signed-off-by: Marco Crivellaro <marco.crive@gmail.com>
|
2021-05-04 12:03:52 +01:00 |
|
Fredrik Adelöw
|
266160aa29
|
Merge pull request #5558 from monzo/useRelatedEntities-batches
Fetch relations in batches in `useRelatedEntities`
|
2021-05-04 11:34:54 +02:00 |
|
dependabot[bot]
|
75c8cec394
|
chore(deps): bump jsonschema from 1.2.7 to 1.4.0
Bumps [jsonschema](https://github.com/tdegrunt/jsonschema) from 1.2.7 to 1.4.0.
- [Release notes](https://github.com/tdegrunt/jsonschema/releases)
- [Commits](https://github.com/tdegrunt/jsonschema/compare/v1.2.7...v1.4.0)
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
|
2021-05-04 11:30:00 +02:00 |
|
Johan Haals
|
a1e6ed1fcc
|
Refactor LocationStore to transaction from context
Co-authored-by: Ben Lambert <ben@blam.sh>
Signed-off-by: Johan Haals <johan.haals@gmail.com>
|
2021-05-04 10:17:46 +02:00 |
|
Johan Haals
|
f87404a795
|
Merge pull request #5542 from backstage/jhaals/processingtest
chore: more tests for catalog work
|
2021-05-04 10:11:01 +02:00 |
|
Will Sewell
|
4dcab64185
|
Update test mocks to expect call to getEntities
Signed-off-by: Will Sewell <willsewell@monzo.com>
|
2021-05-04 08:56:30 +01:00 |
|
Johan Haals
|
bfe77a9dbd
|
fix yarn lock
Signed-off-by: Johan Haals <johan.haals@gmail.com>
|
2021-05-04 09:41:06 +02:00 |
|
Johan Haals
|
641d36b148
|
chore: delete todo comment
Signed-off-by: Johan Haals <johan.haals@gmail.com>
|
2021-05-04 09:39:02 +02:00 |
|
Johan Haals
|
cb10731dfa
|
Drop references to deleted code
Signed-off-by: Johan Haals <johan.haals@gmail.com>
|
2021-05-04 09:39:02 +02:00 |
|
Johan Haals
|
cd33a8cd26
|
Reduce if block
Signed-off-by: Johan Haals <johan.haals@gmail.com>
|
2021-05-04 09:39:02 +02:00 |
|
Johan Haals
|
e9d61bcbeb
|
Ensure that processing continues despite errors
Co-authored-by: Ben Lambert <ben@blam.sh>
Signed-off-by: Johan Haals <johan.haals@gmail.com>
|
2021-05-04 09:39:01 +02:00 |
|
Johan Haals
|
fe84fb2fdc
|
Await transactions
Signed-off-by: Johan Haals <johan.haals@gmail.com>
|
2021-05-04 09:39:01 +02:00 |
|
Johan Haals
|
852b6bec95
|
Wrap test in waitForExpect
Signed-off-by: Johan Haals <johan.haals@gmail.com>
|
2021-05-04 09:39:01 +02:00 |
|