Niklas Aronsson
1dd12349d1
Bazaar plugin: Remove 'Router' as 'RoutedTabs' children
...
During the 'react-router-dom' upgrades the Bazaar routing broke. This
patch removes the wrapping 'Router' from the 'RouterTabs' children.
Opening the Bazaar plugin would result in the followin error:
"A <Route> is only ever to be used as the child of <Routes> element,
never rendered directly. Please wrap your <Route> in a <Routes>."
Also removed 'react-router-dom' as a peer dependency of the bazaar
plugin.
Signed-off-by: Niklas Aronsson <niklasar@axis.com >
2022-09-10 17:54:13 +02:00
Fredrik Adelöw
b470e6c325
Merge pull request #13586 from jrwpatterson/master
...
Auth0 allow adding the audience to access api permissions
2022-09-09 08:49:38 +02:00
Fredrik Adelöw
e62a4f59f7
Merge pull request #13522 from mufaddal7/scaffolder/error-handling
...
Scaffolder - Addition of Dismissable Error Banner
2022-09-09 08:48:01 +02:00
mufaddal motiwala
b55966c460
fix props
...
Signed-off-by: mufaddal motiwala <mufaddalmm.52@gmail.com >
2022-09-09 11:03:45 +05:30
Joe Patterson
69d478d5b4
Merge branch 'backstage:master' into master
2022-09-09 10:31:27 +10:00
Fredrik Adelöw
e9ab80907e
Merge pull request #13583 from taras/tm/add-verify-entity-to-catalog-client
...
Add validateEntity to catalog client
2022-09-08 19:21:36 +02:00
Joe Patterson
018b7ec1f3
update provider for changes in review and update changeset message
...
Signed-off-by: Joe Patterson <jrwpatterson@gmail.com >
2022-09-08 20:33:54 +10:00
Joe Patterson
3db53bbfa3
fix prettier error
...
Signed-off-by: Joe Patterson <jrwpatterson@gmail.com >
2022-09-08 19:49:32 +10:00
Fredrik Adelöw
dedb77a5e1
Merge pull request #13580 from kuangp/feat/tagPicker/counts
...
feat(EntityTagPicker): support showing option counts
2022-09-08 11:31:42 +02:00
Johan Haals
c09c6e3ab1
Merge pull request #13575 from RoadieHQ/expose-refresh-on-entity-providers
...
feat: add refresh to EntityProviderConnection
2022-09-08 11:02:07 +02:00
Joe Patterson
644b267bde
fix the session issue by copying okta
...
Signed-off-by: Joe Patterson <jrwpatterson@gmail.com >
2022-09-08 18:41:15 +10:00
Joe Patterson
3152ca4b74
run prettier
...
Signed-off-by: Joe Patterson <jrwpatterson@gmail.com >
2022-09-08 14:25:20 +10:00
Joe Patterson
64fe8e1213
change auth0 passport to the correct passport-auth0 package and allow passing the audience into the auth for api
...
Signed-off-by: Joe Patterson <jrwpatterson@gmail.com >
2022-09-08 13:52:34 +10:00
Taras
93a1072a0a
Updated tests to include validateEntity in mocks
...
Signed-off-by: Taras <tarasm@gmail.com >
2022-09-07 18:12:01 -04:00
Patrik Oldsberg
67acd209cf
kubernetes-backend: ignore taffydb vulnerability
...
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com >
2022-09-07 22:24:09 +02:00
Phil Kuang
c86741a052
feat(EntityTagPicker): support showing option counts
...
Signed-off-by: Phil Kuang <pkuang@factset.com >
2022-09-07 12:05:58 -04:00
Kiss Miklos
9743bc788c
use object as param in refresh function
...
Signed-off-by: Kiss Miklos <miklos@roadie.io >
2022-09-07 17:16:54 +02:00
Patrik Oldsberg
b8b2d4ab04
Merge pull request #13539 from tomasaschan/plugin-kubernetes/reset-error
...
Reset error on success path
2022-09-07 14:33:05 +02:00
Kiss Miklos
fabd576219
add new api-report.md
...
Signed-off-by: Kiss Miklos <miklos@roadie.io >
2022-09-07 14:21:35 +02:00
Kiss Miklos
652dc0fa0c
fix tests
...
Signed-off-by: Kiss Miklos <miklos@roadie.io >
2022-09-07 14:03:47 +02:00
Kiss Miklos
6e63bc43f2
add changeset
...
Signed-off-by: Kiss Miklos <miklos@roadie.io >
2022-09-07 13:58:39 +02:00
Patrik Oldsberg
32ecbd449e
Merge pull request #13572 from backstage/rugvip/onlydep
...
switch @types/jest to only be depended on by @backstage/cli
2022-09-07 13:18:09 +02:00
Kiss Miklos
858833a4d5
add refresh to connection
...
Signed-off-by: Kiss Miklos <miklos@roadie.io >
2022-09-07 13:08:54 +02:00
Patrik Oldsberg
7d47def9c4
switch @types/jest to only be depended on by @backstage/cli
...
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com >
2022-09-07 11:29:12 +02:00
Ben Lambert
c4a78ec311
Merge pull request #13555 from clemensheithecker/master
...
Update README.md for @backstage/plugin-badges
2022-09-07 10:38:10 +02:00
Patrik Oldsberg
50467bc15b
scaffolder-backend: use 3 parallel workers by default
...
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com >
2022-09-06 17:52:51 +02:00
github-actions[bot]
f275697d2b
Version Packages (next)
2022-09-06 13:11:16 +00:00
Patrik Oldsberg
fc3f9cea9c
Merge pull request #13506 from phaakmat/githubPullRequest-throttling-option
...
Disable octokit throttling
2022-09-06 15:03:34 +02:00
Tomas Aschan
d12becfc00
Document (non-breaking) API changes
...
Signed-off-by: Tomas Aschan <tomasl@spotify.com >
2022-09-06 14:50:52 +02:00
Pascal Haakmat
0fbf7c146e
Update api-report.md
...
Signed-off-by: Pascal Haakmat <pascalhaakmat@funda.nl >
2022-09-06 14:41:04 +02:00
Pascal Haakmat
059e7818cf
Remove throttling option => always disable it
...
Signed-off-by: Pascal Haakmat <pascalhaakmat@funda.nl >
2022-09-06 14:33:09 +02:00
Anders Näsman
98a5e69afd
Merge pull request #13050 from tragiclifestories/gcs-project-id
...
Add projectId config option to GCS techdocs publisher
2022-09-06 13:11:49 +02:00
Anders Näsman
4c33b249a0
Merge pull request #13527 from drankou/drankou/techdocs-scroll-fix
...
fix(techdocs): Fix scrolling for anchors on the current page
2022-09-06 11:53:33 +02:00
Clemens Stefan Heithecker
e5a13e9289
Update README.md
...
Fix unclear installation instructions.
Signed-off-by: Clemens Stefan Heithecker <48448358+clemensheithecker@users.noreply.github.com >
2022-09-06 11:51:41 +02:00
Fredrik Adelöw
3612e97174
Merge pull request #13550 from backstage/renovate/msw-0.x
...
chore(deps): update dependency msw to ^0.47.0
2022-09-06 09:51:25 +02:00
Fredrik Adelöw
9b0479fe0e
Merge pull request #13487 from tanguyantoine/feat/allow-jenkins-plugin-to-send-extra-headers
...
feat(jenkins-backend): extend config to allow passing extra headers
2022-09-06 09:22:41 +02:00
renovate[bot]
667d917488
chore(deps): update dependency msw to ^0.47.0
...
Signed-off-by: Renovate Bot <bot@renovateapp.com >
2022-09-06 07:09:16 +00:00
Tomas Aschan
2340880b05
Format with prettier
...
Signed-off-by: Tomas Aschan <tomasl@spotify.com >
2022-09-05 23:54:13 +02:00
Tomas Aschan
a638348c8b
Automated whitespace changes
...
Signed-off-by: Tomas Aschan <tomasl@spotify.com >
2022-09-05 23:30:28 +02:00
Tomas Aschan
5d0eff2e00
Set data and error atomically
...
Signed-off-by: Tomas Aschan <tomasl@spotify.com >
2022-09-05 23:30:28 +02:00
Tomas Aschan
8da70d0fc1
Implement regression tests
...
Signed-off-by: Tomas Aschan <tomasl@spotify.com >
2022-09-05 23:30:27 +02:00
Tomas Aschan
9f8dd192c9
Reset error on success path
...
If a re-render - or simply the intervalMs parameter - causes a retry that
turns a previously failed operation into a successful one, the error was
previously not reset, resulting in the somewhat odd combination of an
error message and a full, successful, response data object.
This change ensures that the error state is reset every time an operation
succeeds, so the UI state remains consistent.
Signed-off-by: Tomas Aschan <tomasl@spotify.com >
2022-09-05 23:30:26 +02:00
TANGUY Antoine (SIB)
47952621dc
feat(jenkins-backend): extend config to allow passing extra headers
...
Signed-off-by: TANGUY Antoine (SIB) <tanguyantoine@users.noreply.github.com >
2022-09-05 14:34:19 +02:00
Patrik Oldsberg
7a95c705fa
techdocs: fix addons not rendering on subpages with react router v6
...
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com >
2022-09-05 12:30:19 +02:00
Patrik Oldsberg
8f854f1a66
Merge pull request #13525 from backstage/rugvip/missing
...
stack-overflow-backend: add missing CLI dep
2022-09-05 11:22:25 +02:00
Patrik Oldsberg
15da1b8c63
stack-overflow-backend: add missing CLI dep
...
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com >
2022-09-05 11:21:40 +02:00
Johan Haals
cd4fd0bec4
Merge pull request #13387 from marcus-crane/github-catalog-topic-filter
...
Add support to GithubEntityProvider for including (or excluding) Github repositories by topic
2022-09-05 11:13:21 +02:00
drankou
e97d616f08
Fix scrolling for anchors on the current page
...
Signed-off-by: drankou <aliaksandr.drankou@productboard.com >
2022-09-05 10:56:27 +02:00
Johan Haals
973b1b2277
Merge pull request #13357 from afscrome/patch-2
...
Clarified permissions required for `github-pull-requests-board-plugin`
2022-09-05 10:39:15 +02:00
Patrik Oldsberg
d9818073d3
Merge pull request #13518 from backstage/rugvip/nodiff
...
cli: deprecate plugin:diff command
2022-09-05 10:30:33 +02:00