Sync#1123
Conversation
* 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>
EPMRPP-115963 || Add documentation on Quality Gates ordering Co-authored-by: Yuliya Prihodko <107035036+pressayuliya@users.noreply.github.com>
Release 26.0.3
WalkthroughThis 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. ChangesVersion 26.0.3 Release Documentation
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Suggested reviewers
Poem
🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 inconclusive)
✅ Passed checks (4 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
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. Comment |
There was a problem hiding this comment.
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
📒 Files selected for processing (1)
docs/releases/Version26.0.3.md
| |Service Name|Repository|Tag| | ||
| |---|---| --- | |
There was a problem hiding this comment.
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| |
There was a problem hiding this comment.
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.
| |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.
Summary by CodeRabbit
New Features
Improvements