Commit Graph

21183 Commits

Author SHA1 Message Date
dependabot[bot] 9b03164614 build(deps): bump testcontainers from 7.23.0 to 8.1.2
Bumps [testcontainers](https://github.com/testcontainers/testcontainers-node) from 7.23.0 to 8.1.2.
- [Release notes](https://github.com/testcontainers/testcontainers-node/releases)
- [Commits](https://github.com/testcontainers/testcontainers-node/compare/v7.23.0...v8.1.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-01-05 04:15:27 +00:00
dependabot[bot] 32e2fafe66 build(deps): bump azure-devops-node-api from 11.0.1 to 11.1.0
Bumps [azure-devops-node-api](https://github.com/Microsoft/azure-devops-node-api) from 11.0.1 to 11.1.0.
- [Release notes](https://github.com/Microsoft/azure-devops-node-api/releases)
- [Commits](https://github.com/Microsoft/azure-devops-node-api/commits)

---
updated-dependencies:
- dependency-name: azure-devops-node-api
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-01-05 04:14:35 +00:00
Lorenzo Orsatti 7612e2856b clean up emptystate.svg
Signed-off-by: Lorenzo Orsatti <49567430+lorsatti@users.noreply.github.com>
2022-01-05 03:28:11 +01:00
Lorenzo Orsatti a67ec8527f make AWS session token optional
Signed-off-by: Lorenzo Orsatti <49567430+lorsatti@users.noreply.github.com>
2022-01-05 03:13:26 +01:00
Patrik Oldsberg ba1865c3d9 Merge pull request #8742 from fengypants/package-architecture-docs-typos
docs: Fix typos in architecture-overview
2022-01-05 02:13:03 +01:00
Patrik Oldsberg ea4ac162ce docs: format overview/architecture-overview.md
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2022-01-05 02:01:43 +01:00
Patrik Oldsberg ed08ab8df6 search: fix import of all of MUI/icons
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2022-01-05 01:54:41 +01:00
Patrik Oldsberg bee7082094 cli: detect edge-case for MUI icon imports
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2022-01-05 01:52:35 +01:00
Patrik Oldsberg f302d24d34 cli: switch to using esbuild for minifcation
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2022-01-05 00:37:13 +01:00
Patrik Oldsberg 2d3fd91e33 test-utils: add MockConfigApi
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2022-01-04 20:41:18 +01:00
Leon Stein cf073fa2cf prettify
Signed-off-by: Leon Stein <leons727@gmail.com>
2022-01-04 14:05:03 -05:00
Jeff Feng edb534e26e fix typos in architecture-overview
Signed-off-by: Jeff Feng <fengypants@gmail.com>
2022-01-04 13:27:51 -05:00
Leon 9767bf8570 Add doc on custom endpoint and path-style access
These features were added in https://github.com/backstage/backstage/commit/cf2e20a79223997baf2480db0d1c63f4c98abe8b

Signed-off-by: Leon Stein <leons727@gmail.com>
2022-01-04 13:22:09 -05:00
Patrik Oldsberg 8bdf613b31 api-extractor: add option to generate API reports for select packages
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2022-01-04 18:27:04 +01:00
Brian Fletcher bb8ce88f2e api reports
Signed-off-by: Brian Fletcher <brian@roadie.io>
2022-01-04 15:57:07 +00:00
Brian Fletcher 7af4986af8 remove factory signature from gh creds provider
This change required the SingleInstanceGithubCredentialsProvider to be
changed to allow it to look up the credentials from the whole list of
integrations.

As such all places where it was used I have updated.

Signed-off-by: Brian Fletcher <brian@roadie.io>
2022-01-04 15:30:07 +00:00
Johan Haals ffdb98aa29 Merge pull request #8698 from backstage/changeset-release/master
Version Packages
2022-01-04 13:11:08 +01:00
Fredrik Adelöw 28b61f32b4 slim down and fetch on demand
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2022-01-04 13:02:55 +01:00
github-actions[bot] e432d44f94 Version Packages 2022-01-04 10:54:36 +00:00
Patrik Oldsberg a2fb9a4e03 Merge pull request #8737 from backstage/rugvip/old
core-plugin-api: deprecate OldIconComponent
2022-01-04 11:48:57 +01:00
Patrik Oldsberg c534ef2242 core-plugin-api: deprecate OldIconComponent
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2022-01-04 11:03:45 +01:00
Johan Haals 76fe305f16 Merge pull request #8731 from cooperbenson-qz/cooperbenson-qz/issue8525
Allow manual refresh of file enties
2022-01-04 10:55:09 +01:00
Fredrik Adelöw 742c7a9929 api report
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2022-01-04 10:49:43 +01:00
Fredrik Adelöw f0a743ecae more tests
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2022-01-04 10:46:10 +01:00
Fredrik Adelöw b254d60924 proper token expiry handling
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2022-01-04 10:46:10 +01:00
Fredrik Adelöw 0bc142f545 moved around the docs sections to make things clearer
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2022-01-04 10:46:10 +01:00
Patrik Oldsberg 6415189d99 auth: implement frontend parts of iap-like sign-in
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2022-01-04 10:46:10 +01:00
Fredrik Adelöw 6f5a1e74f5 use only a sign-in resolver
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2022-01-04 10:46:10 +01:00
Fredrik Adelöw 620aae994d Merge pull request #8647 from zgriesinger/add-prefix-glob-to-version-bump
CLI: Add --prefix option to version:bump command
2022-01-04 10:33:53 +01:00
Fredrik Adelöw 1b69ed0e39 fix review comment
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2022-01-04 10:30:10 +01:00
Karan Shah 53a604cc5e Create EntityAirbrakeContent.test.tsx
Signed-off-by: Karan Shah <karan.shah@simplybusiness.co.uk>
2022-01-04 09:29:39 +00:00
Ben Lambert c4bde64707 Update changeset text for spelling
Signed-off-by: Ben Lambert <blam@spotify.com>
2022-01-04 10:29:17 +01:00
Johan Haals 37c81d4e1f Merge pull request #8717 from awanlin/topic/allow-for-bare-clone
Allow for bare clone and retrieving commit history
2022-01-04 10:26:01 +01:00
Marley Powell dc55aa89f6 fix: Implemented a p-limit in PullRequestsDashboardProvider to stop unlimited parallelism.
Signed-off-by: Marley Powell <Marley.Powell@exclaimer.com>
2022-01-04 09:17:49 +00:00
Johan Haals b46dea84a9 pass noCheckout without defaulting to false
Signed-off-by: Johan Haals <johan.haals@gmail.com>
2022-01-04 09:57:31 +01:00
Johan Haals 5c87d17286 Merge pull request #8728 from backstage/timbonicus/catalog-routeref
Add routeRef in catalog customization example
2022-01-04 09:35:32 +01:00
Johan Haals 2c62f86eb9 Merge pull request #8700 from cmpadden/techdocs-internal-link-new-tab
Support cmd/ctrl+click to open internal Techdoc links in a new tab
2022-01-04 09:27:52 +01:00
Johan Haals ecac0b195e Merge pull request #8723 from RoadieHQ/modify-tech-insights-default-cadence
Modify tech insights default cadence to be less eager.
2022-01-04 09:24:28 +01:00
Johan Haals 8aab705d04 Merge pull request #8733 from backstage/dependabot/npm_and_yarn/types/recharts-1.8.23
build(deps): bump @types/recharts from 1.8.19 to 1.8.23
2022-01-04 08:23:28 +01:00
Johan Haals bdb33ceab7 Merge pull request #8734 from backstage/dependabot/npm_and_yarn/esbuild-0.14.10
build(deps): bump esbuild from 0.14.1 to 0.14.10
2022-01-04 08:23:02 +01:00
dependabot[bot] 7deee7fc86 build(deps): bump esbuild from 0.14.1 to 0.14.10
Bumps [esbuild](https://github.com/evanw/esbuild) from 0.14.1 to 0.14.10.
- [Release notes](https://github.com/evanw/esbuild/releases)
- [Changelog](https://github.com/evanw/esbuild/blob/master/CHANGELOG.md)
- [Commits](https://github.com/evanw/esbuild/compare/v0.14.1...v0.14.10)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-01-04 04:13:57 +00:00
dependabot[bot] 077aa5688a build(deps): bump @types/recharts from 1.8.19 to 1.8.23
Bumps [@types/recharts](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/recharts) from 1.8.19 to 1.8.23.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/recharts)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-01-04 04:10:44 +00:00
Patrik Oldsberg 9ec2032ee2 Merge pull request #8725 from backstage/rugvip/g
yarn.lock: dedup and bump some g modules
2022-01-04 00:57:33 +01:00
Andre Wanlin 330d71f426 Updated API report
Signed-off-by: Andre Wanlin <awanlin@rapidrtc.com>
2022-01-03 13:03:24 -06:00
Andre Wanlin e36f0d372f Changes based on feedback
Signed-off-by: Andre Wanlin <awanlin@rapidrtc.com>
2022-01-03 12:59:30 -06:00
Patrik Oldsberg a356288fce Merge pull request #8732 from backstage/rugvip/eager
catalog-backend: make sure tasks aren't loaded too eagerly in TaskPipeline test
2022-01-03 19:48:09 +01:00
Patrik Oldsberg 085587cca5 catalog-backend: make sure tasks aren't loaded too eagerly in TaskPipeline test
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2022-01-03 19:21:18 +01:00
Cooper Benson e195390974 Allow manual refresh of file enties
Signed-off-by: Cooper Benson <cooper.benson@quizlet.com>
2022-01-03 10:35:37 -07:00
Patrik Oldsberg 75f78762b1 Merge pull request #8730 from backstage/rugvip/fixdia
docs: fix package architecture diagram reference
2022-01-03 18:09:49 +01:00
Patrik Oldsberg 9b75ef5def yarn.lock: dedup and bump some g modules
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2022-01-03 18:06:13 +01:00