Commit Graph

  • bbd16c6f39 Merge pull request #34175 from backstage/freben/query-entities-inner-join Fredrik Adelöw 2026-05-12 15:28:50 +02:00
  • b61936fc62 fix(catalog-backend): add orderBy to facets query and clean up tests Fredrik Adelöw 2026-05-12 15:18:10 +02:00
  • c2de113030 draft(catalog-backend): drive queryEntities ordering from search-by-key Fredrik Adelöw 2026-05-09 22:45:43 +02:00
  • af1c16db10 fix(catalog-backend): make facets predicate tests order-independent Fredrik Adelöw 2026-05-11 22:33:05 +02:00
  • 387ea7dd75 fix(catalog-backend): simplify facets COUNT(DISTINCT) to COUNT(*) Fredrik Adelöw 2026-05-11 22:06:55 +02:00
  • 3be2ee90b6 Merge pull request #34177 from backstage/freben/search-indices-migration Fredrik Adelöw 2026-05-12 14:19:53 +02:00
  • cde3643387 fix(catalog-backend): add missing description to unregister-entity MCP action parameter (#34196) Ben Lambert 2026-05-12 13:34:27 +02:00
  • 2e7c972a06 chore(deps): update mshick/add-pr-comment action to v3 renovate[bot] 2026-05-12 10:37:37 +00:00
  • d09c21cb84 feat(scaffolder): config-driven template groups and swappable TemplateCard (#34147) Ben Lambert 2026-05-12 12:29:44 +02:00
  • 9ff4098ea2 chore(deps): update dependency @slack/web-api to v7.15.2 renovate[bot] 2026-05-12 10:27:36 +00:00
  • 154f186ae2 chore(deps): update dependency @rspack/plugin-react-refresh to v1.6.2 renovate[bot] 2026-05-12 10:27:08 +00:00
  • b4d844d304 chore(deps): update actions/upload-artifact action to v7.0.1 renovate[bot] 2026-05-12 10:26:25 +00:00
  • 6bdde6e6cb chore(deps): update actions/cache action to v5.0.5 renovate[bot] 2026-05-12 10:26:18 +00:00
  • 0395bb37a3 chore(deps): update stefanbuck/github-issue-parser digest to cb6e971 renovate[bot] 2026-05-12 10:26:12 +00:00
  • 59a4e68a36 chore(deps): update chromaui/action digest to e3eb8ec renovate[bot] 2026-05-12 10:26:06 +00:00
  • c1bef46f1f chore(deps): update actions/upload-artifact digest to 043fb46 renovate[bot] 2026-05-12 10:26:00 +00:00
  • 9b22d8dbf1 chore(deps): update actions/cache digest to 27d5ce7 renovate[bot] 2026-05-12 10:25:52 +00:00
  • 92dfe61e79 Merge pull request #34087 from backstage/otel/tracing-service Fredrik Adelöw 2026-05-12 12:15:30 +02:00
  • d726bcd842 feat(ui): add DatePicker component (#34184) Erik Hughes 2026-05-12 10:46:46 +02:00
  • dbeb7aab3e feat(scaffolder): add BUI theme for scaffolder forms (#33053) Ben Lambert 2026-05-12 10:35:21 +02:00
  • 728629cf64 fix(catalog): show not-found instead of falling back to first route on unknown entity sub-paths (#34081) Ben Lambert 2026-05-12 09:57:28 +02:00
  • 0305dc2c1e fix(catalog-backend): use shared NULL_SENTINEL constant in dedup keys Fredrik Adelöw 2026-05-12 09:19:23 +02:00
  • 50b5cbd226 catalog-backend: remove redundant direct-duplicate-insert test Fredrik Adelöw 2026-05-11 20:20:09 +02:00
  • cdf38bd8db catalog-backend: fix syncSearchRows test to use real call path Fredrik Adelöw 2026-05-11 20:05:47 +02:00
  • befdb6b31e catalog-backend: add migration test for search_indices_and_dedup Fredrik Adelöw 2026-05-11 18:50:49 +02:00
  • 9fa8b118c2 catalog-backend: fix syncSearchRows test to expect first-wins semantics Fredrik Adelöw 2026-05-11 18:42:24 +02:00
  • 62c67c752b catalog-backend: create covering index before dedup for vanilla installs Fredrik Adelöw 2026-05-11 18:41:01 +02:00
  • fbae43b4d0 catalog-backend: use index-only GROUP BY + LATERAL for dedup Fredrik Adelöw 2026-05-11 18:27:11 +02:00
  • c7706249ba fix(catalog-backend): use explicit null sentinel in dedup keys and add buildEntitySearch dedup tests Fredrik Adelöw 2026-05-11 17:07:49 +02:00
  • 36514a23d6 fix(catalog-backend): use two-phase dedup in search migration to avoid full-table re-scans Fredrik Adelöw 2026-05-11 16:52:44 +02:00
  • cbac98d9e7 Merge pull request #34182 from backstage/cursor/14538ae4 Fredrik Adelöw 2026-05-11 15:46:16 +02:00
  • d61a91846e fix(create-app): pin jest and @jest/environment-jsdom-abstract to ~30.2.0 Fredrik Adelöw 2026-05-11 15:04:51 +02:00
  • e7020fa352 fix(create-app): pin @jest/environment-jsdom-abstract to ~30.3.0 alongside jest Fredrik Adelöw 2026-05-11 14:28:17 +02:00
  • 14e2056b5d chore: add changeset, cursor rules, and alwaysApply frontmatter to AGENTS.md Fredrik Adelöw 2026-05-11 14:00:53 +02:00
  • da0a5444be fix(create-app): also pin jest in root and cli package.json to ~30.3.0 Fredrik Adelöw 2026-05-11 13:52:34 +02:00
  • 9198a7f03e fix(create-app): pin jest to ~30.3.0 to avoid Node 24.9+ requirement Fredrik Adelöw 2026-05-11 13:37:56 +02:00
  • f503fc935b fix(catalog-backend): scope pg_class lookups to relkind='i' in migration helpers Fredrik Adelöw 2026-05-11 13:42:06 +02:00
  • 63036124cc test(catalog-backend): add ON CONFLICT DO UPDATE coverage for original_value overwrite Fredrik Adelöw 2026-05-11 13:33:01 +02:00
  • 930c575e58 test(catalog-backend): simplify onConflict().ignore() and add UNIQUE constraint test Fredrik Adelöw 2026-05-11 12:55:10 +02:00
  • bb6c46adc0 fix(catalog-backend): create replacement indices before dropping in down migration Fredrik Adelöw 2026-05-11 12:50:02 +02:00
  • 8006acf89a feat(scaffolder): promote formDecorators out of experimental (#34180) Ben Lambert 2026-05-11 11:29:36 +02:00
  • c8efd9dda5 clarify death loop risk in migration comments and changeset Fredrik Adelöw 2026-05-10 19:16:32 +02:00
  • 27d2d3f0a2 fix down migration + update SQL report Fredrik Adelöw 2026-05-10 14:21:19 +02:00
  • 7445f0f5bc draft(catalog-backend): search table dedup, covering indices, UNIQUE constraint Fredrik Adelöw 2026-05-10 14:14:26 +02:00
  • 5b284298db chore(deps): Bump @babel/plugin-transform-modules-systemjs in /microsite dependabot[bot] 2026-05-09 17:18:46 +00:00
  • 044ba27248 Merge pull request #33884 from backstage/dependabot/npm_and_yarn/microsite/follow-redirects-1.16.0 Andre Wanlin 2026-05-08 14:17:43 -05:00
  • a44f28972a Merge pull request #34141 from backstage/renovate/snyk-actions-digest Andre Wanlin 2026-05-08 14:08:36 -05:00
  • 3e4d49db23 Merge pull request #34060 from raphaeltorquat0/fix/issue-32925 Andre Wanlin 2026-05-08 14:07:57 -05:00
  • d45038ebde Merge pull request #34062 from backstage/dependabot/npm_and_yarn/microsite/postcss-8.5.10 Andre Wanlin 2026-05-08 14:07:17 -05:00
  • 87ff9ee4e3 Merge pull request #33645 from backstage/renovate/github-codeql-action-4.x Andre Wanlin 2026-05-08 14:06:39 -05:00
  • cd02b9e99b Merge pull request #33635 from backstage/dependabot/npm_and_yarn/brace-expansion-1.1.13 Andre Wanlin 2026-05-08 14:06:15 -05:00
  • 1b046f6c6e Merge pull request #33634 from backstage/dependabot/npm_and_yarn/microsite/brace-expansion-1.1.13 Andre Wanlin 2026-05-08 14:06:03 -05:00
  • df2a5f8de1 Merge pull request #34120 from backstage/dependabot/npm_and_yarn/vm2-3.11.2 Andre Wanlin 2026-05-08 14:03:24 -05:00
  • 47f7e459bb Merge pull request #34094 from leboncoin/docs-style-guide-format-issue Andre Wanlin 2026-05-08 14:02:28 -05:00
  • 5f8ff96fe0 Merge pull request #33545 from backstage/sennyeya/deployment-guide Andre Wanlin 2026-05-08 14:01:59 -05:00
  • 254d2b9b5c Merge pull request #33793 from backstage/dependabot/npm_and_yarn/hono/node-server-1.19.13 Andre Wanlin 2026-05-08 14:01:34 -05:00
  • ea7d8ac8e9 Merge pull request #33489 from jdgranberry/correct-rum-config-syntax Andre Wanlin 2026-05-08 13:59:05 -05:00
  • e344fe40cb Merge pull request #34116 from drodil/fix_mui_to_bui_skill Andre Wanlin 2026-05-08 13:33:47 -05:00
  • 41b65b190e fix: Correct faulty link to techdocs-cli (#34091) Eva Gustavsson 2026-05-08 16:22:56 +02:00
  • 95f31b18ec Merge pull request #34160 from backstage/freben/catalog-metrics-cache Fredrik Adelöw 2026-05-08 14:51:08 +03:00
  • 594de037f1 Merge pull request #34158 from backstage/freben/facets-inner-join Fredrik Adelöw 2026-05-08 14:49:55 +03:00
  • 8f7f591c46 coalesce overlapping callers via single-flight in-flight promise Fredrik Adelöw 2026-05-08 11:55:26 +02:00
  • ccbad9d892 fix(catalog-backend): cache and cheapen catalog_entities_count metric Fredrik Adelöw 2026-05-08 11:48:58 +02:00
  • 3f55b73e32 fix(catalog-backend): use INNER JOIN for filtered entity facets Fredrik Adelöw 2026-05-08 11:17:08 +02:00
  • 2e435d8e88 Update github/codeql-action action to v4.35.4 renovate[bot] 2026-05-07 16:26:59 +00:00
  • ed4ffaa3b3 fix(auth-backend): default catalog presence check to on, rename config MT Lewis 2026-05-07 16:51:35 +01:00
  • 4bb649d511 fix(ui): prevent selection checkboxes from creating phantom scroll height Johan Persson 2026-05-07 12:45:33 +02:00
  • 213c6807d9 Merge pull request #33991 from jtbry/master Fredrik Adelöw 2026-05-07 17:15:23 +03:00
  • 90d9e05133 Merge pull request #34149 from hudsonb/bhudson/aws-wif-token-file Fredrik Adelöw 2026-05-07 16:28:12 +03:00
  • 11699ac31f Style PasswordField like TextField James Brooks 2026-05-07 08:08:38 +01:00
  • 52dd22b436 Merge pull request #34150 from backstage/rugvip/app-routes-param-redirects Fredrik Adelöw 2026-05-07 15:33:19 +03:00
  • 5ebd1a14a0 plugin-app: fix param substitution to use word boundary Fredrik Adelöw 2026-05-07 14:03:07 +02:00
  • a3458208a5 plugin-app: substitute path params in app/routes redirect targets Fredrik Adelöw 2026-05-07 13:57:23 +02:00
  • 8df06ec2bc feat(integration-aws-node): add per-account webIdentityTokenFile config Brian Hudson 2026-05-06 16:46:25 -04:00
  • 7fb12b83c2 Add tracingServiceMock test util Eric Peterson 2026-04-28 17:25:34 +02:00
  • 130db0d6c6 Initial default implementation of the tracing service + docs Eric Peterson 2026-04-28 17:23:56 +02:00
  • 90b572e4a3 Add alpha TracingService API Eric Peterson 2026-04-28 17:17:26 +02:00
  • 11de61064c Merge pull request #34054 from backstage/analytics/instrumentation-skill Andre Wanlin 2026-05-06 14:55:04 -05:00
  • fe697792c5 Merge pull request #34105 from awanlin/topic/non-breaking-typos Andre Wanlin 2026-05-06 13:44:11 -05:00
  • 27f24a9a0f feat(auth-backend): validate catalog user existence on refresh token usage MT Lewis 2026-05-06 18:07:00 +01:00
  • 964bc8694f fix: run prettier Justin Bryant 2026-05-06 10:04:32 -04:00
  • 4bcbd8245b Merge branch 'master' into master Justin Bryant 2026-05-06 09:49:24 -04:00
  • e68cb8ac0f feat(kubernetes-react): add optional getClusters() cache to KubernetesBackendClient (#34136) Rickard Dybeck 2026-05-06 09:16:24 -04:00
  • 2f54d56a7c Update snyk/actions digest to 9cf6ca7 renovate[bot] 2026-05-06 13:03:29 +00:00
  • 548a5558f5 Merge pull request #34126 from backstage/renovate/npm-axios-vulnerability backstage-goalie[bot] 2026-05-06 12:55:51 +00:00
  • ad7eaee232 Merge pull request #34064 from backstage/renovate/npm-postcss-vulnerability backstage-goalie[bot] 2026-05-06 12:55:46 +00:00
  • a590d4ad96 Merge pull request #34130 from backstage/codex/turtle395-improve-mcp-auth-dialog Fredrik Adelöw 2026-05-06 14:56:34 +03:00
  • 9d6edc0622 Potential fix for pull request finding Djam 2026-05-06 13:02:43 +02:00
  • 4f62755eed feat(auth): TURTLE-395: show MCP client metadata djamaile 2026-05-05 18:42:27 +02:00
  • d047c50c4b Merge pull request #34102 from backstage/changeset-release/master Fredrik Adelöw 2026-05-05 19:37:23 +03:00
  • b0bc1e5cc9 Version Packages (next) github-actions[bot] 2026-05-05 14:57:07 +00:00
  • 25909ba27a feat(ui): add searchDebounceMs/filterDebounceMs to useTable complete mode (#34127) Johan Persson 2026-05-05 16:45:18 +02:00
  • ddca41f775 Add Combobox component to Backstage UI (#34118) James Brooks 2026-05-05 15:29:15 +01:00
  • 37535b2a60 feat(ui): add --bui-bg-inherit CSS variable (#34124) Johan Persson 2026-05-05 16:00:47 +02:00
  • 9158f153d3 Update dependency postcss to v8.5.10 [SECURITY] renovate[bot] 2026-05-05 13:45:53 +00:00
  • c8813abee0 chore(deps-dev): Bump postcss from 8.5.8 to 8.5.10 in /docs-ui dependabot[bot] 2026-04-24 23:31:58 +00:00
  • a0361e34c7 Update dependency axios to v1.15.2 [SECURITY] renovate[bot] 2026-05-05 13:27:28 +00:00
  • f3aebf577d Merge pull request #34053 from sriharsha9618/msgraph-incremental Fredrik Adelöw 2026-05-05 16:21:37 +03:00
  • 456d9e76f1 make more platform agnostic aramissennyeydd 2026-05-05 09:15:18 -04:00
  • f5ec9f95e9 Merge pull request #34119 from backstage/fix-card-link-focus-ring Emma Indal 2026-05-05 13:40:17 +02:00