Ben Lambert
ef0e67d714
Merge pull request #25764 from Teo-ShaoWei/shaowei/fix-scaffolder-catalog-write
...
fix: scaffolder action catalog:write not working in nested folders
2024-07-29 10:21:07 +02:00
Ben Lambert
352a15bef0
Merge pull request #25813 from awanlin/docs/update-intro-title
...
Updated intro title
2024-07-29 10:19:06 +02:00
Ben Lambert
d07574368d
Merge pull request #25810 from awanlin/docs/docker-refactors
...
Updated various Docker items
2024-07-29 10:18:37 +02:00
Ben Lambert
725f470575
Update thick-hotels-know.md
...
Signed-off-by: Ben Lambert <ben@blam.sh >
2024-07-29 10:09:12 +02:00
Ben Lambert
e35174b867
Merge pull request #25803 from backstage/memoize-manifest-fetching-in-yarn-plugin
...
yarn-plugin: memoize manifest fetching
2024-07-29 10:01:13 +02:00
Ben Lambert
7221209610
Merge pull request #25793 from parmar-abhinav/master-code-14
...
Added examples for github:environment:create action and improve its test cases
2024-07-29 09:41:40 +02:00
Ben Lambert
03feda7fcd
Merge pull request #25787 from backstage/renovate/actions-setup-node-4.x
...
chore(deps): update actions/setup-node action to v4.0.3
2024-07-29 09:41:01 +02:00
Andre Wanlin
120e195aca
Updated mkdocs
...
Signed-off-by: Andre Wanlin <awanlin@spotify.com >
2024-07-28 18:26:07 -05:00
Andre Wanlin
feb0734e02
Updated intro title
...
Signed-off-by: Andre Wanlin <awanlin@spotify.com >
2024-07-28 15:39:40 -05:00
Andre Wanlin
6c1081c9cb
Updated various Docker items
...
Signed-off-by: Andre Wanlin <awanlin@spotify.com >
2024-07-28 13:03:59 -05:00
MT Lewis
b207f69ba1
yarn-plugin: memoize manifest fetching
...
Signed-off-by: MT Lewis <mtlewis@users.noreply.github.com >
2024-07-27 14:10:15 +01:00
Patrik Oldsberg
2bae52597d
Merge pull request #25472 from tklever/config-sources-env-option-update
...
feat: update ConfigSources options to match process.env typings
2024-07-26 10:43:21 +02:00
Patrik Oldsberg
1c4f716863
Merge pull request #25786 from NishkarshRaj/master
...
Making StatusNeo Partner logo consistent with color scheme
2024-07-26 10:12:00 +02:00
parmar-abhinav
8a2e30022f
Merge branch 'master' of https://github.com/backstage/backstage into master-code-14
2024-07-26 13:40:24 +05:30
parmar-abhinav
d21d3079fc
Added examples for github:environment:create action and improve its test cases
...
Signed-off-by: parmar-abhinav <abhinav.parmar@infosys.com >
2024-07-26 13:38:08 +05:30
Patrik Oldsberg
4e2d3f330a
Merge pull request #25674 from dotboris/auth-provider-signin-config
...
Add `signIn.resolvers` to auth providers config schema
2024-07-26 10:06:45 +02:00
Patrik Oldsberg
1383f4c98c
Update .changeset/neat-bears-divide.md
...
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com >
2024-07-26 10:04:55 +02:00
renovate[bot]
3c2976d7ea
chore(deps): update actions/setup-node action to v4.0.3
...
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-07-25 14:51:30 +00:00
Ben Lambert
8724534dfc
Merge pull request #25481 from backstage/renovate/github-codeql-action-3.x
...
chore(deps): update github/codeql-action action to v3.25.14
2024-07-25 16:43:20 +02:00
Nishkarsh Raj
cc21fa8f4e
Making StatusNeo Partner logo consistent with color scheme
...
Signed-off-by: Nishkarsh Raj <nishkarshraj000@gmail.com >
2024-07-25 14:25:27 +00:00
Teo ShaoWei
ef87e06e5b
fix: scaffolder action catalog:write not working in nested folders
...
From the design of `catalog:write`, it is meant to support writing to a nested file path, e.g. `backstage/catalog-info.yaml`.
However, if the directory doesn't exists, then `fs.writeFile` will throw an error. This commit fixed the issue by using `fs.outputFile` instead which will create the parent directory if it does not exist: https://github.com/jprichardson/node-fs-extra/blob/master/docs/outputFile.md
The test `'should support a custom filename'` in `write.test.ts` did not catch this issue because `fs` is mocked. It is better to use fake instead of mock, e.g. create a throwaway temp folder for the tests since the file operations are part of the feature. However fixing of the tests as a whole is out of scope for this PR.
Signed-off-by: ShaoWei Teo <tookunokaze@gmail.com >
2024-07-25 22:02:16 +08:00
renovate[bot]
7e5c374cfe
chore(deps): update github/codeql-action action to v3.25.14
...
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-07-25 09:00:53 +00:00
Patrik Oldsberg
bef0282748
Merge pull request #25773 from NishkarshRaj/master
...
Adding StatusNeo as Commercial Partners on Community Page
2024-07-25 01:43:09 +02:00
Patrik Oldsberg
7b8047943a
Merge pull request #25756 from kmikko/feat/async-email-renderer
...
Change NotificationTemplateRenderer methods to return a promise
2024-07-25 00:44:59 +02:00
Nurit Izrailov
17513f9222
Merge pull request #25747 from backstage/migrating_k8s_frontend
...
Kubernetes Plugin - Add support to the new frontend system
2024-07-24 18:38:27 -04:00
Patrik Oldsberg
e7961fa773
Merge pull request #25758 from leboncoin/fix-entity-display-name-icon-align
...
feat(catalog-react): correct alignment of EntityDisplayName's icon
2024-07-25 00:36:58 +02:00
Patrik Oldsberg
66342d83d4
Merge pull request #25769 from raphtalia/master
...
Add Cigna/Evernorth
2024-07-25 00:35:13 +02:00
Patrik Oldsberg
53904f21be
Merge pull request #25774 from chap/patch-3
...
fix typo in heroku docs
2024-07-25 00:32:42 +02:00
Patrik Oldsberg
d8b176e2a6
Merge pull request #25777 from leboncoin/fix-25452
...
fix(catalog-backend): preserve default allowedLocationTypes
2024-07-25 00:31:59 +02:00
Thomas Cardonne
51240ee9f7
fix(catalog-backend): preserve default allowedLocationTypes
...
Signed-off-by: Thomas Cardonne <thomas.cardonne@adevinta.com >
2024-07-25 00:19:20 +02:00
Chap Ambrose
963106f845
fix typo in heroku docs
...
Signed-off-by: Chap Ambrose <cambrose@salesforce.com >
2024-07-24 15:05:07 -05:00
Nishkarsh Raj
61e5406af9
Merge branch 'backstage:master' into master
2024-07-24 11:53:59 -07:00
Nishkarsh Raj
93e8169b05
Adding StatusNeo as Commercial Partners for Backstage.io
...
Signed-off-by: Nishkarsh Raj <nishkarshraj000@gmail.com >
2024-07-24 18:52:43 +00:00
Patrik Oldsberg
4cda00c996
cli: use lowercase es2022
...
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com >
Signed-off-by: Nishkarsh Raj <nishkarshraj000@gmail.com >
2024-07-24 18:52:43 +00:00
Sydney Achinger
22b42e5b3c
Merge pull request #25549 from isabeltomb/update-patch-mkdocs
...
Update mkdocs pre-build patching
2024-07-24 14:41:05 -04:00
raphtalia
132529ae23
Add Cigna/Evernorth
...
Signed-off-by: raphtalia <59540801+raphtalia@users.noreply.github.com >
2024-07-24 10:36:00 -05:00
Ben Lambert
efa6625050
Merge pull request #25767 from backstage/rugvip/es
...
cli: use lowercase es2022
2024-07-24 16:19:10 +02:00
Nurit Izrailov
41fa9d58c5
run yarn backstage-cli repo fix
...
Signed-off-by: Nurit Izrailov <nuriti@spotify.com >
2024-07-24 09:56:11 -04:00
Patrik Oldsberg
e01c6cabf1
Merge pull request #25765 from backstage/blam/output-types
...
NFS: Added config input type to the Extensions
2024-07-24 15:37:23 +02:00
Patrik Oldsberg
e6e7d862fe
cli: use lowercase es2022
...
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com >
2024-07-24 15:04:59 +02:00
blam
634909993c
chore: added changeset
...
Signed-off-by: blam <ben@blam.sh >
2024-07-24 15:04:55 +02:00
blam
0ad542cbc7
feat: added input types for the config to the extensions
...
Signed-off-by: blam <ben@blam.sh >
2024-07-24 14:39:36 +02:00
Ben Lambert
b424956a35
Merge pull request #25761 from backstage/blam/config-merging
...
NFS: Support config merging in Blueprints
2024-07-24 13:58:17 +02:00
blam
e967332785
chore: small refactor and fixing some of the types
...
Signed-off-by: blam <ben@blam.sh >
2024-07-24 13:40:43 +02:00
blam
3fb421d1b0
chore: added changeset
...
Signed-off-by: blam <ben@blam.sh >
2024-07-24 12:48:49 +02:00
blam
e59ff0b2bc
chore: tidy up
...
Signed-off-by: blam <ben@blam.sh >
2024-07-24 12:40:05 +02:00
backstage-goalie[bot]
f4f9e186a2
Merge pull request #25479 from backstage/renovate/octokit-monorepo
...
fix(deps): update dependency octokit to v3.2.1
2024-07-24 10:09:01 +00:00
blam
97157c5470
chore: do not allow redefing types from blueprint in make config schema
...
Signed-off-by: blam <ben@blam.sh >
2024-07-24 12:03:51 +02:00
blam
cac9c3f851
chore: added some tests
...
Signed-off-by: blam <ben@blam.sh >
2024-07-24 12:03:51 +02:00
blam
d22f1316c5
chore: getting somewhere with portable schemas and zod types
...
Signed-off-by: blam <ben@blam.sh >
2024-07-24 12:03:51 +02:00