These 25 commits are when the Protocol Buffers files have changed:
| Commit: | 76f7e62 | |
|---|---|---|
| Author: | Josh van Leeuwen | |
| Committer: | GitHub | |
Updates protos from 1.13 (#60) Signed-off-by: joshvanl <me@joshvanl.dev>
The documentation is generated from this commit.
| Commit: | b6f3ac8 | |
|---|---|---|
| Author: | Elena Kolevska | |
| Committer: | GitHub | |
Updating protos for Dapr 1.12 (#53) * Updating to dapr runtime master. The Dockerfile was failing to install `docker-ce-cli`, so this commit also updates the Dockerfile with the new way to add the docker repo. Signed-off-by: Elena Kolevska <elena@kolevska.com> * Update docs with instructions to building the image independently from VSCode Signed-off-by: Elena Kolevska <elena@kolevska.com> --------- Signed-off-by: Elena Kolevska <elena@kolevska.com>
| Commit: | 49dce52 | |
|---|---|---|
| Author: | Pravin Pushkar | |
| Committer: | GitHub | |
Updating to dapr runtime v1.11.0-rc.7 (#50) Signed-off-by: Pravin Pushkar <ppushkar@microsoft.com>
| Commit: | 960f6f3 | |
|---|---|---|
| Author: | Pravin Pushkar | |
| Committer: | GitHub | |
Updating to dapr runtime 1.10.0-rc.2 (#48) Signed-off-by: Pravin Pushkar <ppushkar@microsoft.com>
| Commit: | bd935fe | |
|---|---|---|
| Author: | Pravin Pushkar | |
| Committer: | Pravin Pushkar | |
Updating to dapr runtime v1.9.0-rc.3 Signed-off-by: Pravin Pushkar <ppushkar@microsoft.com>
| Commit: | e06e019 | |
|---|---|---|
| Author: | Pravin Pushkar | |
| Committer: | Pravin Pushkar | |
Updating to dapr runtime 1.8.0-rc.3 Signed-off-by: Pravin Pushkar <ppushkar@microsoft.com>
| Commit: | 43c4c81 | |
|---|---|---|
| Author: | Pravin Pushkar | |
Updating protos to dapr runtime v1.7.0-rc.2 Signed-off-by: Pravin Pushkar <ppushkar@microsoft.com>
| Commit: | a152d10 | |
|---|---|---|
| Author: | Bernd Verst | |
| Committer: | GitHub | |
Updating to dapr runtime v1.6.0-rc.2 Signed-off-by: GitHub <noreply@github.com>
| Commit: | 8d29863 | |
|---|---|---|
| Author: | Dmitry Shmulevich | |
| Committer: | Dmitry Shmulevich | |
replaced license headers Signed-off-by: Dmitry Shmulevich <dmitry.shmulevich@gmail.com>
| Commit: | 9409c50 | |
|---|---|---|
| Author: | Bernd Verst | |
| Committer: | GitHub | |
Updating to dapr runtime v1.5.0-rc.2
| Commit: | a688e3c | |
|---|---|---|
| Author: | Charlie Stanley | |
| Committer: | Charlie Stanley | |
Updating to dapr runtime v1.1.0-rc.2
| Commit: | 4d70286 | |
|---|---|---|
| Author: | Charlie Stanley | |
Updating to dapr runtime v1.0.0-rc.4
| Commit: | de736c0 | |
|---|---|---|
| Author: | Charlie Stanley | |
Update license
| Commit: | 41f1dde | |
|---|---|---|
| Author: | Charlie Stanley | |
Updating to dapr runtime v1.0.0-rc.3
| Commit: | 8a45294 | |
|---|---|---|
| Author: | Charlie Stanley | |
| Committer: | Charlie Stanley | |
Updating to dapr runtime v1.0.0-rc.2
| Commit: | b80e6fa | |
|---|---|---|
| Author: | Charlie Stanley | |
| Committer: | Charlie Stanley | |
Updating to dapr runtime v1.0.0-rc.1 (#21)
| Commit: | 770b217 | |
|---|---|---|
| Author: | Charlie Stanley | |
| Committer: | Charlie Stanley | |
Update sdk for 0.11.0 (#11)
| Commit: | 4d9a36e | |
|---|---|---|
| Author: | Charlie Stanley | |
| Committer: | Charlie Stanley | |
Update for 0.10.0 dapr runtime (#14)
| Commit: | b9d9e43 | |
|---|---|---|
| Author: | Young Bu Park | |
| Committer: | GitHub | |
final update for 0.8.0 (#13)
| Commit: | b39c51e | |
|---|---|---|
| Author: | Young Bu Park | |
update stateitem
| Commit: | 62964cc | |
|---|---|---|
| Author: | Young Bu Park | |
| Committer: | GitHub | |
update proto and examples for 0.8.0 dapr (#11) * update proto and examples * fix libdapr build
| Commit: | df55a03 | |
|---|---|---|
| Author: | Young Bu Park | |
update proto and examples
| Commit: | 96d34b9 | |
|---|---|---|
| Author: | Young Bu Park | |
| Committer: | GitHub | |
Update 0.7.0 proto and examples (#9)
| Commit: | 8cb8bad | |
|---|---|---|
| Author: | Young Bu Park | |
Update 0.7.0 proto and examples
| Commit: | bd23244 | |
|---|---|---|
| Author: | Young Bu Park | |
| Committer: | GitHub | |
Add dev-container and echo app example (#7) Since c++ library highly depends on the dependency library in the system, this pr is adding dev-container to standardize the dev environment and add echo_app sample to demonstrate service invocation for C++ user. * Add dev-container for c++ dev environment * Add step by step instruction to build client * improve makefile * regenerate grpc proto client * Add Echo App sample