chore(deps): update dawarich to v1.7.9 #7226
Reference in New Issue
Block a user
Delete Branch "renovate/unified-dawarich"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR contains the following updates:
1.7.8→1.7.91.7.8→1.7.9Release Notes
Freika/dawarich (Freika/dawarich)
v1.7.9Compare Source
⚠️ Upgrade notes
GET /api/v1/visits/:id/possible_placesandPOST /api/v1/visits/:id/select_placefor alternatives. Theplace_visitstable will be dropped in a follow-up release.bin/rails dawarich:backfill_place_namesbin/rails dawarich:cleanup_suggested_placesAdded
OIDC_PKCE_ENABLED=true(off by default). #2282POST /api/v1/visits/:id/select_place— assign a Photon candidate to a visit.Changed
GET /api/v1/visits/:id/possible_placesreturns live Photon suggestions; the assigned place comes first with itsid, others haveid: null.GET/POST /api/v1/places/nearbynow includeid,source, andgeodataper item (additive).Place#has_many :visitsis nowdependent: :nullify— deleting a Place no longer deletes its visits.Fixed
select_placevalidates lat/lon bounds (422 on out-of-range) and serializes concurrent calls via PG advisory lock to prevent duplicate Places.select_placededups by name + 50 m proximity instead ofgeodataJSONB, working regardless ofSTORE_GEODATA.JWT_SECRET_KEYis unset;/trial/upgradenow redirects home. #2682Places::DeleteIfOrphanJobinstead of inlineafter_commit.DataMigrations::BackfillPlacesUserIdJobcorrectly excludes just-assigned places from the orphan-delete pass.user_id:anduser_ids:to survive stale Sidekiq jobs. #2740RemoveUnusedIndexesmigration drops invalidpointsindexes left by failedREINDEX CONCURRENTLYbefore removing unused ones. #2124h3-jsretains its upstream Apache-2.0 license header.Configuration
📅 Schedule: (in timezone America/Chicago)
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
This PR has been generated by Mend Renovate.