Skip to content

USHIFT-6760: Reflect job dates in the periodics top-level report#6380

Merged
openshift-merge-bot[bot] merged 1 commit intoopenshift:mainfrom
ggiguash:release-manager-periodic-dates
Mar 19, 2026
Merged

USHIFT-6760: Reflect job dates in the periodics top-level report#6380
openshift-merge-bot[bot] merged 1 commit intoopenshift:mainfrom
ggiguash:release-manager-periodic-dates

Conversation

@ggiguash
Copy link
Copy Markdown
Contributor

@ggiguash ggiguash commented Mar 19, 2026

Since the analysis is performed for the last run of each periodic, we need to have a clearer indication on when the job ran.

Before

image

After

image

@openshift-ci-robot openshift-ci-robot added the jira/valid-reference Indicates that this PR references a valid Jira ticket of any type. label Mar 19, 2026
@openshift-ci-robot
Copy link
Copy Markdown

@ggiguash: This pull request explicitly references no jira issue.

Details

In response to this:

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository.

@coderabbitai
Copy link
Copy Markdown

coderabbitai bot commented Mar 19, 2026

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Repository YAML (base), Organization UI (inherited)

Review profile: CHILL

Plan: Pro

Run ID: 1b0155c5-5c0e-49ff-beb4-1218bd9a4aa1

📥 Commits

Reviewing files that changed from the base of the PR and between 1a3e533 and cfe6ada.

📒 Files selected for processing (1)
  • .claude/commands/analyze-ci-for-release-manager.md
🚧 Files skipped from review as they are similar to previous changes (1)
  • .claude/commands/analyze-ci-for-release-manager.md

Walkthrough

Added a CSS rule to right-align per-job finish dates in collapsible headers and updated the Periodics documentation to require a <span class="job-date">YYYY-MM-DD</span> in each collapsible job header with an example.

Changes

Cohort / File(s) Summary
Documentation & CSS template
.​claude/commands/analyze-ci-for-release-manager.md
Added .collapsible .job-date CSS for right-aligned, muted, slightly smaller job finish dates and updated Periodics Content Guidelines to require a <span class="job-date">YYYY-MM-DD</span> in collapsible job headers (example added).

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~3 minutes

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
📝 Coding Plan
  • Generate coding plan for human review comments

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.

@openshift-ci openshift-ci bot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Mar 19, 2026
Copy link
Copy Markdown

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

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

Actionable comments posted: 1

🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.

Inline comments:
In @.claude/commands/analyze-ci-for-release-manager.md:
- Line 254: The example HTML is inconsistent: remove the inline
onclick="toggle(this)" from the collapsible header example (since the JavaScript
attaches click handlers to elements with class "collapsible" and there is no
toggle function defined); update the example to show a plain <div
class="collapsible">...<span class="job-date">YYYY-MM-DD</span></div> that
matches the event-listener-based implementation, or alternatively implement and
reference an actual toggle(element) function in the JS if you prefer inline
handlers.

ℹ️ Review info
⚙️ Run configuration

Configuration used: Repository YAML (base), Organization UI (inherited)

Review profile: CHILL

Plan: Pro

Run ID: 1c70bec8-e885-432d-a0e4-45d87ca56730

📥 Commits

Reviewing files that changed from the base of the PR and between 044e620 and 1a3e533.

📒 Files selected for processing (1)
  • .claude/commands/analyze-ci-for-release-manager.md

@ggiguash ggiguash marked this pull request as draft March 19, 2026 07:26
@openshift-ci openshift-ci bot added the do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. label Mar 19, 2026
@ggiguash ggiguash force-pushed the release-manager-periodic-dates branch from 1a3e533 to cfe6ada Compare March 19, 2026 07:29
@ggiguash ggiguash marked this pull request as ready for review March 19, 2026 07:29
@openshift-ci openshift-ci bot removed the do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. label Mar 19, 2026
@openshift-ci openshift-ci bot requested a review from jerpeter1 March 19, 2026 07:30
@openshift-ci
Copy link
Copy Markdown
Contributor

openshift-ci bot commented Mar 19, 2026

@ggiguash: all tests passed!

Full PR test history. Your PR dashboard.

Details

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here.

@pmtk
Copy link
Copy Markdown
Member

pmtk commented Mar 19, 2026

/lgtm

@openshift-ci openshift-ci bot added the lgtm Indicates that a PR is ready to be merged. label Mar 19, 2026
@openshift-ci
Copy link
Copy Markdown
Contributor

openshift-ci bot commented Mar 19, 2026

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: ggiguash, pmtk

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@ggiguash
Copy link
Copy Markdown
Contributor Author

/verified by @ggiguash

@openshift-ci-robot openshift-ci-robot added the verified Signifies that the PR passed pre-merge verification criteria label Mar 19, 2026
@openshift-ci-robot
Copy link
Copy Markdown

@ggiguash: This PR has been marked as verified by @ggiguash.

Details

In response to this:

/verified by @ggiguash

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository.

@openshift-merge-bot openshift-merge-bot bot merged commit 5bc00b7 into openshift:main Mar 19, 2026
7 checks passed
@ggiguash ggiguash deleted the release-manager-periodic-dates branch March 19, 2026 09:55
@ggiguash ggiguash changed the title NO-ISSUE: Reflect job dates in the periodics top-level report USHIFT-6760: Reflect job dates in the periodics top-level report Mar 27, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

approved Indicates a PR has been approved by an approver from all required OWNERS files. jira/valid-reference Indicates that this PR references a valid Jira ticket of any type. lgtm Indicates that a PR is ready to be merged. verified Signifies that the PR passed pre-merge verification criteria

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants