Commit Graph

14853 Commits

Author SHA1 Message Date
dependabot[bot] c7cf94a239 chore(deps): bump ora from 5.4.0 to 5.4.1
Bumps [ora](https://github.com/sindresorhus/ora) from 5.4.0 to 5.4.1.
- [Release notes](https://github.com/sindresorhus/ora/releases)
- [Commits](https://github.com/sindresorhus/ora/compare/v5.4.0...v5.4.1)

---
updated-dependencies:
- dependency-name: ora
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-06-30 04:24:43 +00:00
dependabot[bot] 8939f9ee17 chore(deps): bump ts-node from 9.1.1 to 10.0.0
Bumps [ts-node](https://github.com/TypeStrong/ts-node) from 9.1.1 to 10.0.0.
- [Release notes](https://github.com/TypeStrong/ts-node/releases)
- [Commits](https://github.com/TypeStrong/ts-node/compare/v9.1.1...v10.0.0)

---
updated-dependencies:
- dependency-name: ts-node
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-06-30 04:20:38 +00:00
dependabot[bot] fb26a1946b chore(deps): bump json5 from 2.1.3 to 2.2.0
Bumps [json5](https://github.com/json5/json5) from 2.1.3 to 2.2.0.
- [Release notes](https://github.com/json5/json5/releases)
- [Changelog](https://github.com/json5/json5/blob/master/CHANGELOG.md)
- [Commits](https://github.com/json5/json5/compare/v2.1.3...v2.2.0)

---
updated-dependencies:
- dependency-name: json5
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-06-30 04:12:50 +00:00
roylisto.pradana c991df871f use GroupEntity as casting to catalogItem
Signed-off-by: roylisto.pradana <roylisto.pradana@grabtaxi.com>
2021-06-30 10:27:16 +07:00
Fredrik Adelöw 8ea450b2f5 Merge pull request #6268 from kuangp/chore/adopters
chore(adopters): add FactSet
2021-06-29 23:27:57 +02:00
Phil Kuang 9eecbf4041 chore(adopters): add FactSet
Signed-off-by: Phil Kuang <pkuang@factset.com>
2021-06-29 16:54:53 -04:00
Patrik Oldsberg 45af985df0 changesets: add changeset for the location key changes
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2021-06-29 20:24:58 +02:00
Patrik Oldsberg b74666f46c catalog-backend: couple of cleanups and fixes
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2021-06-29 17:46:58 +02:00
Philipp Hugenroth 9c0f0dd327 Remove unused import
Signed-off-by: Philipp Hugenroth <philipph@spotify.com>
2021-06-29 17:37:29 +02:00
Philipp Hugenroth 50dc04bf41 Merge remote-tracking branch 'upstream/master' into 6239-responsive-sidebar 2021-06-29 17:17:56 +02:00
Philipp Hugenroth a446bffdb2 Add changeset
Signed-off-by: Philipp Hugenroth <philipph@spotify.com>
2021-06-29 17:10:53 +02:00
Fredrik Adelöw dfb9c73321 Merge pull request #6264 from backstage/freben/win-lose
unbreak windows tests, and silence msw errors about query params
2021-06-29 17:08:58 +02:00
Fredrik Adelöw 2e2753cb64 Merge pull request #6242 from backstage/freben/kafka-cluster-errors
Properly return a 404 when an unknown cluster is given
2021-06-29 17:08:50 +02:00
Patrik Oldsberg 698e823bbe catalog-backend: fix unprocessed entity conflict handling when using postgres
Co-authored-by: blam <ben@blam.sh>
Co-authored-by: Johan Haals <johan.haals@gmail.com>
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2021-06-29 17:06:27 +02:00
Patrik Oldsberg 057e78ebb1 catalog-backend: more tests for DB + fix ref handling during conflicts
Co-authored-by: blam <ben@blam.sh>
Co-authored-by: Johan Haals <johan.haals@gmail.com>
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2021-06-29 17:06:26 +02:00
Johan Haals 72849d6495 Add locationKey tests
Signed-off-by: Johan Haals <johan.haals@gmail.com>
2021-06-29 17:06:25 +02:00
Johan Haals 03f1076fa6 Remove addUnprocessedEntities from public interface
This is only used internally.

Co-authored-by: Patrik Oldsberg <poldsberg@gmail.com>
Signed-off-by: Johan Haals <johan.haals@gmail.com>
2021-06-29 17:06:25 +02:00
Johan Haals 3aa0014263 Consolidate addUnprocessedEntities, compute delta using locationKey
Co-authored-by: Patrik Oldsberg <poldsberg@gmail.com>
Signed-off-by: Johan Haals <johan.haals@gmail.com>
2021-06-29 17:06:24 +02:00
Johan Haals e4906366a3 Catalog: Rename emitKey to locationkey
Signed-off-by: Johan Haals <johan.haals@gmail.com>
2021-06-29 17:06:23 +02:00
Johan Haals ba3061f53e Fix location key migrations
Co-authored-by: Patrik Oldsberg <poldsberg@gmail.com>

Signed-off-by: Johan Haals <johan.haals@gmail.com>
2021-06-29 17:06:18 +02:00
Johan Haals d0a13d227e Catalog: Disallow insertion of conflicting entityRefs
Co-authored-by: Patrik Oldsberg <poldsberg@gmail.com>

Signed-off-by: Johan Haals <johan.haals@gmail.com>
2021-06-29 17:06:04 +02:00
Fredrik Adelöw 8adab82b5f Merge pull request #6260 from backstage/freben/clear-signin-on-fail
Clear the previously selected sign-in provider on failure
2021-06-29 16:54:19 +02:00
Fredrik Adelöw 8ab897e018 Properly return a 404 when an unknown cluster is given
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2021-06-29 16:48:36 +02:00
Fredrik Adelöw fce011ae06 unbreak windows tests, and silence msw errors about query params
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2021-06-29 16:46:52 +02:00
Philipp Hugenroth e1ec6adc3e Fix sflaky sidebar in 'peek' state
Signed-off-by: Philipp Hugenroth <philipph@spotify.com>
2021-06-29 15:25:15 +02:00
James Renaud 0daaffd13d chore: update doc with screenshots
Signed-off-by: James Renaud <james.renaud@mitel.com>
2021-06-29 09:25:10 -04:00
Gowind 99a2873c76 Techdocs: Include cookies when requesting SVGs
Signed-off-by: Gowind <petrovgovind@gmail.com>
2021-06-29 15:18:01 +02:00
Fredrik Adelöw 0e059967da Merge pull request #6252 from Jerry4013/jingchao/download-targz-archive-for-Gitlab
Download tar.gz archives for Gitlab
2021-06-29 14:42:50 +02:00
roylisto.pradana 64c7561dc8 change minor to patch for changeset
Signed-off-by: roylisto.pradana <roylisto.pradana@grabtaxi.com>
2021-06-29 19:37:24 +07:00
Fredrik Adelöw 8a700d14ac appease vale
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2021-06-29 14:26:23 +02:00
roylisto.pradana dd91185744 Add changeset
Signed-off-by: roylisto.pradana <roylisto.pradana@grabtaxi.com>
2021-06-29 18:45:45 +07:00
Fredrik Adelöw e8c65b0682 Clear the previously selected sign-in provider on failure
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2021-06-29 13:45:37 +02:00
roylisto.pradana c0bd924ebb Fix the test file
Signed-off-by: roylisto.pradana <roylisto.pradana@grabtaxi.com>
2021-06-29 18:35:46 +07:00
Fredrik Adelöw c04e070bfc Merge pull request #6231 from sagacity/patch-1
Update ADOPTERS.md to reflect changed username
2021-06-29 13:21:00 +02:00
Fredrik Adelöw 852a8fd468 Merge pull request #6213 from backstage/dependabot/npm_and_yarn/rollup/plugin-yaml-3.0.0
chore(deps): bump @rollup/plugin-yaml from 2.1.1 to 3.0.0
2021-06-29 13:20:47 +02:00
Philipp Hugenroth 2316beb6b3 Set height of page to 100vh
- Add SidebarScroll Wrapper

Signed-off-by: Philipp Hugenroth <philipph@spotify.com>
2021-06-29 12:59:43 +02:00
roylisto.pradana 208976022b add displayName option for Groups diagram
Signed-off-by: roylisto.pradana <roylisto.pradana@grabtaxi.com>
2021-06-29 17:52:38 +07:00
dependabot[bot] 55f49fcc78 chore(deps): bump @rollup/plugin-yaml from 2.1.1 to 3.0.0
Bumps [@rollup/plugin-yaml](https://github.com/rollup/plugins) from 2.1.1 to 3.0.0.
- [Release notes](https://github.com/rollup/plugins/releases)
- [Commits](https://github.com/rollup/plugins/compare/yaml-v2.1.1...wasm-v3.0.0)

---
updated-dependencies:
- dependency-name: "@rollup/plugin-yaml"
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-06-29 11:39:31 +02:00
Fredrik Adelöw d9e0f28531 Merge pull request #6234 from backstage/dependabot/npm_and_yarn/microsite/prettier-2.3.2
chore(deps-dev): bump prettier from 2.3.1 to 2.3.2 in /microsite
2021-06-29 11:37:44 +02:00
Roy Jacobs b2b169acaf Update ADOPTERS.md to reflect changed username
My username changed and this is causing a 404 in ADOPTERS.md.

Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2021-06-29 11:36:54 +02:00
dependabot[bot] 640220b2fa chore(deps-dev): bump prettier from 2.3.1 to 2.3.2 in /microsite
Bumps [prettier](https://github.com/prettier/prettier) from 2.3.1 to 2.3.2.
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
- [Commits](https://github.com/prettier/prettier/compare/2.3.1...2.3.2)

---
updated-dependencies:
- dependency-name: prettier
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-06-29 11:30:08 +02:00
Fredrik Adelöw 80b1c89385 Merge pull request #6224 from backstage/github-actions-luxon
Migrate Github Actions plugin to Luxon
2021-06-29 10:48:11 +02:00
Oliver Sand 3ea4b2b3c6 Merge pull request #6256 from SDA-SE/feat/update-rjsf
Upgrade rjsf to 3.0.0
2021-06-29 10:20:29 +02:00
Oliver Sand 9e60a728ec Upgrade rjsf to 3.0.0
[Release notes](https://github.com/rjsf-team/react-jsonschema-form/releases/tag/v3.0.0)

Resolves #5833

Signed-off-by: Oliver Sand <oliver.sand@sda-se.com>
2021-06-29 09:48:12 +02:00
Patrik Oldsberg 0ce80ab75a Merge pull request #6204 from backstage/rugvip/safety
backend-common,cli-common: new utilites for safely resolving child paths
2021-06-29 09:43:01 +02:00
Fredrik Adelöw 3a2f786819 Merge pull request #6174 from msamad/msamad/handle-photo-error-for-microsoft-graph-api
Handle error gracefully on msgraph api photo load
2021-06-29 08:52:04 +02:00
Fredrik Adelöw d91905cf2e Merge pull request #6172 from backstage/dependabot/npm_and_yarn/apollo-server-express-2.25.2
chore(deps): bump apollo-server-express from 2.21.0 to 2.25.2
2021-06-29 08:42:35 +02:00
Fredrik Adelöw 32bbf51a1d fix api-report, move logger to options
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2021-06-29 08:27:55 +02:00
Mustansar Anwar ul Samad 115473c085 Handle error gracefully on msgraph api photo load
Signed-off-by: Mustansar Anwar ul Samad <mustansar.samad@gmail.com>
2021-06-29 08:17:39 +02:00
Fredrik Adelöw bccb680a59 Merge pull request #6253 from backstage/dependabot/npm_and_yarn/css-loader-5.2.6
chore(deps): bump css-loader from 3.6.0 to 5.2.6
2021-06-29 08:04:49 +02:00