Production deployment - Apr 25#3823
Merged
rathorevaibhav merged 21 commits intomainfrom Apr 25, 2026
Merged
Conversation
Replace .md issue templates with .yml issue forms for structured fields, dropdowns, validation, and a better issue-filing experience. Add config.yml to disable blank issues. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
…tes-to-yml Convert issue templates from Markdown to YAML form format
The 'Closed' key in opportunities-status was incorrectly mapped to 'draft' instead of 'closed', causing the Closed status to silently save as Draft. Also adds the missing 'closed' => 'draft' entry to opportunities-status-wp-mapping to prevent a runtime undefined index error in JobObserver when status is 'closed'. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
The @foreach loop iterates config as $status (display label) => $label (db value). The selected comparison was incorrectly using $status (display label) instead of $label (db value), so the current saved status was never shown as selected in the dropdown. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
When the create form re-renders after a validation error, old('status')
holds the db value (e.g. 'published') but was being compared against
the display label (e.g. 'Published'), so the previously selected
status was lost. Changed comparison to use $label (the db value).
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Tests cover config integrity (no duplicate db values, every status value has a WP mapping, Closed maps to 'closed'), status persistence on update for all four valid status values, and edit form rendering with the correct option selected. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
CLAUDE.md and the implementation-executor agent still referenced the old branch names (master/release), causing agents to create branches from master and open PRs targeting master instead of develop. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
…nd orderByTitle scopes
…orderByTitle scopes
…alphabetical sort
Assembles clipboard text (name, applied date, form fields) and renders a btn-clipboard span that reuses the existing ClipboardJS global setup. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Includes the partial in the card header action area so users can copy formatted candidate details to clipboard in one click. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Includes the partial in the Applicant Details card header for both the pre-trial and regular rounds Resume Screening sections. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
…status-field #3814 Fix opportunity status field save and display bug
…-dropdown #3813 Filter and sort job filter dropdown to show only published jobs
…details-for-ai-evaluation #3816 Copy candidate details for AI evaluation
Main sync to dev
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Repository UI Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
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 |
Employee portal
|
||||||||||||||||||||||||||||
| Project |
Employee portal
|
| Branch Review |
develop
|
| Run status |
|
| Run duration | 00m 22s |
| Commit |
|
| Committer | Vaibhav Rathore |
| View all properties for this run ↗︎ | |
| Test results | |
|---|---|
|
|
0
|
|
|
0
|
|
|
0
|
|
|
0
|
|
|
4
|
| View all changes introduced in this branch ↗︎ | |
Removes the "Copy for AI evaluation" button from the applicant details and evaluate pages, and deletes the shared blade partial introduced in #3818. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
…valuation Remove Copy for AI evaluation feature
The lucassabreu/comment-coverage-clover action requires a pull request context to post a comment. Guard the step with an event check so it only runs on pull_request triggers, preventing failures on push runs. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Production deployment for Apr 25. Bundles the changes merged into
developsince the previous deploy.Included changes
Features
config.ymlto disable blank issues).scopePublishedandscopeOrderByTitletoJob, applies them inApplicationController/ApplicationService, with feature tests).Bug fixes
Closed→closedmapping inopportunities-statusconfig and add the missingclosed→draftentry toopportunities-status-wp-mapping.Reverts
@includereferences removed.Chore
master/releasetodevelop/maininCLAUDE.mdand theimplementation-executoragent.Test plan
Closed.