Commit Graph

61325 Commits

Author SHA1 Message Date
Isabel Tomb 3d475a0ddb Update condition before calling normalizeCodeOwner
Update the condition in the ternary operator in the resolveCodeOwner
function to check that match.owners isn't empty before calling
normalizeCodeOwner with match.owners[0]

Before this change normalizeCodeOwner could potentially throw an
error during processing if the `match` object exists but the
match.owners array is empty because normalizeCodeOwner will be passed
`undefined` instead of the string it expects.

Signed-off-by: Isabel Tomb <isabelgtomb@gmail.com>
2024-12-20 12:10:13 -06:00
Ben Lambert 6b92433d5e Merge pull request #28263 from backstage/timbonicush/fix-field-extensions-hook
Fix formFieldsApi resolution in useCustomFieldExtensions hook
2024-12-20 16:54:20 +01:00
Andre Wanlin ca6d1d42bf Merge pull request #28180 from AdityaK60/Update_doc
minor updates in provider doc file
2024-12-20 09:41:52 -06:00
Tim Hansen 37421bce02 Fix formFieldsApi resolution in useCustomFieldExtensions hook
Signed-off-by: Tim Hansen <timbonicush@spotify.com>
2024-12-20 08:39:03 -07:00
Andre Wanlin 3f82a0c99e Merge pull request #27353 from jescalada/catalog-index-customization-example-new
Add custom column example for existing Kind
2024-12-20 08:15:41 -06:00
Ben Lambert 2277e87f9a Merge pull request #28253 from backstage/blam/configfi
fix: Omit collecting `backend-common` `config.d.ts` if `backend-defaults` is detected
2024-12-20 14:32:31 +01:00
blam 4e7f18f604 chore: simplify
Signed-off-by: blam <ben@blam.sh>
2024-12-20 14:15:58 +01:00
blam ba84063925 chore: smol comment
Signed-off-by: blam <ben@blam.sh>
2024-12-20 14:09:47 +01:00
Fredrik Adelöw 9b5663ee36 Merge pull request #27917 from christoph-jerolimov/fix-microsite-icons
fix(website): fix different broken icons on the plugin page
2024-12-20 14:03:54 +01:00
blam b6cb774823 chore: fixing config schema again
Signed-off-by: blam <ben@blam.sh>
2024-12-20 13:58:17 +01:00
blam 5c399429d9 chore: small refactor and some new config.d.ts
Signed-off-by: blam <ben@blam.sh>
2024-12-20 13:50:33 +01:00
Ben Lambert 3b9f0606e7 Merge pull request #28182 from backstage/freben/search-catalog-remove-old
remove old backend support in the catalog collator
2024-12-20 13:17:41 +01:00
blam 8ecf8cb449 chore: changeset
Signed-off-by: blam <ben@blam.sh>
2024-12-20 13:06:43 +01:00
blam b51173266c chore: fixing tests
Signed-off-by: blam <ben@blam.sh>
2024-12-20 13:04:39 +01:00
blam c8d8a1de05 fix: omit collecting backend-common package if backend-defaults is included
Signed-off-by: blam <ben@blam.sh>
2024-12-20 12:08:32 +01:00
Ben Lambert 8e99ce18d5 Merge pull request #28249 from backstage/blam/secret-collection-test
fix: scaffolder secret forwarding
2024-12-20 10:29:20 +01:00
blam 3f09ef4bab fix: scaffolder secret forwarding
Signed-off-by: blam <ben@blam.sh>
2024-12-20 09:58:56 +01:00
Ben Lambert 95af0d932a Merge pull request #28244 from srushti-712/fix-typo-in-logger
fixed typo in the createInitializationLogger
2024-12-20 09:51:51 +01:00
Ben Lambert c03e1b0fd6 Merge pull request #28242 from christoph-jerolimov/update-analytics-matomo-link
docs(analytics): update matomo module link to community-plugins
2024-12-20 09:01:44 +01:00
Ben Lambert 0de7b05f0a Merge pull request #27919 from christoph-jerolimov/fix-microsite-migrated-plugins
fix(website): update links and package names for plugins we migrated from janus-idp to community-plugins
2024-12-20 09:01:01 +01:00
Ben Lambert c8926530b5 Correct spelling mistake in error message
Signed-off-by: blam <ben@blam.sh>
2024-12-20 08:19:03 +01:00
Ben Lambert 072ebb5d42 Merge pull request #27592 from fabiovincenzi/scaffolder-taskID
Add `taskId` to `ActionContext` as well as `NunjuckContext`
2024-12-20 08:07:48 +01:00
backstage-goalie[bot] 02b50d2f36 Merge pull request #28246 from backstage/renovate/codemirror
fix(deps): update dependency @codemirror/view to v6.36.1
2024-12-20 05:39:43 +00:00
renovate[bot] 45dfe36c6f fix(deps): update dependency @codemirror/view to v6.36.1
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-12-20 05:08:44 +00:00
backstage-goalie[bot] 274aa60713 Merge pull request #28245 from backstage/renovate/chromatic-com-storybook-3.x-lockfile
chore(deps): update dependency @chromatic-com/storybook to v3.2.3
2024-12-20 04:53:53 +00:00
renovate[bot] 918055f9ba chore(deps): update dependency @chromatic-com/storybook to v3.2.3
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-12-20 04:22:33 +00:00
backstage-goalie[bot] ebd052246d Merge pull request #28206 from backstage/renovate/react-monorepo
fix(deps): update react monorepo
2024-12-20 04:08:05 +00:00
renovate[bot] 4d21e577e1 fix(deps): update react monorepo
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-12-20 03:36:40 +00:00
Srushti Rane 02534c762c added changesets for the fix
Signed-off-by: Srushti Rane <srushtirane2000@gmail.com>
2024-12-20 08:59:18 +05:30
Srushti Rane a6f7cd8679 fixed typo in the createInitializationLogger
Signed-off-by: Srushti Rane <srushtirane2000@gmail.com>
2024-12-20 08:18:13 +05:30
Christoph Jerolimov 98c63449ef docs(analytics): update matomo module link to community-plugins
Signed-off-by: Christoph Jerolimov <jerolimov+git@redhat.com>
2024-12-19 23:45:39 +01:00
Andre Wanlin 0f56358f70 Merge pull request #28141 from jolies93/patch-2
Update provider.md
2024-12-19 11:31:54 -06:00
jolies93 0fba7bd7fd Formatting to address feedback from prettier
single quotes not double

