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

Fix style warnings in the webapp extension #2811

Merged
merged 1 commit into from
Dec 23, 2020

Conversation

shrishrirang
Copy link
Contributor

@shrishrirang shrishrirang commented Dec 17, 2020

  • This commit primarily fixes the style warnings (azdev style webapp)
  • upload_source_code parameter list was missing the command param. This commit fixes that.
  • Another change to functionality is that OneDeploy async deployments don't poll for the operation completion now. This behavior can be toggled for development purposes using the poll_async_deployment_for_debugging flag in code

This checklist is used to make sure that common guidelines for a pull request are followed.

General Guidelines

  • Have you run azdev style <YOUR_EXT> locally? (pip install azdev required)
  • Have you run python scripts/ci/test_index.py -q locally?

For new extensions:

About Extension Publish

There is a pipeline to automatically build, upload and publish extension wheels.
Once your PR is merged into master branch, a new PR will be created to update src/index.json automatically.
The precondition is to put your code inside this repo and upgrade the version in the PR but do not modify src/index.json.

@shrishrirang
Copy link
Contributor Author

@qwordy - The failed checks seem unrelated to my PR. Can you check and let me know if they look related to my changes?

@shrishrirang
Copy link
Contributor Author

@jvano

Copy link

@jvano jvano left a comment

Choose a reason for hiding this comment

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

:shipit:

@yonzhan
Copy link
Collaborator

yonzhan commented Dec 18, 2020

webapp

@yonzhan yonzhan requested a review from qwordy December 18, 2020 03:43
@shrishrirang
Copy link
Contributor Author

@yonzhan - All PR validations seem to be failing currently with the same errors. Is this being investigated?

@yonzhan
Copy link
Collaborator

yonzhan commented Dec 19, 2020

@qwordy could you help with above?

@qwordy
Copy link
Member

qwordy commented Dec 21, 2020

/azp run

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@qwordy
Copy link
Member

qwordy commented Dec 21, 2020

Azure/azure-cli#16306
We have a problem recently. It is fixed now.

- This commit primarily fixes the style warnings (azdev style webapp)
- upload_source_code parameter list was missing the command param. This commit fixes that.
- Another change to functionality is that OneDeploy async deployments don't poll for the operation completion now. This behavior can be toggled for development purposes using the poll_async_deployment_for_debugging flag in code
@yungezz
Copy link
Member

yungezz commented Dec 22, 2020

hi @qwordy is this PR ok to merge now?

@qwordy qwordy merged commit 260a583 into Azure:master Dec 23, 2020
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.

5 participants