Commit Graph

6045 Commits

Author SHA1 Message Date
Jason Zimdars fd96648e3f Add move events to webhooks 2025-10-29 11:00:41 -05:00
Jason Zimdars 6d2a919a88 Typo 2025-10-29 11:00:19 -05:00
Jason Zimdars e594f89919 Add missing events to comment thread 2025-10-29 10:51:47 -05:00
Jason Zimdars b20ddde5f6 Capture old_collection before it changes
Fixes: https://box-car.com/5986089/cards/2577 in which the old and new
collection name would always be the destination (current) collection
2025-10-29 10:31:19 -05:00
Jason Zimdars 95e48e9053 Prefer double quotes 2025-10-29 10:17:47 -05:00
Jason Zimdars 3b34faa652 Copy edits 2025-10-29 10:14:15 -05:00
Jorge Manrubia bd1b2154f7 Format 2025-10-29 15:11:57 +01:00
Jorge Manrubia 7fd986858c Extract helper 2025-10-29 15:06:47 +01:00
Jorge Manrubia e2284547e7 No need to escape everything 2025-10-29 15:05:09 +01:00
Jorge Manrubia 82fc978b16 Safe operator to prevent nil error if event not resolved 2025-10-29 15:01:47 +01:00
Jorge Manrubia 96798679af Tidy up helper 2025-10-29 15:01:07 +01:00
Jorge Manrubia 85bee1af9b Add events for moving between columns 2025-10-29 14:49:02 +01:00
Jorge Manrubia d195debb6c No more AI for now 2025-10-29 14:04:08 +01:00
Fernando Álvarez 4b929cd51f Update configure fizzy-lb-101 script 2025-10-29 13:57:38 +01:00
David Heinemeier Hansson a0c6b8394a Split by layering 2025-10-29 13:51:41 +01:00
David Heinemeier Hansson b8a0660d7c Fix indention 2025-10-29 13:50:19 +01:00
David Heinemeier Hansson d9ebc8ace0 We need to upstream this fix to turbo-rails
If page refreshes and view transitions clash for us, they'll clash for
all.

