Commit Graph

15445 Commits

Author SHA1 Message Date
github-actions[bot] b19b95fc09 Version Packages (next) 2023-02-28 13:04:36 +00:00
Patrik Oldsberg f758b99ea2 Merge pull request #16616 from backstage/docs/remove-backend-to-backend-references
Docs: remove backend-to-backend references
2023-02-28 13:55:54 +01:00
Patrik Oldsberg a6f22cbd40 Merge pull request #16521 from luchillo17/fix/BCKSTG-102-theme-aware-colors
refactor: Replace white & black colors with theme aware ones
2023-02-28 13:28:46 +01:00
Ben Lambert dd2ef0cbb4 Merge pull request #15561 from zcason/update-scaffolder-action-to-zod
Update scaffolder action to zod
2023-02-28 11:27:02 +01:00
Ben Lambert f58483738d Merge pull request #16619 from backstage/blam/ui-schema-in-ctx
scaffolder/next: Move `uiSchema` from `schema` into it's own property
2023-02-28 10:55:38 +01:00
Ben Lambert a05b295ed7 Merge pull request #16611 from backstage/blam/move-alpha
scaffolder/next: simplify the exported components
2023-02-28 10:54:53 +01:00
Fredrik Adelöw 414ae1e06e Merge pull request #16539 from KatharinaSick/fix/repourlpicker-workspace
fix: fix getting credentials for Bitbucket Server in the RepoUrlPicker
2023-02-28 10:53:45 +01:00
blam 0afbe44ab9 chore: fixing the action context
Signed-off-by: blam <ben@blam.sh>
2023-02-28 10:52:56 +01:00
blam a5b890b57d chore: fix
Signed-off-by: blam <ben@blam.sh>

Signed-off-by: blam <ben@blam.sh>
2023-02-28 10:52:56 +01:00
blam d57708a0c7 chore: really fix up the api-reports and make them clean and tidy
Signed-off-by: blam <ben@blam.sh>
2023-02-28 10:52:56 +01:00
blam 14d1a325b7 chore: reworking the types a little bit
Signed-off-by: blam <ben@blam.sh>
2023-02-28 10:52:56 +01:00
blam f86eb7f17d chore: finishing off zod zupport
Signed-off-by: blam <ben@blam.sh>
2023-02-28 10:52:56 +01:00
blam b1edb1669e chore: move the zod logic
Signed-off-by: blam <ben@blam.sh>
2023-02-28 10:52:56 +01:00
blam b239c818ff chore: change the validation lookup
Signed-off-by: blam <ben@blam.sh>
2023-02-28 10:52:56 +01:00
blam 1bbd6dfe67 chore: implemented zod parsing in test
Signed-off-by: blam <ben@blam.sh>
2023-02-28 10:52:56 +01:00
blam 10a64ff693 feat: reworking zod integration a little bit to reduce the amount of typing you have to do
Signed-off-by: blam <ben@blam.sh>
2023-02-28 10:52:56 +01:00
zcason 7d724d8ef5 parent 31afee7de8
author zcason <a-zcason@expediagroup.com> 1672698922 -0600
committer blam <ben@blam.sh> 1677246287 +0100

added zod-to-json-schema package

Signed-off-by: zcason <a-zcason@expediagroup.com>

updated input types

Signed-off-by: zcason <a-zcason@expediagroup.com>

updated the conversion function to return an object

Signed-off-by: zcason <a-zcason@expediagroup.com>

zod converter function refactor

Signed-off-by: zcason <a-zcason@expediagroup.com>

added changeset

Signed-off-by: zcason <a-zcason@expediagroup.com>

zod to json package update

Signed-off-by: zcason <a-zcason@expediagroup.com>

zod to json package update

Signed-off-by: zcason <a-zcason@expediagroup.com>

removed comments

Signed-off-by: zcason <a-zcason@expediagroup.com>

Signed-off-by: zcason <a-zcason@expediagroup.com>

Signed-off-by: zcason <a-zcason@expediagroup.com>

empty commit

Signed-off-by: zcason <a-zcason@expediagroup.com>

