Commit Graph

21684 Commits

Author SHA1 Message Date
Camila Belo 3bd04bb3ac reafactor: deprecate legacy handlers and context
Signed-off-by: Camila Belo <camilaibs@gmail.com>
2024-05-21 08:28:17 +02:00
Ben Lambert 40ae05f3c6 Merge pull request #24501 from fidelity-contributions/feature/enable-scaffolder-dry-run
Feature/enable scaffolder dry run
2024-05-17 16:22:20 +02:00
Sydney Achinger bf54214344 Merge pull request #24475 from benjidotsh/feat/owner-picker-mode
add property ownerPickerMode to TechDocsIndexPage and DefaultApiExplorerPage
2024-05-16 18:11:31 -04:00
Sydney Achinger 0a7b369cd3 Merge pull request #24809 from kalleericson/mkdocs-material-variable-sync
fix: sync mkdocs-material variables
2024-05-16 12:07:44 -04:00
Patrik Oldsberg 1c8a0cb81e Merge pull request #24796 from brianphillips/search-backend-build-ordering
Split search backend plugin initialization into init and start phases
2024-05-16 16:00:41 +02:00
Kalle Ericson 654af4ab0b fix: add missing css variables
Signed-off-by: Kalle Ericson <7943407+kalleericson@users.noreply.github.com>
2024-05-16 15:49:55 +02:00
Patrik Oldsberg 021d4cbfd1 Update plugins/search-backend-node/src/alpha.ts
Co-authored-by: Andre Wanlin <67169551+awanlin@users.noreply.github.com>
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2024-05-16 15:42:09 +02:00
Brian Phillips b1ea88559c rename method per code review feedback
Signed-off-by: Brian Phillips <28457+brianphillips@users.noreply.github.com>
2024-05-16 08:11:25 -05:00
Vincenzo Scamporlino af7c21ee20 Merge pull request #24444 from grantila/grantila/fix-cli-versions-check
Fix versions-check cli command
2024-05-16 12:23:01 +02:00
Fredrik Adelöw 586ea62fab Merge pull request #24786 from backstage/freben/untruncate
remove last remnants of react-text-truncate from test mocks
2024-05-16 09:47:06 +02:00
Ben Lambert d31ddb5cd2 Merge pull request #24754 from erik-adsk/master
Use linkTarget in ScaffolderField to enable parameter descriptions to open in a new tab as intended
2024-05-15 19:13:12 +02:00
Brian Phillips c31ad6bee3 update API reports for search-backend-node
Signed-off-by: Brian Phillips <28457+brianphillips@users.noreply.github.com>
2024-05-15 11:25:56 -05:00
Brian Phillips 5ce928b93a Split search index service startup into a build and start phase
Fixes #24794. The build process takes place synchronously to the plugin
initialization rather than at startup so that the HTTP router has the
relevant types available to validate incoming requests.

Signed-off-by: Brian Phillips <28457+brianphillips@users.noreply.github.com>
2024-05-15 11:02:25 -05:00
Nolan, Tavi 7170a4edd1 Merge branch 'master' into feature/enable-scaffolder-dry-run
Signed-off-by: Nolan, Tavi <Tavi.Nolan@fmr.com>
2024-05-15 16:26:16 +01:00
blam 57a1d69e1d chore: go away dependency
Signed-off-by: blam <ben@blam.sh>
2024-05-15 17:23:05 +02:00
blam 2bbc55f0a8 chore: leave message clean
Signed-off-by: blam <ben@blam.sh>
2024-05-15 16:53:18 +02:00
blam d6c34ab98f chore: update in the scaffolder instead
Signed-off-by: blam <ben@blam.sh>
2024-05-15 16:33:43 +02:00
blam 7d30d95dee chore: safer way to do redactions
Signed-off-by: blam <ben@blam.sh>
2024-05-15 15:03:13 +02:00
Patrik Oldsberg 2c2a8f8b14 Merge pull request #24779 from davidfestal/restore-external-config-schema-support
fix(app-backend): restore external config schema support
2024-05-15 14:31:44 +02:00
Fredrik Adelöw e74c615bd6 remove last remnants of react-text-truncate from test mocks
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2024-05-15 13:04:54 +02:00
David Festal fb398264c6 Fix the regression in the support of external schemas in the router
Signed-off-by: David Festal <dfestal@redhat.com>
2024-05-15 11:43:39 +02:00
David Festal 75b9c07da8 Add a test for the support of external schemas in the router
Signed-off-by: David Festal <dfestal@redhat.com>
2024-05-15 11:42:47 +02:00
Patrik Oldsberg 3568039ef2 catalog-backend-module-gitlab: fix release
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2024-05-15 10:16:02 +02:00
Heikki Hellgren 7f0268486a fix: do not show scrollbars in notification description if not needed
Signed-off-by: Heikki Hellgren <heikki.hellgren@op.fi>
2024-05-15 08:47:57 +03:00
Erik Sjoholm 881e49d94c Remove changes to scaffolder-backend api-report generated by running yarn build:api-reports
Signed-off-by: Erik Sjoholm <erik.sjoholm@autodesk.com>
2024-05-14 10:39:44 -07:00
Sydney Achinger ea1e845f1d Merge pull request #24334 from RoadieHQ/improve-techdocs-search-bar
Improve techdocs search bar
2024-05-14 11:51:24 -04:00
Sydney Achinger b91372881c Merge pull request #24672 from stanislav-c/fix-copy-to-clipboard-position
fix: correct position of the copy to clipboard button
2024-05-14 11:27:29 -04:00
Tavi Nolan f145a0458b Fixed test imports, added changeset
Signed-off-by: Tavi Nolan <Tavi.Nolan@fmr.com>
2024-05-14 16:04:00 +01:00
github-actions[bot] 0972164fbc Version Packages 2024-05-14 12:02:01 +00:00
Patrik Oldsberg 6c8fcf16a6 Merge pull request #24544 from backstage/camilaibs/nbs10-extract-common-test-utilities
[NBS 1.0] Extract common `test-utilities` to the plugin api package
2024-05-14 10:59:14 +02:00
Vincenzo Scamporlino f331d486d2 Merge pull request #24605 from backstage/camilaibs/nbs10-move-git-abstraction-elsewhere
[NBS 1.0] Deprecate isomorphic git class
2024-05-14 10:09:33 +02:00
Heikki Hellgren e49a8106ad fix: show all notifications by default in notifications page
to prevent confusion with sidebar item showing that you have new
notifications but the table not showing any because the default filter
is for last week only

