Skip to content

Conversation

@HardNorth
Copy link
Member

No description provided.

@HardNorth HardNorth requested a review from Copilot January 28, 2026 09:52
@coderabbitai
Copy link

coderabbitai bot commented Jan 28, 2026

Important

Review skipped

Auto reviews are disabled on base/target branches other than the default branch.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

  • 🔍 Trigger a full review
✨ Finishing touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch develop

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.

Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

Adds support for formatting test item names as templates using provided parameters and exposes template engine configuration through the Launch API.

Changes:

  • Format StartTestItemRQ.name using StartTestItemRQ.parameters (including indexed placeholders like {0}) and add a test covering this behavior.
  • Expose TemplateConfiguration via Launch#getTemplateConfiguration() and wire it into LaunchImpl.
  • Preserve attribute parsing order by switching AttributeParser to LinkedHashSet, and simplify OkHttp timeout wiring via Duration overloads.

Reviewed changes

Copilot reviewed 6 out of 6 changed files in this pull request and generated 3 comments.

Show a summary per file
File Description
src/test/java/com/epam/reportportal/service/LaunchTest.java Adds parameterized tests validating item name templating behavior.
src/main/java/com/epam/reportportal/utils/AttributeParser.java Uses LinkedHashSet to preserve insertion order for parsed attributes.
src/main/java/com/epam/reportportal/service/OAuth2PasswordGrantAuthInterceptor.java Uses OkHttp Duration overloads for timeouts (cleanup).
src/main/java/com/epam/reportportal/service/LaunchImpl.java Implements name templating, adds template config storage, refactors request modification logic.
src/main/java/com/epam/reportportal/service/Launch.java Adds a template configuration accessor to the public Launch API (and NOOP implementation).
CHANGELOG.md Documents the new item name formatting feature.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

Copilot reviewed 6 out of 6 changed files in this pull request and generated 1 comment.


💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

Copilot reviewed 6 out of 6 changed files in this pull request and generated 2 comments.


💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@HardNorth HardNorth merged commit 444da91 into master Jan 28, 2026
9 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