Skip to content

Tags: basecamp/fizzy

Tags

fizzy@53131b6

Toggle fizzy@53131b6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #2891 from basecamp/dependabot/bundler/net-imap-0.6.4

Bump net-imap from 0.6.3 to 0.6.4

fizzy@5f45e54

Toggle fizzy@5f45e54's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
dep: update nokogiri to v1.19.3 (#2887)

fizzy@466b215

Toggle fizzy@466b215's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add SearchReindexJob to repopulate the search index (#2850)

Rebuilds search records for every published Card and every Comment on a
published Card. Intended for manual invocation after a search-index loss
event — not a recurring job.

Uses ActiveJob::Continuable so the work survives worker restarts and
resumes from the last-processed id. The job is idempotent.

Removes script/maintenance/reindex_stale_search_records.rb, which was
written against a different hypothesis (a date-cutoff backfill) and is
superseded by this unconditional repair job.

fizzy@9a27ca8

Toggle fizzy@9a27ca8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Scope clear_search_records to the account being destroyed (#2847)

Account::Searchable#clear_search_records called
Search::Record.for(id).destroy_all which deleted every row in the
shard's table, wiping search records belonging to every other account
that happened to hash to the same shard.

ref: https://3.basecamp.com/2914079/buckets/27/card_tables/cards/9782824728

fizzy@7836df4

Toggle fizzy@7836df4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #2846 from basecamp/return-apostrophes-to-our-pref…

…erred-style

Return apostrophes to our preferred style

fizzy@89a1cf4

Toggle fizzy@89a1cf4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add timeout to system package install step (#2839)

* Add timeout to reusable test workflow

* Add timeout to system package install step

* Retry CI

* Retry CI again

fizzy@127156e

Toggle fizzy@127156e's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #2829 from basecamp/remove-tag-attachable

Remove dead Tag::Attachable code and tags prompt

fizzy@1c6141c

Toggle fizzy@1c6141c's commit message

Partially verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
We cannot verify signatures from co-authors, and some of the co-authors attributed to this commit require their commits to be signed.
Update lexxy to 0.9.5.beta (#2820)

* Update lexxy to 0.9.5.beta

* Fix syntax highlight controller for lexxy 0.9.5.beta

The highlightAll export was renamed to highlightCode.

---------

Co-authored-by: Mike Dalessio <mike@37signals.com>

fizzy@f3f9aec

Toggle fizzy@f3f9aec's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix missing partial when editing comments with @mentions (#2828)

Edge Rails introduced ActionText::Attachable#to_editor_content_attachment_partial_path
which defaults to to_partial_path ("users/user"). Override it in User::Mentionable to
delegate to to_attachable_partial_path ("users/attachable"), matching the existing
display rendering path.

fizzy@e16b52b

Toggle fizzy@e16b52b's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
dep: bump ruby to 3.4.8 (from 3.4.7) (#2823)