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

Add portal generated module init file #1609

Merged
merged 2 commits into from
Apr 27, 2020
Merged

Add portal generated module init file #1609

merged 2 commits into from
Apr 27, 2020

Conversation

YalinLi0312
Copy link
Contributor

@YalinLi0312 YalinLi0312 commented Apr 27, 2020

related issue: #1608

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.

@YalinLi0312 YalinLi0312 self-assigned this Apr 27, 2020
@YalinLi0312 YalinLi0312 added the bug This issue requires a change to an existing behavior in the product in order to be resolved. label Apr 27, 2020
# regenerated.
# --------------------------------------------------------------------------

__path__ = __import__('pkgutil').extend_path(__path__, __name__)
Copy link
Contributor

Choose a reason for hiding this comment

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

I suggest not adding __path__ = __import__('pkgutil').extend_path(__path__, __name__) to chose one of Python Namesapce, leave it with License is ok.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I just use the same one as in logic. Will remove this line in next commit

Copy link
Contributor

@haroldrandom haroldrandom left a comment

Choose a reason for hiding this comment

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

Could you upgrade the version in setup.py to 0.1.2 in order to trigger release pipeline to help release.

@YalinLi0312
Copy link
Contributor Author

Could you upgrade the version in setup.py to 0.1.2 in order to trigger release pipeline to help release.

The current version of portal is 0.1.0, the version should be 0.1.1 after upgrade, right?

@haroldrandom
Copy link
Contributor

Could you upgrade the version in setup.py to 0.1.2 in order to trigger release pipeline to help release.

The current version of portal is 0.1.0, the version should be 0.1.1 after upgrade, right?

Yeah, my mistake

@haroldrandom haroldrandom merged commit d597d8e into Azure:master Apr 27, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug This issue requires a change to an existing behavior in the product in order to be resolved.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants