Commit Graph

29672 Commits

Author SHA1 Message Date
renovate[bot] 9e6a1155a1 chore(deps): update dependency esbuild to v0.14.50
Signed-off-by: Renovate Bot <bot@renovateapp.com>
2022-07-25 04:49:39 +00:00
Manuel Stein ce7219ff87 awsS3 getObject expect match without regex
Signed-off-by: Manuel Stein <manuel.stein@nokia-bell-labs.com>
2022-07-24 19:19:29 +03:00
Manuel Stein f28ad77d11 awsS3 getObject expect specific error message
Signed-off-by: Manuel Stein <manuel.stein@nokia-bell-labs.com>
2022-07-24 19:12:39 +03:00
Patrik Oldsberg 5691fb9eb5 Merge pull request #12793 from natalyapeixoto/patch-1
feat(backstage-plugin-api-linter): add plugin
2022-07-24 10:25:34 +02:00
Ben Lambert a6c925fbc0 Merge pull request #12641 from gabrielucido/techdocs-layout-improvement-3
fix(docs-like-code): Patched Techdocs Sidebar layout for medium devices.
2022-07-23 20:59:08 +02:00
backstage-goalie[bot] 0d5775f55e Merge pull request #12807 from backstage/renovate/helmet-5.x-lockfile
fix(deps): update dependency helmet to v5.1.1
2022-07-23 15:52:43 +00:00
Manuel Stein 6c118dd093 wrap aws-sdk errors - (prettier update)
there are http errors with no message from aws-sdk, so the error
 is wrapped to conform to the @backstage/errors assertError checks

Signed-off-by: Manuel Stein <manuel.stein@nokia-bell-labs.com>
2022-07-23 18:34:57 +03:00
renovate[bot] 3fcfe83a3b fix(deps): update dependency helmet to v5.1.1
Signed-off-by: Renovate Bot <bot@renovateapp.com>
2022-07-23 15:15:38 +00:00
Matt Mulligan 4a9a2c3cfe Changed visibility of ApiKey to secret
Signed-off-by: Matt Mulligan <mmulligan03@gmail.com>
2022-07-23 10:09:10 -04:00
Matt Mulligan 335bfb727c Removed frontend changes
Signed-off-by: Matt Mulligan <mmulligan03@gmail.com>
2022-07-23 09:56:10 -04:00
Andre Wanlin 7be2469cd3 Refactor to use readJSON
Signed-off-by: Andre Wanlin <67169551+awanlin@users.noreply.github.com>
2022-07-22 18:15:58 -05:00
Niall McCullagh 73268a67ff fix(github-pull-requests-board): filter out github accounts that have been deleted
Pull request that contain interactions with user accounts that have been
deleted are null in the response from the graphql API. This change prevents
deleted accounts from breaking the rendering of the PR.

