You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Validate for a valid cluster path when Invoke is called (#37207)
* Fix invoke verification of data existence of cluster and endpoint
* Add unit test for codegen logic issue
* Add integration test for return codes
* Restule
* Remove odd comment
* Remove unused import
* Use asserts fail
* Add unit test that checks invalid cluster return code as well
* Fix comment
* Code review feedback: listing of commands should fail if the cluster does not exist
* Update src/data-model-providers/codegen/CodegenDataModelProvider.cpp
Co-authored-by: Boris Zbarsky <bzbarsky@apple.com>
* Update src/data-model-providers/codegen/CodegenDataModelProvider.cpp
Co-authored-by: Boris Zbarsky <bzbarsky@apple.com>
* Update src/data-model-providers/codegen/CodegenDataModelProvider.cpp
Co-authored-by: Boris Zbarsky <bzbarsky@apple.com>
* Updated comment
* Try to reduce amount of code overhead for extra validation check
* Update logic yet again since just checking for null fails unit tests and having unit tests seems reasonable
* Restyle
* Update src/data-model-providers/codegen/EmberMetadata.h
Co-authored-by: Boris Zbarsky <bzbarsky@apple.com>
* Update src/data-model-providers/codegen/EmberMetadata.h
Co-authored-by: Boris Zbarsky <bzbarsky@apple.com>
* Update src/data-model-providers/codegen/CodegenDataModelProvider.cpp
Co-authored-by: Boris Zbarsky <bzbarsky@apple.com>
* Update comment
* Update comment
* Update based on code review ... if we cannot enforce an interface, we document. Not happy and hoping we can improve in the future
---------
Co-authored-by: Boris Zbarsky <bzbarsky@apple.com>
Co-authored-by: Andrei Litvin <andreilitvin@google.com>
0 commit comments