Commit Graph

2198 Commits

Author SHA1 Message Date
benjdlambert dce8c8c235 feat: added some documentation for mcp actions backend
Signed-off-by: benjdlambert <ben@blam.sh>
2025-06-17 13:40:26 +02:00
Fredrik Adelöw 608ca72425 bump module-federation packages together
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2025-06-16 14:09:40 +02:00
Fredrik Adelöw b1811f4ac9 Merge pull request #30235 from backstage/renovate/chromaui-action-digest
chore(deps): update chromaui/action digest to 1cfa065
2025-06-16 09:50:39 +02:00
Fredrik Adelöw 6b8bd878d9 Merge pull request #30234 from backstage/renovate/actions-download-artifact-digest
chore(deps): update actions/download-artifact digest to d3f86a1
2025-06-16 09:50:22 +02:00
renovate[bot] 58d99f17e9 chore(deps): update chromaui/action digest to 1cfa065
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-06-13 14:50:55 +00:00
renovate[bot] c0b3cb66e6 chore(deps): update actions/download-artifact digest to d3f86a1
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-06-13 14:41:50 +00:00
Fredrik Adelöw 4be2c6355d Merge pull request #29919 from backstage/renovate/creyd-prettier_action-4.x
chore(deps): update creyd/prettier_action action to v4.6
2025-06-13 16:34:06 +02:00
renovate[bot] c88b975a53 chore(deps): update creyd/prettier_action action to v4.6
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-06-10 07:13:15 +00:00
renovate[bot] 2ee13d458b chore(deps): update docker/build-push-action action to v6.18.0
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-05-27 21:49:33 +00:00
Aramis Sennyey 2a0290a2a8 Merge pull request #29573 from aramissennyeydd/sennyeya/api-reference-build
chore: start building new api reference docs alongside existing build
2025-05-23 11:31:33 -04:00
Patrik Oldsberg 43458b9327 Merge pull request #29934 from backstage/rugvip/static
CODEOWNERS: joint ownership of /microsite/static
2025-05-13 13:42:31 +02:00
Patrik Oldsberg ec16579820 CODEOWNERS: joint ownership of /microsite/static
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2025-05-13 13:27:56 +02:00
Fredrik Adelöw f6e8833736 Merge pull request #29886 from intive/gitea-provider-module
feat(catalog-backend-module-gitea) add new Gitea provider module
2025-05-13 13:02:31 +02:00
Patrik Oldsberg 21cdb5fdf7 Merge pull request #28967 from JessicaJHee/dangerouslyAllowSignInWithoutUserInCatalog-config
introduce dangerouslyAllowSignInWithoutUserInCatalog auth resolver config
2025-05-13 12:18:55 +02:00
Vinnie McGuinness 704d94ba03 Resloving initial feadback comments
Signed-off-by: Vinnie McGuinness <vinnie.mcguinness@intive.com>
2025-05-13 09:13:20 +01:00
Fredrik Adelöw 9f3bdef5f3 use the new version of the changeset action
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2025-05-12 15:10:24 +02:00
Fredrik Adelöw f1ea17f20f remove explicit tag fetching
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2025-05-12 11:02:06 +02:00
Vinnie McGuinness e4dabc605c feat(catalog-backend-module-gitea) add new Gitea provider module
Signed-off-by: Vinnie McGuinness <vinnie.mcguinness@intive.com>

feat(catalog-backend-module-gitea) add new Gitea provider module

Signed-off-by: Vinnie McGuinness <vinnie.mcguinness@intive.com>

