Ben Lambert
37057ca114
Merge pull request #16587 from tudi2d/philipph/not-so-core-component
...
Tabs: Remove "not-so-core-component"
2023-04-11 09:50:50 +02:00
Johan Haals
9c7dd379f1
Merge pull request #17300 from backstage/renovate/lint-staged-13.x-lockfile
...
chore(deps): update dependency lint-staged to v13.2.1
2023-04-11 08:03:07 +02:00
Johan Haals
7d0f761b47
Merge pull request #17308 from backstage/dependabot/npm_and_yarn/xml2js-0.5.0
...
Bump xml2js from 0.4.23 to 0.5.0
2023-04-11 07:57:53 +02:00
dependabot[bot]
d3645a62b7
Bump xml2js from 0.4.23 to 0.5.0
...
Bumps [xml2js](https://github.com/Leonidas-from-XIV/node-xml2js ) from 0.4.23 to 0.5.0.
- [Release notes](https://github.com/Leonidas-from-XIV/node-xml2js/releases )
- [Commits](https://github.com/Leonidas-from-XIV/node-xml2js/commits/0.5.0 )
---
updated-dependencies:
- dependency-name: xml2js
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-04-10 21:57:27 +00:00
Jamie Klassen
e7fb011748
skip authorization header for server-side auth ( #17306 )
...
The backend is responsible for appending a bearer token in these cases.
Signed-off-by: Jamie Klassen <jklassen@vmware.com >
2023-04-10 15:12:26 -04:00
headphonejames
8c7d59c923
remove the selectedOptions check from the useEffect hook to allow updates to options when options are included in the query string.
...
Signed-off-by: headphonejames <generalfuzz@gmail.com >
2023-04-10 09:22:09 -07:00
Eric Peterson
719602451e
Test that rollback is only attempted once in all cases.
...
Signed-off-by: Eric Peterson <ericpeterson@spotify.com >
2023-04-10 11:13:36 +02:00
Eric Peterson
b4bbf9e18e
Check that transaction is not completed before attempting rollback
...
Signed-off-by: Eric Peterson <ericpeterson@spotify.com >
2023-04-10 11:12:57 +02:00
Eric Peterson
acb9ae3672
Assert that rollback is not attempted when there are no errors.
...
Signed-off-by: Eric Peterson <ericpeterson@spotify.com >
2023-04-10 11:11:20 +02:00
renovate[bot]
cd1ef4e39d
chore(deps): update dependency lint-staged to v13.2.1
...
Signed-off-by: Renovate Bot <bot@renovateapp.com >
2023-04-09 10:01:53 +00:00
GustavoAdrianGimenez
fbd6f36611
Changeset
...
Signed-off-by: GustavoAdrianGimenez <gustavoadriangimenez@gmail.com >
2023-04-08 18:29:52 -03:00
Fredrik Adelöw
eeb97f6592
Merge pull request #17299 from Bonial-International-GmbH/pjungermann/uffizzi-gitref
...
ci(uffizzi): provide git ref to uffizzi preview-action
2023-04-08 21:53:42 +02:00
GustavoAdrianGimenez
ef155ba5e2
Fix docs disabled condition
...
Signed-off-by: GustavoAdrianGimenez <gustavoadriangimenez@gmail.com >
2023-04-08 11:59:52 -03:00
Fredrik Adelöw
b263a7c75b
Merge pull request #17296 from backstage/dependabot/npm_and_yarn/vm2-3.9.15
...
Bump vm2 from 3.9.14 to 3.9.15
2023-04-08 08:43:19 +02:00
Patrick Jungermann
6ec1b61a37
ci(uffizzi): provide git ref to uffizzi preview-action
...
Relates-to: PR #16721
Signed-off-by: Patrick Jungermann <Patrick.Jungermann@gmail.com >
2023-04-08 03:43:20 +02:00
Patrick Jungermann
a1002df2dc
feat(github): support commit hashes at GithubUrlReader.readTree/search
...
Support commit hashes additionally to branch names at the `GithubUrlReader`'s `readTree` and `search`.
This is achieved by using the "combined commit status" API instead of the branch API
which works with commit hashes and branch names.
When used with branch names, it will return the result for the HEAD of the branch
which is what the branch API was used for before.
We are not really interested in commit statuses, though, and can ignore them.
The "combined commit status" API support branch names with slashes as well, like `branch/name`.
Additionally, this will reduce the number of API calls from 2 to 1 for retrieving the "repo details"
for all cases besides when the default branch has to be resolved and used
(e.g., repo URL without any branch or commit hash).
Relates-to: PR #16721
Signed-off-by: Patrick Jungermann <Patrick.Jungermann@gmail.com >
2023-04-08 03:33:30 +02:00
dependabot[bot]
25ef31a96d
Bump vm2 from 3.9.14 to 3.9.15
...
Bumps [vm2](https://github.com/patriksimek/vm2 ) from 3.9.14 to 3.9.15.
- [Release notes](https://github.com/patriksimek/vm2/releases )
- [Changelog](https://github.com/patriksimek/vm2/blob/master/CHANGELOG.md )
- [Commits](https://github.com/patriksimek/vm2/compare/3.9.14...3.9.15 )
---
updated-dependencies:
- dependency-name: vm2
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-04-08 00:48:02 +00:00
backstage-goalie[bot]
1870471647
Merge pull request #17262 from backstage/renovate/eslint-8.x-lockfile
...
Update dependency eslint to v8.38.0
2023-04-08 00:42:08 +00:00
renovate[bot]
ad11dadb3b
Update dependency eslint to v8.38.0
...
Signed-off-by: Renovate Bot <bot@renovateapp.com >
2023-04-08 00:02:33 +00:00
Thomas Cardonne
1770e86b8c
chore(plugin-adr): update api-report
...
Signed-off-by: Thomas Cardonne <thomas.cardonne@adevinta.com >
2023-04-07 17:41:52 +02:00
GustavoAdrianGimenez
91b7bde16f
Fix disabled docs link comparission
...
Signed-off-by: GustavoAdrianGimenez <gustavoadriangimenez@gmail.com >
2023-04-07 12:14:55 -03:00
GustavoAdrianGimenez
75c0edbfd4
Add docs input and link in bazaar plugin
...
Signed-off-by: GustavoAdrianGimenez <gustavoadriangimenez@gmail.com >
2023-04-07 12:10:10 -03:00
GustavoAdrianGimenez
0aedb6c257
Add docs column to metadata table
...
Signed-off-by: GustavoAdrianGimenez <gustavoadriangimenez@gmail.com >
2023-04-07 11:32:56 -03:00
Eric Peterson
8bcbe27215
Fix tests on node v16
...
Signed-off-by: Eric Peterson <ericpeterson@spotify.com >
2023-04-07 15:52:37 +02:00
Eric Peterson
87ca22ce9c
Close transaction on upstream error
...
Signed-off-by: Eric Peterson <ericpeterson@spotify.com >
2023-04-07 15:52:05 +02:00
Thomas Cardonne
a221836330
feat(plugin-adr): use fetchApi instead of raw fetch
...
Signed-off-by: Thomas Cardonne <thomas.cardonne@adevinta.com >
2023-04-07 11:41:53 +02:00
Fredrik Adelöw
2110bcbf19
Merge pull request #17272 from backstage/renovate/rjsf-core-v5-5.x
...
Update dependency @rjsf/core-v5 to v5.5.2
2023-04-07 09:59:40 +02:00
Fredrik Adelöw
2a0f2fa964
Merge pull request #16320 from sennyeya/async-selects
...
Attempt to show readable names in `EntityOwnerPicker` by loading from the `by-refs` endpoint.
2023-04-06 21:25:16 +02:00
Phil Kuang
3160138d8d
feat(GithubMultiOrgEntityProvider): implement provider
...
Signed-off-by: Phil Kuang <pkuang@factset.com >
2023-04-06 13:39:37 -04:00
Andre Wanlin
c8779cc1d0
Added support for clickable URLs
...
Signed-off-by: Andre Wanlin <67169551+awanlin@users.noreply.github.com >
2023-04-06 12:38:57 -05:00
Fredrik Adelöw
cd874bfaf6
hide the export
...
Signed-off-by: Fredrik Adelöw <freben@gmail.com >
2023-04-06 19:10:40 +02:00
Aramis Sennyey
44f723b8d2
Update changeset.
...
Signed-off-by: Aramis Sennyey <sennyeya@amazon.com >
2023-04-06 19:10:40 +02:00
Aramis Sennyey
d3b8d08bb4
Update API report.
...
Signed-off-by: Aramis Sennyey <sennyeya@amazon.com >
2023-04-06 19:10:40 +02:00
Aramis Sennyey
dbecde0168
Update message.
...
Signed-off-by: Aramis Sennyey <sennyeya@amazon.com >
2023-04-06 19:10:40 +02:00
Aramis Sennyey
483f0cc57f
Update changeset.
...
Signed-off-by: Aramis Sennyey <sennyeya@amazon.com >
2023-04-06 19:10:40 +02:00
Aramis Sennyey
bba158e7ed
Adjust query params on first render.
...
Signed-off-by: Aramis Sennyey <sennyeya@amazon.com >
2023-04-06 19:10:40 +02:00
Aramis Sennyey
820365a34a
Add test case for non-group refs.
...
Signed-off-by: Aramis Sennyey <sennyeya@amazon.com >
2023-04-06 19:10:40 +02:00
Aramis Sennyey
0b42e304f8
Force entity references to be full in the owner picker.
...
Signed-off-by: Aramis Sennyey <sennyeya@amazon.com >
2023-04-06 19:10:40 +02:00
Aramis Sennyey
b39b897a7b
Fix variable names.
...
Signed-off-by: Aramis Sennyey <sennyeya@amazon.com >
2023-04-06 19:10:40 +02:00
Aramis Sennyey
77d3d93c7e
Fix sorting logic and how we handle entities vs entityRefs.
...
Signed-off-by: Aramis Sennyey <sennyeya@amazon.com >
2023-04-06 19:10:37 +02:00
Aramis Sennyey
c2fbe4b145
Fix test cases.
...
Signed-off-by: Aramis Sennyey <sennyeya@amazon.com >
2023-04-06 19:10:21 +02:00
Aramis Sennyey
46c7bf0a44
Return null when no entities to render.
...
Signed-off-by: Aramis Sennyey <sennyeya@amazon.com >
2023-04-06 19:10:21 +02:00
Aramis Sennyey
436b4f50bb
Add namespace check as well.
...
Signed-off-by: Aramis Sennyey <sennyeya@amazon.com >
2023-04-06 19:10:21 +02:00
Aramis Sennyey
3555c2741e
Fix test cases and update async logic.
...
Signed-off-by: Aramis Sennyey <sennyeya@amazon.com >
2023-04-06 19:10:21 +02:00
Aramis Sennyey
487d699993
Update variable name.
...
Signed-off-by: Aramis Sennyey <sennyeya@amazon.com >
2023-04-06 19:10:21 +02:00
Aramis Sennyey
6bd5cade39
Add catalog API report and fix test cases.
...
Signed-off-by: Aramis Sennyey <sennyeya@amazon.com >
2023-04-06 19:10:21 +02:00
Aramis Sennyey
8b7a55b55d
Add comments
...
Signed-off-by: Aramis Sennyey <sennyeya@amazon.com >
2023-04-06 19:10:21 +02:00
Aramis Sennyey
a49fb39df5
Add changeset
...
Signed-off-by: Aramis Sennyey <sennyeya@amazon.com >
2023-04-06 19:10:21 +02:00
Aramis Sennyey
c66531a8eb
Adding test cases and cleaning up.
...
Signed-off-by: Aramis Sennyey <sennyeya@amazon.com >
2023-04-06 19:10:20 +02:00
Aramis Sennyey
d7fa409a72
Set up an async select for user picker to pull additional data.
...
Signed-off-by: Aramis Sennyey <sennyeya@amazon.com >
2023-04-06 19:10:02 +02:00