David Heinemeier Hansson
|
cd14fda395
|
Cache bubble partial on itself
|
2024-10-19 16:50:05 -07:00 |
|
David Heinemeier Hansson
|
5d06e5449f
|
Etag the bubbles#show
|
2024-10-19 16:49:51 -07:00 |
|
David Heinemeier Hansson
|
23d81c07c1
|
Use Rails 8.0 rc1
|
2024-10-19 16:42:13 -07:00 |
|
David Heinemeier Hansson
|
e2c9048581
|
Only load from app, not all plugins etc
This will prevent loading trix for example
|
2024-10-18 12:49:12 -07:00 |
|
Jose Farias
|
b349e31d88
|
Reorder routes
|
2024-10-18 11:46:50 -06:00 |
|
Jose Farias
|
fdfd7a963a
|
Merge pull request #116 from basecamp/bubble-filter
Pull out Bucket::BubbleFilter
|
2024-10-18 11:17:34 -06:00 |
|
Jose Farias
|
d9d473723b
|
Clean up Bucket::BubbleFilter initializer
|
2024-10-18 11:15:53 -06:00 |
|
Jose Farias
|
09c003431e
|
Pull out Bucket::BubbleFilter
|
2024-10-18 11:11:23 -06:00 |
|
Jose Farias
|
224cd14fe6
|
Scope view lookup to Current.user
|
2024-10-17 23:17:27 -06:00 |
|
Jose Farias
|
bd2f4fc476
|
Fix tag_filters and assignee_filters calls
|
2024-10-17 23:02:59 -06:00 |
|
Jose Farias
|
1d9d120db6
|
Merge pull request #115 from basecamp/move-filtered-bubbles-to-model
Move bubble filtering to the model
|
2024-10-17 22:55:24 -06:00 |
|
Jose Farias
|
e7cc426fdc
|
Move bubble filtering to the model
|
2024-10-17 22:51:02 -06:00 |
|
Jose Farias
|
91401c2e75
|
Put latest buckets first
|
2024-10-17 22:29:15 -06:00 |
|
Jose Farias
|
e38a7fadda
|
Merge pull request #113 from basecamp/persisted-filters
Persisted filters
|
2024-10-17 22:17:43 -06:00 |
|
Jose Farias
|
54cea4eb75
|
clear_assignees_if_unassigned -> clear_assignees
|
2024-10-17 22:09:34 -06:00 |
|
Jose Farias
|
be43dbc693
|
Remove unnecessary compact_blank
|
2024-10-17 22:03:07 -06:00 |
|
Jose Farias
|
c570fa7e4c
|
Appease zeitwerk
|
2024-10-17 22:01:25 -06:00 |
|
Jose Farias
|
783f0ec83a
|
Revert "Appease zeitwerk"
This reverts commit 87ebabe260.
|
2024-10-17 21:53:42 -06:00 |
|
Jose Farias
|
87ebabe260
|
Appease zeitwerk
|
2024-10-17 21:44:49 -06:00 |
|
Jose Farias
|
c0df006ebc
|
Consolidate bucket_view_helper and filters_helper
|
2024-10-17 21:37:48 -06:00 |
|
Jose Farias
|
c9e6ecda58
|
bucket_view_form_tag -> bubble_filter_form_tag
|
2024-10-17 21:35:21 -06:00 |
|
Jose Farias
|
6dc01479b7
|
Fix search form
|
2024-10-17 21:34:48 -06:00 |
|
Jose Farias
|
9c2b101624
|
Memoize view_filter_params
|
2024-10-17 20:58:11 -06:00 |
|
Jose Farias
|
3542298394
|
@view might be nil in BubblesController#index
|
2024-10-17 20:56:52 -06:00 |
|
Jose Farias
|
862c854377
|
querying_unassigned_status -> unassigned_filter_activated
|
2024-10-17 20:55:11 -06:00 |
|
Jose Farias
|
0c27ede5ea
|
Clean up #set_view
|
2024-10-17 20:53:07 -06:00 |
|
Jose Farias
|
919092a1f8
|
Disambiguate view_filter_params and buble_filter_params
|
2024-10-17 20:50:45 -06:00 |
|
David Heinemeier Hansson
|
8504e911ab
|
No longer used
|
2024-10-17 17:59:01 -07:00 |
|
Jose Farias
|
a3cbf4d9fc
|
Fix that assignee and tag filters wouldn't overwrite themselves
|
2024-10-17 18:00:05 -06:00 |
|
Jose Farias
|
28eca68421
|
Fix that assignee and tag filters would overwrite each other
|
2024-10-17 17:52:24 -06:00 |
|
Jose Farias
|
a7a9c46327
|
Put tag summary first
|
2024-10-17 17:46:49 -06:00 |
|
Jose Farias
|
6b54ad6a72
|
bucket_view -> view
|
2024-10-17 17:43:30 -06:00 |
|
Jose Farias
|
e754b5bf92
|
Move all of Bubble's searchable concerns into Searchable
|
2024-10-17 17:38:33 -06:00 |
|
Jose Farias
|
7e99aabaa1
|
Bucket::View update/delete
|
2024-10-17 17:34:31 -06:00 |
|
Jose Farias
|
eb68fbe8ff
|
Simplify Bucket::View validations
|
2024-10-17 17:15:45 -06:00 |
|
Jose Farias
|
62a72f216b
|
Stop splitting array params before persisting
|
2024-10-17 17:08:45 -06:00 |
|
Jose Farias
|
feab596251
|
Clean up array hidden tags
|
2024-10-17 17:04:12 -06:00 |
|
Jose Farias
|
6f9ade25f8
|
Pull out bucket_view_form helper
|
2024-10-17 17:01:47 -06:00 |
|
Jose Farias
|
a891af85d6
|
Pull out path in view partial
|
2024-10-17 16:58:45 -06:00 |
|
Jose Farias
|
cc6c5b858e
|
Make filters unique per user+bucket
|
2024-10-17 16:54:47 -06:00 |
|
Jose Farias
|
f7a3e42a67
|
Carry over other filters when clicking on tag
|
2024-10-16 17:38:14 -06:00 |
|
Jose Farias
|
fe73cccb6b
|
Remove brackets for tag_id param
|
2024-10-16 17:37:09 -06:00 |
|
Jose Farias
|
2387f8f211
|
Reorganize methods in BubblesController
|
2024-10-16 17:30:42 -06:00 |
|
Jose Farias
|
f127fad1e4
|
Add flash notices
|
2024-10-16 17:22:11 -06:00 |
|
Jose Farias
|
73f64f542e
|
Fix tag and assignee selects
|
2024-10-16 17:16:13 -06:00 |
|
Jose Farias
|
8fd28c3809
|
Remove unnecesary compact_blank
|
2024-10-16 17:10:48 -06:00 |
|
Jose Farias
|
5c7b3bd21f
|
Split up Bucket::View
|
2024-10-16 17:09:00 -06:00 |
|
Jose Farias
|
956dce9e34
|
upcase_first -> humanize
|
2024-10-16 17:08:42 -06:00 |
|
Jose Farias
|
310a102ec9
|
Split out filters into partials
|
2024-10-16 16:55:09 -06:00 |
|
Jose Farias
|
a77a257129
|
Remove array params
|
2024-10-16 16:43:20 -06:00 |
|