Commit Graph

13499 Commits

Author SHA1 Message Date
dependabot[bot] 3e3c3659a0 chore(deps-dev): bump storybook-dark-mode from 1.0.3 to 1.0.8
Bumps [storybook-dark-mode](https://github.com/hipstersmoothie/storybook-dark-mode) from 1.0.3 to 1.0.8.
- [Release notes](https://github.com/hipstersmoothie/storybook-dark-mode/releases)
- [Changelog](https://github.com/hipstersmoothie/storybook-dark-mode/blob/master/CHANGELOG.md)
- [Commits](https://github.com/hipstersmoothie/storybook-dark-mode/compare/v1.0.3...v1.0.8)

Signed-off-by: dependabot[bot] <support@github.com>
2021-05-10 04:21:58 +00:00
dependabot[bot] f39dbc7403 chore(deps): bump @google-cloud/storage from 5.8.0 to 5.8.5
Bumps [@google-cloud/storage](https://github.com/googleapis/nodejs-storage) from 5.8.0 to 5.8.5.
- [Release notes](https://github.com/googleapis/nodejs-storage/releases)
- [Changelog](https://github.com/googleapis/nodejs-storage/blob/master/CHANGELOG.md)
- [Commits](https://github.com/googleapis/nodejs-storage/compare/v5.8.0...v5.8.5)

Signed-off-by: dependabot[bot] <support@github.com>
2021-05-10 04:20:29 +00:00
dependabot[bot] 5f343551dc chore(deps): bump sanitize-html from 2.3.2 to 2.3.3
Bumps [sanitize-html](https://github.com/apostrophecms/sanitize-html) from 2.3.2 to 2.3.3.
- [Release notes](https://github.com/apostrophecms/sanitize-html/releases)
- [Changelog](https://github.com/apostrophecms/sanitize-html/blob/main/CHANGELOG.md)
- [Commits](https://github.com/apostrophecms/sanitize-html/compare/2.3.2...2.3.3)

Signed-off-by: dependabot[bot] <support@github.com>
2021-05-10 04:14:03 +00:00
dependabot[bot] eeb6e5ddaa chore(deps-dev): bump prettier from 2.2.1 to 2.3.0 in /microsite
Bumps [prettier](https://github.com/prettier/prettier) from 2.2.1 to 2.3.0.
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
- [Commits](https://github.com/prettier/prettier/compare/2.2.1...2.3.0)

Signed-off-by: dependabot[bot] <support@github.com>
2021-05-10 04:09:18 +00:00
Eric Peterson 6e2b9a92d6 Updating backend-common API
Signed-off-by: Eric Peterson <ericpeterson@spotify.com>
2021-05-09 18:16:24 +02:00
Eric Peterson 03ae33c064 Prettier
Signed-off-by: Eric Peterson <ericpeterson@spotify.com>
2021-05-09 18:08:57 +02:00
Eric Peterson d48b375a81 Update changeset to reflect most recent changes.
Signed-off-by: Eric Peterson <ericpeterson@spotify.com>
2021-05-09 17:56:30 +02:00
Eric Peterson 38e943da0c Implement a NoStore cache backend, and do not provide a cache backend by default.
Signed-off-by: Eric Peterson <ericpeterson@spotify.com>
2021-05-09 17:52:06 +02:00
Alexander Kaserbacher 82ca1ac228 Add changeset
Signed-off-by: Alexander Kaserbacher <alex.kaserbacher@icloud.com>
2021-05-09 17:45:36 +02:00
Alexander Kaserbacher 59fdb9dce2 Use apiBaseUrl for Bitbucket server if it is set
default to host otherwise

Signed-off-by: Alexander Kaserbacher <alex.kaserbacher@icloud.com>
2021-05-09 17:37:09 +02:00
Eric Peterson d6936dcbde Swap out cache-manager for Keyv implementation.
Signed-off-by: Eric Peterson <ericpeterson@spotify.com>
2021-05-09 17:11:04 +02:00
Eric Peterson 884c2bd54f Update docs to reflect changes
Signed-off-by: Eric Peterson <ericpeterson@spotify.com>
2021-05-09 15:25:34 +02:00
Eric Peterson 7ff6a75575 Add an onError config to enable plugin devs to catch and handle underlying client errors
Signed-off-by: Eric Peterson <ericpeterson@spotify.com>
2021-05-09 15:25:34 +02:00
Eric Peterson 368a5158cc Return an explicit undefined on no data.
Signed-off-by: Eric Peterson <ericpeterson@spotify.com>
2021-05-09 15:25:34 +02:00
Eric Peterson b71c230beb Refactor CacheManager.fromConfig
Signed-off-by: Eric Peterson <ericpeterson@spotify.com>
2021-05-09 15:25:34 +02:00
Eric Peterson cc60475127 Clarify default TTL behavior.
Signed-off-by: Eric Peterson <ericpeterson@spotify.com>
2021-05-09 15:25:34 +02:00
Eric Peterson b73dc5f46e Clean up some types
Signed-off-by: Eric Peterson <ericpeterson@spotify.com>
2021-05-09 15:25:34 +02:00
Eric Peterson ac8f7e4666 Dev dependency.
Signed-off-by: Eric Peterson <ericpeterson@spotify.com>
2021-05-09 15:25:30 +02:00
Eric Peterson 22fd8ce2ac Changeset
Signed-off-by: Eric Peterson <ericpeterson@spotify.com>
2021-05-09 15:24:47 +02:00
Eric Peterson 669ff5ee2e Declare new public API
Signed-off-by: Eric Peterson <ericpeterson@spotify.com>
2021-05-09 15:24:47 +02:00
Eric Peterson b57fa279c5 Clean up and document exported types
Signed-off-by: Eric Peterson <ericpeterson@spotify.com>
2021-05-09 15:24:47 +02:00
Eric Peterson c7fa03cd76 Test coverage for CacheManager and CacheClient
Signed-off-by: Eric Peterson <ericpeterson@spotify.com>
2021-05-09 15:24:47 +02:00
Eric Peterson 6e0be00e1d Wrap cache clients in a Backstage-specific CacheClient to handle key normalization and error handling + allow us the freedom to move away from cache-manager in the future if necessary.
Signed-off-by: Eric Peterson <ericpeterson@spotify.com>
2021-05-09 15:24:47 +02:00
Eric Peterson 93ff8275dd WIP store-agnostic cache manager.
Signed-off-by: Eric Peterson <ericpeterson@spotify.com>
2021-05-09 15:24:40 +02:00
Eric Peterson e04f1ccfbe Changeset
Signed-off-by: Eric Peterson <ericpeterson@spotify.com>
2021-05-09 15:20:09 +02:00
Eric Peterson 4042b6e140 Decode req.path before loading object from OpenStack Swift
Signed-off-by: Eric Peterson <ericpeterson@spotify.com>
2021-05-09 15:20:08 +02:00
Eric Peterson 9570335f24 Decode req.path before loading object from Azure
Signed-off-by: Eric Peterson <ericpeterson@spotify.com>
2021-05-09 15:20:08 +02:00
Eric Peterson 3ebfa8f189 Decode req.path before loading object from S3 bucket.
Signed-off-by: Eric Peterson <ericpeterson@spotify.com>
2021-05-09 15:20:08 +02:00
Eric Peterson 4916a6e23d Decode req.path before loading object from GCS
Signed-off-by: Eric Peterson <ericpeterson@spotify.com>
2021-05-09 15:20:08 +02:00
Shashank Bairy R d40316a7fd use Array.from instead of spread operator
Signed-off-by: Shashank Bairy R <shashank.bairy04@gmail.com>
2021-05-09 12:00:05 +05:30
Shashank Bairy R 2cd70e1646 Add changeset
Signed-off-by: Shashank Bairy R <shashank.bairy04@gmail.com>
2021-05-09 00:08:36 +05:30
Shashank Bairy R 80f07624cd Add context for versions:bump about version change and update tests
Signed-off-by: Shashank Bairy R <shashank.bairy04@gmail.com>
2021-05-09 00:02:50 +05:30
Fredrik Adelöw d2eed74d35 Merge pull request #5622 from backstage/dependabot/npm_and_yarn/ua-parser-js-0.7.28
chore(deps): bump ua-parser-js from 0.7.21 to 0.7.28
2021-05-08 14:42:38 +02:00
dependabot[bot] f6dbdb6021 chore(deps): bump ua-parser-js from 0.7.21 to 0.7.28
Bumps [ua-parser-js](https://github.com/faisalman/ua-parser-js) from 0.7.21 to 0.7.28.
- [Release notes](https://github.com/faisalman/ua-parser-js/releases)
- [Commits](https://github.com/faisalman/ua-parser-js/compare/0.7.21...0.7.28)

Signed-off-by: dependabot[bot] <support@github.com>
2021-05-07 21:08:39 +00:00
Ryan Vazquez 7cbfcae486 changeset
Signed-off-by: Ryan Vazquez <ryanv@spotify.com>
2021-05-07 15:24:55 -04:00
Ryan Vazquez e39c18f7d5 add custom title element to example alert
Signed-off-by: Ryan Vazquez <ryanv@spotify.com>
2021-05-07 15:24:55 -04:00
Ryan Vazquez 5cd05d92ca update tests
Signed-off-by: Ryan Vazquez <ryanv@spotify.com>
2021-05-07 15:24:55 -04:00
Ryan Vazquez da80fd9667 alert titles can render jsx
Signed-off-by: Ryan Vazquez <ryanv@spotify.com>
2021-05-07 15:24:55 -04:00
GregoireW 6b1cf60c59 Pagination label is now cleaner
Signed-off-by: GregoireW <24318548+GregoireW@users.noreply.github.com>
2021-05-07 19:23:09 +02:00
Dominik Henneke 6fa86f44f4 Merge pull request #5619 from SDA-SE/feat/scaffolder-jest-when
Move `jest-when` to the dev dependencies
2021-05-07 17:42:29 +02:00
Heather Lee 5542de095a Add changeset
Signed-off-by: Heather Lee <heatherl@splunk.com>
2021-05-07 08:32:50 -07:00
Dominik Henneke fd39d46627 Move jest-when to the dev dependencies
Signed-off-by: Dominik Henneke <dominik.henneke@sda-se.com>
2021-05-07 17:19:28 +02:00
Marcus Eide afb968c021 Update react-use version
Signed-off-by: Marcus Eide <eide@spotify.com>
2021-05-07 17:09:41 +02:00
Marcus Eide 699bca6725 Merge branch 'master' into eide/shortcut-plugin 2021-05-07 17:06:23 +02:00
Bret Hubbard 16be1d093f Add changeset
Signed-off-by: Bret Hubbard <hubbard.bret@gmail.com>
2021-05-07 08:53:34 -06:00
blam 85978cb28a chore: trying to fix the version packages PR as there's some horrible formatting in there somehow
Signed-off-by: blam <ben@blam.sh>
2021-05-07 16:38:00 +02:00
Ben Lambert 26e7ab1dab Merge pull request #5614 from backstage/eide/kube-gke-cluster-config
[kubernetes-backend]: Add options to skip TLS verification for gke type clusters
2021-05-07 16:35:13 +02:00
Andrew Johnson 9d4a6d033a Merge branch 'master' into anderoo/github-deployments-ghe 2021-05-07 15:33:26 +01:00
Andrew Johnson cb7a25f778 as per comments
Signed-off-by: Andrew Johnson <ajohnson@gocardless.com>
2021-05-07 15:32:16 +01:00
Marcus Eide 3b269181b6 Update README with tsx code block
Signed-off-by: Marcus Eide <eide@spotify.com>
2021-05-07 16:01:34 +02:00