fix(viewer): remove unrelated branding on current main - #447
Conversation
|
Warning Review limit reached
Next review available in: 20 minutes You've used all free OSS reviews for now. Wait for the free limit to reset to keep reviewing this public repository. How can I continue?After more reviews become available, a review can be triggered using the To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews. How do review limits work?CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability. For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window. Please refer docs for additional details. Review details⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (2)
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 |
|
Exact-current-head read-only review request for @opencode-agent review |
Rate Limit Exceeded
|
|
@opencode-agent review Review exact head |
|
Tip For best results, initiate chat on the files or code changes. 🧩 Analysis chain🏁 Script executed: #!/bin/bash
set -euo pipefail
base='961f44a19c4ced87f8062b3ab9842a9a08d05235'
head='874e471e4179116cbf3cc58cc972a87b11d5ec80'
printf '%s\n' '== Exact commit and ancestry =='
git rev-parse HEAD
git show -s --format='commit=%H%nparents=%P%nsubject=%s' "$head"
git merge-base --is-ancestor "$base" "$head"
printf 'base_is_ancestor=yes\n'
printf '%s\n' '== Changed paths =='
git diff --name-status "$base" "$head"
printf '%s\n' '== Full review diff =='
git diff --find-renames --find-copies --unified=80 "$base" "$head"
printf '%s\n' '== Candidate file locations =='
fd -a 'ViewerUiController\.java|ViewerUiController.*Test.*\.java|ViewerUiController.*IT.*\.java' .
printf '%s\n' '== Source structure =='
src=$(fd -a -t f '^ViewerUiController\.java$' . | head -n1)
test_files=$(fd -a -t f 'ViewerUiController.*(Test|IT).*\.java$' . || true)
if [ -n "$src" ]; then
ast-grep outline "$src" --items all --view expanded || true
printf '%s\n' '== Source: ownership, viewer, and artifact-token context =='
rg -n -i -C 12 'clearfolio|hyosung|apache|artifact|token|viewer|document' "$src"
fi
for test in $test_files; do
printf '%s\n' "== Test outline: $test =="
ast-grep outline "$test" --items all --view expanded || true
rg -n -i -C 10 'clearfolio|hyosung|apache|ownership|branding|viewer|document' "$test"
doneLength of output: 45119
I reviewed exact head The diff is limited to the two stated paths. The production shells now identify One finding remains:
I did not modify the branch, approve the pull request, change protection, or merge. You are interacting with an AI system. |
|
Exact-current-head independent review request for The two-file branding-truth slice is mergeable; CI, Security Scan, SAST Semgrep, and fuzz are terminal-success; unresolved inline findings are zero. Both product shells identify Clearfolio and the Apache-2.0 distribution without asserting unrelated ownership. Protected @opencode-agent review Review this exact head read-only. Do not mutate the branch, synthesize author approval, weaken protection, or merge. |
Rate Limit Exceeded
|
|
Exact-head review/update request for The bounded buyer-visible branding correction has terminal-success CI, Security Scan, SAST Semgrep, and fuzz, is mergeable, and has zero unresolved threads. Its construction base predates current protected @coderabbitai review |
Rate Limit Exceeded
|
Superseded by #459
This stale-base branch is closed without merge. PR #459 reconstructs the same reviewed two-file product-branding result directly on current protected
maineb0a32e87e7470469c8fa0f8c67d9583654bef57as exactly one commit with zero behind commits. The modified protected-main input blob was byte-identical to this branch's construction input, and both reconstructed output blobs are byte-identical to this reviewed result.No checks, reviews, or approvals from #447 transfer to #459.
Historical objective
Remove unrelated company ownership claims from Clearfolio's buyer-visible HTML shells.