vault/sdk/framework
Max Bowsher e13ccf9835
OpenAPI: Sort parameters for stable output (#22043)
In my recent #21942, I overlooked the need to sort another part of the
OpenAPI document to ensure stable output.

I've also removed `strings.ToLower()` from the code I copied from, as
this code is sorting Vault API parameter names, which are all lowercase
anyway!
2023-07-25 11:27:50 -04:00
..
testdata OpenAPI: Separate ListOperation from ReadOperation (#21723) 2023-07-13 13:36:52 -04:00
backend_test.go adding copyright header (#19555) 2023-03-15 09:00:52 -07:00
backend.go Add missing Query: true metadata to API definitions (#21949) 2023-07-21 15:05:29 -04:00
field_data_test.go adding copyright header (#19555) 2023-03-15 09:00:52 -07:00
field_data.go adding copyright header (#19555) 2023-03-15 09:00:52 -07:00
field_type.go Fix RFC3339 comment typo (#20100) 2023-04-11 20:11:05 +00:00
filter.go adding copyright header (#19555) 2023-03-15 09:00:52 -07:00
identity_test.go adding copyright header (#19555) 2023-03-15 09:00:52 -07:00
identity.go adding copyright header (#19555) 2023-03-15 09:00:52 -07:00
lease_test.go adding copyright header (#19555) 2023-03-15 09:00:52 -07:00
lease.go adding copyright header (#19555) 2023-03-15 09:00:52 -07:00
openapi_test.go OpenAPI: Fix generation of correct fields (#21942) 2023-07-24 23:10:33 -04:00
openapi.go OpenAPI: Sort parameters for stable output (#22043) 2023-07-25 11:27:50 -04:00
path_map_test.go adding copyright header (#19555) 2023-03-15 09:00:52 -07:00
path_map.go adding copyright header (#19555) 2023-03-15 09:00:52 -07:00
path_struct_test.go adding copyright header (#19555) 2023-03-15 09:00:52 -07:00
path_struct.go adding copyright header (#19555) 2023-03-15 09:00:52 -07:00
path_test.go adding copyright header (#19555) 2023-03-15 09:00:52 -07:00
path.go Fix vault path-help for selected paths with bad regexps (#18571) 2023-06-30 08:42:30 -07:00
policy_map_test.go adding copyright header (#19555) 2023-03-15 09:00:52 -07:00
policy_map.go adding copyright header (#19555) 2023-03-15 09:00:52 -07:00
secret_test.go adding copyright header (#19555) 2023-03-15 09:00:52 -07:00
secret.go adding copyright header (#19555) 2023-03-15 09:00:52 -07:00
template.go adding copyright header (#19555) 2023-03-15 09:00:52 -07:00
testing.go adding copyright header (#19555) 2023-03-15 09:00:52 -07:00
wal_test.go adding copyright header (#19555) 2023-03-15 09:00:52 -07:00
wal.go adding copyright header (#19555) 2023-03-15 09:00:52 -07:00