Commit Graph

42183 Commits

Author SHA1 Message Date
Fredrik Adelöw ab36eba7d1 Merge pull request #18333 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.10
2023-06-26 12:57:42 +02:00
Anatoly Kudriashov 436ca66f61 Fix changelog description
Signed-off-by: Anatoly Kudriashov <kav2k13@gmail.com>
2023-06-26 12:56:16 +02:00
avkudryashov cc27fa4a1a Decrease access level to read-only
Signed-off-by: avkudryashov <41747012+avkudryashov@users.noreply.github.com>
Signed-off-by: Anatoly Kudriashov <kav2k13@gmail.com>
2023-06-26 12:56:12 +02:00
Ben Lambert 7dec999fc4 Merge pull request #18365 from backstage/fix/always-yarn-pack
[cli] Fix --alwaysYarnPack flag
2023-06-26 12:40:29 +02:00
renovate[bot] 764f05acc1 chore(deps): update dependency @frsource/cypress-plugin-visual-regression-diff to v3.3.10
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-06-26 10:29:42 +00:00
Ben Lambert 870a84ab25 Merge pull request #18414 from Zaperex/dynatrace
fix(dynatrace): fix "View Entity in Dynatrace" button in Dynatrace plugin
2023-06-26 12:20:19 +02:00
renovate[bot] 6621d47abe fix(deps): update dependency @tanstack/react-query to v4.29.17
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-06-26 10:16:35 +00:00
renovate[bot] ee49865097 fix(deps): update dependency @rollup/plugin-yaml to v4.1.1
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-06-26 10:16:08 +00:00
renovate[bot] e4273c75e3 fix(deps): update dependency @roadiehq/backstage-plugin-buildkite to v2.1.11
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-06-26 10:15:40 +00:00
Ben Lambert 732cf448c0 Merge pull request #18427 from antweiss/patch-1
Fix some english in writing-custom-actions.md
2023-06-26 12:14:46 +02:00
renovate[bot] ff6687e996 chore(deps): update dependency @testing-library/dom to v8.20.1
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-06-26 10:13:58 +00:00
Ben Lambert 09946aacb4 Merge pull request #18424 from 42tg/patch-1
docs: fix react error in homepage getting started
2023-06-26 12:10:52 +02:00
Frank Kong 3424cbfe5f fix(dynatrace): update link that "View Entity in Dynatrace" redirects user to
Signed-off-by: Frank Kong <frkong@redhat.com>
2023-06-26 12:03:38 +02:00
Ant Weiss f73b456da2 Fix some english in writing-custom-actions.md
Fixing a few minor grammar issues that caught my eye.


Signed-off-by: Ant Weiss <anton@otomato.io>
2023-06-26 11:57:23 +02:00
Tobias Graf df5fa4a219 docs: fix react error in homepage getting started
Signed-off-by: Tobias Graf <tobiasgraf87@gmail.com>
2023-06-26 11:54:52 +02:00
Eric Peterson 6adb6f4171 Pass flag from command down to function
Signed-off-by: Eric Peterson <ericpeterson@spotify.com>
2023-06-26 11:51:38 +02:00
Ben Lambert 252297093b Merge pull request #18429 from backstage/revert-17971-renovate/material-ui-monorepo
Revert "fix(deps): update dependency @mui/material to v5.13.6"
2023-06-26 11:49:47 +02:00
Ben Lambert b599cbf602 Merge pull request #18328 from awanlin/topic/owner-and-market
Updated CODEOWNERS and added to marketplace
2023-06-26 11:42:28 +02:00
Ben Lambert 5804a63c8a Revert "fix(deps): update dependency @mui/material to v5.13.6"
Signed-off-by: blam <ben@blam.sh>
2023-06-26 11:13:09 +02:00
Andre Wanlin 320e89143a Updated CODEOWNERS and added to marketplace
Signed-off-by: Andre Wanlin <67169551+awanlin@users.noreply.github.com>
2023-06-24 15:09:30 -05:00
Ben Lambert 3f304f6211 Merge pull request #18385 from backstage/blam/zlib-failure
[reading] Fix `unexpected end of file`
2023-06-24 13:10:39 +02:00
snehaljos 7e0f558fbc #1804 issue fix
Signed-off-by: snehaljos <joyalsnehal3421@gmail.com>
2023-06-24 09:51:16 +05:30
Frank Kong 4cf1f437e5 test(lighthouse): update lighthouse test files
Signed-off-by: Frank Kong <frkong@redhat.com>
2023-06-23 11:56:37 -04:00
Ben Lambert 91ca8b3843 Merge pull request #17971 from backstage/renovate/material-ui-monorepo
fix(deps): update dependency @mui/material to v5.13.5
2023-06-23 17:32:56 +02:00
renovate[bot] 7d774f971c fix(deps): update dependency @mui/material to v5.13.6
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-06-23 15:32:28 +00:00
Ciprianna Engel c3381408d6 Use navigation handler in onClick to view full results
Full results button in searchModal was not correctly navigating
onClick. This switches the onClick to the correct handler
function to navigate.

