Commit Graph

47223 Commits

Author SHA1 Message Date
Ruben Vallejo 33524a870a Add oidc metadata cache with passing unit tests
Signed-off-by: Ruben Vallejo <rvallejo@vmware.com>
2023-11-07 12:33:56 -05:00
Ruben Vallejo 2c5aa0a5c8 Add PinnipedStrategyFactory with Cache, on-demand issuer query. Need to incorporate cache expiration
Signed-off-by: Ruben Vallejo <rvallejo@vmware.com>
2023-11-07 12:33:55 -05:00
renovate[bot] b51462f8c4 chore(deps): update dependency @types/ejs to v3.1.5
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-11-07 17:08:40 +00:00
renovate[bot] 71ffde4538 chore(deps): update dependency @types/dockerode to v3.3.23
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-11-07 17:08:10 +00:00
Fredrik Adelöw dd95909ad7 Merge pull request #21041 from backstage/freben/collect-race
try to fix the flaky config collector test
2023-11-07 17:09:23 +01:00
renovate[bot] 59035e305a chore(deps): update dependency @types/dagre to v0.7.52
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-11-07 16:08:41 +00:00
renovate[bot] 0cbc944e45 chore(deps): update dependency @types/cross-spawn to v6.0.5
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-11-07 16:08:11 +00:00
Matt Benson cf5d275ad2 const actionId
Signed-off-by: Matt Benson <gudnabrsam@gmail.com>
2023-11-07 10:04:53 -06:00
Fredrik Adelöw f9fa78e5b1 Merge pull request #21038 from backstage/freben/ddl-limit
limit database creation concurrency to 1
2023-11-07 16:30:01 +01:00
Fredrik Adelöw 60b1f23ba2 Merge pull request #21025 from backstage/iegik/master
[Catalog] Update content Items key on default import page
2023-11-07 16:14:14 +01:00
Fredrik Adelöw cf59a34de6 try to fix the flaky config collector test
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2023-11-07 16:12:25 +01:00
renovate[bot] 29e3c73795 chore(deps): update dependency @types/core-js to v2.5.8
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-11-07 15:08:23 +00:00
renovate[bot] 9717fe7287 chore(deps): update dependency @types/cookie-parser to v1.4.6
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-11-07 15:07:53 +00:00
Matt Benson 661c787b15 refactor: const + infer type for workflow runner iterations
Signed-off-by: Matt Benson <gudnabrsam@gmail.com>
2023-11-07 09:04:21 -06:00
Fredrik Adelöw 1f9525bd7a Merge pull request #21032 from backstage/renovate/concat-stream-2.x-lockfile
chore(deps): update dependency @types/concat-stream to v2.0.2
2023-11-07 16:04:13 +01:00
Fredrik Adelöw 54793b53e7 Merge pull request #20975 from NandoRFS/nandorfs/plugin-should-i-deploy
Nandorfs/plugin should i deploy
2023-11-07 16:03:35 +01:00
Fredrik Adelöw cda803d19b remove changeset
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2023-11-07 16:02:51 +01:00
Darragh Bailey 31ce809932 Update .changeset/strong-sloths-push.md
Co-authored-by: Ben Lambert <ben@blam.sh>
Signed-off-by: Darragh Bailey <dbailey@g-p.com>
2023-11-07 14:48:31 +00:00
Darrgh Bailey 7d5a921114 Allow globby negative matches for copyWithoutTemplating
The option copyWithoutTemplating (and depracted copyWithoutRender) would
require listing all files in a path to include even if there was only
one or two files that should still be templated while skipping all
others. This works fine when just one or two files or paths that need to
be copied without being templated, however when there are many files and
only one or two should be templated, it becomes more error prone to try
and maintain a complete list and ensure others will update it correctly.

While it's possible to use separate paths to avoid this issue, it
results in subsequently needing to move files around, or use separate
template calls, this makes it more difficult to maintain a template
logically.

The existing template code already makes use of 'globby', which supports
negative matching to explicitly exclude individual paths from other
wildcard matches. The existing code would iterate over each entry
calling globby separately for each pattern passed in. This would skip
globby's ability to have negative matches remove previously matched
paths.

This change switches to pass the entire list of patterns to globby in a
single call, leaving it up to globby to parse and return the entire set
in a single operation.

