Commit Graph

23267 Commits

Author SHA1 Message Date
dependabot[bot] baf12bd049 chore(deps): bump swr from 1.1.2 to 1.2.1
Bumps [swr](https://github.com/vercel/swr) from 1.1.2 to 1.2.1.
- [Release notes](https://github.com/vercel/swr/releases)
- [Commits](https://github.com/vercel/swr/compare/1.1.2...1.2.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-02-18 04:43:58 +00:00
dependabot[bot] 49ae6c9573 chore(deps-dev): bump @types/rollup-plugin-postcss from 2.0.1 to 3.1.4
Bumps [@types/rollup-plugin-postcss](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/rollup-plugin-postcss) from 2.0.1 to 3.1.4.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/rollup-plugin-postcss)

---
updated-dependencies:
- dependency-name: "@types/rollup-plugin-postcss"
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-02-18 04:42:33 +00:00
dependabot[bot] 793be72b35 chore(deps): bump express from 4.17.2 to 4.17.3
Bumps [express](https://github.com/expressjs/express) from 4.17.2 to 4.17.3.
- [Release notes](https://github.com/expressjs/express/releases)
- [Changelog](https://github.com/expressjs/express/blob/master/History.md)
- [Commits](https://github.com/expressjs/express/compare/4.17.2...4.17.3)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-02-18 04:40:32 +00:00
dependabot[bot] 2919d27216 chore(deps-dev): bump storybook-dark-mode in /storybook
Bumps [storybook-dark-mode](https://github.com/hipstersmoothie/storybook-dark-mode) from 1.0.8 to 1.0.9.
- [Release notes](https://github.com/hipstersmoothie/storybook-dark-mode/releases)
- [Changelog](https://github.com/hipstersmoothie/storybook-dark-mode/blob/master/CHANGELOG.md)
- [Commits](https://github.com/hipstersmoothie/storybook-dark-mode/compare/v1.0.8...v1.0.9)

---
updated-dependencies:
- dependency-name: storybook-dark-mode
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-02-18 04:39:28 +00:00
dependabot[bot] 51e655bdac chore(deps-dev): bump canvas from 2.8.0 to 2.9.0
Bumps [canvas](https://github.com/Automattic/node-canvas) from 2.8.0 to 2.9.0.
- [Release notes](https://github.com/Automattic/node-canvas/releases)
- [Changelog](https://github.com/Automattic/node-canvas/blob/master/CHANGELOG.md)
- [Commits](https://github.com/Automattic/node-canvas/compare/v2.8.0...v2.9.0)

---
updated-dependencies:
- dependency-name: canvas
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-02-18 04:23:34 +00:00
dependabot[bot] 306c366fc9 chore(deps): bump @asyncapi/react-component
Bumps [@asyncapi/react-component](https://github.com/asyncapi/asyncapi-react) from 1.0.0-next.32 to 1.0.0-next.33.
- [Release notes](https://github.com/asyncapi/asyncapi-react/releases)
- [Commits](https://github.com/asyncapi/asyncapi-react/compare/v1.0.0-next.32...v1.0.0-next.33)

---
updated-dependencies:
- dependency-name: "@asyncapi/react-component"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-02-18 04:21:27 +00:00
dependabot[bot] d2e9d2a34f chore(deps): bump @hot-loader/react-dom from 16.13.0 to 17.0.2
Bumps [@hot-loader/react-dom](https://github.com/hot-loader/react-dom) from 16.13.0 to 17.0.2.
- [Release notes](https://github.com/hot-loader/react-dom/releases)
- [Commits](https://github.com/hot-loader/react-dom/commits)

---
updated-dependencies:
- dependency-name: "@hot-loader/react-dom"
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-02-18 04:19:10 +00:00
dependabot[bot] 10a3cbf421 chore(deps): bump @types/webpack-env from 1.16.0 to 1.16.3
Bumps [@types/webpack-env](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/webpack-env) from 1.16.0 to 1.16.3.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/webpack-env)

---
updated-dependencies:
- dependency-name: "@types/webpack-env"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-02-18 04:12:13 +00:00
kim5566 bdab94f276 updated api-report.md
Signed-off-by: kim5566 <28945404+kim5566@users.noreply.github.com>
2022-02-18 07:17:19 +11:00
Patrik Oldsberg 31b3a63347 scripts/create-github-release: prefer listPullRequestsAssociatedWithCommit
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2022-02-17 21:13:07 +01:00
kim5566 dda3f42ddd updated to config as func
Signed-off-by: kim5566 <28945404+kim5566@users.noreply.github.com>
2022-02-18 07:02:46 +11:00
Patrik Oldsberg 630340287f integration,catalog-backend: tweak changesets to make vale happy
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2022-02-17 18:27:48 +01:00
Patrik Oldsberg 78bff9f4c6 docs/publishing: minor tweak to master commit creation flow
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2022-02-17 17:53:04 +01:00
Patrik Oldsberg 082c32f948 catalog-backend: deprecated location result optional flag
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2022-02-17 17:49:41 +01:00
Patrik Oldsberg 209fd128e6 removed all references to the removed SCM-specific location types
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2022-02-17 17:46:04 +01:00
Ben Lambert 4d32ee5dac Merge pull request #9617 from backstage/rugvip/fixlab
catalog-backend: fixes for GitLab discovery .updateLastActivity()
2022-02-17 17:40:36 +01:00
Emma Indal 299789fb78 try to fix yarn.lock
Signed-off-by: Emma Indal <emma.indahl@gmail.com>
2022-02-17 16:27:17 +01:00
Patrik Oldsberg e9cf0dd03e catalog-backend: fixes for GitLab discovery .updateLastActivity()
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2022-02-17 16:08:44 +01:00
Ben Lambert 2d9a4ccf71 Merge pull request #9615 from backstage/jhaals/require-processorName
catalog-backend: Require impl of getProcessorName in CatalogProcessor
2022-02-17 16:08:32 +01:00
Trevor Hartman 81248c2d1f Make all properties of KubernetesBuilderReturn required
Signed-off-by: Trevor Hartman <trevorhartman@gmail.com>
2022-02-17 07:26:39 -07:00
blam 504e03b537 chore: updating changeset description
Signed-off-by: blam <ben@blam.sh>
2022-02-17 15:16:34 +01:00
Johan Haals 9ffb346e9e Merge pull request #9609 from backstage/jhaals/dep-runPeriodically
catalog-backend: Deprecate runPeriodically function
2022-02-17 14:58:20 +01:00
Johan Haals d3e7e0de0b Merge pull request #9611 from backstage/jhaals/StaticLocationProcessor
catalog-backend: Deprecate StaticLocationProcessor
2022-02-17 14:57:55 +01:00
Johan Haals 36a3d00ec7 Merge pull request #9604 from backstage/jhaals/catalog-react-cleanup
catalog-react: cleanup api report
2022-02-17 14:57:00 +01:00
Johan Haals df61ca71dd catalog-backend: Require impl of getProcessorName in CatalogProcessor
Signed-off-by: Johan Haals <johan.haals@gmail.com>
2022-02-17 14:54:32 +01:00
MT Lewis 60ab757e37 Merge pull request #9608 from backstage/watch-additional-files
config-loader: watch any extra files loaded when loading local config
2022-02-17 13:50:37 +00:00
Patrik Oldsberg f61acc42b3 Merge pull request #9613 from backstage/rugvip/no-duration
catalog-backend: removed unused durationText helper
2022-02-17 14:49:49 +01:00
blam 8bd0d83311 chore: common is now entityRef
Signed-off-by: blam <ben@blam.sh>
2022-02-17 14:30:56 +01:00
Karan Shah 2fa665cb2c Use the released version
Signed-off-by: Karan Shah <karan.shah@simplybusiness.co.uk>
2022-02-17 13:28:44 +00:00
Karan Shah 0e0681278a Merge remote-tracking branch 'upstream/master' into airbrake-connect
# Conflicts:
#	packages/backend/package.json
#	plugins/airbrake/package.json
2022-02-17 13:25:49 +00:00
Emma Indal 21d4ee819f Docs updates
Signed-off-by: Emma Indal <emma.indahl@gmail.com>

Co-authored-by: Bodil Björklund <bodilb@spotify.com>
2022-02-17 14:22:19 +01:00
Emma Indal 4b574efb65 add visual regression tests
Signed-off-by: Emma Indal <emma.indahl@gmail.com>
2022-02-17 14:22:18 +01:00
Emma Indal fcf63b8a8b update some tests
Signed-off-by: Emma Indal <emma.indahl@gmail.com>
2022-02-17 14:22:18 +01:00
Emma Indal 4789c33341 update docs
Signed-off-by: Emma Indal <emma.indahl@gmail.com>
2022-02-17 14:22:18 +01:00
Emma Indal 4aa501594f add cypress tests
Signed-off-by: Emma Indal <emma.indahl@gmail.com>
2022-02-17 14:22:18 +01:00
Emma Indal c84b62d900 add cypress config
Signed-off-by: Emma Indal <emma.indahl@gmail.com>
2022-02-17 14:22:18 +01:00
Emma Indal d34a821869 add note to documentation
Signed-off-by: Emma Indal <emma.indahl@gmail.com>
2022-02-17 14:22:18 +01:00
Emma Indal d972a6d583 add cypress dev dependency and script to run
Signed-off-by: Emma Indal <emma.indahl@gmail.com>
2022-02-17 14:22:18 +01:00
Emma Indal 269bc0a821 add docs for how to run cypress tests
Signed-off-by: Emma Indal <emma.indahl@gmail.com>
2022-02-17 14:22:18 +01:00
blam bab8027029 chore: reworking the templateInfo type
Signed-off-by: blam <ben@blam.sh>
2022-02-17 14:22:06 +01:00
Karan Shah 3bb68f0f98 Remove coverage checks because they are wrong.
https://github.com/backstage/backstage/runs/5231780015?check_suite_focus=true

Given this commit which should be at 100% for the above error: https://github.com/backstage/backstage/pull/9605/commits/b84c644fb99378fecb621617f8f4d41218fd92bb

Signed-off-by: Karan Shah <karan.shah@simplybusiness.co.uk>
2022-02-17 13:20:14 +00:00
Johan Haals 2300cbb305 update format
Signed-off-by: Johan Haals <johan.haals@gmail.com>
2022-02-17 14:14:32 +01:00
Patrik Oldsberg 9876e7f172 catalog-backend: removed unused durationText helper
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2022-02-17 14:14:06 +01:00
Fredrik Adelöw c1305e3ba0 fleshing out the changeset
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2022-02-17 14:08:32 +01:00
Johan Haals b1296f1f57 catalog-backend: Deprecate StaticLocationProcessor
Signed-off-by: Johan Haals <johan.haals@gmail.com>
2022-02-17 14:05:27 +01:00
Fredrik Adelöw 4fb71d3f6f update useEntityTypeFilter too
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2022-02-17 13:59:27 +01:00
Fredrik Adelöw 6e1cbc12a6 update the catalog client to add getEntityFacets
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2022-02-17 13:59:27 +01:00
Fredrik Adelöw 01e124ea60 catalog-backend: add support for querying facets
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2022-02-17 13:59:27 +01:00
Fredrik Adelöw fd02e6df7d Merge pull request #9607 from backstage/freben/auth-case
fix casing of sub and ent claims in default sign-in resolvers
2022-02-17 13:59:07 +01:00
Edgar Silva 4e1384884f Added changeset
Signed-off-by: Edgar Silva <edgar.silva@cross-join.com>
2022-02-17 12:58:53 +00:00