Commit Graph

4 Commits

Author SHA1 Message Date
b4ef6c963e Add easier config options for configuring default search columns (#287)
* Add easier config options for configuring default search columns

* Remove TODO
2025-01-19 15:25:04 -07:00
567984fb6f Add support for searching for custom columns as part of default searches (#286)
* Refactor code for searching for custom columns

* Add support for searching custom columns in default searches

* Add integration test for default searches for custom columns

* Add memoization to avoid repeated work for queries

* update comment

* Update golden

* Update goldens
2025-01-19 00:31:14 -07:00
65d1ebfd07 Implement restrictions on default column searching for #268 (#274)
* Implement restrictions on default column searching for #268

* Add better docs for config-set excluded-default-search-columns

* Enable debugging

* Clean up server binaries to avoid wasting disk space

* Add tests

* Swap from configuring excluded columns to configuring included columns, to prep for future changes where we may add support for other default columns

* Reduce gotestsum re-runs since tests are less flaky nowadays

* Fix bug in lib.where(...) function that failed to trim the args list and caused DB query correctness issues

* Disable tmate debugging

* Update goldens
2025-01-18 11:25:07 -08:00
eeaba49259 Fix test golden breakage caused by GH action update (#284)
* Fix test golden breakage caused by GH action update

* Update

* Trigger action

* Update golden

* Rename integration_test.go file

* Update golden
2025-01-14 18:29:02 -08:00