Signed-off-by: Darragh Bailey <dbailey@g-p.com>
2023-11-07 14:48:23 +00:00
Fredrik Adelöw aa13482090 limit database creation concurrency to 1
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2023-11-07 15:48:09 +01:00
Fredrik Adelöw 91b9e13e47 Merge pull request #21031 from backstage/renovate/compression-1.x-lockfile
Update dependency @types/compression to v1.7.5
2023-11-07 15:30:11 +01:00
Fredrik Adelöw 3358a433d4 Merge pull request #21029 from ValberJunior/patch-11
Update github-workflows.yaml
2023-11-07 15:00:19 +01:00
Fredrik Adelöw 4d00e00013 Merge pull request #21017 from backstage/rugvip/scaling
docs: tweak docs for splitting into multiple backends
2023-11-07 14:55:44 +01:00
Fredrik Adelöw 84c3ed7435 Merge pull request #20679 from Bonial-International-GmbH/pjungermann/auth
docs(auth): fix links to repository in `README.md`
2023-11-07 14:37:14 +01:00
renovate[bot] 367dd59c03 chore(deps): update dependency @types/concat-stream to v2.0.2
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-11-07 13:27:58 +00:00
renovate[bot] 8f889c0bed chore(deps): update dependency @types/compression to v1.7.5
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-11-07 13:27:29 +00:00
Fredrik Adelöw a980b11d40 Merge pull request #21011 from backstage/renovate/swc-monorepo
fix(deps): update dependency @swc/core to v1.3.96
2023-11-07 14:21:17 +01:00
Fredrik Adelöw 1e657ff883 Merge pull request #21001 from backstage/renovate/material-ui-monorepo
fix(deps): update dependency @mui/material to v5.14.17
2023-11-07 14:20:55 +01:00
Fredrik Adelöw 1e1c52bc7e Merge pull request #21023 from backstage/renovate/command-exists-1.x-lockfile
chore(deps): update dependency @types/command-exists to v1.2.3
2023-11-07 14:20:30 +01:00
Fredrik Adelöw f646c1c597 Merge pull request #21022 from backstage/renovate/codemirror-5.x-lockfile
chore(deps): update dependency @types/codemirror to v5.60.13
2023-11-07 14:20:13 +01:00
Fredrik Adelöw 5313313528 Merge pull request #21021 from backstage/renovate/body-parser-xml-2.x-lockfile
chore(deps): update dependency @types/body-parser-xml to v2.0.5
2023-11-07 14:20:05 +01:00
Fredrik Adelöw b27881ec9f Merge pull request #21020 from backstage/renovate/body-parser-1.x-lockfile
chore(deps): update dependency @types/body-parser to v1.19.5
2023-11-07 14:19:57 +01:00
Fredrik Adelöw 31616ceb70 Merge pull request #21019 from backstage/renovate/base64-stream-1.x-lockfile
chore(deps): update dependency @types/base64-stream to v1.0.5
2023-11-07 14:19:43 +01:00
Fredrik Adelöw 5c99bd8c24 Merge pull request #21018 from backstage/renovate/aws4-1.x-lockfile
chore(deps): update dependency @types/aws4 to v1.11.6
2023-11-07 14:19:36 +01:00
Fredrik Adelöw 9d7f062905 Merge pull request #21015 from backstage/renovate/express-4.x-lockfile
fix(deps): update dependency @types/express to v4.17.21
2023-11-07 14:19:26 +01:00
Fredrik Adelöw a621817ff8 Merge pull request #20986 from backstage/renovate/snyk-actions-digest
chore(deps): update snyk/actions digest to 3e2680e
2023-11-07 14:19:17 +01:00
Fredrik Adelöw 6e64d3fa32 Merge pull request #21024 from backstage/freben/js
rename file to jsx to fix coverage reporter problem
2023-11-07 14:10:55 +01:00
Fredrik Adelöw f48cde800a fix the analytics flakiness in search
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2023-11-07 14:09:10 +01:00
Valber Junior 88265a83a2 Update github-workflows.yaml
Signed-off-by: Valber Junior <84424883+ValberJunior@users.noreply.github.com>
2023-11-07 09:21:39 -03:00
Fredrik Adelöw a957d4654f Merge pull request #20926 from backstage/changeset-release/master
Version Packages (next)
2023-11-07 12:37:37 +01:00
Camila Belo dee1f39fcc add changeset file
Signed-off-by: Camila Belo <camilaibs@gmail.com>
2023-11-07 11:45:36 +01:00
Arturs Jansons dac60d5d53 Update contentItems in DefaultImportPage.tsx
Fixes 'Warning: Each child in a list should have a unique "key" prop.'

Signed-off-by: Arturs Jansons <a.jansons@gmail.com>
2023-11-07 11:45:35 +01:00
Fredrik Adelöw 9dc79aa7d2 rename file to jsx to fix coverage reporter problem
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2023-11-07 11:10:41 +01:00
github-actions[bot] 8a9f0ce86b Version Packages (next) 2023-11-07 09:43:56 +00:00
Fredrik Adelöw 49cfeaaec8 Merge pull request #21010 from backstage/vinzscam/github-actions-sorting
Github actions: sort workflow runs by status
2023-11-07 10:38:34 +01:00
Fredrik Adelöw 1f94c8c4c9 Merge pull request #20998 from backstage/filtering-unprocessed-entities
[catalog/unprocessed-entities] add sort and filter
2023-11-07 10:38:21 +01:00
Fredrik Adelöw ae6b15dc3c Merge pull request #20357 from acierto/warning-panel-md-title
Add a possibility to use a formatter on a warning panel. Applied it for a scaffolder template
2023-11-07 10:37:21 +01:00
Fredrik Adelöw 21fa7966cd Merge pull request #20706 from Bonial-International-GmbH/pjungermann/auth-microsoft-photo
fix missing profile photo and access token for foreign scopes at Microsoft auth provider
2023-11-07 10:37:00 +01:00
Fredrik Adelöw 56f90b09a9 Merge pull request #20984 from backstage/vinzscam/templates-docs
Docs: expand section on catalog integrations
2023-11-07 10:35:20 +01:00
Fredrik Adelöw f9a96e4d54 Merge pull request #20851 from backstage/techdocs-404-analytics
Techdocs 404 analytics event
2023-11-07 10:34:54 +01:00