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>
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>
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>
* 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>
* 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>
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>
* 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>