Skip to content

Conversation

@HardNorth
Copy link
Member

No description provided.

@coderabbitai
Copy link

coderabbitai bot commented Nov 19, 2025

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.

Note

Other AI code review bot(s) detected

CodeRabbit has detected other AI code review bot(s) in this pull request and will avoid duplicating their findings in the review comments. This may lead to a less comprehensive 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

Tip

📝 Customizable high-level summaries are now available in beta!

You can now customize how CodeRabbit generates the high-level summary in your pull requests — including its content, structure, tone, and formatting.

  • Provide your own instructions using the high_level_summary_instructions setting.
  • Format the summary however you like (bullet lists, tables, multi-section layouts, contributor stats, etc.).
  • Use high_level_summary_in_walkthrough to move the summary from the description to the walkthrough section.

Example instruction:

"Divide the high-level summary into five sections:

  1. 📝 Description — Summarize the main change in 50–60 words, explaining what was done.
  2. 📓 References — List relevant issues, discussions, documentation, or related PRs.
  3. 📦 Dependencies & Requirements — Mention any new/updated dependencies, environment variable changes, or configuration updates.
  4. 📊 Contributor Summary — Include a Markdown table showing contributions:
    | Contributor | Lines Added | Lines Removed | Files Changed |
  5. ✔️ Additional Notes — Add any extra reviewer context.
    Keep each section concise (under 200 words) and use bullet or numbered lists for clarity."

Note: This feature is currently in beta for Pro-tier users, and pricing will be announced later.


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

This PR enhances the attribute annotation system for ReportPortal by making individual attribute annotations (@Attribute, @AttributeValue, @MultiKeyAttribute, @MultiValueAttribute) repeatable and usable standalone, in addition to being used within the @Attributes container annotation.

Key Changes:

  • Individual attribute annotations can now be used directly on methods, types, and constructors (not just within @Attributes)
  • Added support for repeatable annotations via new "Group" container annotations
  • Introduced new AttributeParser.retrieveAttributes(Executable) method to scan and extract attributes from methods and constructors
  • Refactored AttributeParser with overloaded methods for processing each annotation type

Reviewed Changes

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

Show a summary per file
File Description
Attribute.java Made annotation repeatable, added target elements, and updated documentation
AttributeValue.java Made annotation repeatable, added target elements, and updated documentation
MultiKeyAttribute.java Made annotation repeatable, added target elements, and updated documentation
MultiValueAttribute.java Made annotation repeatable, added target elements, and updated documentation
AttributeGroup.java New container annotation for repeatable @Attribute
AttributeValueGroup.java New container annotation for repeatable @AttributeValue
MultiKeyAttributeGroup.java New container annotation for repeatable @MultiKeyAttribute
MultiValueAttributeGroup.java New container annotation for repeatable @MultiValueAttribute
Attributes.java Added ElementType.CONSTRUCTOR to target elements
AttributeParser.java Added overloaded methods for each annotation type and new retrieveAttributes(Executable) method
AnnotationAttributeParserTest.java Added comprehensive tests for standalone and mixed annotation usage scenarios
CHANGELOG.md Documented the new features

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

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
@HardNorth HardNorth merged commit f289c14 into master Nov 19, 2025
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

1 participant