Signed-off-by: Niall McCullagh <niallmccullagh@users.noreply.github.com>
2022-07-22 23:12:51 +01:00
backstage-goalie[bot] 60f7051ee8 Merge pull request #12802 from backstage/renovate/aws-sdk-2.x-lockfile
fix(deps): update dependency aws-sdk to v2.1181.0
2022-07-22 21:51:19 +00:00
renovate[bot] 64fd786586 fix(deps): update dependency aws-sdk to v2.1181.0
Signed-off-by: Renovate Bot <bot@renovateapp.com>
2022-07-22 21:12:53 +00:00
Andre Wanlin 02539d4f31 Fixed callback error
Signed-off-by: Andre Wanlin <67169551+awanlin@users.noreply.github.com>
2022-07-22 13:33:37 -05:00
Andre Wanlin a539564c0d Added Backstage version to info command
Signed-off-by: Andre Wanlin <67169551+awanlin@users.noreply.github.com>
2022-07-22 13:28:03 -05:00
backstage-goalie[bot] a6bed1efc4 Merge pull request #12799 from backstage/renovate/isomorphic-git-1.x-lockfile
fix(deps): update dependency isomorphic-git to v1.19.0
2022-07-22 18:17:39 +00:00
backstage-goalie[bot] c4e2ef5b85 Merge pull request #12798 from backstage/renovate/svgr-webpack-6.x-lockfile
fix(deps): update dependency @svgr/webpack to v6.3.1
2022-07-22 17:29:26 +00:00
renovate[bot] b3dac7845a fix(deps): update dependency isomorphic-git to v1.19.0
Signed-off-by: Renovate Bot <bot@renovateapp.com>
2022-07-22 17:27:40 +00:00
backstage-goalie[bot] 8d7239f6e5 Merge pull request #12797 from backstage/renovate/svgr-rollup-6.x-lockfile
fix(deps): update dependency @svgr/rollup to v6.3.1
2022-07-22 17:15:07 +00:00
backstage-goalie[bot] b7a61a04cf Merge pull request #12795 from backstage/renovate/svgr-plugin-svgo-6.x-lockfile
fix(deps): update dependency @svgr/plugin-svgo to v6.3.1
2022-07-22 16:45:15 +00:00
renovate[bot] a1ba550beb fix(deps): update dependency @svgr/webpack to v6.3.1
Signed-off-by: Renovate Bot <bot@renovateapp.com>
2022-07-22 16:40:55 +00:00
renovate[bot] 9bc1678097 fix(deps): update dependency @svgr/rollup to v6.3.1
Signed-off-by: Renovate Bot <bot@renovateapp.com>
2022-07-22 16:40:10 +00:00
backstage-goalie[bot] 226adf3192 Merge pull request #12794 from backstage/renovate/svgr-plugin-jsx-6.x-lockfile
fix(deps): update dependency @svgr/plugin-jsx to v6.3.1
2022-07-22 16:27:58 +00:00
renovate[bot] a7ff3399c2 fix(deps): update dependency @svgr/plugin-svgo to v6.3.1
Signed-off-by: Renovate Bot <bot@renovateapp.com>
2022-07-22 15:52:17 +00:00
renovate[bot] 61f4be8827 fix(deps): update dependency @svgr/plugin-jsx to v6.3.1
Signed-off-by: Renovate Bot <bot@renovateapp.com>
2022-07-22 15:51:23 +00:00
Manuel Stein c8196bd37d wrap aws-sdk errors
because there are http errors with no message any error reading the
object is wrapped to conform to the @backstage/error assertError checks

Signed-off-by: Manuel Stein <manuel.stein@nokia-bell-labs.com>
2022-07-22 18:43:44 +03:00
backstage-goalie[bot] 7a12203e7b Merge pull request #12790 from backstage/renovate/changesets-cli-2.x-lockfile
chore(deps): update dependency @changesets/cli to v2.24.0
2022-07-22 15:38:30 +00:00
Natalya Peixoto 3cd3f95995 feat(backstage-plugin-api-linter): add plugin
Signed-off-by: Natalya Peixoto <35628156+natalyapeixoto@users.noreply.github.com>
2022-07-22 17:19:50 +02:00
Eric Voshall 163243a4d1 Add changeset
Signed-off-by: Eric Voshall <6836155+ericvoshall@users.noreply.github.com>
2022-07-22 11:05:24 -04:00
Eric Voshall b62a9bfc37 Handle incorrect return type
Signed-off-by: Eric Voshall <6836155+ericvoshall@users.noreply.github.com>
2022-07-22 11:03:49 -04:00
renovate[bot] 5079d3b0c5 chore(deps): update dependency @changesets/cli to v2.24.0
Signed-off-by: Renovate Bot <bot@renovateapp.com>
2022-07-22 14:49:40 +00:00
Ben Lambert b7926841a8 Merge pull request #12789 from backstage/renovate/testcontainers-8.x-lockfile
fix(deps): update dependency testcontainers to v8.12.0
2022-07-22 14:42:14 +02:00
Lucas Teligioridis 8524931589 Provide clearer documentation on correct permissions
Rather than providing the objects and what permissions are required,
just provide a valid Kubernetes manifest that clearly shows this to the
developer setting this up. Will also prevent any ambiguity when applying
this directly against a Kubernetes API.