moved zod converter into its own file

Signed-off-by: zcason <a-zcason@expediagroup.com>

moved zod converter into its own file

Signed-off-by: zcason <a-zcason@expediagroup.com>

updated report

Signed-off-by: zcason <a-zcason@expediagroup.com>

added public tag

Signed-off-by: zcason <a-zcason@expediagroup.com>

added public tag to exported function

Signed-off-by: zcason <a-zcason@expediagroup.com>

updated changeset

Signed-off-by: zcason <a-zcason@expediagroup.com>

removed zod to json module from global package

Signed-off-by: zcason <a-zcason@expediagroup.com>

update zod to json module from scaffolder package.json

Signed-off-by: zcason <a-zcason@expediagroup.com>

update zod to json module from scaffolder package.json

Signed-off-by: zcason <a-zcason@expediagroup.com>

reverted zod to json module from scaffolder package.json

Signed-off-by: zcason <a-zcason@expediagroup.com>

moved zod to json converter function into a new directory

Signed-off-by: zcason <a-zcason@expediagroup.com>

refactored zod coverion function

Signed-off-by: zcason <a-zcason@expediagroup.com>

updated changeset description

Signed-off-by: zcason <a-zcason@expediagroup.com>
2023-02-28 10:52:56 +01:00
Johan Haals 2174e3e313 Merge pull request #16469 from blakestoddard/card-prop-extension
Extend RelatedEntitiesCard usages to allow custom columns
2023-02-28 10:38:35 +01:00
Fredrik Adelöw 76a8b83498 Merge pull request #16597 from sennyeya/tech-radar-text-color
Add ring color to the TechRadar quadrant and ring titles.
2023-02-28 09:50:46 +01:00
Aramis Sennyey cb79a10439 Fix contract and update to patch.
Signed-off-by: Aramis Sennyey <sennyeya@amazon.com>
2023-02-27 11:25:39 -05:00
blam e37af07bda cyhore: fixing api reports
Signed-off-by: blam <ben@blam.sh>
2023-02-27 17:11:56 +01:00
blam 8be6a7177d chore: split out the uiSchema in the context to align with components
Signed-off-by: blam <ben@blam.sh>
2023-02-27 17:06:37 +01:00
Vincenzo Scamporlino d4523f5b93 Merge pull request #16333 from backstage/pf/optional-get-resources
createPermissionIntegrationRouter - optional getResources
2023-02-27 16:28:02 +01:00
Vincenzo Scamporlino 37e9215c79 permission-node: improve service-to-service error url
Signed-off-by: Vincenzo Scamporlino <vincenzos@spotify.com>
2023-02-27 15:52:53 +01:00
Vincenzo Scamporlino 4c0ba1cfc7 permission-node: improve createPermissionIntegrationRouter docs
Signed-off-by: Vincenzo Scamporlino <vincenzos@spotify.com>
2023-02-27 15:20:08 +01:00
Morgan Bentell 79a45e154a Merge pull request #16613 from backstage/fix-nav-links
[TechDocs] Fix footer links for newer versions of mkdocs-material
2023-02-27 14:21:52 +01:00
Fredrik Adelöw d820a763ab Merge pull request #16578 from thefrontside/tm/add-ingestion-entity-provides-route
Add GET providers endpoint to Incremental Entity Provider admin routes
2023-02-27 14:18:26 +01:00
Fredrik Adelöw 75e50bd7c4 Merge pull request #16610 from backstage/freben/disableCloseOnSelect
Do not close multiselect filters when checking boxes
2023-02-27 13:57:28 +01:00
Morgan Bentell 54a1e133b5 enable pointer events for element that has new classname in newer versions of mkdocs-material
Signed-off-by: Morgan Bentell <mbentell@spotify.com>
2023-02-27 13:53:20 +01:00
Johan Haals b5309c3518 Merge pull request #16574 from juniorsdj/master
docs: improving new relic plugin's docs
2023-02-27 13:46:46 +01:00
blam 1ec47ea20f chore: fix api reports
Signed-off-by: blam <ben@blam.sh>
2023-02-27 13:08:23 +01:00
blam d7ff48817b chore: moving things around a little
Signed-off-by: blam <ben@blam.sh>
2023-02-27 12:45:56 +01:00
Ben Lambert 7129c9952a Merge pull request #16528 from dagda1/move-ongoing-task-into-scaffolder-react
Move useTaskStream, TaskBorder, TaskLogStream and TaskSteps into scaffolder-react
2023-02-27 12:30:02 +01:00
Fredrik Adelöw 24916d2349 Do not close multiselect filters when checking boxes
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2023-02-27 12:24:17 +01:00
Vincenzo Scamporlino e837143bc9 permission-node: simplify api report
Signed-off-by: Vincenzo Scamporlino <vincenzos@spotify.com>
2023-02-27 11:30:05 +01:00
Patrik Oldsberg 9d9348b972 Merge pull request #16559 from Pike/next-scaffolder-groups
Add an "Other Templates" group for scaffolder/next when groups are passed in
2023-02-27 10:54:48 +01:00
Patrik Oldsberg 3a3e779a40 Merge pull request #16412 from immobiliare/fix-copy-to-clipboard-in-unsecure-context
fix(techdocs): copy to clipboard in not secure context
2023-02-27 10:26:14 +01:00
Morgan Bentell 7e2fc35df2 Merge pull request #16519 from JosiahCraw/feature/add-proxy-support-for-techdocs-awsS3
feat: add support for HTTPS proxy for AWS S3 requests in Techdocs
2023-02-27 09:38:39 +01:00
Antonio Musolino 238cf657c0 fix(techdocs): copy to clipboard works in usecure context
Signed-off-by: Antonio Musolino <antoniomusolino007@gmail.com>
2023-02-27 08:45:16 +01:00
Paul Cowan 8f4d13f21c Move useTaskStream, TaskBorder, TaskLogStream and TaskSteps into scaffolder-react
Signed-off-by: Paul Cowan <paul.cowan@cutting.scot>
2023-02-26 11:18:15 +00:00
Paul Cowan ca9229805e move useEventStream into scaffolder-react
Signed-off-by: Paul Cowan <paul.cowan@cutting.scot>
2023-02-26 11:18:15 +00:00
Fredrik Adelöw f093ce83d5 fix batch fetch by ref with filtering
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2023-02-25 11:43:07 +01:00
Aramis Sennyey 69002a3368 Add test cases.
Signed-off-by: Aramis Sennyey <sennyeya@amazon.com>
2023-02-24 13:14:21 -05:00
Aramis Sennyey aff489bb79 Revert "Support new option getRingColor to determine text and legend color."
This reverts commit 1a2fa2f4c7.