Signed-off-by: Ciprianna Engel <ciprianna.engel@wpengine.com>
2023-06-23 09:32:52 -05: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
Frank Kong cb200dbb80 feat(lighthouse): add more verbose components for "no audits found" case
Signed-off-by: Frank Kong <frkong@redhat.com>
2023-06-22 15:23:41 -04:00
Fredrik Adelöw 24e91ed76d Merge pull request #17982 from idakucamupeva/error-name-handling
Add name parameter to CustomErrorBase class
2023-06-22 17:03:37 +02:00
Fredrik Adelöw 3bd4cc0ce8 Merge pull request #18361 from anicke/feedback-plugin
Added support for the new backend system for the entity feedback plugin
2023-06-22 16:59:06 +02:00
Fredrik Adelöw f058160eed Merge pull request #18364 from Bonial-International-GmbH/pjungermann/tags-docs
docs: fix doc for allowed chars for `metadata.tags`
2023-06-22 16:36:39 +02:00
Fredrik Adelöw 84f3e1e5ce Merge pull request #18360 from backstage/freben/circular
🧹 break some circular imports
2023-06-22 16:28:57 +02:00
Fredrik Adelöw 8b5a6ac778 try to work better with minified code
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2023-06-22 16:28:18 +02:00
Fredrik Adelöw 6776a7d970 Merge pull request #18245 from backstage/renovate/node-16.x-lockfile
chore(deps): update dependency @types/node to v16.18.36
2023-06-22 15:27:30 +02:00
backstage-goalie[bot] 8b9f169732 Merge pull request #18191 from backstage/renovate/dockerode-3.x-lockfile
chore(deps): update dependency @types/dockerode to v3.3.19
2023-06-22 13:14:50 +00:00
Fredrik Adelöw a558c659fe Merge pull request #18298 from backstage/renovate/apollo-graphql-packages
fix(deps): update dependency @apollo/client to v3.7.16
2023-06-22 14:58:00 +02:00
Fredrik Adelöw 75551bd9f5 Merge pull request #18248 from backstage/renovate/swc-monorepo
fix(deps): update dependency @swc/core to v1.3.66
2023-06-22 14:57:21 +02:00
Fredrik Adelöw 2fe69152b6 Merge pull request #18373 from arhill05/azure-devops-wiki-search-module
Rename improperly named plugin file
2023-06-22 14:54:09 +02:00
Fredrik Adelöw 0cd7715610 Merge pull request #18316 from backstage/renovate/npm-@apollo/server-vulnerability
Update dependency @apollo/server to v4.7.4 [SECURITY]
2023-06-22 14:28:32 +02:00
Fredrik Adelöw 37ce660263 Merge pull request #18129 from backstage/renovate/webpack-5.x-lockfile
Update dependency webpack to v5.88.0
2023-06-22 14:24:02 +02:00
blam 39bbbc5261 chore: too many words in the changeset and not enough sense
Signed-off-by: blam <ben@blam.sh>
2023-06-22 12:56:18 +02:00
blam 787ddcc5ef chore: added changeset
Signed-off-by: blam <ben@blam.sh>
2023-06-22 12:46:28 +02:00
blam 2e0637835b chore: cleanup
Signed-off-by: blam <ben@blam.sh>
2023-06-22 12:44:43 +02:00
Philipp Hugenroth 0e9d7d70e4 Add Union to consider v4 & v5
Signed-off-by: Philipp Hugenroth <philipph@spotify.com>
2023-06-22 12:41:47 +02:00
blam e65ad09894 chore: body is not a buffer, let's make it a Readable first
Signed-off-by: blam <ben@blam.sh>
2023-06-22 12:39:46 +02:00
renovate[bot] e354b17113 Update dependency webpack to v5.88.0
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-06-21 20:08:17 +00:00
Ben Lambert 126e862ece Merge pull request #18376 from backstage/benjdlambert-patch-2 2023-06-21 18:11:50 +02:00
Ben Lambert adcf01564d Update 2023-06-21-switching-out-sandbox.mdx
Signed-off-by: Ben Lambert <ben@blam.sh>
2023-06-21 18:05:26 +02:00
Ben Lambert a56a62176a Merge pull request #18374 from backstage/blam/security-blog 2023-06-21 17:58:20 +02:00
blam a1e2c3274f docs: add the vm2 blogpost
Signed-off-by: blam <ben@blam.sh>
2023-06-21 17:36:10 +02:00