Signed-off-by: jolies93 <64967243+jolies93@users.noreply.github.com>
2024-12-19 10:47:54 -06:00
Charles de Dreuille 23c19b978b Merge pull request #28235 from backstage/canon-utility-classes-2
Canon - Remove Vanilla Extract from all other components
2024-12-19 16:45:49 +00:00
Charles de Dreuille 208f9a27fa Update spaceProps.ts
Signed-off-by: Charles de Dreuille <charles.dedreuille@gmail.com>
2024-12-19 16:17:41 +00:00
Charles de Dreuille e14cf6e7f9 Merge pull request #28183 from backstage/canon-utility-classes
Canon - New utility classes for the Box component
2024-12-19 16:11:50 +00:00
Charles de Dreuille 9b61fb6421 Fix API report
Signed-off-by: Charles de Dreuille <charles.dedreuille@gmail.com>
2024-12-19 15:25:07 +00:00
Charles de Dreuille 7404c0954b Fix Inline + Stack props
Signed-off-by: Charles de Dreuille <charles.dedreuille@gmail.com>
2024-12-19 15:15:33 +00:00
Charles de Dreuille 02d68087ae Remove sprinkles for good
Signed-off-by: Charles de Dreuille <charles.dedreuille@gmail.com>
2024-12-19 13:58:35 +00:00
Charles de Dreuille 4d1235a018 Finish it up
Signed-off-by: Charles de Dreuille <charles.dedreuille@gmail.com>
2024-12-19 13:35:07 +00:00
Ben Lambert fbc5844e10 Merge pull request #28237 from backstage/freben/rename-rel
get the right filename for the release
2024-12-19 13:56:55 +01:00
Fredrik Adelöw 77c560ed35 get the right filename for the release
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2024-12-19 13:55:22 +01:00
Charles de Dreuille bd74f7663b Fix Stack component
Signed-off-by: Charles de Dreuille <charles.dedreuille@gmail.com>
2024-12-19 12:29:59 +00:00
Charles de Dreuille 85d6754b37 Update Container to the new css classes
Signed-off-by: Charles de Dreuille <charles.dedreuille@gmail.com>
2024-12-19 12:17:33 +00:00
Charles de Dreuille e43c7b414f Fix docs + types
Signed-off-by: Charles de Dreuille <charles.dedreuille@gmail.com>
2024-12-19 12:06:19 +00:00
Charles de Dreuille 49a1306f57 Improve Grid Item
Signed-off-by: Charles de Dreuille <charles.dedreuille@gmail.com>
2024-12-19 11:43:36 +00:00
Charles de Dreuille 58ecccb630 Update Grid component
Signed-off-by: Charles de Dreuille <charles.dedreuille@gmail.com>
2024-12-19 11:02:08 +00:00
backstage-goalie[bot] d7886b3a0b Merge pull request #28229 from backstage/renovate/graphql-16.x-lockfile
fix(deps): update dependency graphql to v16.10.0
2024-12-19 08:53:54 +00:00
Fredrik Adelöw c404343c7f Merge pull request #28224 from AmbrishRamachandiran/docs-feature-search
Updated docs of search
2024-12-19 09:18:41 +01:00
renovate[bot] 1914fdac26 fix(deps): update dependency graphql to v16.10.0
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-12-19 08:14:19 +00:00