Signed-off-by: Heikki Hellgren <heikki.hellgren@op.fi>
2024-05-14 09:55:14 +03:00
Erik Sjoholm 86dc29dcbe Add changeset and api-report
Signed-off-by: Erik Sjoholm <erik.sjoholm@autodesk.com>
2024-05-13 16:52:00 -07:00
Erik Sjoholm 789aa030b3 fix a bug documented in issue#24753 where markdown descriptions are not being opened in a new tab
Signed-off-by: Erik Sjoholm <erik.sjoholm@autodesk.com>
2024-05-13 16:45:51 -07:00
Vincenzo Scamporlino 95ee6d6a24 Merge pull request #24700 from backstage/github-multi-org-fix-namespace
catalog-backend-module-github-org: fix default namespace for groups
2024-05-13 22:10:11 +02:00
Vincenzo Scamporlino 5f3f8a86fd catalog-github: too much css
Signed-off-by: Vincenzo Scamporlino <vincenzos@spotify.com>
2024-05-13 21:59:12 +02:00
Patrik Oldsberg 4a4a74d175 Merge pull request #24264 from backstage/renovate/ts-morph-22.x
chore(deps): update dependency ts-morph to v22
2024-05-13 18:01:11 +02:00
Ben Lambert 1ad1353720 Merge pull request #23478 from dweber019/fix/catalog-graph-enable-multi-relations
Allow multiple edges with different type (catalog graph)
2024-05-13 16:48:40 +02:00
Gustaf Räntilä 17ed7bc6f9 Back to the future
Signed-off-by: Gustaf Räntilä <g.rantila@gmail.com>
2024-05-13 14:31:23 +02:00
Gustaf Räntilä f7edc83320 Revert package upgrade from devtools-backend
Signed-off-by: Gustaf Räntilä <g.rantila@gmail.com>
2024-05-13 14:31:22 +02:00
Gustaf Räntilä 009da479d5 fix: Fix versions-check cli command
Signed-off-by: Gustaf Räntilä <g.rantila@gmail.com>
2024-05-13 14:31:21 +02:00
Camila Belo d229dc49ad refator(backend-common): extract path utilities to plugin api
Signed-off-by: Camila Belo <camilaibs@gmail.com>
2024-05-13 13:23:45 +02:00
Camila Belo a394b66c3e refator(backend-common): extract test utilities to plugin api
Signed-off-by: Camila Belo <camilaibs@gmail.com>
2024-05-13 13:15:43 +02:00
Vincenzo Scamporlino 84d443db5f catalog-github: use logger
Signed-off-by: Vincenzo Scamporlino <vincenzos@spotify.com>
2024-05-13 12:54:25 +02:00
Vincenzo Scamporlino 207f962461 catalog-github: defaultNamespace to alwaysUseDefaultNamespace
Signed-off-by: Vincenzo Scamporlino <vincenzos@spotify.com>
2024-05-13 12:45:28 +02:00
Camila Belo 57f692e66c refactor(backend-common): deprecate isomorphic git class
Signed-off-by: Camila Belo <camilaibs@gmail.com>
2024-05-13 10:17:55 +02:00
Patrik Oldsberg 2f6e3e6b47 Merge pull request #24675 from Roshick/master
catalog: use LoggerService instead of winston Logger in ldap module
2024-05-12 13:07:58 +02:00
Elias Rieb 76999670d7 catalog: use LoggerService instead of winston Logger in ldap module
Signed-off-by: Elias Rieb <e.rieb@posteo.de>
2024-05-11 09:33:33 +02:00
Fredrik Adelöw eacdea13f2 Merge pull request #24391 from npiyush97/removetrunc
removing react-text-truncate
2024-05-10 20:47:10 +02:00
Fredrik Adelöw 0e9ee9e153 Merge pull request #24405 from Nikunj0601/backup-backup/EntityListComponent-uses-CatalogAPI
feat(EntityListComponent): use EntityPresentationApi instead of humanizeEntityRef to display entity
2024-05-10 14:59:44 +02:00