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

OneDeploy enhancements #2768

Merged
merged 1 commit into from
Dec 12, 2020
Merged

OneDeploy enhancements #2768

merged 1 commit into from
Dec 12, 2020

Conversation

shrishrirang
Copy link
Contributor

@shrishrirang shrishrirang commented Dec 8, 2020

  • The previous onedeploy CLI implementation did not surface all functionality of the onedeploy API via the CLI. Example: restart, clean, etc
  • This commit surfaces all functionality supported by the API via the CLI
  • Additionally, refactored the enable_onedeploy function to make it readable (and also to address the Python function complexity limit)
  • Also - bumping up the extension minor version as this is the first time we are introducing the onedeploy functionality in this extension

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.

@yonzhan
Copy link
Collaborator

yonzhan commented Dec 8, 2020

webapp

@shrishrirang
Copy link
Contributor Author

Looking at the errors

- The previous onedeploy CLI implementation did not surface all functionality of the onedeploy API via the CLI. Example: restart, clean, etc
- This commit surfaces all functionality supported by the API via the CLI
- Additionally, refactored the enable_onedeploy function to make it readable (and also to address the Python function complexity limit)
- Also - bumping up the extension minor version as this is the first time we are introducing the onedeploy functionality in this extension
@shrishrirang
Copy link
Contributor Author

@panchagnula @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:

@yungezz
Copy link
Member

yungezz commented Dec 9, 2020

hi @qwordy could you pls have a look? thanks

@shrishrirang
Copy link
Contributor Author

Hey @panchagnula - can you take a look when you get a chance?

@panchagnula panchagnula merged commit 4c88d0c into Azure:master Dec 12, 2020
@haroldrandom
Copy link
Contributor

/azp run

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

8 participants