Ben Lambert
452afde031
Merge pull request #9038 from backstage/blam/scaffolder-secrets
...
scaffolder: Support supplying secrets at Task Creation
2022-01-20 09:28:37 +01:00
Fredrik Adelöw
444175b7a4
Merge pull request #8987 from backstage/dependabot/npm_and_yarn/helmet-5.0.1
...
build(deps): bump helmet from 4.4.1 to 5.0.1
2022-01-20 09:13:35 +01:00
blam
b05d303226
chore: added changeset
...
Signed-off-by: blam <ben@blam.sh >
2022-01-19 18:20:54 +01:00
Fredrik Adelöw
ce5edcbc05
Merge pull request #8973 from benlangfeld/patch-2
...
Bump @asyncapi/react-component for CVE
2022-01-19 18:07:03 +01:00
Ben Langfeld
0c0d8a47e7
Bump @asyncapi/react-component for CVE
...
[CVE-2022-21680](https://github.com/advisories/GHSA-rrrm-qjm4-v8hf ) and [CVE-2022-21681](https://github.com/advisories/GHSA-5v2h-r2cx-5xgj )
See https://github.com/asyncapi/asyncapi-react/pull/522
Signed-off-by: Ben Langfeld <blangfeld@powerhrg.com >
2022-01-19 12:30:51 -03:00
elonj
a53d7d8143
generated changeset
...
Signed-off-by: elonj <elonj@spotify.com >
2022-01-19 10:04:59 -05:00
Fredrik Adelöw
835b2da52a
Merge pull request #8967 from djamaile/master
...
chore(catalog): export RelatedEntitiesCard component
2022-01-19 14:59:57 +01:00
Ben Lambert
472e02160e
Merge pull request #9008 from backstage/rugvip/exit
...
changeset: exit prerelease mode
2022-01-19 13:58:53 +01:00
Ben Lambert
2e903d91af
Merge pull request #9025 from backstage/blam/fix-todo-plugin-readme
...
todos: fix typo in README.md
2022-01-19 12:53:47 +01:00
Fredrik Adelöw
94c0026640
Merge pull request #9022 from mufaddal7/fix/newrelic-dashboard
...
Fix/newrelic dashboard
2022-01-19 12:12:49 +01:00
Fredrik Adelöw
99f675b5aa
Merge pull request #8995 from backstage/dependabot/npm_and_yarn/google-cloud/firestore-5.0.2
...
build(deps): bump @google-cloud/firestore from 4.15.1 to 5.0.2
2022-01-19 12:10:25 +01:00
blam
751e0ceb2a
fix: readme typo
...
Signed-off-by: blam <ben@blam.sh >
2022-01-19 11:52:26 +01:00
blam
e845a5b30a
chore: updated patched.json with the next release for plugin-todo
...
Signed-off-by: blam <ben@blam.sh >
2022-01-19 11:41:48 +01:00
Fredrik Adelöw
cc33f8d8cb
Merge pull request #8782 from akz08/reroute-register-api
...
Reroute register api
2022-01-19 11:39:37 +01:00
Fredrik Adelöw
84c63a39b7
Merge pull request #9010 from RoadieHQ/update-github-credentials-provider
...
Update GitHub credentials provider
2022-01-19 11:31:25 +01:00
Eric Peterson
1f65b3752e
Merge pull request #9001 from backstage/validate-search-query-string
...
search-backend: validate query string
2022-01-19 10:10:49 +01:00
Fredrik Adelöw
5754f2d200
Merge pull request #8455 from Sarabadu/master
...
[RFC] LayoutProvider and focusContent
2022-01-19 09:32:16 +01:00
mufaddal motiwala
dfbd30a14c
md quality workflow check
...
Signed-off-by: mufaddal motiwala <mufaddalmm.52@gmail.com >
2022-01-19 13:02:58 +05:30
mufaddal motiwala
afe1bd78d2
add changeset
...
Signed-off-by: mufaddal motiwala <mufaddalmm.52@gmail.com >
2022-01-19 12:53:02 +05:30
Iain Billett
0e76e264e9
Return undefined rather than an empty string
...
Signed-off-by: Iain Billett <iain@roadie.io >
2022-01-18 18:32:19 +00:00
Kamil Zainal
f8af53571d
Alter changeset to reflect changes local to the package
...
Signed-off-by: Kamil Zainal <gh@akza.dev >
2022-01-18 18:22:03 +00:00
Kamil Zainal
027bc50cc5
Rename registerComponent to registerApi to better communicate intent
...
Signed-off-by: Kamil Zainal <gh@akza.dev >
2022-01-18 18:12:36 +00:00
Iain Billett
f45e99e5da
Changeset
...
Signed-off-by: Iain Billett <iain@roadie.io >
2022-01-18 18:09:14 +00:00
Juan Pablo Garcia Ripa
1523926507
add documentation and changeset
...
Signed-off-by: Juan Pablo Garcia Ripa <sarabadu@gmail.com >
2022-01-18 18:58:51 +01:00
Joe Porpeglia
597f7a604d
Update changeset
...
Signed-off-by: Joe Porpeglia <josephp@spotify.com >
2022-01-18 12:43:35 -05:00
Joe Porpeglia
ca2ee182c3
Add changeset
...
Signed-off-by: Joe Porpeglia <josephp@spotify.com >
2022-01-18 12:43:35 -05:00
MT Lewis
cd6854046e
search-backend: validate query string
...
Ensures that known query params accepted by the search endpoint have
the correct type after parsing
Signed-off-by: MT Lewis <mtlewis@users.noreply.github.com >
2022-01-18 16:53:22 +00:00
Patrik Oldsberg
56a7513656
changeset: exit prerelease mode
...
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com >
2022-01-18 17:43:23 +01:00
Joon Park
6680853e0c
Export conditional permission policy helpers from catalog-backend ( #8966 )
...
* Export conditional permission policy helpers from catalog-backend
Signed-off-by: Joon Park <joonp@spotify.com >
* Rename exports to include 'catalog'
Signed-off-by: Joon Park <joonp@spotify.com >
* Minor comment edits
Co-authored-by: MT Lewis <mtlewis@users.noreply.github.com >
Signed-off-by: Joon Park <joonp@spotify.com >
Co-authored-by: MT Lewis <mtlewis@users.noreply.github.com >
2022-01-18 16:04:57 +00:00
Joon Park
7e38acaa9e
Integrate permissions into catalog-backend location endpoints ( #8887 )
...
Signed-off-by: Joon Park <joonp@spotify.com >
2022-01-18 15:55:49 +00:00
github-actions[bot]
a94a2b8b3f
Version Packages (next)
2022-01-18 13:49:07 +00:00
Patrik Oldsberg
a57bee1a02
Merge pull request #8982 from backstage/rugvip/tsbump
...
Upgrade TypeScript to 4.5 and decouple versioning
2022-01-18 14:01:32 +01:00
Fredrik Adelöw
b4e6325654
Merge pull request #8853 from backstage/catalog-backend-permission-integration/entity-ancestry
...
Integrate permissions into `entityAncestry` endpoint in catalog-backend
2022-01-18 14:01:09 +01:00
Patrik Oldsberg
d45cb13107
Apply suggestions from code review
...
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com >
Co-authored-by: Fredrik Adelöw <freben@gmail.com >
2022-01-18 12:52:02 +01:00
Patrik Oldsberg
d1009d3b3e
Merge pull request #8965 from backstage/rugvip/extractor
...
cli,catalog-model: add experimental type definitions with release stage split
2022-01-18 11:06:14 +01:00
dependabot[bot]
c1a6d642bd
build(deps): bump helmet from 4.4.1 to 5.0.1
...
Bumps [helmet](https://github.com/helmetjs/helmet ) from 4.4.1 to 5.0.1.
- [Release notes](https://github.com/helmetjs/helmet/releases )
- [Changelog](https://github.com/helmetjs/helmet/blob/main/CHANGELOG.md )
- [Commits](https://github.com/helmetjs/helmet/compare/v4.4.1...v5.0.1 )
---
updated-dependencies:
- dependency-name: helmet
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-01-18 09:46:53 +00:00
Ben Lambert
65752caad7
Merge pull request #8576 from backstage/blam/refactor-repo-url
...
chore: Refactoring the `RepoUrlPicker`
2022-01-18 10:41:44 +01:00
dependabot[bot]
f815b7e4a4
build(deps): bump @google-cloud/firestore from 4.15.1 to 5.0.2
...
Bumps [@google-cloud/firestore](https://github.com/googleapis/nodejs-firestore ) from 4.15.1 to 5.0.2.
- [Release notes](https://github.com/googleapis/nodejs-firestore/releases )
- [Changelog](https://github.com/googleapis/nodejs-firestore/blob/main/CHANGELOG.md )
- [Commits](https://github.com/googleapis/nodejs-firestore/compare/v4.15.1...v5.0.2 )
---
updated-dependencies:
- dependency-name: "@google-cloud/firestore"
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-01-18 09:20:05 +00:00
Patrik Oldsberg
08fa6a604a
bump typescript to 4.5
...
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com >
2022-01-18 10:11:27 +01:00
Fredrik Adelöw
013301e07b
remove node-fetch from frontend packages
...
Signed-off-by: Fredrik Adelöw <freben@gmail.com >
2022-01-18 09:41:01 +01:00
Fredrik Adelöw
a5c31502ec
Merge pull request #8974 from backstage/freben/ldapjs-clone
...
clone ldapjs input objects
2022-01-18 08:26:23 +01:00
Fredrik Adelöw
021bba18c4
Update readme
...
Signed-off-by: Fredrik Adelöw <freben@gmail.com >
2022-01-17 21:56:26 +01:00
Fredrik Adelöw
3368dc6b62
clone ldapjs input objects
...
Signed-off-by: Fredrik Adelöw <freben@gmail.com >
2022-01-17 20:58:33 +01:00
Fredrik Adelöw
4c176a81d6
Merge pull request #8923 from kuangp/feat/shortcutIcon
...
feat(shortcuts): make sidebar item icon configurable
2022-01-17 18:34:45 +01:00
Fredrik Adelöw
630080141c
Merge pull request #8946 from dweber019/patch-1
...
Export GraphQlDefinitionWidget
2022-01-17 18:33:25 +01:00
Fredrik Adelöw
dda8a168fe
Merge pull request #8947 from markstickley/patch-1
...
Fixed typo and made warning a little clearer
2022-01-17 18:32:46 +01:00
Eric Peterson
47277c0d8c
Bump @spotify/techdocs container to v0.3.6
...
Signed-off-by: Eric Peterson <ericpeterson@spotify.com >
2022-01-17 17:34:01 +01:00
Phil Kuang
c52ae0a73b
feat(shortcuts): make sidebar item icon configurable
...
Signed-off-by: Phil Kuang <pkuang@factset.com >
2022-01-17 11:32:05 -05:00
Djamaile Rahamat
61ded2a863
chore(catalog): export RelatedEntitiesCard component
...
Signed-off-by: djamaile <rdjamaile@gmail.com >
2022-01-17 16:53:37 +01:00
Fredrik Adelöw
aa9030d313
Merge pull request #8681 from backstage/rugvip/assetcache
...
app-backend: store static assets across deployments and improve caching
2022-01-17 16:26:17 +01:00