* Workflow order processing sample in Python
Signed-off-by: Chris Gillum <cgillum@microsoft.com>
* Update README.md with link to new sample
Signed-off-by: Chris Gillum <cgillum@microsoft.com>
---------
Signed-off-by: Chris Gillum <cgillum@microsoft.com>
* component http wasm: adjust for config drift
The configuration property for the wasm file is renamed per https://github.com/dapr/components-contrib/pull/2817
Signed-off-by: Adrian Cole <adrian@tetrate.io>
* fuzz
Signed-off-by: Adrian Cole <adrian@tetrate.io>
---------
Signed-off-by: Adrian Cole <adrian@tetrate.io>
This introduces users to the idea that WebAssembly is embedded in the
sidecar, by actually serving a request that way.
This will be more interesting when we add file watch support to the wasm
middleware, which would allow people to reload wasm without restarting
the process.
Signed-off-by: Adrian Cole <adrian@tetrate.io>
* Adding sample for commercetools GraphQL binding
Signed-off-by: Harry Kimpel <harrykimpel@hotmail.com>
* Updating top/level readme to include commercetools sample
Signed-off-by: Harry Kimpel <harrykimpel@hotmail.com>
* Fixing some typos in the readme
Signed-off-by: Harry Kimpel <harrykimpel@hotmail.com>
Signed-off-by: Harry Kimpel <harrykimpel@hotmail.com>
* Adding sample for commercetools GraphQL binding
Signed-off-by: Harry Kimpel <harrykimpel@hotmail.com>
* Updating top/level readme to include commercetools sample
Signed-off-by: Harry Kimpel <harrykimpel@hotmail.com>
* adding first version of new knative sample + small fix to knative distributed calculator
Signed-off-by: TenSt <stepan.maks@gmail.com>
* adding second part + grammar fixes
Signed-off-by: TenSt <stepan.maks@gmail.com>
* adding deploy and react form folders; small fixes
Signed-off-by: TenSt <stepan.maks@gmail.com>
* adding reference to React Form source files
Signed-off-by: TenSt <stepan.maks@gmail.com>
* Moved middleware sample from dapr\quickstarts
Signed-off-by: Paul Yuknewicz <paulyuk@microsoft.com>
* updating readme with middleware sample.
* Renamed middleware samples to clarify interactive (google) and non-interactive (microsoft Azure / AAD) flows
Signed-off-by: Paul Yuknewicz <paulyuk@microsoft.com>
* Updated README with Sample info tested on v1.5.0
* Adding hello-service-fabric sample
* Updating .gitIgnore for Service Fabric demo.
* Fixed http file and readme
* Polished the readme
* Made changes from code review.
Co-authored-by: Donovan Brown <dlbm3@hotmail.com>
* ensure java 11 compilation level, and print JDK name/version
* Run with MS Build of OpenJDK
* right set of modules, and fix bin path in CMD
* simplified module list
* missed this dockerfile
* Update to .NET 5.0 and 1.0 of Dapr
* Update Twitter Demo3 to 1.0.0
* Update README.md
* Fixed bug where the resources were in default location.
* Added all of Mark Fussell's feedback.
* Demo 2 is working with RC2
* Fixing run commands and addign better errors.
* Improved logging
* Demo 2 Updated to RC2
* Polish
* Fixed Demo3 yaml files.
* removing the vendor folder
* Helm chart is working!
* Setup script is working
* Adding helpful comments
* Make all version consistent
* Demo2 polish
moved compoents folders.
* Only thing not working is Zipkin
* The W3C contextis now propagated.
* Zipkin now works in K8s as well.
* removing bin folder from .net project
* chaning bin folder to exec so I can have in all projects.
bin is not a good name in .net projects
* Fixed copy and paste error.
* Fixed copy and paste error.
* Clean-up
* Added setup.ps1 to demo2
This creates the cognitive services needed for the demo.
* Adding location for those that don't have defaults set.
Found this testing on virgin machine.
* Clean up
* Updated command name from a local alias
* Adding a setup.sh script to demo 2
Added .sh to bash scripts
* Added bash script for demo3
* reducing to a single componets folder.
* Reduced folders
* Making all .sh file executable.
* Moving to test on mac
* added u+x
* Tested on macOS
* Show different notes from helm on Windows.
* Polish on the setup scripts for demo 3.
* improved formatting
* Works on mac time for docs
* Cleaned up everything.
* Fixed twitter demo readme.
* Final test on macOS
* Updated image tag to match runtime.
Added unique value to resource names.
* adding detail to readme
* Added Luke's feedback
* Fixed gitignore
* Polish scripts
* Let you set k8sversion
* Polished Scripts.
* Updated everything to RC4
* Updated readme.md to make the requirement of .net core 3.1 clear.
* Returning the Java and Python demos.
Updated the instructions link under `Setup Dapr (Slim Init)` to point to the 'How-To: Run Dapr in self-hosted mode without Docker' article instead of the "How-To: Install Dapr into your local environment". The self-hosted-no-docker article points to the original link as a prerequisite if the reader needs it. My fear was if they followed the directions on the original link it could be confusing because it requires docker and is not the slim init example.