Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make sure the client is actual built #517

Merged
merged 1 commit into from
Jan 20, 2022
Merged

Conversation

XavierGeerinck
Copy link
Contributor

Description

Fix client build for react calculator

Signed-off-by: Xavier Geerinck <xavier.geerinck@gmail.com>
@msfussell msfussell self-requested a review January 20, 2022 17:17
Copy link
Member

@msfussell msfussell left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@msfussell msfussell merged commit 482a0e4 into dapr:master Jan 20, 2022
dmitsh pushed a commit that referenced this pull request Jan 21, 2022
Signed-off-by: Xavier Geerinck <xavier.geerinck@gmail.com>
dmitsh pushed a commit that referenced this pull request Jan 24, 2022
* 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>
dmitsh pushed a commit that referenced this pull request Jan 24, 2022
* 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>
dmitsh pushed a commit that referenced this pull request Jan 24, 2022
* 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>
msfussell pushed a commit that referenced this pull request Jan 25, 2022
* 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>
Arashrohani pushed a commit to Arashrohani/quickstarts that referenced this pull request Feb 16, 2022
Signed-off-by: Xavier Geerinck <xavier.geerinck@gmail.com>
Signed-off-by: Arash Rohani <arash.rohani@gmail.com>
Arashrohani pushed a commit to Arashrohani/quickstarts that referenced this pull request Feb 16, 2022
* replace ports 5000/7000 with 5001/7001 to eliminate conflict with Control Center on MacOS (dapr#521)

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

* Sync master into release-1.6 (dapr#523)

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

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

* Update DevContainer base image to fix CodeSpaces and DevContainer issues (dapr#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 (dapr#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>
Signed-off-by: Arash Rohani <arash.rohani@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants