Commit Graph

51359 Commits

Author SHA1 Message Date
Elias Rieb 038b2e6894 fix(auth): consider only entities of kind user when using findCatalogUser with filter query
Signed-off-by: Elias Rieb <e.rieb@posteo.de>
2024-03-05 09:05:02 +01:00
Fredrik Adelöw 75b7d4e49b Merge pull request #23297 from awanlin/topic/fix-docker-deploy-workflow
Fixed `deploy_docker-image.yml` workflow syntax
2024-02-27 21:12:14 +01:00
Andre Wanlin b9ee7c3052 Fixed deploy_docker-image.yml workflow syntax
Signed-off-by: Andre Wanlin <awanlin@spotify.com>
2024-02-27 13:58:44 -06:00
Patrik Oldsberg c5fd8cc770 Merge pull request #23110 from backstage/changeset-release/master
Version Packages (next)
2024-02-27 18:27:32 +01:00
github-actions[bot] 4cca80fbf8 Version Packages (next) 2024-02-27 16:48:30 +00:00
Patrik Oldsberg 56b9192861 Merge pull request #23294 from backstage/rugvip/rollback
catalog-react: roll back style class key type change
2024-02-27 17:42:46 +01:00
Patrik Oldsberg c443bed48a catalog-react: roll back style class key change
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2024-02-27 17:30:41 +01:00
Patrik Oldsberg a51d63c337 Merge pull request #23290 from backstage/tika/remove-adr-search-filter
Remove the ADR search filter from default filter list
2024-02-27 17:09:58 +01:00
Patrik Oldsberg e7d982d81c Merge pull request #23095 from backstage/camilaibs/search-new-auth-services-migration
[Search] Use credentials on the authorized search engine
2024-02-27 17:08:05 +01:00
Patrik Oldsberg e8dff1f3b0 Merge pull request #20932 from mario-mui/feat/core-components-i18n
add i18n for core components
2024-02-27 17:07:47 +01:00
Avantika Iyer f0464b06d9 add changeset
Signed-off-by: Avantika Iyer <avantika.hiyer@gmail.com>
2024-02-27 15:57:54 +00:00
Fredrik Adelöw 3bb30d272d Merge pull request #23289 from RedlineTriad/fix-fetch-for-binary-files
fix!: avoid binary file corruption in fetch action
2024-02-27 16:51:17 +01:00
Avantika Iyer d3d8f905f4 remove adr from default search filters
Signed-off-by: Avantika Iyer <avantika.hiyer@gmail.com>
2024-02-27 15:42:55 +00:00
Camila Belo 62346b79a7 refactor: apply review suggestions
Signed-off-by: Camila Belo <camilaibs@gmail.com>
2024-02-27 16:40:38 +01:00
Patrik Oldsberg 3d6fa24172 Merge pull request #23288 from backstage/blam/simplify-test-utils
chore: simplify the input types for `createMockActionContext`
2024-02-27 16:40:13 +01:00
Fredrik Adelöw 90cf6de034 Update .changeset/eighty-suits-admire.md
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2024-02-27 16:39:32 +01:00
Patrik Oldsberg 62b1fc53e8 Merge pull request #23285 from backstage/rugvip/adapt-fix
backend-common: forward service tokens from request if no token manager is available
2024-02-27 16:36:22 +01:00
RedlineTriad 85f4723b1b fix!: avoid binary file corruption in fetch action
The `.toString()` caused all non utf-8 data to be corrupted on disk.
This caused issues when downloading binary files such as zip archives.

Fixes #22899

Signed-off-by: RedlineTriad <39059512+RedlineTriad@users.noreply.github.com>
2024-02-27 16:26:38 +01:00
blam 1254f466ef chore: simplify the input types
Signed-off-by: blam <ben@blam.sh>
2024-02-27 16:21:39 +01:00
rui ma 3b0c17f031 feat: add translationApiRef to storybook wrappers
Signed-off-by: rui ma <ruima@alauda.io>
2024-02-27 23:16:34 +08:00
Phil Kuang 9d6943da55 Merge pull request #23286 from kuangp/chore/adr/deps
chore(adr): remove unused deps
2024-02-27 10:15:02 -05:00
Patrik Oldsberg 8186350fa9 Merge pull request #23061 from backstage/rugvip/pr/1701be
devtools-backend: migate to support new auth services
2024-02-27 16:08:50 +01:00
Patrik Oldsberg 59aa9a3376 Merge pull request #23065 from backstage/rugvip/pr/3d89d8
tech-insights-backend: added auth service support
2024-02-27 16:07:26 +01:00
Patrik Oldsberg a4d16bcfcc backend-common: forward service tokens from request if no token manager is available
Co-authored-by: Camila Belo <camilaibs@gmail.com>
Co-authored-by: Fredrik Adelöw <freben@gmail.com>
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2024-02-27 16:06:15 +01:00
Ben Lambert b09e72e297 Merge pull request #22773 from acierto/task-action-idempotency
Introducing checkpoints for scaffolder task action idempotency
2024-02-27 16:04:09 +01:00
Phil Kuang 669efc6f7c chore(adr): remove unused deps
Signed-off-by: Phil Kuang <pkuang@factset.com>
2024-02-27 10:02:44 -05:00
Camila Belo e455dd0ae1 Update .changeset/polite-parrots-clap.md
Co-authored-by: Patrik Oldsberg <poldsberg@gmail.com>
Signed-off-by: Camila Belo <camilaibs@gmail.com>
2024-02-27 16:02:13 +01:00
blam 448650ccac chore: fix
Signed-off-by: blam <ben@blam.sh>
2024-02-27 15:50:13 +01:00
blam dc521c3c22 Merge remote-tracking branch 'origin/master' into task-action-idempotency
* origin/master: (176 commits)
  chore: filter timestamp on different DB engines
  chore: add unit tests for the createdAfter filter of notifications
  feat: add createdAfter filtering to the Notifications
  kubernetes-backend: auth test fix
  backend-app-api: review fixes for cookie auth
  backend-plugin-api: updated cookie auth implementation
  backend-test-utils: update mockCredentials for cookie auth
  backend-plugin-api: add AuthService.getNoneCredentials
  backend-plugin-api: add support for limited user tokens
  feat: update Notifications front-end
  feat: need an api report 🎉 Signed-off-by: blam <ben@blam.sh>
  chore: small cleanup
  wip
  wip
  wip
  wip
  wip
  wip
  wip
  Updated changeset
  ...

