Adam Harvey
|
60ba48c591
|
chore(docs): Improve API reference wording
Signed-off-by: Adam Harvey <33203301+adamdmharvey@users.noreply.github.com>
|
2024-01-26 11:06:50 -05:00 |
|
Fredrik Adelöw
|
afe7af72fd
|
Merge pull request #22246 from secustor/fix/rate-limit-message
fix(Github): use `x-ratelimit-remaining` and 429 status code for rate limit detection
|
2024-01-26 13:43:24 +01:00 |
|
Patrik Oldsberg
|
920715f98b
|
Merge pull request #22530 from backstage/rugvip/eslintfix
eslint-plugin: fix tests not restoring cwd
|
2024-01-26 10:33:12 +01:00 |
|
Patrik Oldsberg
|
e93bc4fc13
|
eslint-plugin: fix tests not restoring cwd
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
|
2024-01-26 10:12:50 +01:00 |
|
secustor
|
75b51a87b6
|
return interface instead of boolean
Signed-off-by: secustor <sebastian@poxhofer.at>
|
2024-01-25 19:32:54 +01:00 |
|
Ben Lambert
|
206c6367a8
|
Merge pull request #22509 from backstage/rugvip/notree
frontend-app-api: remove experimental createExtensionTree API
|
2024-01-25 15:45:33 +01:00 |
|
Fredrik Adelöw
|
b4c7f8a059
|
Merge pull request #22454 from jvilimek/21777-bump-score-card-0.8.0
score-card bumped to 0.8.0
|
2024-01-25 14:44:37 +01:00 |
|
blam
|
04b598ff2f
|
chore: remove the extension tree from the app root
Signed-off-by: blam <ben@blam.sh>
|
2024-01-25 14:41:19 +01:00 |
|
Patrik Oldsberg
|
bdf4a8e176
|
frontend-app-api: remove experimental createExtensionTree API
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
|
2024-01-25 14:38:36 +01:00 |
|
blam
|
f170e17d38
|
chore: remove azure sites from example backend
Signed-off-by: blam <ben@blam.sh>
|
2024-01-25 13:26:51 +01:00 |
|
Fredrik Adelöw
|
d09d2b6733
|
Merge pull request #22468 from Bonial-International-GmbH/mohmann/bitbucket-auth-default-scopes
fix(auth): use default scope `account` for Bitbucket auth
|
2024-01-25 11:32:51 +01:00 |
|
jvilimek
|
d218d5c100
|
Merge branch 'master' into 21777-bump-score-card-0.8.0
Signed-off-by: jvilimek <jvilimek@users.noreply.github.com>
|
2024-01-24 22:44:15 +01:00 |
|
Deepankumar Loganathan
|
8cc5835c38
|
comments & plugin fixed
Signed-off-by: Deepankumar Loganathan <deepan0433@gmail.com>
|
2024-01-24 10:45:49 +01:00 |
|
Deepankumar
|
94e17d98dc
|
Azure Site Plugin Auth permission added
Signed-off-by: Deepankumar <deepan0433@gmail.com>
|
2024-01-24 10:45:49 +01:00 |
|
Patrik Oldsberg
|
0912560a8f
|
Merge pull request #22464 from backstage/rugvip/route-api
frontend-*: add and use RouteResolutionsApi
|
2024-01-23 19:37:00 +01:00 |
|
Martin Ohmann
|
7da67ce937
|
fix(auth): use default scope account for Bitbucket auth
Fixes https://github.com/backstage/backstage/issues/22383
The scope `team` does not exist, a list of valid OAuth2 scopes can be
found here:
- https://developer.atlassian.com/cloud/bitbucket/rest/intro/#bitbucket-oauth-2-0-scopes
The `passport-bitbucket-oauth2` package implementing OAuth2 for
Bitbucket under the hood uses the `/2.0/user` API to retrieve the user
information, which requires the `account` scope:
- https://developer.atlassian.com/cloud/bitbucket/rest/api-group-users/#api-user-get
- https://github.com/bithound/passport-bitbucket-oauth2/blob/master/lib/passport-bitbucket/strategy.js#L60
Signed-off-by: Martin Ohmann <martin.ohmann@bonial.com>
|
2024-01-23 17:59:31 +01:00 |
|
Patrik Oldsberg
|
bc621aaa3d
|
frontend-*: add and use RouteResolutionsApi
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
|
2024-01-23 16:27:12 +01:00 |
|
github-actions[bot]
|
185d5ea0b0
|
Version Packages (next)
|
2024-01-23 13:57:50 +00:00 |
|
Patrik Oldsberg
|
b0afe4fc19
|
Merge pull request #22434 from backstage/rugvip/authentry
cli: add support for a separate /public entry point
|
2024-01-23 13:58:21 +01:00 |
|
Patrik Oldsberg
|
f518683b97
|
cli: switch experimental /auth entry to index-public-experimental at /public instead
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
|
2024-01-23 13:40:44 +01:00 |
|
jvilimek
|
b36170add0
|
score-card bumped to 0.8.0
Signed-off-by: jvilimek <jvilimek@users.noreply.github.com>
|
2024-01-22 22:20:52 +01:00 |
|
Patrik Oldsberg
|
f5b09c3a49
|
cli: bump react version in templates
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
|
2024-01-22 17:44:01 +01:00 |
|
Patrik Oldsberg
|
14cfd4076b
|
Merge pull request #22257 from backstage/collect-legacy-routes-throws
collectLegacyRoutes throws error in case invalid element is found
|
2024-01-22 14:16:12 +01:00 |
|
Patrik Oldsberg
|
9b7c6c8dd5
|
cli: add experimental warning for auth entry point build
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
|
2024-01-22 13:54:47 +01:00 |
|
Patrik Oldsberg
|
e7316e76fc
|
cli: use correct public path for /auth entry point bundles
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
|
2024-01-22 13:44:15 +01:00 |
|
Patrik Oldsberg
|
3a46297ddf
|
app: fix auth entry point redirect
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
|
2024-01-22 13:42:41 +01:00 |
|
Vincenzo Scamporlino
|
ad0835c051
|
core-compat-api: add tests
Signed-off-by: Vincenzo Scamporlino <vincenzos@spotify.com>
|
2024-01-22 10:05:49 +01:00 |
|
Vincenzo Scamporlino
|
78fabde362
|
core-compat-api: add link todo
Signed-off-by: Vincenzo Scamporlino <vincenzos@spotify.com>
|
2024-01-22 10:05:16 +01:00 |
|
Patrik Oldsberg
|
47c686e4a1
|
cli: switch app auth entry to be a separate compilation
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
|
2024-01-22 09:55:41 +01:00 |
|
Patrik Oldsberg
|
8968cda34f
|
example-app: add separate auth entry point
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
|
2024-01-22 09:55:41 +01:00 |
|
Patrik Oldsberg
|
c624938226
|
cli: add optional auth entry point for apps
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
|
2024-01-22 09:55:41 +01:00 |
|
Vincenzo Scamporlino
|
32b4a2eebf
|
core-compat-api: throw error if element cannot be converted
Signed-off-by: Vincenzo Scamporlino <vincenzos@spotify.com>
|
2024-01-22 08:15:01 +01:00 |
|
Vincenzo Scamporlino
|
4212a53acd
|
Apply suggestions from code review
Co-authored-by: Fredrik Adelöw <freben@gmail.com>
Signed-off-by: Vincenzo Scamporlino <vincenzos@spotify.com>
|
2024-01-22 08:01:04 +01:00 |
|
Patrik Oldsberg
|
d5daf7032f
|
Merge pull request #22298 from sennyeya/openapi-one-of-support-template
feat(openapi-tooling): Add support for `oneOf` in generated clients
|
2024-01-22 01:18:22 +01:00 |
|
Patrik Oldsberg
|
d6e1492976
|
Merge pull request #22367 from backstage/renovate/json-schema-to-ts-2.x-lockfile
fix(deps): update dependency json-schema-to-ts to v2.12.0
|
2024-01-21 18:57:31 +01:00 |
|
Patrik Oldsberg
|
bb71cccd55
|
Merge pull request #22352 from sennyeya/openapi-tooling/plugin-id
feat(openapi-tooling): Update template to use `info.title` as plugin ID
|
2024-01-21 18:43:20 +01:00 |
|
Aramis
|
5ed7314300
|
add attribution for each file
Signed-off-by: Aramis <sennyeyaramis@gmail.com>
|
2024-01-21 10:50:44 -05:00 |
|
Aramis
|
1f5de82fc7
|
updating templates to be more in line with expected backstage types.
Signed-off-by: Aramis <sennyeyaramis@gmail.com>
|
2024-01-21 10:50:44 -05:00 |
|
Aramis
|
88581bd8c8
|
update to use the shared additional properties template
Signed-off-by: Aramis <sennyeyaramis@gmail.com>
|
2024-01-21 10:50:44 -05:00 |
|
Aramis
|
cb60e97bd8
|
feat(openapi-tooling): Add support for oneOf.
Signed-off-by: Aramis <sennyeyaramis@gmail.com>
|
2024-01-21 10:50:44 -05:00 |
|
Patrik Oldsberg
|
2e248d0c46
|
Merge pull request #22041 from awanlin/topic/devtools-alpha-di
[DevTools] Added alpha support for the New Frontend System
|
2024-01-21 11:31:37 +01:00 |
|
Patrik Oldsberg
|
2e9ce25b87
|
Merge branch 'master' into feat/resource-icon
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
|
2024-01-20 16:18:35 +01:00 |
|
Fredrik Adelöw
|
3eae505e77
|
Merge pull request #22402 from backstage/freben/resolveInputData
improve `resolveInputData` error messaging
|
2024-01-20 15:31:36 +01:00 |
|
Fredrik Adelöw
|
e24c7b73b5
|
Merge pull request #22403 from backstage/freben/routebindconfig
simplify route bindings in config
|
2024-01-20 15:30:41 +01:00 |
|
Patrik Oldsberg
|
dae62494cd
|
Merge pull request #21151 from backstage/philipph/create-plugin-packages
Update dependency versions in default frontend plugin templates
|
2024-01-20 11:28:33 +01:00 |
|
Fredrik Adelöw
|
e0a4dd1a2f
|
improve resolveInputData error messaging
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
|
2024-01-20 11:24:58 +01:00 |
|
Fredrik Adelöw
|
86346c2c11
|
simplify route bindings in config
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
|
2024-01-20 11:23:03 +01:00 |
|
Patrik Oldsberg
|
475fd94380
|
Merge pull request #22264 from gauriimaheshwarii/backend
[fix]: export module as a default
|
2024-01-20 10:42:26 +01:00 |
|
renovate[bot]
|
551616a7f6
|
fix(deps): update opentelemetry-js monorepo
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2024-01-19 15:58:39 +00:00 |
|
Fredrik Adelöw
|
2067689453
|
fixes
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
|
2024-01-19 16:13:20 +01:00 |
|