openservicebrokerapi / osb-checker

An automatic checker to verify an Open Service Broker API implementation against the specification
https://github.com/openservicebrokerapi/servicebroker/
Apache License 2.0
48 stars 40 forks source link

Adjustments according to the version 2.14 specs. #84

Closed mrgunior closed 5 years ago

mrgunior commented 5 years ago

This branch has been merged with the following branches:

if you would prefer to have separate PRs let me know, I can create them.

Changes with binding.go:

Changes with common.go:

Changes with deprovision.go:

Changes with provision.go:

Changes with update_instance.go:

Changes with lifecycle.go:

changes with config_mock.yaml:

cfdreddbot commented 5 years ago

:white_check_mark: Hey mrgunior! The commit authors and yourself have already signed the CLA.

leonwanghui commented 5 years ago

It seems that the ci doesn't work any more, could u please take a look?

mrgunior commented 5 years ago

Changes are done. I also noticed that when running the make command for deploying and using this mock broker. It actually creates the osbchecker.mockbroker in ./build/bin/ instead of ./build/ in the README.md.

leonwanghui commented 5 years ago

@mrgunior Got it, I will pull a PR to fix that.