adding tests
2025-05-08 13:48:54 +01:00
Fredrik Adelöw ef998c242c Merge pull request #29856 from backstage/freben/slack-loader
Fix dataloader caching, and use the proper catalog service ref
2025-05-07 14:47:40 +02:00
Vincenzo Scamporlino 2061b44e10 Merge pull request #29732 from backstage/rugvip/new-areas
OWNERS.md: add new distinct areas for maintainer team
2025-05-07 11:02:12 +02:00
Jessica He 5cc1f7f3ed Address feedback
Signed-off-by: Jessica He <jhe@redhat.com>
2025-05-07 15:19:49 +09:00
Fredrik Adelöw f6480c7fea Fix dataloader caching, and use the proper catalog service ref
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2025-05-06 17:35:29 +02:00
Fredrik Adelöw a09bf86410 Merge pull request #29836 from sleepingmoro/add-use-memo-to-search-filter-2
Fix: Memoize filterValue in SearchFilter.Autocomplete to Prevent Unintended Resets
2025-05-06 17:29:33 +02:00
Fredrik Adelöw 3a614a0512 Merge pull request #29828 from backstage/renovate/github-codeql-action-3.x
chore(deps): update github/codeql-action action to v3.28.17
2025-05-06 11:39:14 +02:00
Fredrik Adelöw 5f4175df05 Merge pull request #29758 from backstage/renovate/actions-download-artifact-digest
chore(deps): update actions/download-artifact digest to d3f86a1
2025-05-06 11:37:12 +02:00
Patrik Oldsberg 83656f8999 .github/CODEOWNERS: adjust ownership for new project areas
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2025-05-05 14:19:45 +02:00
Patrik Oldsberg 055fb05f80 OWNERS.md: add new distinct areas for maintainer team
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2025-05-05 14:13:53 +02:00
Moro 2c7661423c Add useMemo to searchFilter.Autocomplete filterValue
Signed-off-by: Moro <sleeping.moro@gmail.com>
Signed-off-by: Moro <46880495+sleepingmoro@users.noreply.github.com>
2025-05-02 20:53:35 +00:00
renovate[bot] 39cd2c5373 chore(deps): update github/codeql-action action to v3.28.17
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-05-02 09:58:43 +00:00
Patrik Oldsberg 56155ef71d Merge pull request #29742 from backstage/rugvip/stale-bugs
.github/workflows/automate_stale: separate stale rules for needs:repro
2025-04-30 16:54:13 +02:00
Fredrik Adelöw 9599693e1e Merge pull request #29762 from j1bulbul/feature/valkey-support
Add Valkey cache support alongside Redis and adjusted/added relevant tests
2025-04-29 14:39:24 +02:00
Jacob Bulbul c6bc67daf6 add Valkey cache support alongside Redis and relevant tests
Signed-off-by: Jacob Bulbul <j1bulbul@gmail.com>
2025-04-29 12:58:40 +01:00
Vincenzo Scamporlino 315887c125 Merge pull request #29375 from backstage/renovate/actions-setup-python-digest
chore(deps): update actions/setup-python digest to a26af69
2025-04-29 13:58:18 +02:00
Fredrik Adelöw 8232704268 Merge pull request #29734 from backstage/rugvip/micro-docs
OWNERS.md: add microsite to the scope of the documentation area
2025-04-29 13:53:32 +02:00
Vincenzo Scamporlino 90fe1d8561 Merge pull request #29257 from backstage/renovate/jamesives-github-pages-deploy-action-4.x
chore(deps): update jamesives/github-pages-deploy-action action to v4.7.3
2025-04-29 13:40:12 +02:00
Ben Lambert ac4b1f6015 Merge pull request #29685 from backstage/renovate/chromaui-action-digest
chore(deps): update chromaui/action digest to e8cc4c3
2025-04-29 12:36:14 +02:00
Ben Lambert 8487ebabf5 Merge pull request #29637 from backstage/renovate/actions-setup-node-4.x
chore(deps): update actions/setup-node action to v4.4.0
2025-04-29 12:10:25 +02:00
renovate[bot] 7594876847 chore(deps): update actions/download-artifact digest to d3f86a1
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-04-28 15:00:15 +00:00
Patrik Oldsberg 88439b0c16 .github/workflows/automate_stale: separate stale rules for needs:repro
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2025-04-25 23:34:36 +02:00
renovate[bot] ecb6a7410a Update JamesIves/github-pages-deploy-action action to v4.7.3
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-04-25 20:48:45 +00:00
renovate[bot] 02dd364c62 Pin dependencies
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-04-25 20:43:52 +00:00
Vincenzo Scamporlino c4fd744f42 Merge pull request #29639 from backstage/renovate/actions-setup-python-5.x
Update actions/setup-python action to v5.6.0
2025-04-25 22:34:51 +02:00
Patrik Oldsberg a3748e57bc OWNERS.md: add microsite to the scope of the documentation area
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2025-04-25 22:24:02 +02:00
Patrik Oldsberg 2aa318a4bb .github/workflows: add issue label automation
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2025-04-25 14:03:02 +02:00
Patrik Oldsberg c1aac4150c .github/ISSUE_TEMPLATE: fix triage label
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2025-04-24 22:12:59 +02:00
Patrik Oldsberg 24da02a216 .github/labeler: update PR labels
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2025-04-24 21:28:27 +02:00
Patrik Oldsberg 7bd9f96246 LABELS.md: added area:microsite and integration:other
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2025-04-24 17:18:49 +02:00
Patrik Oldsberg 39b6fc6270 Merge pull request #29677 from backstage/rugvip/issue-revamp
Issue management overhaul
2025-04-24 15:34:08 +02:00
Patrik Oldsberg d868732710 .github/workflows/issue: add comment explaining the checkout
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2025-04-24 14:36:05 +02:00
Patrik Oldsberg e499a74944 LABELS,.github/workflows: update stale labels, add "no stale"
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2025-04-24 12:15:24 +02:00