Eric Peterson
7f221c6c6b
Merge pull request #7079 from backstage/vinzscam/search-type-storybook
...
search-type: add to storybook
2021-09-10 20:40:11 +02:00
Patrik Oldsberg
de5717872d
auth-backend: throw error if OIDC IdP does not have a userinfo endpoint
...
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com >
2021-09-10 16:16:44 +02:00
Vincenzo Scamporlino
7bd1a87e15
fix comments
...
Signed-off-by: Vincenzo Scamporlino <me@vinzscam.dev >
2021-09-10 15:05:09 +02:00
Fredrik Adelöw
977710cf3c
Merge pull request #7015 from backstage/freben/saml-3-bump
...
Bump `passport-saml` to version 3
2021-09-10 14:29:23 +02:00
Ben Lambert
00ede8218d
Merge pull request #6781 from backstage/orkohunter/remove-legacy-sample-templates
...
scaffolder-backend: remove legacy sample-templates based on cookiecutter
2021-09-10 14:28:38 +02:00
Johan Haals
b78d4b03bd
Merge pull request #7106 from goober/feature/upgrade-git-url-parse
...
chore(deps) bump git-url-parse from 11.4.4 to 11.6.0
2021-09-10 13:25:17 +02:00
Ben Lambert
25a613bdd7
Merge pull request #7110 from vierno/fix/gitlab-refresh
...
fix(auth-backend): update Gitlab refresh token on refresh
2021-09-10 13:01:16 +02:00
Johan Haals
c6c5a92e92
format
...
Signed-off-by: Johan Haals <johan.haals@gmail.com >
2021-09-10 10:11:27 +02:00
Oliver Sand
7500bc86ea
Merge pull request #7096 from SDA-SE/feat/explore-groups-design
...
Make styling of groups tab in the explore page use the Backstage theme
2021-09-09 19:10:50 +02:00
github-actions[bot]
866ec85375
Version Packages
2021-09-09 14:47:05 +00:00
Guilherme Vierno
560d6810f0
fix(auth-backend): update gitlab refresh token on refresh
...
Signed-off-by: Guilherme Vierno <guilhermevierno@gmail.com >
2021-09-09 10:34:27 -03:00
Mathias Åhsberg
96fef17a18
chore(deps) bump git-url-parse from 11.4.4 to 11.6.0
...
Signed-off-by: Mathias Åhsberg <mathias.ahsberg@resurs.se >
2021-09-09 07:34:26 +00:00
Johan Haals
4aaebb91bd
Merge pull request #7100 from backstage/jhaals/remove-deprecated-types
...
catalog-backend: Drop support for deprecated location types
2021-09-09 09:10:07 +02:00
Johan Haals
af05164b67
chore: fix tests
...
Signed-off-by: Johan Haals <johan.haals@gmail.com >
2021-09-08 13:49:28 +02:00
Oliver Sand
5d79be7fb3
Use style similar to material buttons
...
Signed-off-by: Oliver Sand <oliver.sand@sda-se.com >
2021-09-08 13:39:36 +02:00
Johan Haals
1797c5ce5d
catalog-backend: Drop support for deprecated location types
...
Signed-off-by: Johan Haals <johan.haals@gmail.com >
2021-09-08 13:33:17 +02:00
hiba-aldalaty
c299e90a26
Disable all buttons in the final step in template when 'Create' button is clicked in template.
...
Signed-off-by: hiba-aldalaty <hibaaldalaty@gmail.com >
2021-09-08 11:43:19 +01:00
Hiba Al Dalaty
6c87b376c4
Merge branch 'backstage:master' into issue-7045/disable-template-create-button
2021-09-08 10:37:18 +01:00
Oliver Sand
db6d2789e7
Make styling of groups tab in the explore page use the Backstage theme
...
Signed-off-by: Oliver Sand <oliver.sand@sda-se.com >
2021-09-08 11:06:35 +02:00
Dominik Henneke
9ad1fd628d
Merge pull request #7055 from SDA-SE/feat/placeholder-resolve
...
Use `ScmIntegrationRegistry#resolveUrl` in the placeholder processors instead of a custom implementation
2021-09-08 10:39:55 +02:00
Dominik Henneke
93917b72c1
Forward the error message
...
Signed-off-by: Dominik Henneke <dominik.henneke@sda-se.com >
2021-09-08 09:58:57 +02:00
Dominik Henneke
9554de545b
Merge remote-tracking branch 'upstream/master' into feat/placeholder-resolve
2021-09-08 09:58:07 +02:00
Oliver Sand
70718686f1
Use correct Link in ownership card to avoid a full reload of the app while navigating
...
Signed-off-by: Oliver Sand <oliver.sand@sda-se.com >
2021-09-07 16:23:09 +02:00
Oliver Sand
6ad8fe1a0a
Make ownership card style customizable via custom theme.getPageTheme()
...
Signed-off-by: Oliver Sand <oliver.sand@sda-se.com >
2021-09-07 16:23:08 +02:00
Vincenzo Scamporlino
f6188773a5
search-type: add to storybook
...
Signed-off-by: Vincenzo Scamporlino <me@vinzscam.dev >
2021-09-06 17:00:29 +02:00
Fredrik Adelöw
c30771467c
Merge pull request #7077 from pawelmitka/scaffolder_webhook_actions_names
...
feat(plugin-scaffolder-backend): Validate webhook event names
2021-09-06 14:28:36 +02:00
@pawelmitka
cd8da26d21
fix: revert api-report.md changes
...
Signed-off-by: @pawelmitka <pawel.mitka@brainly.com >
2021-09-06 13:24:45 +02:00
@pawelmitka
21ccd49970
feat(plugin-scaffolder-backend): Validate webhook event names
...
Webhook event names are validated against Octokit Webhooks `emitterEventNames`. Note `emitterEventNames` contains event/action combinations as well that are comma delimited. Therefore, extracting strings without '.' provides list of all events.
"@octokit/webhooks" version 9.14.0 is the minimum requirement because this is a version where I introduced exported `emitterEventNames` to be used here.
Signed-off-by: @pawelmitka <pawel.mitka@brainly.com >
2021-09-06 13:10:57 +02:00
Eric Peterson
3a868d8800
ConfigReader-ify SearchBar test.
...
Signed-off-by: Eric Peterson <ericpeterson@spotify.com >
2021-09-06 09:30:35 +02:00
Eric Peterson
97e13d178d
Prevent chromatic build error on SearchBar
...
Signed-off-by: Eric Peterson <ericpeterson@spotify.com >
2021-09-05 21:46:04 +02:00
Patrik Oldsberg
88f1597175
Merge pull request #7068 from backstage/rugvip/cleanup
...
plugins/todo: properly export types and avoid usage of deprecated functions
2021-09-05 12:18:22 +02:00
Patrik Oldsberg
9fbd23c7e5
plugins/todo: replace usage of deprecated serializeEntityRef
...
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com >
2021-09-04 17:42:41 +02:00
Patrik Oldsberg
fcc206cfc7
plugins/todo: fix warnings in api-reports
...
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com >
2021-09-04 17:41:36 +02:00
OscarDHdz
3acf5988f3
Fix Template Load Error
...
Signed-off-by: OscarDHdz <v-ohernandez@expediagroup.com >
2021-09-03 09:43:35 -05:00
Ruben Lindström
7f00902d97
Search Bar Home Page Component ( #7013 )
...
feat: add search bar home page component
2021-09-03 14:50:14 +02:00
hiba-aldalaty
49c3f2bbbb
Disable Create button in template after initial click
...
Signed-off-by: hiba-aldalaty <hibaaldalaty@gmail.com >
2021-09-03 09:57:03 +01:00
Dominik Henneke
dbb9527878
Use ScmIntegrationRegistry#resolveUrl in the placeholder processors instead of a custom implementation
...
Signed-off-by: Dominik Henneke <dominik.henneke@sda-se.com >
2021-09-03 10:41:55 +02:00
Fredrik Adelöw
f38887d59c
Merge pull request #7051 from twonds/fix/backstage-scaffolder-backend/fetch-template-file-permissions
...
fix: scaffolder backend fetch:template preserves file permissions when templating
2021-09-02 20:07:53 +02:00
Christopher Zorn
a5c71b627c
log: change the way the file mode is logged
...
Signed-off-by: Christopher Zorn <czorn@flexport.com >
2021-09-02 10:12:52 -07:00
Patrik Oldsberg
bc8520f8cb
Merge pull request #7049 from backstage/rugvip/todo
...
todo: fix TodoList table column widths
2021-09-02 18:32:21 +02:00
Patrik Oldsberg
a3734ba27d
todo: fix TodoList table column widths
...
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com >
2021-09-02 17:19:30 +02:00
Fredrik Adelöw
0d7f928b41
Merge pull request #6955 from bolcom/default-catalog-collator-filter
...
Allow the entities indexed by DefaultCatalogCollator to be filtered by kind
2021-09-02 16:44:47 +02:00
Roy Jacobs
800a95bace
Use the CatalogClient to perform the request to the catalog backend
...
Signed-off-by: Roy Jacobs <roy.jacobs@gmail.com >
2021-09-02 15:02:24 +02:00
github-actions[bot]
45a681aa6a
Version Packages
2021-09-02 10:41:57 +00:00
Patrik Oldsberg
ff5395a57c
Merge pull request #6512 from pschildkamp/auth_handler_and_sign-in_resolvers_oauth2
...
Auth handler and sign in resolvers oauth2
2021-09-02 12:35:38 +02:00
Fredrik Adelöw
3e47afe9c2
Merge pull request #7028 from pawelmitka/webhook_default_secret
...
feat(plugin-scaffolder-backend): Default GitHub Webhook Action secret
2021-09-02 12:17:40 +02:00
Oliver Sand
52f7d149ac
Merge pull request #6815 from SDA-SE/feat/search-paging
...
Implement cursor-based paging in search
2021-09-02 11:24:10 +02:00
@pawelmitka
5783b0dc27
refactor: rename webhookSecretDefault to defaultWebhookSecret
...
Signed-off-by: @pawelmitka <pawel.mitka@brainly.com >
2021-09-02 11:06:06 +02:00
Oliver Sand
dba58584c3
Update api report
...
Signed-off-by: Oliver Sand <oliver.sand@sda-se.com >
2021-09-02 10:50:57 +02:00
Oliver Sand
f8546dadbf
Force adopters to include the search result pager on their own
...
Signed-off-by: Oliver Sand <oliver.sand@sda-se.com >
2021-09-02 10:22:42 +02:00