Signed-off-by: blam <ben@blam.sh>
2024-02-27 15:47:26 +01:00
Ben Lambert 19d3cb9d12 Merge pull request #23101 from mikeloguay/patch-2
fix: wrong link fixed for Architecture Overview - Package Architecture
2024-02-27 14:38:09 +01:00
Patrik Oldsberg 2dfd6586d3 Merge pull request #23242 from backstage/rugvip/auth-limited
backend-{plugin,app}-api: updates for new cookie auth design
2024-02-27 14:27:03 +01:00
Fredrik Adelöw befb84c160 Merge pull request #23226 from dotboris/searchable-location-target
Make `spec.target` searchable in catalog table for location
2024-02-27 14:26:39 +01:00
Patrik Oldsberg afe298338b Merge pull request #23173 from mareklibra/filterCreated
feat: add createdAfter filtering to the Notifications
2024-02-27 14:26:12 +01:00
Rickard Dybeck 0ab12077f0 Merge pull request #23169 from mario-mui/fix/view-component-url-error
fix: view component url use LowerCase
2024-02-27 05:20:31 -08:00
rui ma 0f1b3a0e60 fix: change shipToContent to skipToContent
Signed-off-by: rui ma <ruima@alauda.io>
2024-02-27 21:12:31 +08:00
rui ma 2320be207b fix: revert suffix translation keys
Signed-off-by: rui ma <ruima@alauda.io>
2024-02-27 21:03:58 +08:00
rui ma 8ab41e507a fix: StackDetails support translations
Signed-off-by: rui ma <ruima@alauda.io>
2024-02-27 21:03:58 +08:00
rui ma 0afea5c0ed fix: optimize translation keys
Signed-off-by: rui ma <ruima@alauda.io>
2024-02-27 21:03:56 +08:00
rui ma f3e5540a68 fix: test faild
Signed-off-by: rui ma <ruima@alauda.io>
2024-02-27 21:03:29 +08:00
rui ma ff7e12632d feat: support i18n for core component
Signed-off-by: rui ma <ruima@alauda.io>
2024-02-27 21:03:28 +08:00
Patrik Oldsberg 1d83b408a6 Merge pull request #22857 from awanlin/topic/unified-theme-docs
Unified Theme Doc Updates & Exported `defaultTypography`
2024-02-27 14:02:43 +01:00
Marek Libra 672f8e3b42 chore: filter timestamp on different DB engines
Signed-off-by: Marek Libra <marek.libra@gmail.com>
2024-02-27 13:52:41 +01:00
Marek Libra cacae47b1c chore: add unit tests for the createdAfter filter of notifications
Signed-off-by: Marek Libra <marek.libra@gmail.com>
2024-02-27 13:52:31 +01:00
Marek Libra 5d9c5ba0a6 feat: add createdAfter filtering to the Notifications
Signed-off-by: Marek Libra <marek.libra@gmail.com>
2024-02-27 13:52:26 +01:00
Patrik Oldsberg d3008408e8 kubernetes-backend: auth test fix
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2024-02-27 13:49:48 +01:00
Patrik Oldsberg 94c4fe2782 Merge pull request #23025 from mareklibra/portJanusFE
feat: update Notifications frontend
2024-02-27 13:46:33 +01:00
Patrik Oldsberg 7c8727ce05 backend-app-api: review fixes for cookie auth
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2024-02-27 13:46:11 +01:00
Patrik Oldsberg d455112cbf backend-plugin-api: updated cookie auth implementation
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2024-02-27 13:46:11 +01:00
Patrik Oldsberg e210800545 backend-test-utils: update mockCredentials for cookie auth
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2024-02-27 13:46:11 +01:00
Patrik Oldsberg 982fc43d68 backend-plugin-api: add AuthService.getNoneCredentials
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2024-02-27 13:46:11 +01:00