Signed-off-by: Aramis Sennyey <sennyeya@amazon.com>
2023-02-24 12:58:19 -05:00
Aramis Sennyey 1a2fa2f4c7 Support new option getRingColor to determine text and legend color.
Signed-off-by: Aramis Sennyey <sennyeya@amazon.com>
2023-02-24 12:56:30 -05:00
Patrik Oldsberg 107ae5220e Merge pull request #16477 from backstage/renovate/jss-10.x
fix(deps): update dependency jss to ~10.10.0
2023-02-24 18:00:17 +01:00
Patrik Oldsberg 44ce88dd01 Merge pull request #16362 from ahhhndre/topic/correct-linguist-images
Corrected Linguist README
2023-02-24 17:01:08 +01:00
Jennysson Júnior c39a08209d Merge branch 'backstage:master' into master 2023-02-24 12:59:16 -03:00
Morgan Bentell 60da8b0143 Merge pull request #16405 from bogdan-cehash/fix-techdocs-open-issue-link
Fix techdocs open issue link when repository is in a Gitlab subgroup
2023-02-24 16:18:00 +01:00
Jennysson Júnior 6421ccbfe9 docs: changing typescript to tsx highlights on example code
Co-authored-by: Johan Haals <johan@haals.se>
Signed-off-by: Jennysson Júnior <jddsjr98@gmail.com>
2023-02-24 11:45:50 -03:00