Signed-off-by: Lucas Teligioridis <lucas@teligioridis.dev>
2022-07-22 22:37:47 +10:00
Ben Lambert e01296c2aa Merge pull request #12571 from alexrybch/shortcuts-storage-observe
added initial storage api subscription in Shortcuts plugin
2022-07-22 14:22:24 +02:00
renovate[bot] 505bed4c08 fix(deps): update dependency testcontainers to v8.12.0
Signed-off-by: Renovate Bot <bot@renovateapp.com>
2022-07-22 12:08:05 +00:00
Ben Lambert fd7853bc94 Merge pull request #12783 from namco1992/avoid-double-encoding-bitbucket
Avoid double encoding in bitbucket integration
2022-07-22 14:04:41 +02:00
Ben Lambert fcb2bf76a5 Update strange-crabs-confess.md
Signed-off-by: blam <ben@blam.sh>
2022-07-22 13:48:48 +02:00
Alex Rybchenko 565071f258 updated changeset
Signed-off-by: Alex Rybchenko <arybchenko@box.com>
2022-07-22 11:02:06 +02:00
backstage-goalie[bot] 5f36581151 Merge pull request #12782 from backstage/renovate/graphiql-1.x-lockfile
fix(deps): update dependency graphiql to v1.10.0
2022-07-22 06:35:24 +00:00
Namco c4b460a47d Avoid double encoding in bitbucket integration
Signed-off-by: Namco <namco1992@gmail.com>
2022-07-22 14:22:12 +08:00
backstage-goalie[bot] c29f3c265f Merge pull request #12781 from backstage/renovate/zod-3.x-lockfile
fix(deps): update dependency zod to v3.17.10
2022-07-22 06:20:32 +00:00
renovate[bot] f12d5e290d fix(deps): update dependency graphiql to v1.10.0
Signed-off-by: Renovate Bot <bot@renovateapp.com>
2022-07-22 05:40:28 +00:00
renovate[bot] 59a8318ad6 fix(deps): update dependency zod to v3.17.10
Signed-off-by: Renovate Bot <bot@renovateapp.com>
2022-07-22 05:39:34 +00:00
Andrew Duckett 770d3f92c4 respect ensureExists when pluginDivisionMode is set to schema.
Signed-off-by: Andrew Duckett <andrew.duckett@gmail.com>
2022-07-21 22:21:53 -05:00
backstage-goalie[bot] 795a804111 Merge pull request #12779 from backstage/renovate/aws-sdk-2.x-lockfile
fix(deps): update dependency aws-sdk to v2.1180.0
2022-07-21 22:09:08 +00:00
renovate[bot] 646cb36d48 fix(deps): update dependency aws-sdk to v2.1180.0
Signed-off-by: Renovate Bot <bot@renovateapp.com>
2022-07-21 21:31:59 +00:00
renovate[bot] 430cabd537 chore(deps): update dependency puppeteer to v15.5.0
Signed-off-by: Renovate Bot <bot@renovateapp.com>
2022-07-21 21:31:05 +00:00
backstage-goalie[bot] 586aaad771 Merge pull request #12777 from backstage/renovate/eslint-plugin-jsx-a11y-6.x-lockfile
fix(deps): update dependency eslint-plugin-jsx-a11y to v6.6.1
2022-07-21 21:29:09 +00:00
backstage-goalie[bot] e1ebd0c4e3 Merge pull request #12776 from backstage/renovate/yarnpkg-parsers-3.x-lockfile
fix(deps): update dependency @yarnpkg/parsers to v3.0.0-rc.14
2022-07-21 21:18:12 +00:00