Skip to content

Sync#1123

Merged
maria-hambardzumian merged 11 commits into
developfrom
master
May 28, 2026
Merged

Sync#1123
maria-hambardzumian merged 11 commits into
developfrom
master

Conversation

@maria-hambardzumian

@maria-hambardzumian maria-hambardzumian commented May 28, 2026

Copy link
Copy Markdown
Contributor

Summary by CodeRabbit

  • New Features

    • Agentic testing results support with execution badges and filtering capabilities
    • Export with attachments to ZIP format
    • Custom date-range selection (up to 90 days) for premium users
    • New optional XLS/PDF export columns
  • Improvements

    • Database size reduced by approximately 20%
    • Enhanced drill-down and search behaviors
    • Improved HEX address handling in analyzer

Review Change Stack

maria-hambardzumian and others added 11 commits March 19, 2026 20:23
Co-authored-by: Yuliya Prihodko <107035036+pressayuliya@users.noreply.github.com>
Co-authored-by: Yuliya_Prihodko <Yuliya_Prihodko@epam.com>
* Update pytest.md

* Merge pull request #1104 from reportportal/feature/EPMRPP-114901-Add-a-trigger-for-RP-docs-rebuild-on-release-creation-update

EPMRPP-114901 || Add a trigger for RP docs rebuild on release creation/update

---------

Co-authored-by: Vadzim Hushchanskou <HardNorth@users.noreply.github.com>
* Update GitHub workflows

