Commit Graph

5265 Commits

Author SHA1 Message Date
Backstage Service Account a517756524
v1.41.1 version bump (#4701)
Signed-off-by: Yi C <yicai@redhat.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Yi C <yicai@redhat.com>
2025-08-07 19:43:36 +00:00
Backstage Service Account 73bf5642ee
Version Packages (#4865)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2025-08-07 14:30:44 -03:00
Alberto Gutierrez 1c08f79127
Update backstage to 1.39.1 (#4864) 2025-08-07 19:06:20 +02:00
Backstage Service Account f03f308ebc
Version Packages (#4842)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2025-08-06 18:35:46 +00:00
Andre Wanlin 1a08ba6bf9
announcements - Added missing changeset (#4858)
Signed-off-by: Andre Wanlin <awanlin@spotify.com>
2025-08-06 12:09:01 -06:00
Backstage Service Account c2ce8155cf
Version Packages (#4581)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2025-08-06 15:58:36 +03:00
Backstage Service Account d72442268c
Version Packages (#4850)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2025-08-06 11:13:06 +02:00
Backstage Service Account a2713e489f
Version Packages (#4853)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2025-08-06 12:04:52 +03:00
Mitesh Kumar d7e6708812
nexus-repository-manager - version:bump to v1.41.1 (#4855)
* v1.41.1 version bump

* updating yarn.lock

Signed-off-by: its-mitesh-kumar <itsmiteshkumar98@gmail.com>

---------

Signed-off-by: its-mitesh-kumar <itsmiteshkumar98@gmail.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-08-06 11:56:11 +05:30
Backstage Service Account cbfb5c550b
v1.41.1 version bump (#4694)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-08-05 13:42:28 -04:00
Backstage Service Account 0c2f95e572
Version Packages (#4852)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2025-08-05 16:28:16 +02:00
Backstage Service Account 6600461d86
scaffolder-backend-module-servicenow - version:bump to v1.41.1 (#4741)
* v1.41.1 version bump

* Type error in Scaffolder backend module servicenow/v1.41.1 (#4812)

* fix: use zod from param in createTemplateAction

Signed-off-by: Diana Janickova <djanicko@redhat.com>

* fix: use expected sysId field in tests

Signed-off-by: Diana Janickova <djanicko@redhat.com>

* mod: remove zod from dependencies

Signed-off-by: Diana Janickova <djanicko@redhat.com>

* mod: generate API report

Signed-off-by: Diana Janickova <djanicko@redhat.com>

* fix: add missing fields

Signed-off-by: Diana Janickova <djanicko@redhat.com>

---------

Signed-off-by: Diana Janickova <djanicko@redhat.com>

---------

Signed-off-by: Diana Janickova <djanicko@redhat.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Diana Janickova <djanicko@redhat.com>
2025-08-05 16:06:04 +02:00
Backstage Service Account 378488ac69
Version Packages (#4598)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2025-08-05 16:02:56 +02:00
Christophe Augello 237d0ce5b6
feat(mssv): add isMultiCIAvailableAndEnabled (#4821)
This new flag ensures that the plugin is shown only when the CI provider is explicitly specified and marked as enabled through annotations.

Signed-off-by: Christophe Augello <caugello@redhat.com>
2025-08-05 14:05:15 +02:00
Backstage Service Account 0a706991b5
Version Packages (#4848)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2025-08-05 06:23:27 -05:00
dfl-aeb 9b53e9b59f
fix(search-backend-module-confluence-collator): refine CQL query generation for spaces and query (#4017)
Previously, the Confluence collator would generate an invalid CQL query
of the form `() and (label="test")` if the `spaces` configuration was
empty or not provided, but a `query` was specified. This resulted in
no search results.

This commit refines the CQL query generation logic to correctly handle
different combinations of `spaces` and `query` parameters:
- If only `spaces` are provided, the query will be `space=S1 or space=S2`.
- If only `query` is provided, the query will be `your_query_here`.
- If both `spaces` and `query` are provided, they will be combined
  as `(space="S1" or space="S2") and (your_query_here)`.
- If neither is provided, the default query to fetch all content types
  (`type IN (page, blogpost, comment, attachment)`) is used.

Additionally, new test cases have been added to cover these scenarios,
and the plugin documentation has been updated to clarify the behavior
of these parameters.

Signed-off-by: GitLab CI <128792991+dfl-aeb@users.noreply.github.com>
2025-08-05 11:06:28 +00:00
Scott Guymer ba2b006ae8
docs(copilot): Update scheduler config documentation (#4645)
* copilot: Update documentation

Fix documentation to use correct key in the configuration example.

Signed-off-by: Scott Guymer <scott.guymer@philips.com>

* Add changset

Signed-off-by: Scott Guymer <scott.guymer@philips.com>

---------

Signed-off-by: Scott Guymer <scott.guymer@philips.com>
2025-08-05 12:13:19 +02:00
Andre Wanlin 0ab4439155
announcements - New Frontend System NavItem Icon Switch (#4838)
Signed-off-by: Andre Wanlin <awanlin@spotify.com>
2025-08-04 15:44:05 +02:00
Andre Wanlin 8d2ac146ce
announcements - New Frontend System Routing context fix (#4837)
Signed-off-by: Andre Wanlin <awanlin@spotify.com>
2025-08-04 15:43:47 +02:00
richbeck2 ba5bf7b6a2
Fix: Tech-Insights Scorecard page not loading (#4551)
* Fix for #4246

Signed-off-by: richbeck2 <richbeck2@users.noreply.github.com>

* test: add unit tests for TechInsightsClient functionality

Signed-off-by: richbeck2 <richbeck2@users.noreply.github.com>

---------

Signed-off-by: richbeck2 <richbeck2@users.noreply.github.com>
2025-08-04 09:07:59 +02:00
Backstage Service Account d27bb85cb9
Version Packages (#4817)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2025-08-03 21:20:24 -07:00
Kashish Mittal c1e54f4079
add some initial documentation on workflows used in this repository (#4295)
Signed-off-by: Kashish Mittal <kmittal@redhat.com>
2025-08-02 13:21:39 -05:00
Backstage Service Account c3c43b26a3
Version Packages (#4834) 2025-08-02 12:14:15 +02:00
Christoph Jerolimov 1df9013b16
kiali: remove product theme from dev dependencies and dev app (#4796) 2025-08-02 12:02:09 +02:00
Backstage Service Account 81ced0c6df
Version Packages (#4829)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2025-08-01 14:30:41 -05:00
Backstage Service Account ec380874ac
Version Packages (#4830)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2025-08-01 14:30:29 -05:00
Backstage Service Account ec5eec1c93
Version Packages (#4767)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2025-08-01 13:01:58 -05:00
Robin Hilton e6e4a9d7f1
fix(github-actions): add missing workflow age field to all rendered components (#4762)
* fix(github-actions): add missing workflow age field to all rendered components

Signed-off-by: Robin Hilton <22367rh@gmail.com>

* Update workspaces/github-actions/.changeset/rich-apricots-smash.md

Co-authored-by: Andre Wanlin <67169551+awanlin@users.noreply.github.com>
Signed-off-by: Robin Hilton <22367rh@gmail.com>

* Apply PR feedback regarding use of CamelCase.

Signed-off-by: Robin Hilton <22367rh@gmail.com>

* delete current api report status to enable refresh

Signed-off-by: Robin Hilton <22367rh@gmail.com>

* freshly generated copies of the api reports

Signed-off-by: Robin Hilton <22367rh@gmail.com>

* try pasting in the exact version from CI

Signed-off-by: Robin Hilton <22367rh@gmail.com>

---------

Signed-off-by: Robin Hilton <22367rh@gmail.com>
Co-authored-by: Robin Hilton <Robin.Hilton@fnz.co.nz>
Co-authored-by: Andre Wanlin <67169551+awanlin@users.noreply.github.com>
2025-08-01 13:01:39 -05:00
Backstage Service Account 6d6b976da0
v1.41.1 version bump (#4814)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-08-01 13:00:13 -05:00
Backstage Service Account 963e386008
Version Packages (#4827)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2025-08-01 13:00:04 -05:00
Stanley Nicholl 1790453dfa
Add support for new frontend system (#4825)
Signed-off-by: stanleyn <stanleyn@spotify.com>
2025-08-01 10:28:40 -05:00
Backstage Service Account bdbec520d0
Version Packages (#4824)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2025-08-01 14:03:13 +01:00
Tom Schneider 1eda234936
fix(sonarqube): maximum update depth exceeded in SonarqubeRelatedEntitiesOverview (#4819)
This was introduced by fixing another issue #4622

Signed-off-by: Tom Schneider <ric0.github@gmail.com>
2025-08-01 13:42:04 +01:00
Backstage Service Account d5101480d4
Version Packages (#4823)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2025-07-31 18:44:41 +02:00
Backstage Service Account e9ce512a01
scaffolder-backend-module-sonarqube - version:bump to v1.41.1 (#4737)
* v1.41.1 version bump

* Scaffolder backend module sonarqube/v1.41.1 type error (#4792)

* fix: use zod param to validate schema

Signed-off-by: Diana Janickova <djanicko@redhat.com>

* mod: generate report.api.md

Signed-off-by: Diana Janickova <djanicko@redhat.com>

* mod: remove redundant TemplateActionParameters type

Signed-off-by: Diana Janickova <djanicko@redhat.com>

---------

Signed-off-by: Diana Janickova <djanicko@redhat.com>

---------

Signed-off-by: Diana Janickova <djanicko@redhat.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Diana Janickova <djanicko@redhat.com>
2025-07-31 18:28:18 +02:00
Backstage Service Account d017d6afaa
Version Packages (#4757)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2025-07-31 17:23:52 +02:00
Andre Wanlin 56d1ee5186
Updated docs to reflect the current state as of July, 2025 (#4820)
Signed-off-by: Andre Wanlin <awanlin@spotify.com>
2025-07-31 09:36:16 -05:00
Backstage Service Account 26b870405b
Version Packages (#4811)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2025-07-30 12:58:58 -04:00
Backstage Service Account ff51971be2
acs - version:bump to v1.40.2 (#4587)
v1.40.2 version bump

---------

Signed-off-by: Saif Chaudhry <schaudhr@redhat.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Saif Chaudhry <schaudhr@redhat.com>
2025-07-30 09:13:23 -07:00
Christoph Jerolimov c6f0aec443
nexus-repository-manager: remove product theme from dev dependencies and dev app (#4798)
Signed-off-by: Christoph Jerolimov <jerolimov+git@redhat.com>
2025-07-30 20:43:10 +05:30
mario ma e7d7f3f647
fix: render loading when permission api is loading (#4809)
Signed-off-by: rui ma <ruima@alauda.io>
2025-07-30 09:56:24 -04:00
Christoph Jerolimov 1d7d0ce5ab
multi-source-security-viewer: remove product theme from dev dependencies and dev app (#4797)
Signed-off-by: Christoph Jerolimov <jerolimov+git@redhat.com>
2025-07-30 09:49:52 -04:00
Backstage Service Account 5d50a32f70
Version Packages (#4810)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2025-07-30 13:27:51 +00:00
Backstage Service Account 3e74603223
Version Packages (#4790)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2025-07-30 08:23:50 -05:00
Backstage Service Account 7c9a359f65
Version Packages (#4791)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2025-07-30 08:23:44 -05:00
Paul Frybarger 36d64178a7
fix(newrelic): fix incorrect pluginId for newrelic-dashboard in nfe (#4780)
* fix(newrelic): fix incorrect pluginId for newrelic-dashboard in nfe

Signed-off-by: Paul Frybarger <pfrybar@frymail.net>

* Update workspaces/newrelic/.changeset/hot-candles-flow.md

Co-authored-by: Ben Lambert <ben@blam.sh>
Signed-off-by: Paul Frybarger <pfrybar@frymail.net>

* Update workspaces/newrelic/.changeset/hot-candles-flow.md

Co-authored-by: Ben Lambert <ben@blam.sh>
Signed-off-by: Paul Frybarger <pfrybar@frymail.net>

* fix plugin id for new relic plugin

Signed-off-by: Paul Frybarger <pfrybar@frymail.net>

* actually fix plugin id for new relic plugin

Signed-off-by: Paul Frybarger <pfrybar@frymail.net>

---------

Signed-off-by: Paul Frybarger <pfrybar@frymail.net>
Co-authored-by: Ben Lambert <ben@blam.sh>
2025-07-30 08:22:57 -05:00
Backstage Service Account ab64f36f7c
Version Packages (#4808)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2025-07-29 23:49:18 +02:00
Christoph Jerolimov 7bfeab1070
topology: remove product theme from dev dependencies and dev app (#4804)
Signed-off-by: Christoph Jerolimov <jerolimov+git@redhat.com>
2025-07-29 23:29:56 +02:00
Backstage Service Account 562de9f975
Version Packages (#4395)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2025-07-29 23:28:11 +02:00
Backstage Service Account 99bc6a830c
Version Packages (#4807)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2025-07-29 16:30:19 -04:00