Commit Graph

57104 Commits

Author SHA1 Message Date
Nolan, Tavi 0bb72c38f0 Update dry-run-testing.md based on comments
Signed-off-by: Nolan, Tavi <Tavi.Nolan@fmr.com>
2024-07-26 12:00:06 +01:00
Patrik Oldsberg 733cc4f85a frontend-plugin-api: add the ability for extension data refs to encapsulate values
Co-authored-by: blam <ben@blam.sh>
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2024-07-26 11:59:04 +02: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
Raghunandan Balachandran c64c46769a Prettier fix
Signed-off-by: Raghunandan Balachandran <raghunandan@spotify.com>
2024-07-25 20:08:20 +02:00
Raghunandan Balachandran 4dfd3c18f5 Add changeset
Signed-off-by: Raghunandan Balachandran <raghunandan@spotify.com>
2024-07-25 20:08:20 +02:00
Raghunandan Balachandran 8ecb7a5e84 Update search plugin ownership
Signed-off-by: Raghunandan Balachandran <raghunandan@spotify.com>
2024-07-25 20:08:20 +02:00
Raghunandan Balachandran c085f90135 Update home plugin ownership
Signed-off-by: Raghunandan Balachandran <raghunandan@spotify.com>
2024-07-25 20:08:19 +02:00
Raghunandan Balachandran 518d03fa77 Update github workflows
Signed-off-by: Raghunandan Balachandran <raghunandan@spotify.com>
2024-07-25 20:08:19 +02:00
Raghunandan Balachandran 22736b6156 Update project areas and codeowners
Signed-off-by: Raghunandan Balachandran <raghunandan@spotify.com>
2024-07-25 20:08:19 +02:00
Valber Junior 7f191a480d Update infracost.yaml
Signed-off-by: Valber Junior <84424883+ValberJunior@users.noreply.github.com>
2024-07-25 12:05:57 -03: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
Valber Junior 6988f07886 Create infracost.yaml
Signed-off-by: Valber Junior <84424883+ValberJunior@users.noreply.github.com>
2024-07-25 11:44:49 -03: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
Heikki Hellgren 7a05f50908 fix: allow using notifications without users in catalog
additionally refactored and added tests for the notification receiver
logic

fixes #25768

Signed-off-by: Heikki Hellgren <heikki.hellgren@op.fi>
2024-07-25 13:45:40 +03:00
Julien 1552c334ba chore: add changeset
Signed-off-by: Julien <julien.hery@ext.adeo.com>
2024-07-25 11:51:45 +02:00
Julien b0bee161ee feat(MyGroupsPicker): use entityPresentationApi for consistent display
Signed-off-by: Julien <julien.hery@ext.adeo.com>
2024-07-25 11:44:43 +02: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
Thomas Cardonne 776eb56523 fix(catalog-backend): error if metadata.annotations isn't a valid object
Signed-off-by: Thomas Cardonne <thomas.cardonne@adevinta.com>
2024-07-25 00:55:42 +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
MT Lewis 69bd940408 techdocs: switch to using constants from techdocs-common for annotations
Signed-off-by: MT Lewis <mtlewis@users.noreply.github.com>
2024-07-24 20:34:59 +01: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
MT Lewis 4698e1f4d4 techdocs: add common package for annotation constants
Signed-off-by: MT Lewis <mtlewis@users.noreply.github.com>
2024-07-24 18:52:17 +01:00
raphtalia 132529ae23 Add Cigna/Evernorth
Signed-off-by: raphtalia <59540801+raphtalia@users.noreply.github.com>
2024-07-24 10:36:00 -05:00
rghara aac3c52d22 In the Gettin Started/authentication document
SignInPage is already imported. Removing the duplicate
import that causes compilation error.
import { SignInPage } from '@backstage/core-components';

Signed-off-by: rghara <rghara@outlook.com>
2024-07-24 11:33:41 -04: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