Commit Graph

16560 Commits

Author SHA1 Message Date
Carlos Esteban Lopez 2f660eb573 fix(search): Fix SearchBar styles & update StoryBook stories for custom styles for notchedOutline class
Signed-off-by: Carlos Esteban Lopez <lcarlosesteb@vmware.com>
2023-05-19 11:03:49 -05:00
Morgan Bentell 2d98053d52 Merge pull request #17622 from adamdmharvey/adamdmharvey/remove-deprecations
chore(techdocs): Swap from deprecated API imports to use shared library ones
2023-05-17 16:44:32 +02:00
Rogerio Angeliski 84a5c7724c fix: corrected the disconnection behavior to get stream logs Close #15002
Signed-off-by: Rogerio Angeliski <angeliski@hotmail.com>
2023-05-17 08:18:34 -03:00
Johan Haals 0a2aa27935 Merge pull request #17754 from XpiritBV/scaffolder-eventsource-auth
fix(scaffolder): forward authorization header on event source
2023-05-17 13:06:34 +02:00
Johan Haals bcf98537b2 Merge pull request #16954 from ahhhndre/topic/linguist-backend-tests
Refactored linguist-backend
2023-05-17 10:20:35 +02:00
Fredrik Adelöw 105f7129c3 Merge pull request #17761 from backstage/freben/gitlab-readme
Update code in readme a bit
2023-05-17 00:30:27 +02:00
Fredrik Adelöw 72ee1d9fd9 Merge pull request #17733 from backstage/changeset-release/master
Version Packages
2023-05-16 16:50:27 +02:00
Fredrik Adelöw baef31d282 Merge pull request #16721 from Bonial-International-GmbH/pjungermann/uffizzi-techdocs
feat: add documented component to uffizzi environment
2023-05-16 16:49:13 +02:00
Adam Harvey 4e77e03a5a Merge branch 'master' of github.com:backstage/backstage into adamdmharvey/remove-deprecations 2023-05-16 08:23:51 -04:00
github-actions[bot] 73e7820731 Version Packages 2023-05-16 09:38:40 +00:00
Ben Lambert 93daeb898f Merge pull request #17747 from Andy2003/feature/improve-catalog-fetch
Add ability to use `defaultNamespace` and `defaultKind` for scaffolder action `catalog:fetch`
2023-05-16 11:28:53 +02:00
Patrik Oldsberg 5442577a69 Merge pull request #17597 from tsoslow/jenkins-customize-action
Configuration for action column in Jenkins table
2023-05-16 11:15:58 +02:00
Fredrik Adelöw 0656af5235 Merge pull request #17673 from jen13501/set_orphan_cleanup_interval
Change Orphan Cleanup process to debug logging
2023-05-16 11:03:46 +02:00
Fredrik Adelöw 14db031b64 Merge pull request #17785 from awanlin/topic/removed-database-required-for-badges
Removed database required for Badges createRouter
2023-05-16 11:03:03 +02:00
Patrik Oldsberg d5fba51fd1 Merge pull request #17810 from backstage/dependabot/npm_and_yarn/vm2-3.9.18
build(deps): bump vm2 from 3.9.17 to 3.9.18
2023-05-16 11:00:22 +02:00
Fredrik Adelöw 91538bf5ba Merge pull request #17809 from awanlin/topic/update-azure-sites-backend-health-url
Updated azure-sites-backend health URL and fixed typos in README
2023-05-16 10:49:48 +02:00
Fredrik Adelöw be53cd70d1 Merge pull request #17771 from backstage/freben/await
await response errors
2023-05-16 10:46:17 +02:00
Fredrik Adelöw 8b3b587314 Merge pull request #17774 from backstage/freben/no-user
handle bot users properly in `GitlabOrgDiscoveryEntityProvider`
2023-05-16 10:46:00 +02:00
Andreas Berger a73b3c0b09 Add ability to use defaultNamespace and defaultKind for scaffolder action catalog:fetch
Signed-off-by: Andreas Berger <andreas@berger-ecommerce.com>
2023-05-16 10:32:59 +02:00
Patrik Oldsberg 1a48b84901 scaffolder-backend: bump minimum vm2 version
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2023-05-16 10:32:07 +02:00
Camila Belo 2589d22a3c Merge pull request #17814 from backstage/adjust-world-clocks-labels
[Home]: Improve world clock accessibility
2023-05-16 10:26:37 +02:00
Camila Belo b6b7f1642c feat(home): improve world clock accessibility
Signed-off-by: Camila Belo <camilaibs@gmail.com>
2023-05-16 09:23:05 +02:00
Andre Wanlin d66d4f916a Updated health URL and fixed typos
Signed-off-by: Andre Wanlin <67169551+awanlin@users.noreply.github.com>
2023-05-15 15:01:05 -05:00
Phil Kuang 914b8b20e2 Merge pull request #17693 from axdotl/adrs-plugin
feat(plugins/adr): render SupportButton only if config is set
2023-05-15 09:29:47 -04:00
Sander Aernouts cda753a797 fix(scaffolder): forward authorization header on event source
Signed-off-by: Sander Aernouts <sander.aernouts@gmail.com>
2023-05-13 10:17:08 +02:00
Ruben Vallejo a341129b75 fix:KubernetesProxy requestHandler interrupted by decorateClusterDetailsWithAuth Error, add unit tests
Signed-off-by: Ruben Vallejo <rvallejo@vmware.com>
2023-05-12 15:36:40 -04:00
Andre Wanlin ce81b6cde4 Removed db required for badges
Signed-off-by: Andre Wanlin <67169551+awanlin@users.noreply.github.com>
2023-05-12 13:16:58 -05:00
Jen Evans 3bd2518f1f Orphan cleanup - only log if entities were deleted
Signed-off-by: Jen Evans <jenevan@rei.com>
2023-05-12 10:52:29 -07:00
Patrick Jungermann 05f584f84d feat: add documented component to uffizzi environment
So far, none of the components at the uffizzi environment have techdocs.
Hence, there are no docs available within this environment
and related features are not covered.

