Sarthak Sharma

Results 7 issues of Sarthak Sharma

* The [Cron Binding](https://docs.dapr.io/reference/components-reference/supported-bindings/cron/) requires certification tests to be created. * Add conformance tests if not present.

# Description Dynamic loading of components can be achieved for standalone mode by adding a cli argument `--dynamic-components-path`. This is the directory which will be monitored for file system events,...

The dapr docs specify that we can subscribe for all configuration changes if we do not pass any keys to the subscribe endpoint. * https://docs.dapr.io/reference/api/configuration_api/#query-parameters-1 `GET http://localhost:/v1.0-alpha1/configuration//subscribe` If the user...

## Expected Behavior `dapr init` should create a default components folder `~/.dapr` ## Actual Behavior The `~/.dapr` folder is not created as part of `dapr init` Therefore `dapr run` fails...

kind/bug

Signed-off-by: Sarthak Sharma # Description Adding a flag to enable dynamic loading of components from components directory in standalone mode. ## Issue reference We strive to have all PR being...

This PR uses https://github.com/benbjohnson/clock to mock the time. Adding support for using mock clock with cron will be helpful to write test cases and verify cron behaviour. Similar to this...

Currently, the github action `docker-practice/actions-setup-docker@v1` is used to install docker on MacOS for the workflows since docker is not baked in for the macos runner image. However, this action is...