You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Support whereHas etc on Entries and Terms (#512)
* Support on EntryQueryBuilder
* Support terms too
* Remove concern as its provided by base builder
* version bump
* 🍺
* Fix terms test
* Fix failing tests from other 5.68 changes
* and the last
Fix sorting by numbers when using collection `in` condition (#513)
* Fix sorting by floats when using collection `in` condition
* why doesnt pint catch this
---------
Co-authored-by: Ryan Mitchell <ryan@thoughtcollective.com>
Deleted directory items on S3 container still in Statamic Assets DB a…
…fter running sync-assets (#511)
* first stab at fixing this
* actually run delete
* fix bad merge
* PINT!
* Implement @ryanmitchell's suggestions with minor fixes.
* PINT!
* one more change to ensure that sub directories are being deleted
* PINT!
* remove dump and add additional folder check
* remove map in favor of better comparison on filesystem
* use blessed Str facade
* recache
---------
Co-authored-by: Ryan Mitchell <ryan@thoughtcollective.com>
Fix speed regression on model status query by going through eloquent …
…model (#497)
* Fix speed regression on model status query by going through eloquent model
* When we're plucking id, go for speed
* Abstract out blink column cache
[4.x] Always load model for assets (#479)
* Always load model for assets
* Fixing test
* Fix test, attempt 2
* Fixing test, attempt 3
* Nitpicks - early return and formatting
* Update test to be more meaningful with explanation
* Revert test changes and make a separate test
---------
Co-authored-by: Ryan Mitchell <ryan@thoughtcollective.com>