Skip to content

Tags: sharma-tapas/brokerapi

Tags

v4.2.5

Toggle v4.2.5's commit message
Added / to the regexp

v4.2.4

Toggle v4.2.4's commit message
Added regex and moved X-*-Region to the context

Sometimes instance_id in the URI can have characters such as : or / which are all valid, but
due to gorilla/mux we can land in a 404 not found issue. Added a Regex to the {instance_id} route
thus allowing such instance_id.
Added a middleware layer to parse X(*)-Region to the context under the X-Region key

Signed-off-by: Tapas Sharma <[email protected]>

v4.2.3

Toggle v4.2.3's commit message
Added proper middleware imports

v4.2.2

Toggle v4.2.2's commit message
Merge branch 'upstream_master'

v4.1.1

Toggle v4.1.1's commit message
dded AdditionalMetadata to the catalog.Service struct

- pass more information regarding different cloud providers.

Signed-off-by: Tapas Sharma <[email protected]>

v4.1.0

Toggle v4.1.0's commit message
Add MaintenanceInfo to provision request struct

[#162013007]

v3.0.7

Toggle v3.0.7's commit message
Add Private section to maintenance_info [#161091710]

v3.0.6

Toggle v3.0.6's commit message
Fix broken tests [#161091710]

Co-authored-by: Derik Evangelista <[email protected]>

v3.0.5

Toggle v3.0.5's commit message
Make `Public` a map[string]string

Due to go-yaml/yaml/139, we don't want the maintenance_info.public to
have nested fields.

[#161091710]

v3.0.4

Toggle v3.0.4's commit message
catalog has new field maintenance_info

[#161091710]