1
0
mirror of https://github.com/rancher/steve.git synced 2025-08-24 09:00:26 +00:00
steve/pkg/stores/partition/listprocessor
Eric Promislow 2cd7997e6b
Fix non-vai sorting involving string arrays, add tests. (#618)
- Bump wrangler to get fix for 'GetValueFromAny'.
  This adds string arrays to the types it supports.

- Use a newer go library sort function to maintain a stable sort

- Use the map-sort-map pattern to avoid repeatedly calculating the
  same underlying value for `object[arg1][arg2][...]`
2025-06-13 10:18:48 -07:00
..
processor_test.go Fix non-vai sorting involving string arrays, add tests. (#618) 2025-06-13 10:18:48 -07:00
processor.go Fix non-vai sorting involving string arrays, add tests. (#618) 2025-06-13 10:18:48 -07:00