1
0
mirror of https://github.com/rancher/steve.git synced 2025-08-22 16:16:49 +00:00
Commit Graph

4 Commits

Author SHA1 Message Date
Eric Promislow
8085c8beb2 Add a missing test to verify we're parsing indirect queries correctly. 2025-04-24 17:55:33 -07:00
Eric Promislow
bbde512a90 Add parsing of the indirect access operator ('=>'). 2025-04-24 16:22:13 -07:00
Eric Promislow
cc08df3708 Fix the ListOptions sort field.
Instead of making it a single array-ish field, convert it into a
true array of Sort Directives.  Easier to read, less bending backwards.
2025-04-24 14:57:32 -07:00
Eric Promislow
f73b1e35b6 Move types related to list options and sql queries into their own package.
The problem having these in the informer package is that eventually code
in other packages will need to import `informer` only for constants or types,
but some members of the informer package may already depend on those. Best to
move type definitions into their own simpler package.
2025-04-24 13:50:15 -07:00