* Change all references of app-id in bindings examples to batch-*
Signed-off-by: Nick Greenfield <nigreenf@microsoft.com>
* fix typo
Signed-off-by: Nick Greenfield <nigreenf@microsoft.com>
* Add bindings test for GH e2e
Signed-off-by: Nick Greenfield <nigreenf@microsoft.com>
* Fix name of workflow
Signed-off-by: Nick Greenfield <nigreenf@microsoft.com>
* Fix GH e2e tests and fix GO http test
Signed-off-by: Nick Greenfield <nigreenf@microsoft.com>
* updating readme for all quickstarts:
- added link to new Bindings quickstart
- tightened up descriptons (remove "Demonstrates repetition", and better explain the role of the building block in the sample)
Signed-off-by: Paul Yuknewicz <paulyuk@microsoft.com>
* Secrets is there too, so updating readme
Signed-off-by: Paul Yuknewicz <paulyuk@microsoft.com>
* Binding quickstart - Cron input PostgreSQL output
Signed-off-by: Nir Mashkowski <nimashkowski@microsoft.com>
* Updated to properly load from APP_PORT and DAPR_HTTP_PORT, or default value.
Signed-off-by: Paul Yuknewicz <paulyuk@microsoft.com>
* Adds Dockerfile and docker compose file to initialize orders table in postgress in an automated way.
Signed-off-by: Paul Yuknewicz <paulyuk@microsoft.com>
* Moving database files to db folder and add README
Signed-off-by: Paul Yuknewicz <paulyuk@microsoft.com>
* readme updates
Signed-off-by: Paul Yuknewicz <paulyuk@microsoft.com>
* Cleaning up bindings file names
Signed-off-by: Paul Yuknewicz <paulyuk@microsoft.com>
* Fixing crash caused by moving orders.json. keeping in root folder.
Signed-off-by: Paul Yuknewicz <paulyuk@microsoft.com>
* Tuning names and flake8 lint pass
Signed-off-by: Paul Yuknewicz <paulyuk@microsoft.com>
* Complete code and lint review of Python examples
Signed-off-by: Paul Yuknewicz <paulyuk@microsoft.com>
* updating comments with `dapr run ..` that works
Signed-off-by: Paul Yuknewicz <paulyuk@microsoft.com>
* Lowercase sqldb binding; fixing request formatting and error handling
Signed-off-by: Paul Yuknewicz <paulyuk@microsoft.com>
* removed grpc dependency and use flask for routes
Signed-off-by: Paul Yuknewicz <paulyuk@microsoft.com>
* Fixed Axios issues with incorrect playload
Signed-off-by: Paul Yuknewicz <paulyuk@microsoft.com>
* fixed env vars and var groups
Signed-off-by: Paul Yuknewicz <paulyuk@microsoft.com>
* Fixed forced exit, and comments
Signed-off-by: Paul Yuknewicz <paulyuk@microsoft.com>
* Go changes for styling and cont. event handling
Signed-off-by: Paul Yuknewicz <paulyuk@microsoft.com>
* Adding READMEs and MMD tests for Python
Signed-off-by: Paul Yuknewicz <paulyuk@microsoft.com>
* Adding C# README files and MMD tests
Signed-off-by: Paul Yuknewicz <paulyuk@microsoft.com>
* Adding Go README files and MMD tests
Signed-off-by: Paul Yuknewicz <paulyuk@microsoft.com>
* Adding Javascript README files and MMD
Signed-off-by: Paul Yuknewicz <paulyuk@microsoft.com>
* Renamed `app` files in each language to be consistent with idiom. e.g. program.cs for C#, index.js for Javascript, and app.python for Python. Per review feedback from @amulyavarote
Signed-off-by: Paul Yuknewicz <paulyuk@microsoft.com>
* updating server port to be string
Signed-off-by: Paul Yuknewicz <paulyuk@microsoft.com>
* Changing folder structure for consistency. Nesting language source files in `./batch` for http and sdk variations. Fixing up code and readmes to match.
Signed-off-by: Paul Yuknewicz <paulyuk@microsoft.com>
* Adding makefiles for validate (MMD test) and docker (inert)
Signed-off-by: Paul Yuknewicz <paulyuk@microsoft.com>
* Adjusting MMD with escape chars and sleeps
Signed-off-by: Paul Yuknewicz <paulyuk@microsoft.com>
* Fixed make validate (match, timeouts, sleeps) for C# and Go
Signed-off-by: Paul Yuknewicz <paulyuk@microsoft.com>
* Updated MMD with precision fixes. All passing!
Signed-off-by: Paul Yuknewicz <paulyuk@microsoft.com>
* change for java maven builds to build clean
Signed-off-by: Paul Yuknewicz <paulyuk@microsoft.com>
* WIP on Java
Signed-off-by: Paul Yuknewicz <paulyuk@microsoft.com>
* Java SDK is done!
Signed-off-by: Paul Yuknewicz <paulyuk@microsoft.com>
* Java signed off!
Signed-off-by: Paul Yuknewicz <paulyuk@microsoft.com>
* pretty formatted POM and java so better with merges in future
Signed-off-by: Paul Yuknewicz <paulyuk@microsoft.com>
* Update bindings/javascript/sdk/README.md
Accepted
Co-authored-by: greenie-msft <56556602+greenie-msft@users.noreply.github.com>
Co-authored-by: Paul Yuknewicz <paulyuk@microsoft.com>
Co-authored-by: Mark Fussell <markfussell@gmail.com>
Co-authored-by: greenie-msft <56556602+greenie-msft@users.noreply.github.com>
* Removed the extra space in expected test result
Signed-off-by: Arash Rohani <Arash.Rohani@gmail.com>
* Changed the output match from exact to substring to fix the issue.
Signed-off-by: Arash Rohani <Arash.Rohani@gmail.com>
* Replaced the logger.LogInformation with Console.WriteLine to fix the test issue.
Signed-off-by: Arash Rohani <Arash.Rohani@gmail.com>
* Fixed the whitespace issue and added sleep directive
Signed-off-by: Arash Rohani <Arash.Rohani@gmail.com>
* pulling a prebuilt image to try overcoming CodeSpace 'out of storage' issue on build.
Signed-off-by: Paul Yuknewicz <paulyuk@microsoft.com>
* trying published MCR image for universal
Signed-off-by: Paul Yuknewicz <paulyuk@microsoft.com>
* removing http from tag
Signed-off-by: Paul Yuknewicz <paulyuk@microsoft.com>
* Taking working mcr image and adding dockerfile customizations
Signed-off-by: GitHub <noreply@github.com>
* Update Dockerfile
Updating image pull to use a cached image for CodeSpaces
* Sets APP_PORT in env var of kubernetes yaml and sets default value in code if not set. Fixes#682
Signed-off-by: Paul Yuknewicz <paulyuk@microsoft.com>
* fixed whitespace in yaml for env var "value: "
Signed-off-by: Paul Yuknewicz <paulyuk@microsoft.com>
* fixing to point to public container image vs test image
Signed-off-by: Paul Yuknewicz <paulyuk@microsoft.com>
* Added secrets management examples for go
Signed-off-by: Amulya Varote <amulyavarote@microsoft.com>
* Changes based on the review comments
Signed-off-by: Amulya Varote <amulyavarote@microsoft.com>
Co-authored-by: Paul Yuknewicz <paulyuk@microsoft.com>
New C# subscriber
LGTM and I want to take this now, to unblock the docker push, which should get the last tests to pass. If not we will fix right away.