Tiago Alves Macambira

Results 12 issues of Tiago Alves Macambira

# Description PR dapr/dapr#4989 (issue dapr/dapr#4988) updated the names of some enums in `UnlockResponse.Status` ProtoBuff definition: * `LOCK_UNEXIST` became `LOCK_DOES_NOT_EXIST ` * `LOCK_BELONG_TO_OTHERS` became `LOCK_BELONGS_TO_OTHERS` Code implementing Distributed Lock component...

PR dapr/dapr#4989 (issue dapr/dapr#4988) updated the names of some enums in `UnlockResponse.Status` ProtoBuff definition: * `LOCK_UNEXIST` became `LOCK_DOES_NOT_EXIST ` * `LOCK_BELONG_TO_OTHERS` became `LOCK_BELONGS_TO_OTHERS` Code implementing Distributed Lock component in `components-contrib`...

kind/bug

- The [MemCached State Store component] requires certification tests to be created. - Add conformance tests if not present. [MemCached State Store component]: https://docs.dapr.io/reference/components-reference/supported-state-stores/setup-memcached/

* The [HashiCorp Vault Secret Store Component] requires certification tests to be created. * Add conformance tests if not present. [HashiCorp Vault Secret Store Component]: https://docs.dapr.io/reference/components-reference/supported-secret-stores/hashicorp-vault/

# Description PR dapr/dapr#4989 (issue dapr/dapr#4988) updated the names of some enums in `UnlockResponse.Status` ProtoBuff definition: * `LOCK_UNEXIST` became `LOCK_DOES_NOT_EXIST ` * `LOCK_BELONG_TO_OTHERS` became `LOCK_BELONGS_TO_OTHERS` Code in clients SDKs needs...

PR dapr/dapr#4989 (issue dapr/dapr#4988) updated the names of some enums in `UnlockResponse.Status` ProtoBuff definition: * `LOCK_UNEXIST` became `LOCK_DOES_NOT_EXIST ` * `LOCK_BELONG_TO_OTHERS` became `LOCK_BELONGS_TO_OTHERS` Code in clients SDKs needs to be...

kind/bug

# Description PR dapr/components-contrib#2069 added Features() as an API to secret stores. Unfortunatelly, Dapr Metadata APIs would not contain any information regarding Secret Store features or capabilities in its output....

automerge

## In what area(s)? /area runtime ## What version of Dapr? > edge: output of `git describe --dirty` `v1.7.0-rc.4-568-g030ebefd` 1.8 ## Expected Behavior For SecretStores this was expected as support...

kind/bug

**Describe the issue** Memcache State Store documentation states that the default value for its `timeout` field is `1000ms`. This leads the user to think that you can suffix a number...

content/incorrect-information

[microsoft.cache/redis-cache](https://github.com/Azure/azure-quickstart-templates/blob/master/quickstarts/microsoft.cache/redis-cache/main.bicep#L78) ### Issue Details Deploying Azure Cache for Redis template with diagnostics enable causes an error ``` json { "code": "BadRequest", "message": "Diagnostic settings does not support retention for new...