* EPMRPP-115059 || Remove Analyzer train mention from the docs (#1109)

Co-authored-by: Yuliya_Prihodko <Yuliya_Prihodko@epam.com>

* EPMRPP-114977 || Exclude /docs/search/ page from indexing and sitemap (#1108)

* docs: update case studies with titles, meta tags, and formatting adjustments (#1112)

Co-authored-by: maria-hambardzumian <164881199+maria-hambardzumian@users.noreply.github.com>
Co-authored-by: Yuliya Prihodko <107035036+pressayuliya@users.noreply.github.com>
Co-authored-by: Yuliya_Prihodko <Yuliya_Prihodko@epam.com>
Co-authored-by: Vadzim Hushchanskou <HardNorth@users.noreply.github.com>

---------

Co-authored-by: maria-hambardzumian <maria_hambardzumyan@gmail.com>
Co-authored-by: Yuliya Prihodko <107035036+pressayuliya@users.noreply.github.com>
Co-authored-by: Yuliya_Prihodko <Yuliya_Prihodko@epam.com>
Co-authored-by: Aliaksei Rudak <143392025+a-rudak-EIS@users.noreply.github.com>
Co-authored-by: Vadzim Hushchanskou <HardNorth@users.noreply.github.com>
…1114)

Co-authored-by: Yuliya Prihodko <107035036+pressayuliya@users.noreply.github.com>
Co-authored-by: Yuliya_Prihodko <Yuliya_Prihodko@epam.com>
EPMRPP-115963 || Add documentation on Quality Gates ordering

Co-authored-by: Yuliya Prihodko <107035036+pressayuliya@users.noreply.github.com>
@coderabbitai

coderabbitai Bot commented May 28, 2026

Copy link
Copy Markdown

Walkthrough

This PR adds a complete release notes document for Version 26.0.3, documenting agentic testing enhancements, premium subscriber features (ZIP exports, optional XLS/PDF output), database performance optimization, analyzer updates, minor UI improvements, and version tables for released services and plugins.

Changes

Version 26.0.3 Release Documentation

Layer / File(s) Summary
Version 26.0.3 Release Notes
docs/releases/Version26.0.3.md
Release notes file containing new feature announcements (agentic testing support with badges/filtering, ZIP exports with attachments, XLS/PDF columns, 90-day custom date range), performance improvements (20% database size reduction), analyzer changes (HEX address handling, DISABLE_TRAIN config flag), UI/widget refinements, and version tables for services and plugins.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~3 minutes

Suggested reviewers

  • pressayuliya
  • siarheirazuvalau

Poem

🐰 A changelog hops into the docs so bright,
Version 26.0.3 shines with features new,
Agentic tests and exports take flight,
Performance metrics trimmed down true,
The release notes now guide all who pursue! ✨

🚥 Pre-merge checks | ✅ 4 | ❌ 1

❌ Failed checks (1 inconclusive)

Check name Status Explanation Resolution
Title check ❓ Inconclusive The pull request title 'Sync' is extremely vague and does not convey meaningful information about the changeset, which adds detailed release notes for Version 26.0.3. Use a more descriptive title that reflects the main change, such as 'Add Version 26.0.3 release notes' or 'Document Version 26.0.3 features and improvements'.
✅ Passed checks (4 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch master

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@coderabbitai coderabbitai Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 2

🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

Inline comments:
In `@docs/releases/Version26.0.3.md`:
- Around line 52-53: Add blank lines before and after each Markdown table so
MD058 is satisfied: locate the table starting with the header line "|Service
Name|Repository|Tag|" and the other table around the lines referenced (the
second table header similar to "|Service Name|Repository|Tag|" at the later
section) and insert a single empty line immediately above and below each table
block so the tables are separated from surrounding paragraphs.
- Line 81: The release note row for "Import Plugin (JUnit)" currently points to
the wrong repository "reportportal/plugin-import-robot"; update that table entry
so the repository matches the plugin name (replace
"reportportal/plugin-import-robot" with the correct repo, e.g.
"reportportal/plugin-import-junit"), and verify the package name and version
("1.1.0") are accurate for the corrected repository.
🪄 Autofix (Beta)

Fix all unresolved CodeRabbit comments on this PR:

  • Push a commit to this branch (recommended)
  • Create a new PR with the fixes

ℹ️ Review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: 3423c236-43d4-4e62-995d-b6619e539277

📥 Commits

Reviewing files that changed from the base of the PR and between a5092d5 and ba04c93.

📒 Files selected for processing (1)
  • docs/releases/Version26.0.3.md

Comment on lines +52 to +53
|Service Name|Repository|Tag|
|---|---| --- |

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Potential issue | 🟡 Minor | ⚡ Quick win

Add blank lines around tables to satisfy markdownlint (MD058).

At Line 52 and Line 68, tables are not surrounded by blank lines, which is flagged by markdownlint and can cause inconsistent rendering in some pipelines.

Proposed fix
 # 6. **Released services and plugins:**
+
 |Service Name|Repository|Tag|
 |---|---| --- |
 |API|reportportal/service-api|5.15.2|
 |UI|reportportal/service-ui|5.15.3|
 |Auto Analyzer|reportportal/service-auto-analyzer|5.15.2|
 |Jobs|reportportal/service-jobs|5.15.1|
 |Migrations|reportportal/migrations|5.15.2|
 
-
 |Plugin Name|Repository|Tag|
 |---|---| --- |
 |Jira Cloud|reportportal/plugin-bts-jira-cloud|5.15.10|
 |Test Executions||1.0.3|
 
-
 **Rest of services and plugins have the same version as before:**
+
 |Service Name|Repository|Tag|
 |---|---| --- |
 |Index|reportportal/service-index|5.15.0|
 |Authorization|reportportal/service-authorization|5.15.0|
 
+
 |Plugin Name|Repository|Tag|
 |---|---| --- |

Also applies to: 68-69

🧰 Tools
🪛 markdownlint-cli2 (0.22.1)

[warning] 52-52: Tables should be surrounded by blank lines

(MD058, blanks-around-tables)

🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

In `@docs/releases/Version26.0.3.md` around lines 52 - 53, Add blank lines before
and after each Markdown table so MD058 is satisfied: locate the table starting
with the header line "|Service Name|Repository|Tag|" and the other table around
the lines referenced (the second table header similar to "|Service
Name|Repository|Tag|" at the later section) and insert a single empty line
immediately above and below each table block so the tables are separated from
surrounding paragraphs.

|Azure|reportportal/plugin-bts-azure|5.13.2|
|Jira|reportportal/plugin-bts-jira|5.15.0|
|Gitlab Plugin|reportportal/plugin-bts-gitlab|5.13.1|
|Import Plugin (JUnit)|reportportal/plugin-import-robot|1.1.0|

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Potential issue | 🟡 Minor | ⚡ Quick win

Repository mismatch for JUnit import plugin entry.

At Line 81, Import Plugin (JUnit) points to reportportal/plugin-import-robot, which appears inconsistent with the plugin name and likely incorrect for release notes accuracy.

Proposed fix
-|Import Plugin (JUnit)|reportportal/plugin-import-robot|1.1.0|
+|Import Plugin (JUnit)|reportportal/plugin-import-junit|1.1.0|
📝 Committable suggestion

‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.

Suggested change
|Import Plugin (JUnit)|reportportal/plugin-import-robot|1.1.0|
|Import Plugin (JUnit)|reportportal/plugin-import-junit|1.1.0|
🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

In `@docs/releases/Version26.0.3.md` at line 81, The release note row for "Import
Plugin (JUnit)" currently points to the wrong repository
"reportportal/plugin-import-robot"; update that table entry so the repository
matches the plugin name (replace "reportportal/plugin-import-robot" with the
correct repo, e.g. "reportportal/plugin-import-junit"), and verify the package
name and version ("1.1.0") are accurate for the corrected repository.

@maria-hambardzumian maria-hambardzumian merged commit fb9a1c8 into develop May 28, 2026
5 of 6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant