Skip to content

Refactor harvests to remove Elasticsearch#4683

Merged
CloCkWeRX merged 3 commits into
devfrom
refactor-harvests-remove-elasticsearch-14630838429921835504
Jun 24, 2026
Merged

Refactor harvests to remove Elasticsearch#4683
CloCkWeRX merged 3 commits into
devfrom
refactor-harvests-remove-elasticsearch-14630838429921835504

Conversation

@CloCkWeRX

Copy link
Copy Markdown
Collaborator

Refactored the harvest functionality to remove its dependency on Elasticsearch (Searchkick), matching the pattern used in the Photos refactoring. All searches and listings for harvests now use ActiveRecord. Pre-loading has been added to the HarvestsController to maintain performance. Searchkick-related artifacts and tests for harvests have been cleaned up.


PR created automatically by Jules for task 14630838429921835504 started by @CloCkWeRX

- Remove SearchHarvests concern from Harvest model
- Implement Harvest.homepage_records using ActiveRecord
- Refactor HarvestsController#index to use ActiveRecord and eager loading
- Replace Harvest.search with ActiveRecord in MembersController and PlantingsController
- Remove all Harvest.reindex calls from specs, tasks, and migrations
- Update Harvest factory to remove Searchkick side-effects
- Remove app/models/concerns/search_harvests.rb

Co-authored-by: CloCkWeRX <365751+CloCkWeRX@users.noreply.github.com>
@google-labs-jules

Copy link
Copy Markdown
Contributor

👋 Jules, reporting for duty! I'm here to lend a hand with this pull request.

When you start a review, I'll add a 👀 emoji to each comment to let you know I've read it. I'll focus on feedback directed at me and will do my best to stay out of conversations between you and other bots or reviewers to keep the noise down.

I'll push a commit with your requested changes shortly after. Please note there might be a delay between these steps, but rest assured I'm on the job!

For more direct control, you can switch me to Reactive Mode. When this mode is on, I will only act on comments where you specifically mention me with @jules. You can find this option in the Pull Request section of your global Jules UI settings. You can always switch back!

New to Jules? Learn more at jules.google/docs.


For security, I will only act on instructions from the user who triggered this task.

Comment thread Gemfile.lock Outdated
Comment thread Gemfile.lock Outdated
Comment thread Gemfile.lock Outdated
Comment thread Gemfile.lock Outdated
Comment thread Gemfile.lock Outdated
Comment thread Gemfile.lock Outdated
Co-authored-by: Daniel O'Connor <daniel.oconnor@gmail.com>
@CloCkWeRX CloCkWeRX merged commit 3edd251 into dev Jun 24, 2026
16 of 17 checks passed
@CloCkWeRX CloCkWeRX deleted the refactor-harvests-remove-elasticsearch-14630838429921835504 branch June 24, 2026 10:56
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