Commit Graph

8 Commits

Author SHA1 Message Date
Dmitry Shmulevich 68da2d852e
Release 1.6 (#525)
* replace ports 5000/7000 with 5001/7001 to eliminate conflict with Control Center on MacOS (#521)

Signed-off-by: Dmitry Shmulevich <dmitry.shmulevich@gmail.com>

* Sync master into release-1.6 (#523)

* Make sure the client is actual built (#517)

Signed-off-by: Xavier Geerinck <xavier.geerinck@gmail.com>

* Update DevContainer base image to fix CodeSpaces and DevContainer issues (#519)

* Update base image to later Universal 1.x Focal, but still pin to 1.x major version

Signed-off-by: Paul Yuknewicz <paulyuk@microsoft.com>

* Updated readme to clarify pre-req SKUs for GitHub CodeSpaces support

Signed-off-by: Paul Yuknewicz <paulyuk@microsoft.com>

Co-authored-by: Mukundan Sundararajan <musundar@microsoft.com>

* Setting FLASK_RUN_PORT=5001 in distributed-calc

Signed-off-by: Charlie Stanley <wistanle@microsoft.com>

Co-authored-by: Xavier Geerinck <xavier.geerinck@gmail.com>
Co-authored-by: Paul Yuknewicz <paulyuk@microsoft.com>
Co-authored-by: Mukundan Sundararajan <musundar@microsoft.com>
Co-authored-by: Charlie Stanley <wistanle@microsoft.com>

* update README (#524)

Signed-off-by: Dmitry Shmulevich <dmitry.shmulevich@gmail.com>

Co-authored-by: Charlie Stanley <charlie.stanley@microsoft.com>
Co-authored-by: Xavier Geerinck <xavier.geerinck@gmail.com>
Co-authored-by: Paul Yuknewicz <paulyuk@microsoft.com>
Co-authored-by: Mukundan Sundararajan <musundar@microsoft.com>
Co-authored-by: Charlie Stanley <wistanle@microsoft.com>
2022-01-24 19:25:28 -08:00
dependabot[bot] 9c1f310f86
Bump jinja2 from 2.10.1 to 2.11.3 in /pub-sub/python-subscriber (#510)
Bumps [jinja2](https://github.com/pallets/jinja) from 2.10.1 to 2.11.3.
- [Release notes](https://github.com/pallets/jinja/releases)
- [Changelog](https://github.com/pallets/jinja/blob/main/CHANGES.rst)
- [Commits](https://github.com/pallets/jinja/compare/2.10.1...2.11.3)

---
updated-dependencies:
- dependency-name: jinja2
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-01-18 11:21:22 -08:00
dependabot[bot] 54c775f22b
Bump flask-cors from 3.0.8 to 3.0.9 in /pub-sub/python-subscriber (#509)
Bumps [flask-cors](https://github.com/corydolphin/flask-cors) from 3.0.8 to 3.0.9.
- [Release notes](https://github.com/corydolphin/flask-cors/releases)
- [Changelog](https://github.com/corydolphin/flask-cors/blob/master/CHANGELOG.md)
- [Commits](https://github.com/corydolphin/flask-cors/compare/3.0.8...3.0.9)

---
updated-dependencies:
- dependency-name: flask-cors
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Charlie Stanley <charlie.stanley@microsoft.com>
2022-01-14 09:45:30 -08:00
Charlie Stanley 23d3423298
Adding auto validation to pub-sub example (Part of #357) (#359) 2020-12-29 19:48:41 -08:00
Artur Souza 03b64f58e0
Fixes Dockerfiles to work on arm and arm64. (#331)
Publishes arm and arm64 images.
2020-12-04 13:49:06 -08:00
Mark Chmarny 45972d3668
addresses case inconsistency in pubsubname var (#308) 2020-09-29 12:34:37 -07:00
Pruthvidhar R Dhodda 7b0a2fb00b
Modify sample to work with multi pubsub changes (#293)
* Modify sample to work with multi pubsub changes

* Change component name
2020-08-17 14:20:29 -07:00
Ori Zohar e7ed68f6ce
Fix links due to repo rename (#281)
* Removing numbering and README changes

* Fixing build.yaml and other references to numbered names

* Changing more places to use quickstart term

* Additional samples to quickstarts changes
2020-08-12 16:39:52 -07:00