Skip to content

CONV-176: Implement convert again action#176

Merged
menvil merged 1 commit into
developfrom
feature/CONV-176-implement-convert-again-action
Jun 2, 2026
Merged

CONV-176: Implement convert again action#176
menvil merged 1 commit into
developfrom
feature/CONV-176-implement-convert-again-action

Conversation

@menvil

@menvil menvil commented Jun 2, 2026

Copy link
Copy Markdown
Owner

Summary

  • Adds convertAgain(int $conversionJobId) to RecentConversionsTable
  • Looks up job scoped to auth()->id() — silently no-ops if not found (security)
  • Dispatches conversion-repeat-requested event with the job ID
  • "Convert again" button shown for completed and failed jobs in Actions column

Test plan

  • CONV-175 tests now pass (own conversion dispatches event, other user's doesn't)
  • composer test passes (320 tests)
  • composer lint passes

🤖 Generated with Claude Code


Summary by cubic

Implements "Convert again" for recent conversions so users can re-run completed or failed jobs, per CONV-176. The action is limited to the job owner and emits a conversion-repeat-requested event with the job ID.

  • New Features
    • Added convertAgain(int $conversionJobId) in RecentConversionsTable (no-op if the job isn’t owned by the user).
    • Added a "Convert again" button in the Actions column for completed or failed jobs.

Written for commit f7ba2e2. Summary will update on new commits.

Review in cubic

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@menvil menvil merged commit 94a9b4f into develop Jun 2, 2026
@menvil menvil deleted the feature/CONV-176-implement-convert-again-action branch June 2, 2026 07:43
@coderabbitai

coderabbitai Bot commented Jun 2, 2026

Copy link
Copy Markdown

Important

Review skipped

Auto reviews are limited based on label configuration.

🏷️ Required labels (at least one) (1)
  • release

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.

⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro

Run ID: d65a8dee-2897-4ee8-aceb-2eb03bb2c225

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

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch feature/CONV-176-implement-convert-again-action

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.

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