1
0
mirror of https://github.com/rancher/steve.git synced 2025-09-17 07:48:52 +00:00
Files
steve/pkg/stores/sqlpartition
Eric Promislow 0de8a57d39 Further fixes to the projectsornamespaces param, with new tests. (#772)
* Further fixes to the projectsornamespaces param, with new tests.

* Simplify projectsornamespaces on namespace kind

Move the processing of this special case from the SQL code generator
to the parser, and map it to simple `metadata.name=` and `metadata.labels[...]`
tests.

* Fix `projectsornamespace!=` code gen.

These should generate (f.namespace != X AND (negative label test).

The code was generating an `OR` giving too many false positives.

* Fix the projORns not error in the SQL
2025-08-18 21:53:50 -07:00
..
2025-01-30 11:57:23 -08:00