Commit Graph

12921 Commits

Author SHA1 Message Date
Jonah Grimes 35965ab248 added EntityHasResourcesCard to system overview page, added dependencies page to display dependency components and dependency resources to service and website page layout
Signed-off-by: Jonah Grimes <jgrimes@appriss.com>
2021-05-06 08:17:11 -04:00
Jonah Grimes 9304d2392b added exports for EntityHasResourcesCard, EntityDependsOnComponentsCard, and EntityDependsOnResourcesCard
Signed-off-by: Jonah Grimes <jgrimes@appriss.com>
2021-05-06 08:17:11 -04:00
Jonah Grimes 536834515b added HasResourcesCard for system resources, and DependsOnComponentsCard/DependsOnResourcesCard for component dependencies
Signed-off-by: Jonah Grimes <jgrimes@appriss.com>
2021-05-06 08:17:11 -04: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
Johan Haals 0bd4dfa9d2 Fix review comments
Signed-off-by: Johan Haals <johan.haals@gmail.com>
2021-05-04 09:39:01 +02:00
Johan Haals 45ca6c7699 Refactor StateManager into the ProcessingEngine
And add some tests

Co-authored-by: Ben Lambert <ben@blam.sh>
Signed-off-by: Johan Haals <johan.haals@gmail.com>
2021-05-04 09:39:00 +02:00
blam 8ecfa8e1ed chore: added some moar tests for ProcessingDatabase
Signed-off-by: blam <ben@blam.sh>
2021-05-04 09:39:00 +02:00
blam f0f77473e0 chore: add some more tests for TransactionValue
Signed-off-by: blam <ben@blam.sh>
2021-05-04 09:39:00 +02:00
Johan Haals 81b609f010 chore: test for getProcessableEntities
Signed-off-by: Johan Haals <johan.haals@gmail.com>
2021-05-04 09:38:59 +02:00
Fredrik Adelöw cb88c35d1c Merge pull request #5569 from backstage/dependabot/npm_and_yarn/types/ldapjs-1.0.10
chore(deps): bump @types/ldapjs from 1.0.9 to 1.0.10
2021-05-04 08:12:05 +02:00