Commit Graph

41283 Commits

Author SHA1 Message Date
Charles Lowell e178a830e8 👍update changelog entry to include instructions for upgrade
Signed-off-by: Charles Lowell <cowboyd@frontside.com>
2023-07-06 15:58:51 +03:00
Charles Lowell b1cc10696f Make incremental event handler to be both explicity and async
The point of the event hook is to map incoming changes into catalog
deltas. However, this is not always a synchronous process, and might
require accessing other resources to get the actual delta.

This just converts the hook into an async function and awaits it on
the other end. This also cleans up the API a little bit by not relying
on `undefined` to indicate that the event was ignored, but by
explicitly forcing the event handler to indicate that the event is to
be ignore by returning { type: "ignored" }.

Since ignoring events is a perfectly acceptable outcome, the warning
if the event was dropped is just ignored. If there is an error, it
should be propagated as an exception.

This is purely an aesthetic change designed to communicate via usage
how to use the API.

Signed-off-by: Charles Lowell <cowboyd@frontside.com>
2023-06-23 15:59:11 +03:00
Patrik Oldsberg 5b381397e5 Merge pull request #17847 from SnowBlitzer/catalogTableTitles
Adding info on entities selected to catalog table title
2023-06-12 17:57:06 +02:00
Jordan Snow 1c7f7053b0 Using pluralize for table title
Signed-off-by: Jordan Snow <jordans@spotify.com>
2023-06-12 11:25:23 -04:00
Jordan Snow 1345664b5c Streamlining title and fixing external component tests
Signed-off-by: Jordan Snow <jordans@spotify.com>
2023-06-12 11:25:23 -04:00
Jordan Snow 530b6f364c Adding info on entities selected to catalog table title
Signed-off-by: Jordan Snow <jordans@spotify.com>
2023-06-12 11:25:23 -04:00
backstage-goalie[bot] d4c5b8a517 Merge pull request #18208 from backstage/renovate/jenkins-1.x-lockfile
fix(deps): update dependency jenkins to v1.0.2
2023-06-12 12:48:25 +00:00
backstage-goalie[bot] e897822cbe Merge pull request #18207 from backstage/renovate/uiw-react-codemirror-4.x-lockfile
fix(deps): update dependency @uiw/react-codemirror to v4.21.3
2023-06-12 12:36:06 +00:00
renovate[bot] e81b8d29ba fix(deps): update dependency jenkins to v1.0.2
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-06-12 12:08:13 +00:00
renovate[bot] ca74de96e2 fix(deps): update dependency @uiw/react-codemirror to v4.21.3
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-06-12 12:07:38 +00:00
backstage-goalie[bot] 4759919308 Merge pull request #18204 from backstage/renovate/roadiehq-backstage-plugin-github-pull-requests-2.x-lockfile
fix(deps): update dependency @roadiehq/backstage-plugin-github-pull-requests to v2.5.11
2023-06-12 10:38:47 +00:00
renovate[bot] 2fd2902382 fix(deps): update dependency @roadiehq/backstage-plugin-github-pull-requests to v2.5.11
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-06-12 10:11:49 +00:00
backstage-goalie[bot] 80c95ee821 Merge pull request #18198 from backstage/renovate/jest-mock-express-2.x-lockfile
fix(deps): update dependency @jest-mock/express to v2.0.2
2023-06-12 10:11:45 +00:00
backstage-goalie[bot] 1251a5d6bb Merge pull request #18202 from backstage/renovate/roadiehq-backstage-plugin-github-insights-2.x-lockfile
fix(deps): update dependency @roadiehq/backstage-plugin-github-insights to v2.3.13
2023-06-12 09:54:48 +00:00
backstage-goalie[bot] fa3d283f3c Merge pull request #18201 from backstage/renovate/roadiehq-backstage-plugin-buildkite-2.x-lockfile
fix(deps): update dependency @roadiehq/backstage-plugin-buildkite to v2.1.10
2023-06-12 09:47:44 +00:00
Fredrik Adelöw 3fe56a6a3d Merge pull request #17921 from ohjongsung/bitbucketServer-pullRequests
Add a scaffolder action that pull-requests for Bitbucket Server
2023-06-12 11:39:50 +02:00
renovate[bot] 1a4fbb1356 fix(deps): update dependency @roadiehq/backstage-plugin-github-insights to v2.3.13
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-06-12 09:18:20 +00:00
renovate[bot] 1d3308cdfa fix(deps): update dependency @roadiehq/backstage-plugin-buildkite to v2.1.10
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-06-12 09:17:50 +00:00
backstage-goalie[bot] 1c7102f816 Merge pull request #18200 from backstage/renovate/octokit-webhooks-methods-3.x-lockfile
fix(deps): update dependency @octokit/webhooks-methods to v3.0.3
2023-06-12 09:10:03 +00:00
backstage-goalie[bot] ca0cb5a1c3 Merge pull request #18135 from backstage/renovate/google-auth-library-8.x-lockfile
fix(deps): update dependency google-auth-library to v8.8.0
2023-06-12 09:09:58 +00:00
renovate[bot] a0fe4f398f fix(deps): update dependency @octokit/webhooks-methods to v3.0.3
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-06-12 08:37:50 +00:00
Johan Haals 3993f86a9f Merge pull request #18181 from backstage/fix-heading-accessibility
Fix <SidebarItem/> and <ToolsCard/> heading accessibility
2023-06-12 10:37:36 +02:00
Patrik Oldsberg 40e12d5283 Merge pull request #18189 from backstage/renovate/backstage-actions-0.x
chore(deps): update backstage/actions action to v0.6.4
2023-06-12 10:30:00 +02:00
ohjongsung c7d401f16a Change objects to precise type and apply encodeURIComponent to url
Signed-off-by: ohjongsung <ohjongsung@gmail.com>
2023-06-12 15:49:59 +09:00
renovate[bot] e033d3c105 fix(deps): update dependency @jest-mock/express to v2.0.2
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-06-12 06:25:57 +00:00
backstage-goalie[bot] 75d4133fd5 Merge pull request #18197 from backstage/renovate/frsource-cypress-plugin-visual-regression-diff-3.x-lockfile
chore(deps): update dependency @frsource/cypress-plugin-visual-regression-diff to v3.3.9
2023-06-12 06:18:08 +00:00
renovate[bot] 7a44b749e8 chore(deps): update dependency @frsource/cypress-plugin-visual-regression-diff to v3.3.9
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-06-12 05:44:51 +00:00
backstage-goalie[bot] 91081ffa16 Merge pull request #18196 from backstage/renovate/apollo-graphql-packages
fix(deps): update dependency @apollo/server to v4.7.3
2023-06-12 05:37:15 +00:00
renovate[bot] 7427a86122 fix(deps): update dependency @apollo/server to v4.7.3
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-06-12 04:59:17 +00:00
backstage-goalie[bot] 04069dd6fe Merge pull request #18193 from backstage/renovate/msw-1.x-lockfile
chore(deps): update dependency msw to v1.2.2
2023-06-11 17:59:29 +00:00
renovate[bot] ca05927dcc chore(deps): update dependency msw to v1.2.2
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-06-11 17:25:56 +00:00
backstage-goalie[bot] c1f6aa7b7c Merge pull request #18192 from backstage/renovate/node-16.x-lockfile
chore(deps): update dependency @types/node to v16.18.35
2023-06-11 17:17:17 +00:00
renovate[bot] 6d63709da9 chore(deps): update dependency @types/node to v16.18.35
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-06-11 16:40:56 +00:00
backstage-goalie[bot] fa31c2cab1 Merge pull request #18190 from backstage/renovate/codemirror-5.x-lockfile
chore(deps): update dependency @types/codemirror to v5.60.8
2023-06-11 16:32:24 +00:00
renovate[bot] cd97071803 chore(deps): update dependency @types/codemirror to v5.60.8
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-06-11 15:58:13 +00:00
renovate[bot] 3da5866edb chore(deps): update backstage/actions action to v0.6.4
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-06-11 15:53:47 +00:00
Fredrik Adelöw fcecaaf884 Merge pull request #18177 from alexef/patch-1
Update discovery.md
2023-06-11 10:40:56 +02:00
Camila Belo 2bea2567be Merge pull request #17897 from siddhant1/sid/fix-tab-index
Fix tabindex to make accessible search better
2023-06-09 17:41:01 +02:00
Camila Belo 78cbb8ef8a docs: add changeset files
Signed-off-by: Camila Belo <camilaibs@gmail.com>
2023-06-09 17:39:58 +02:00
Camila Belo 25eb82eec1 fix(explore): tools card header
Signed-off-by: Camila Belo <camilaibs@gmail.com>
2023-06-09 17:39:58 +02:00
Camila Belo 7374b3fd68 fix: remove sidebar item headings
Signed-off-by: Camila Belo <camilaibs@gmail.com>
2023-06-09 17:39:58 +02:00
Camila Belo 0134c1aa4f docs: add changeset file
Signed-off-by: Camila Belo <camilaibs@gmail.com>
2023-06-09 16:58:59 +02:00
siddhant1 af03e92192 Fix tabindex
Signed-off-by: siddhant1 <sidhant.manchanda@gmail.com>
2023-06-09 16:58:59 +02:00
Jamie Klassen 5a23c53892 Merge pull request #18167 from luchillo17/feat/BCKSTG-208-backstage-kubernetes-cluster-
HEADER_KUBERNETES_CLUSTER optional in single cluster setup
2023-06-09 10:47:40 -04:00
Djam 11f48e68fa Merge pull request #17822 from backstage/djam/deploy-docs
docs: add docs about Backstage Deploy
2023-06-09 01:49:26 +02:00
djamaile e9c45927d5 chore: add docs reference back
Signed-off-by: djamaile <rdjamaile@gmail.com>
2023-06-09 01:38:08 +02:00
Alex Eftimie f9f9123428 Update discovery.md
Signed-off-by: Alex Eftimie <alex.eftimie@getyourguide.com>
2023-06-08 21:41:16 +02:00
Fredrik Adelöw 4ec5001da8 Merge pull request #18147 from adamdmharvey/adamdmharvey/cli-docs
chore(docs): Refresh CLI command details
2023-06-08 14:20:46 +02:00
Fredrik Adelöw bcc8d79a77 Merge pull request #18110 from go-xman/feat/add-target-branch-name-for-pr-action
Add `TargetBranchName` variable and output for the `publish:gitlab:merge-request` and `publish:github:pull-request` s'cascaffolder actions.
2023-06-08 13:56:06 +02:00
Fredrik Adelöw d6876e7392 Merge pull request #17516 from aochsner/feature/github-deployments
add github:environment:create and github:deployKey:create
2023-06-08 13:45:05 +02:00