Fredrik Adelöw
f1f09c350d
Merge pull request #25055 from backstage/freben/restriction-docs
...
add some `accessRestrictions` docs
2024-06-05 16:50:24 +02:00
Patrik Oldsberg
4fbdb21e83
beps/0009: add issue link
...
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com >
2024-06-05 16:26:43 +02:00
Patrik Oldsberg
1576daa31c
beps/0009: add summary
...
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com >
2024-06-05 16:26:15 +02:00
Fredrik Adelöw
289e1107d3
Merge pull request #24903 from JeevaRamanathan/issue_21781
...
Fix: Autocomplete component overlapping sidebar
2024-06-05 16:11:46 +02:00
Patrik Oldsberg
1f60035ab3
beps/0009: explicit goal to be able to discovery plugin from module
...
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com >
2024-06-05 16:11:07 +02:00
Patrik Oldsberg
7aa11037e9
beps/0009: add alternative library format
...
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com >
2024-06-05 16:09:32 +02:00
Patrik Oldsberg
4532e8aab9
beps/0009: add lightweight rollout plan
...
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com >
2024-06-05 15:52:11 +02:00
Patrik Oldsberg
830780d6cf
beps/0009: add conflict resolution
...
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com >
2024-06-05 15:48:02 +02:00
Patrik Oldsberg
30aea8403e
beps/0009: add separate metadata file alternative
...
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com >
2024-06-05 15:47:43 +02:00
Fredrik Adelöw
ae71e388c2
Merge pull request #24895 from leboncoin/fix-overflowtooltip
...
fix(core-components): set variant to inherit on OverflowTooltip Typography
2024-06-05 15:32:35 +02:00
Fredrik Adelöw
5b0e7d3e66
Merge pull request #25069 from backstage/freben/auth-doc
...
document the auth service triplet
2024-06-05 15:04:30 +02:00
Jordan Slott
8d474d390d
Fixes #24996 Add filter function to EntityRelationsGraph to individually filter entities from graph
...
Signed-off-by: Jordan Slott <jordan.slott@twosigma.com >
2024-06-05 08:37:24 -04:00
Fredrik Adelöw
2d5fa73716
document the auth service triplet
...
Signed-off-by: Fredrik Adelöw <freben@gmail.com >
2024-06-05 13:46:56 +02:00
Fredrik Adelöw
15e23227e5
mention shorthands
...
Signed-off-by: Fredrik Adelöw <freben@gmail.com >
2024-06-05 13:40:57 +02:00
Fredrik Adelöw
df8063f7ad
Update docs/auth/service-to-service-auth.md
...
Co-authored-by: Vincenzo Scamporlino <vincenzos@spotify.com >
Signed-off-by: Fredrik Adelöw <freben@gmail.com >
2024-06-05 13:37:28 +02:00
Fredrik Adelöw
f6d9a5f728
Update docs/auth/service-to-service-auth.md
...
Co-authored-by: Vincenzo Scamporlino <vincenzos@spotify.com >
Signed-off-by: Fredrik Adelöw <freben@gmail.com >
2024-06-05 13:37:22 +02:00
JeevaRamanathan
a66a01bfc5
Retrigger Build
...
Signed-off-by: JeevaRamanathan <jeevaramanathan.m@infosys.com >
2024-06-05 16:07:42 +05:30
JeevaRamanathan
106fb68ff8
updated changeset
...
Signed-off-by: JeevaRamanathan <jeevaramanathan.m@infosys.com >
2024-06-05 15:51:32 +05:30
JeevaRamanathan
0e46e1384c
revert back to retrigger
...
Signed-off-by: JeevaRamanathan <jeevaramanathan.m@infosys.com >
2024-06-05 15:49:13 +05:30
Fredrik Adelöw
828c355cf6
Merge pull request #24899 from vadave/remove-tech-radar-sidebar-entry
...
Remove tech radar sidebar entry
2024-06-05 10:48:19 +02:00
Patrik Oldsberg
04c24e47e7
Merge pull request #24136 from backstage/yarn-plugin
...
Add `yarn-plugin-backstage`
2024-06-05 09:58:46 +02:00
Fredrik Adelöw
e880508af0
formatting
...
Signed-off-by: Fredrik Adelöw <freben@gmail.com >
2024-06-05 09:40:56 +02:00
Fredrik Adelöw
c8c0bb95ca
Merge pull request #24973 from backstage/changeset-release/master
...
Version Packages (next)
2024-06-04 18:05:39 +02:00
MT Lewis
573e98b352
yarn-plugin: use findPaths from cli-common instead of custom findWorkspaceRoot implementation
...
Signed-off-by: MT Lewis <mtlewis@users.noreply.github.com >
2024-06-04 17:03:59 +01:00
MT Lewis
95d7234e91
yarn-plugin: expand error message when package is missing from version manifest
...
Signed-off-by: MT Lewis <mtlewis@users.noreply.github.com >
2024-06-04 17:03:59 +01:00
MT Lewis
acc7caa715
yarn-plugin: add some explanatory comments to BackstageResolver
...
Signed-off-by: MT Lewis <mtlewis@users.noreply.github.com >
2024-06-04 17:03:59 +01:00
MT Lewis
c24bc371eb
yarn-plugin: add unit tests
...
Signed-off-by: MT Lewis <mtlewis@users.noreply.github.com >
2024-06-04 17:03:57 +01:00
MT Lewis
7763950ed5
yarn-plugin: ensure getCurrentBackstageVersion works anywhere in the workspace
...
Previously this method only worked in the
workspace root. A bit verbose and manual to make
this work, because it needs to be synchronous.
Signed-off-by: MT Lewis <mtlewis@users.noreply.github.com >
2024-06-04 17:03:57 +01:00
MT Lewis
831b0e6314
yarn-plugin: do not attempt to convert backstage: versions in peerDependencies
...
Yarn does not support protocols other than npm and
workspace for peerDependencies - any other
protocols will produce an error and be converted
to '*' when running yarn. This change matches that
limitation in the beforeWorkspacePacking hook.
Signed-off-by: MT Lewis <mtlewis@users.noreply.github.com >
2024-06-04 17:03:57 +01:00
MT Lewis
97ffd7ec18
yarn-plugin: replace backstage:^ with ^ ranges when packing
...
Signed-off-by: MT Lewis <mtlewis@users.noreply.github.com >
2024-06-04 17:03:57 +01:00
MT Lewis
038f851c28
yarn-plugin: support only "backstage:^"
...
Signed-off-by: MT Lewis <mtlewis@users.noreply.github.com >
2024-06-04 17:03:56 +01:00
MT Lewis
8fb936d9b0
yarn-plugin: add .gitignore for builder output
...
Signed-off-by: MT Lewis <mtlewis@users.noreply.github.com >
2024-06-04 17:03:56 +01:00
MT Lewis
612d471d29
yarn-plugin: handle packing step
...
This commit introduces a beforeWorkspacePacking
hook which converts `backstage:` versions back
into `npm:`` versions when packages are packed for
publish. This allows the `backstage:` protocol to
be used even for packages that are intended to
themselves be published (such as packages in
third-party Backstage plugin monorepos outside
core).
Signed-off-by: MT Lewis <mtlewis@users.noreply.github.com >
2024-06-04 17:03:56 +01:00
MT Lewis
197a51625c
yarn-plugin: api report
...
Signed-off-by: MT Lewis <mtlewis@users.noreply.github.com >
2024-06-04 17:03:56 +01:00
MT Lewis
5eb9dfa82b
build(deps): manually restore previous version of @types/node
...
Looks like we were getting caught by the below
issue, or something related to it. Trying a revert
of the change in resolved version of @types/node
that came along with the new dependencies in
packages/yarn-plugin.
https://github.com/vitejs/vite/issues/15714
Signed-off-by: MT Lewis <mtlewis@users.noreply.github.com >
2024-06-04 17:03:55 +01:00
MT Lewis
eaa7500130
yarn-plugin: add initial version of plugin
...
Signed-off-by: MT Lewis <mtlewis@users.noreply.github.com >
2024-06-04 17:03:54 +01:00
github-actions[bot]
09f502208f
Version Packages (next)
2024-06-04 15:34:15 +00:00
Fredrik Adelöw
3b086b0020
Merge pull request #25012 from Rbillon59/master
...
[Github Scaffolder Module] Add boolean flag to discard authors information in createPullRequest action
2024-06-04 17:27:27 +02:00
Fredrik Adelöw
18971698c4
Expose DefaultSchedulerService from backend-defaults
...
Signed-off-by: Fredrik Adelöw <freben@gmail.com >
2024-06-04 17:15:57 +02:00
Fredrik Adelöw
abe7f87205
Update packages/create-app/templates/default-app/packages/app/src/components/Root/Root.tsx
...
Signed-off-by: Fredrik Adelöw <freben@gmail.com >
2024-06-04 17:15:23 +02:00
Dave Ashby
a77e6a4369
tweak spacing
...
Signed-off-by: Dave Ashby <dave.ashby@potomacsi.com >
2024-06-04 17:15:23 +02:00
Dave Ashby
600db9049a
add comment to sidebar scroll wrapper div
...
Signed-off-by: Dave Ashby <dave.ashby@potomacsi.com >
2024-06-04 17:15:23 +02:00
Dave Ashby
b49897fc5e
address linting rule violation
...
Signed-off-by: Dave Ashby <dave.ashby@potomacsi.com >
2024-06-04 17:15:23 +02:00
Dave Ashby
df3c535173
remove unnecessary Map Icon import
...
Signed-off-by: Dave Ashby <dave.ashby@potomacsi.com >
2024-06-04 17:15:23 +02:00
Dave Ashby
5bd18d59c8
remove duplicate changeset
...
Signed-off-by: Dave Ashby <dave.ashby@potomacsi.com >
2024-06-04 17:15:22 +02:00
Dave Ashby
1a212f9899
Add changeset for tech radar menu removal from scaffolded app
...
Signed-off-by: Dave Ashby <dave.ashby@potomacsi.com >
2024-06-04 17:15:22 +02:00
Dave Ashby
5989919a0f
remove tech radar icon from frontend due to removal of tech-radar plugin
...
Signed-off-by: Dave Ashby <dave.ashby@potomacsi.com >
2024-06-04 17:15:22 +02:00
Fredrik Adelöw
904c9bdb22
add some accessRestrictions docs
...
Signed-off-by: Fredrik Adelöw <freben@gmail.com >
2024-06-04 17:11:31 +02:00
Patrik Oldsberg
72fde4db9a
Merge pull request #25054 from backstage/rugvip/aj
...
create-app: update yarn.lock seed, adding ajv, removing @swc/core
2024-06-04 16:49:59 +02:00
Fredrik Adelöw
be0e1fe3c0
Merge pull request #24858 from SnowBlitzer/jordans/fixDescription
...
Having overflowTooltip inherit font size
2024-06-04 16:13:29 +02:00