cc: @jorgemanrubia
2025-10-29 13:47:51 +01:00
David Heinemeier Hansson 716e5ee506 Mark for upstreaming 2025-10-29 13:41:11 +01:00
David Heinemeier Hansson 2ed10b23c4 Aesthetics 2025-10-29 13:37:14 +01:00
David Heinemeier Hansson 60a429e463 Use more naturally-sounding ensures
These match Basecamp and the existing predicate methods
2025-10-29 13:33:34 +01:00
Jorge Manrubia 1547cfd651 Merge pull request #1414 from basecamp/remove-summaries
Remove AI summaries and semantic searches
2025-10-29 12:00:57 +01:00
Jorge Manrubia 875a298f9a Remove AI summaries and semantic searches
We were not using either. We can restore if we revisit.
2025-10-29 11:55:49 +01:00
Jorge Manrubia aa1ffb3357 Remove AI summaries and semantic searches
We were not using either. We can restore if we revisit.
2025-10-29 11:55:32 +01:00
Fernando Álvarez 654f8906c3 Merge pull request #1409 from basecamp/box-car-dot-com
Migrate to box-car.com
2025-10-29 10:39:43 +01:00
Fernando Álvarez 260eaa0369 Amend references to box-car.com 2025-10-29 10:09:12 +01:00
Jorge Manrubia 23c889e564 Merge remote-tracking branch 'origin/dependabot/bundler/benchmark-0.5.0' into update-dependencies 2025-10-29 08:43:27 +01:00
Jorge Manrubia dc1b6e80c5 Merge remote-tracking branch 'origin/dependabot/bundler/activerecord-tenanted-aaa4a34' into update-dependencies 2025-10-29 08:43:20 +01:00
Jorge Manrubia f1db0b6ebd Merge remote-tracking branch 'origin/dependabot/bundler/ruby_llm-cf27430' into update-dependencies 2025-10-29 08:43:12 +01:00
Jorge Manrubia aca723969d Merge remote-tracking branch 'origin/dependabot/bundler/sentry-rails-6.0.0' into update-dependencies 2025-10-29 08:43:04 +01:00
Jorge Manrubia 7429d500fb Merge remote-tracking branch 'origin/dependabot/bundler/solid_queue-1.2.2' into update-dependencies 2025-10-29 08:42:57 +01:00
Jorge Manrubia 9bb3161f02 Merge remote-tracking branch 'origin/dependabot/bundler/sentry-ruby-6.0.0' into update-dependencies 2025-10-29 08:42:50 +01:00
Jorge Manrubia d5d18d2be5 Merge remote-tracking branch 'origin/dependabot/bundler/development-dependencies-665d66c95d' into update-dependencies 2025-10-29 08:42:43 +01:00
Jorge Manrubia a8604bf62e Merge remote-tracking branch 'origin/dependabot/bundler/rails-d85a155' into update-dependencies 2025-10-29 08:42:35 +01:00
Jorge Manrubia 2341666f18 Merge remote-tracking branch 'origin/dependabot/bundler/kamal-2.8.2' into update-dependencies 2025-10-29 08:42:29 +01:00
dependabot[bot] 7e0bbea4aa Bump rails from 1ca9478 to d85a155
Bumps [rails](https://github.com/rails/rails) from `1ca9478` to `d85a155`.
- [Release notes](https://github.com/rails/rails/releases)
- [Commits](https://github.com/rails/rails/compare/1ca947883d1975487e14208e8159726654fc20d1...d85a155ae9914bd286270d7ccbd4c5b0caad68ec)

---
updated-dependencies:
- dependency-name: rails
  dependency-version: d85a155ae9914bd286270d7ccbd4c5b0caad68ec
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-10-29 07:38:43 +00:00
Jorge Manrubia 2227874b58 Merge pull request #1413 from basecamp/upgrade-turbo
Upgrade turbo and remove our patched version
2025-10-29 08:36:45 +01:00
Jorge Manrubia 860ba1f2e4 Upgrade turbo and remove our patched version
We upstreamed the changes from https://github.com/basecamp/fizzy/pull/1327
2025-10-29 08:35:27 +01:00
Jorge Manrubia 6044287be4 Fix upload script: migrate_all can't be invoked like that anymore 2025-10-29 07:53:19 +01:00
Aaron Santos 3a6e4a0aa4 Merge pull request #1412 from basecamp/basecamp/send-dash-notif
Send notification to Dash on deploys
2025-10-29 10:37:42 +08:00
Aaron Santos 6c672c73e4 Send notification to Dash on deploys 2025-10-29 10:27:13 +08:00
Andy Smith ae9e38bfd0 Merge pull request #1411 from basecamp/filter-section-improvements
Hide filters when empty
2025-10-28 16:48:59 -05:00
Andy Smith 7ce10b3dcf Better selector 2025-10-28 16:46:03 -05:00
Andy Smith c9aa6b90b7 Hide filters when empty 2025-10-28 16:44:48 -05:00
Andy Smith 59a63aac55 Merge pull request #1410 from basecamp/popup-checks-pt-2
Fix remaining popup check icons
2025-10-28 16:20:36 -05:00
Andy Smith a403410386 Remove one last aria-hidden attr 2025-10-28 16:13:39 -05:00
Andy Smith b21be8fc0b Fix remaining popup check icons 2025-10-28 16:10:59 -05:00
Fernando Álvarez 3946733b65 Migrate to box-car.com 2025-10-28 18:44:25 +01:00
Jason Zimdars e802977e77 Merge pull request #1408 from basecamp/pagination-fix
Hide link after additional pages load
2025-10-28 11:22:44 -05:00
Jason Zimdars f32968bbf9 Hide link after additional pages load
Also removes some unnecessary properties
2025-10-28 11:07:27 -05:00
Jorge Manrubia cc84904d20 Fix time-dependent test 2025-10-28 16:26:03 +01:00