Eric Peterson
b0875e57c3
Limit pack concurrency to 10 in build-workspace command
...
Signed-off-by: Eric Peterson <ericpeterson@spotify.com >
2024-03-13 14:32:53 +01:00
github-actions[bot]
778bc48921
Version Packages (next)
2024-03-12 13:35:55 +00:00
Patrik Oldsberg
834a2f9f21
Merge pull request #23437 from backstage/camilaibs/techdocs-auth-services-migration
...
[TechDocs] Migrate to use new auth services
2024-03-12 14:22:40 +01:00
Ben Lambert
36d636c76b
Merge pull request #23313 from backstage/blam/sane-config-defaults
...
backend-app-api: Make some arguments optional for `WinstonLogger.create`
2024-03-12 13:44:41 +01:00
Fredrik Adelöw
ab0d5d368b
Merge pull request #22845 from drodil/by_refs_filter
...
feat: allow passing optional filter to getEntityByRefs
2024-03-12 13:30:00 +01:00
blam
30a9a78583
chore: remove nullish
...
Signed-off-by: blam <ben@blam.sh >
2024-03-12 13:15:19 +01:00
Fredrik Adelöw
85ce2f4c2c
Merge pull request #23376 from immobiliare/feat/allow-customizing-config-watch-file
...
feat: allow customizing config watch file
2024-03-12 13:09:52 +01:00
Heikki Hellgren
6f830bb846
feat: allow passing optional filter to getEntityByRefs
...
this closes #22839
Signed-off-by: Heikki Hellgren <heikki.hellgren@op.fi >
2024-03-12 13:11:04 +02:00
Patrik Oldsberg
5fbb3f6e30
Merge pull request #23481 from drodil/signals_service_rename
...
chore: rename SignalService to SignalsService
2024-03-12 11:40:57 +01:00
Heikki Hellgren
6d84ee63ce
chore: rename SignalService to SignalsService
...
Signed-off-by: Heikki Hellgren <heikki.hellgren@op.fi >
2024-03-12 12:01:24 +02:00
Camila Belo
43bf40c812
fix: techdocs cookie mocking date
...
Co-authored-by: Fredrik Adelöw <freben@gmail.com >
Signed-off-by: Camila Belo <camilaibs@gmail.com >
2024-03-12 09:53:51 +01:00
Camila Belo
ff9906b68d
fix: add issue token to dev api
...
Signed-off-by: Camila Belo <camilaibs@gmail.com >
2024-03-12 09:00:51 +01:00
Patrik Oldsberg
580dcf8f09
Merge pull request #23474 from backstage/freben/templar
...
tweak the cli template descriptions a bit for clarity
2024-03-11 17:02:37 +01:00
Fredrik Adelöw
f39dfd344b
tweak the cli template descriptions a bit for clarity
...
Signed-off-by: Fredrik Adelöw <freben@gmail.com >
2024-03-11 15:26:04 +01:00
Fredrik Adelöw
5967162a06
Merge pull request #23468 from awanlin/topic/fix-core-components-mui-imports
...
Updated MUI imports for core-components
2024-03-11 14:46:08 +01:00
Andre Wanlin
ee03f6a730
Updated MUI imports for core-components
...
Signed-off-by: Andre Wanlin <awanlin@spotify.com >
2024-03-11 12:43:43 +01:00
Fredrik Adelöw
e719ff8a95
Merge pull request #23443 from backstage/add-defaultScmResolveUrl-test-cases
...
integration: add some additional test cases for defaultScmResolveUrl
2024-03-11 11:51:32 +01:00
Fredrik Adelöw
87e9ed3ccc
Merge pull request #23349 from backstage/freben/knip
...
update all knip reports
2024-03-09 19:51:19 +01:00
MT Lewis
a2d559b346
integration: add some additional test cases for defaultScmResolveUrl
...
Signed-off-by: MT Lewis <mtlewis@users.noreply.github.com >
2024-03-07 14:17:56 +00:00
Ben Lambert
3f56a14ff5
Merge pull request #23431 from backstage/scm-resolve-improvements
...
@backstage/integration: fix issue with resolving SCM URLs against base with trailing slash
2024-03-07 11:09:29 +01:00
Philipp Hugenroth
b45c9df686
Merge pull request #23311 from backstage/philipph/platform-to-framework
...
Rename open platform to open source framework
2024-03-07 09:22:35 +01:00
MT Lewis
0386fa7fc2
integration: use href from git-url-parse when resolving file urls
...
When parsing a URL with a trailing slash,
git-url-parse drops the trailing slash from the
href and filepath properties on the result, which
is inconsistent with the behavior of the native
URL constructor. Since before we were using the
filepath property from git-url-parse to determine
how much to truncate the pathname from the URL
constructor, we were off-by-one for URLs with a
trailing slash.
After this change, we pass the href property from
git-url-parse to the URL constructor, such that
the amount to truncate the pathname and the
pathname itself are ultimately coming from the
same source.
Signed-off-by: MT Lewis <mtlewis@users.noreply.github.com >
2024-03-06 21:08:57 +00:00
MT Lewis
c52b3c80b1
integration: add some failing tests for defaultScmResolveUrl
...
Discovered some cases with SCM URL resolution that
don't appear to work as intended. This commit adds
some new failing unit tests to demonstrate the
problem, as well as a few new cases that pass to
round out the area of the suite.
Signed-off-by: MT Lewis <mtlewis@users.noreply.github.com >
2024-03-06 20:57:37 +00:00
github-actions[bot]
8db51ca72f
Version Packages (next)
2024-03-05 13:38:18 +00:00
Ben Lambert
a6fddc0f3d
Merge pull request #22591 from deepan10/azure-devops-permission
...
Azure Devops integrated with Permission Framework
2024-03-05 13:24:21 +01:00
Camila Belo
4fd8dffdd9
refactor: apply review suggestions
...
Signed-off-by: Camila Belo <camilaibs@gmail.com >
2024-03-05 11:18:20 +01:00
Camila Belo
0139e4c36e
feat(scaffolder-backend): start migrating to use new auth services
...
Signed-off-by: Camila Belo <camilaibs@gmail.com >
2024-03-05 11:18:18 +01:00
Deepankumar Loganathan
3270b1b4f8
api-reports and changeset added
...
Signed-off-by: Deepankumar Loganathan <deepan0433@gmail.com >
2024-03-05 06:55:39 +01:00
Antonio Musolino
9d91128525
feat: allow customizing config watch file
...
Signed-off-by: Antonio Musolino <antoniomusolino007@gmail.com >
2024-03-04 09:55:25 +01:00
Patrik Oldsberg
5a751116b0
Merge pull request #23354 from backstage/rugvip/schema-fix
...
backend-app-api: fix config secret redactions
2024-03-01 22:13:24 +01:00
Fredrik Adelöw
119a982ab1
Merge pull request #23361 from backstage/styling/breadcrumbs-remove-inline-style
...
Removed inline styling from breadcrumbs
2024-03-01 20:26:37 +01:00
Fredrik Adelöw
7eae16af0c
Merge pull request #23333 from O5ten/fix-sidebar-scroll-wrapper
...
Remove -5px from SidebarScrollWrapper
2024-03-01 20:01:58 +01:00
Fredrik Adelöw
ca767ca08a
Merge pull request #23219 from backstage/styling/table-remove-inline-uppercase
...
Table: Remove textTransform inline styling
2024-03-01 19:45:34 +01:00
Mikael Östberg
0a8a1e95d4
Remove -5px from SidebarScrollWrapper because it covers buttons and makes SidebarSubmenuItems hard to click
...
Signed-off-by: Mikael Östberg <mikael.ostberg@aurorainnovation.com >
2024-03-01 16:26:47 +01:00
Harrison Hogg
5c271fa512
Removed inline styling from breadcrumbs
...
Signed-off-by: Harrison Hogg <hhogg@spotify.com >
2024-03-01 16:14:42 +01:00
Patrik Oldsberg
81e0120678
backend-app-api: fix config secret redactions
...
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com >
2024-03-01 14:07:55 +01:00
Fredrik Adelöw
38f4660f1d
update all knip reports
...
Signed-off-by: Fredrik Adelöw <freben@gmail.com >
2024-03-01 12:59:15 +01:00
Patrik Oldsberg
afa343d94a
Merge pull request #23339 from backstage/rugvip/null-config
...
config: treat null as present but explicitly undefined
2024-03-01 11:09:02 +01:00
Fredrik Adelöw
baf240848c
Merge pull request #23334 from IlyaSavich/fix-knip-fail
...
Send failed process status if knip fails
2024-03-01 11:05:17 +01:00
Patrik Oldsberg
72968bb1ca
Merge pull request #23329 from backstage/rugvip/linkrollback
...
core-components: roll back translation of Link component
2024-02-29 22:13:48 +01:00
Patrik Oldsberg
2ff3e6e8a6
core-components: roll back translation of Link component
...
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com >
2024-02-29 21:56:08 +01:00
Patrik Oldsberg
50cf9df43c
config: treat null as explicitly undefined
...
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com >
2024-02-29 21:34:06 +01:00
Patrik Oldsberg
db8358d6b1
config-loader: forward null values
...
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com >
2024-02-29 21:06:31 +01:00
Patrik Oldsberg
6ea413c7e8
Merge pull request #23302 from drodil/signals_events_service
...
feat(signals,events)!: migrate signals to use events service
2024-02-29 18:04:33 +01:00
Fredrik Adelöw
e94efc1805
Merge pull request #23330 from backstage/freben/nofilter
...
fix filter in createConfigSecretEnumerator
2024-02-29 17:03:38 +01:00
Ilya Savich
8bfcc502f5
Send failed process status if knip fails
...
Signed-off-by: Ilya Savich <isavich@box.com >
2024-02-29 15:12:11 +01:00
Fredrik Adelöw
f235ca7982
fix filter in createConfigSecretEnumerator
...
Signed-off-by: Fredrik Adelöw <freben@gmail.com >
2024-02-29 14:10:39 +01:00
Fredrik Adelöw
ce0adea1d6
Merge pull request #23293 from punkle/patch-7
...
Remove await not needed
2024-02-29 13:35:48 +01:00
Heikki Hellgren
daf85dc4ab
feat(signals,events)!: migrate signals to use events service
...
+ allow defining event paylod in events service
Signed-off-by: Heikki Hellgren <heikki.hellgren@op.fi >
2024-02-28 16:00:26 +02:00
Fredrik Adelöw
84b1bc7da7
Merge pull request #23139 from backstage/philipph/templates-prettier
...
Fix template prettier issues
2024-02-28 14:38:20 +01:00