Ben Lambert
0c498ce79b
Merge pull request #20163 from acierto/master
...
Improve UX experience for log visibility option
2023-10-04 11:16:17 +02:00
Ben Lambert
2414346714
Merge pull request #20111 from backstage/freben/enc
...
URL encode some well known unsafe characters in RouteResolver
2023-10-04 11:15:18 +02:00
Bogdan Nechyporenko
65e007ce26
Merge branch 'backstage:master' into master
2023-10-04 11:00:30 +02:00
renovate[bot]
0d91666ae6
chore(deps): update dependency @types/supertest to v2.0.14
...
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-10-04 08:57:12 +00:00
Fredrik Adelöw
c9d9bfeca2
URL encode some well known unsafe characters in RouteResolver
...
Signed-off-by: Fredrik Adelöw <freben@gmail.com >
2023-10-04 10:47:55 +02:00
Chris Gemmell
43b5727101
Merge pull request #2 from backstage/master
...
Update main
2023-10-04 19:14:14 +11:00
Mitchell Hentges
6f142d5356
Fix authenticate() ctx properties being missing
...
This was broken because the return value of `initialize()` was a `Promise<...>` but its caller wasn't `await`-ing the value.
This was causing the `gcpIap` provider to fail on the `/request` endpoint because `jwtHeader` was undefined.
The OAuth equivalent keeps `initialize()` synchronous, and all implementations don't _need_ to be `async`, so make them synchronous instead.
I've chosen the changelog to be a `major` bump since this changes the API of a public type.
Signed-off-by: Mitchell Hentges <mhentges@spotify.com >
2023-10-04 10:08:50 +02:00
Matteo Silvestri
07b05a7dc9
quality of changeset
...
Signed-off-by: Matteo Silvestri <matteosilv@gmail.com >
2023-10-04 09:56:48 +02:00
Antonio Musolino
1726658887
Update packages/config-loader/src/sources/FileConfigSource.ts
...
Co-authored-by: Patrik Oldsberg <poldsberg@gmail.com >
Signed-off-by: Antonio Musolino <antoniomusolino007@gmail.com >
2023-10-04 08:59:05 +02:00
Thomas Cooper
5ad5344756
feat: support strings for fontSize in Typography
...
Signed-off-by: Thomas Cooper <57812123+coopernetes@users.noreply.github.com >
2023-10-03 19:43:55 -04:00
renovate[bot]
6c0e35d536
fix(deps): update dependency postcss to v8.4.31 [security]
...
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-10-03 23:43:09 +00:00
dependabot[bot]
4d660049f5
chore(deps): bump postcss from 8.4.29 to 8.4.31
...
Bumps [postcss](https://github.com/postcss/postcss ) from 8.4.29 to 8.4.31.
- [Release notes](https://github.com/postcss/postcss/releases )
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md )
- [Commits](https://github.com/postcss/postcss/compare/8.4.29...8.4.31 )
---
updated-dependencies:
- dependency-name: postcss
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-10-03 23:36:16 +00:00
dependabot[bot]
8f489200e5
chore(deps): bump zod from 3.22.2 to 3.22.3
...
Bumps [zod](https://github.com/colinhacks/zod ) from 3.22.2 to 3.22.3.
- [Release notes](https://github.com/colinhacks/zod/releases )
- [Changelog](https://github.com/colinhacks/zod/blob/master/CHANGELOG.md )
- [Commits](https://github.com/colinhacks/zod/compare/v3.22.2...v3.22.3 )
---
updated-dependencies:
- dependency-name: zod
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-10-03 23:36:00 +00:00
dependabot[bot]
1578c15674
chore(deps): bump postcss from 8.4.23 to 8.4.31 in /microsite
...
Bumps [postcss](https://github.com/postcss/postcss ) from 8.4.23 to 8.4.31.
- [Release notes](https://github.com/postcss/postcss/releases )
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md )
- [Commits](https://github.com/postcss/postcss/compare/8.4.23...8.4.31 )
---
updated-dependencies:
- dependency-name: postcss
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-10-03 23:31:34 +00:00
Patrik Oldsberg
6d60b3363e
Merge pull request #20280 from backstage/rugvip/disco-move
...
backend-common: move HostDiscovery to backend-app-api
2023-10-04 01:29:04 +02:00
Tim Hansen
a1d1633050
New permission-maintainers
...
Signed-off-by: Tim Hansen <timbonicush@spotify.com >
2023-10-03 15:33:27 -06:00
Patrik Oldsberg
acca17e91a
core-app-api: wrap entire app in Suspense
...
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com >
2023-10-03 18:30:08 +02:00
Patrik Oldsberg
1718ec75b7
changesets: add changeset for routing system support in frontend-app-api
...
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com >
2023-10-03 17:58:46 +02:00
Patrik Oldsberg
783a6b70e6
frontend-app-api: explain the route info extraction a bit
...
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com >
2023-10-03 17:58:07 +02:00
renovate[bot]
5948344f0f
fix(deps): update dependency axios to v1.5.1
...
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-10-03 15:45:45 +00:00
Patrik Oldsberg
e92ad1c067
frontend-app-api: finish route info collection implementation and tests
...
Co-authored-by: Fredrik Adelöw <freben@gmail.com >
Co-authored-by: Vincenzo Scamporlino <vincenzos@spotify.com >
Co-authored-by: Camila Belo <camilaibs@gmail.com >
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com >
2023-10-03 17:41:26 +02:00
Patrik Oldsberg
7aad08e564
frontend-app-api: further routing info extraction improvements + test
...
Co-authored-by: Fredrik Adelöw <freben@gmail.com >
Co-authored-by: Camila Belo <camilaibs@gmail.com >
Co-authored-by: Vincenzo Scamporlino <vincenzos@spotify.com >
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com >
2023-10-03 17:41:26 +02:00
Patrik Oldsberg
4cfc21d6eb
frontend-app-api: improve legacy plugin conversion
...
Co-authored-by: Fredrik Adelöw <freben@gmail.com >
Co-authored-by: Vincenzo Scamporlino <vincenzos@spotify.com >
Co-authored-by: Camila Belo <camilaibs@gmail.com >
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com >
2023-10-03 17:41:26 +02:00
Patrik Oldsberg
261e6b3161
frontend-app-api: abstraction for route info extractino tests + another test
...
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com >
2023-10-03 17:41:26 +02:00
Patrik Oldsberg
07c11f7598
frontend-app-api: slim down route infro extraction test setup
...
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com >
2023-10-03 17:41:26 +02:00
Patrik Oldsberg
6fd3af6912
frontend-app-api: add support for collecting route objects
...
Co-authored-by: Camila Belo <camilaibs@gmail.com >
Co-authored-by: Philipp Hugenroth <philipph@spotify.com >
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com >
2023-10-03 17:41:26 +02:00
Patrik Oldsberg
3f2e598671
frontend-app-api: partial support for old routing system
...
Co-authored-by: Camila Belo <camilaibs@gmail.com >
Co-authored-by: Philipp Hugenroth <philipph@spotify.com >
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com >
2023-10-03 17:41:24 +02:00
Patrik Oldsberg
cb45b90fb3
Merge pull request #20007 from backstage/openapi-typing-updates
...
feat(openapi): improve the internal typings and create real public utility types for OpenAPI
2023-10-03 17:36:22 +02:00
Andres Mauricio Gomez P
201eb08c84
Validating that custom auth strategies don't include dashes
...
Signed-off-by: Andres Mauricio Gomez P <andmagom@outlook.com >
2023-10-03 10:29:28 -05:00
Andres Mauricio Gomez P
5dac12e435
Backstage-Kubernetes-Authorization-X-X headers are provided when it gets invoke kubernetes endpoints on backstage
...
Signed-off-by: Andres Mauricio Gomez P <andmagom@outlook.com >
2023-10-03 10:29:22 -05:00
Andres Mauricio Gomez P
e4a83c1b85
kubernetes-backend proxy API invoke Authentication Strategies when Backstage-Kubernetes-Authorization-X-X are provided
...
Signed-off-by: Andres Mauricio Gomez P <andmagom@outlook.com >
2023-10-03 10:29:14 -05:00
Ben Lambert
a1d0d838f2
Merge pull request #20314 from robertneijmeijer/master
...
Chore: Remove Joost from albert heijn adopters
2023-10-03 16:57:59 +02:00
Bogdan Nechyporenko
83e4a42ccd
Added a visibility log button to a panel
...
Signed-off-by: Bogdan Nechyporenko <bnechyporenko@bol.com >
2023-10-03 16:32:14 +02:00
renovate[bot]
174673e2ea
fix(deps): update dependency libsodium-wrappers to v0.7.13
...
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-10-03 14:11:57 +00:00
Fredrik Adelöw
421e28421b
Merge pull request #20303 from backstage/renovate/prop-types-15.x-lockfile
...
chore(deps): update dependency @types/prop-types to v15.7.8
2023-10-03 16:04:46 +02:00
Fredrik Adelöw
7bb251b07c
Merge pull request #20304 from backstage/renovate/react-monorepo
...
chore(deps): update dependency @types/react to v17.0.67
2023-10-03 16:04:28 +02:00
Fredrik Adelöw
a3094787ce
Merge pull request #20305 from backstage/renovate/msw-1.x-lockfile
...
chore(deps): update dependency msw to v1.3.2
2023-10-03 16:03:58 +02:00
Antonio Musolino
a4617c422a
feat: added disable config watching flag
...
Signed-off-by: Antonio Musolino <antoniomusolino007@gmail.com >
2023-10-03 16:03:01 +02:00
Bogdan Nechyporenko
a09d21f00a
Added a visibility log button to a panel
...
Signed-off-by: Bogdan Nechyporenko <bnechyporenko@bol.com >
2023-10-03 16:01:36 +02:00
Matteo Silvestri
627a84204d
add tests and documentation
...
Signed-off-by: Matteo Silvestri <matteosilv@gmail.com >
2023-10-03 16:00:39 +02:00
AmbrishRamachandiran
d47050df85
Updated changeset
...
Signed-off-by: AmbrishRamachandiran <ambrish.r@infosys.com >
2023-10-03 19:00:52 +05:30
Bogdan Nechyporenko
230f3bf8a6
Added a visibility log button to a panel
...
Signed-off-by: Bogdan Nechyporenko <bnechyporenko@bol.com >
2023-10-03 15:00:21 +02:00
Fredrik Adelöw
aba6edda91
try to address flaky SearchModal test
...
Signed-off-by: Fredrik Adelöw <freben@gmail.com >
2023-10-03 14:51:39 +02:00
Fredrik Adelöw
3b500cdcd1
Merge pull request #20294 from backstage/renovate/uiw-react-codemirror-4.x-lockfile
...
fix(deps): update dependency @uiw/react-codemirror to v4.21.18
2023-10-03 14:43:38 +02:00
Bogdan Nechyporenko
bf8352d08a
Merge branch 'backstage:master' into master
2023-10-03 14:25:32 +02:00
Patrik Oldsberg
e073688d32
Merge pull request #20172 from backstage/changeset-release/master
...
Version Packages (next)
2023-10-03 13:24:16 +02:00
github-actions[bot]
f95345c845
Version Packages (next)
2023-10-03 10:49:45 +00:00
Patrik Oldsberg
273d182509
Merge pull request #20277 from jerolimov/patch-1
...
Update proxying.md
2023-10-03 12:41:39 +02:00
Camila Belo
4c75ab8f5d
Merge pull request #20257 from backstage/camilaibs/create-catalog-search-result-item-extension
...
[DI] Create `Catalog` search result item extension
2023-10-03 12:02:45 +02:00
Fredrik Adelöw
53558f7f97
Merge pull request #20330 from backstage/vinzscam/create-app-eslintignore
...
create-app: add missing eslintignore
2023-10-03 12:00:11 +02:00