This change will add an example from techdocs-backend plugin
to the deployed examples.

It was possible to register this catalog file manually,
however the build of the docs fail due to missing Docker.

To allow the generation of docs, we use the local generator
(no docker in docker) and install required dependencies.

As we don't want all dependencies for all (default) extensions
to be installed at this environment, the original example at
techdocs-backend plugin was copied and reduced
(PlantUML extension example was removed).

Signed-off-by: Patrick Jungermann <Patrick.Jungermann@gmail.com>
2023-05-12 12:03:46 +02:00
Fredrik Adelöw b12c41fafc handle bot users properly
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2023-05-12 12:01:09 +02:00
Ben Lambert 1aedec80c5 Merge pull request #17763 from kmarkow/fix-issue-17020
Show cursor pointer when hovering on lightbox
2023-05-12 11:58:44 +02:00
Joon Park 67115f532b Expose both types of scaffolder permissions in metadata endpoint (#17705)
* Expose both types of scaffolder permissions in metadata endpoint

Signed-off-by: Joon Park <joonp@spotify.com>

* Fix typo in changeset

Signed-off-by: Joon Park <joonp@spotify.com>

* Change both bumps to minor

Co-authored-by: Ben Lambert <blam@spotify.com>
Signed-off-by: Joon Park <joonp@spotify.com>

---------

Signed-off-by: Joon Park <joonp@spotify.com>
Co-authored-by: Ben Lambert <blam@spotify.com>
2023-05-12 11:11:51 +02:00
Fredrik Adelöw 7c116bcac7 await response errors
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2023-05-12 10:36:20 +02:00
Tim Soslow 8f21ebe629 Remove crumbIssuer support in rebuildProject
Crumb issuer support is not required for API calls using a token, so I am simplifying the code to remove it.

Signed-off-by: Tim Soslow <tsoslow@shutterstock.com>
2023-05-11 23:22:26 -05:00
Andre Wanlin 8676ebfd42 Syntax improvement
Signed-off-by: Andre Wanlin <andrewanlin@gmail.com>
2023-05-11 16:03:03 -05:00
Andre Wanlin b66092c134 Latest changes based on feedback
Signed-off-by: Andre Wanlin <andrewanlin@gmail.com>
2023-05-11 16:03:03 -05:00
Andre Wanlin 0f439d6508 Removed database export
Signed-off-by: Andre Wanlin <andrewanlin@gmail.com>
2023-05-11 16:03:03 -05:00
Andre Wanlin 62631dbbd7 Removed export
Signed-off-by: Andre Wanlin <andrewanlin@gmail.com>
2023-05-11 16:03:03 -05:00
Andre Wanlin 25659d38d6 Clean up orphan entities
Signed-off-by: Andre Wanlin <andrewanlin@gmail.com>
2023-05-11 16:03:03 -05:00
Andre Wanlin 9febc291d6 Unprocessed should be processed before stale
Signed-off-by: Andre Wanlin <andrewanlin@gmail.com>
2023-05-11 16:03:03 -05:00
Andre Wanlin 763bf4c8f2 Refactored README
Signed-off-by: Andre Wanlin <andrewanlin@gmail.com>
2023-05-11 16:03:03 -05:00
Andre Wanlin 4e08dda909 Implemented interface for API
Signed-off-by: Andre Wanlin <andrewanlin@gmail.com>
2023-05-11 16:03:03 -05:00
Andre Wanlin 23fade04fd Completed tests
Signed-off-by: Andre Wanlin <andrewanlin@gmail.com>
2023-05-11 16:03:03 -05:00
Andre Wanlin 72b27b1bf6 Added backend-test-utils
Signed-off-by: Andre Wanlin <andrewanlin@gmail.com>
2023-05-11 16:03:03 -05:00
Andre Wanlin bbf91840a5 Added backend tests
Signed-off-by: Andre Wanlin <andrewanlin@gmail.com>
2023-05-11 16:03:03 -05:00
Fredrik Adelöw ce335df9d1 improve the query for orphan pruning
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2023-05-11 22:50:08 +02:00
kmarkow 6afc7f052c Show cursor pointer when hovering on lightbox
Signed-off-by: kmarkow <kamilmarkow@gmail.com>
2023-05-11 14:12:32 -04:00
Fredrik Adelöw 6abcba3e2d Merge pull request #17678 from aochsner/feature/remove-aws-v2
start to replace aws-sdk v2
2023-05-11 18:20:44 +02:00
Fredrik Adelöw f5a66052f0 Update code in readme a bit
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2023-05-11 18:14:38 +02:00
Patrik Oldsberg f00a906c5c Merge pull request #17719 from backstage/rugvip/todo-schema
todo-backend: add OpenAPI schema
2023-05-11 13:57:36 +02:00