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

[chore] Migrate code from main repo apache/dolphinscheduler #1

Merged
merged 25 commits into from
Nov 9, 2022

Conversation

zhongjiajie
Copy link
Member

@zhongjiajie zhongjiajie commented Nov 7, 2022

Currently, our Python API code is a module in apache/dolphinscheduler codebase, each time users change Python API code, they need to run all requests CI check for dolphinscheduler and Python API, But if the user does only change Python code, it could be merged if Python API CI pass and do not dependent on others CI.

Besides, we release Python API as the same version of dolphinscheduler. It is easy for user to match Python API version. But when Python API does not change any code, but dolphinscheduler release a bugfix version, Python API has to release the new version to match dolphinscheduler. This happened when we released Python API 2.0.6 and 2.0.7. 2.0.6 and 2.0.7 is bugfix version, and Python API does not change any code, so the PyPI package is the same.

Separate Python API also makes our code more sense, we will have more distinguished code in dolphinscheduler and Python API new repository. Have separate issue tracker and changelog for information to users.

ref PR in main repo: apache/dolphinscheduler#12779

see more detail in mail thread: https://lists.apache.org/thread/4z7l5l54c4d81smjlk1n8nq380p9f0oo

@zhongjiajie zhongjiajie marked this pull request as ready for review November 8, 2022 07:33
@zhongjiajie zhongjiajie mentioned this pull request Nov 8, 2022
jieguangzhou
jieguangzhou previously approved these changes Nov 9, 2022
Copy link
Member

@jieguangzhou jieguangzhou left a comment

Choose a reason for hiding this comment

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

LGTM

Currently, our Python API code is a module in apache/dolphinscheduler codebase,
each time users change Python API code, they need to run all requests CI check
for dolphinscheduler and Python API, But if the user does only change Python
code, it could be merged if Python API CI pass and do not dependent on others CI.

Besides, we release Python API as the same version of dolphinscheduler. It is
easy for user to match Python API version. But when Python API does not change
any code, but dolphinscheduler release a bugfix version, Python API has to
release the new version to match dolphinscheduler. This happened when we
released Python API 2.0.6 and 2.0.7. 2.0.6 and 2.0.7 is bugfix version, and
Python API does not change any code, so the PyPI package is the same.

Separate Python API also makes our code more sense, we will have more
distinguished code in dolphinscheduler and Python API new repository.
Have separate issue tracker and changelog for information to users.

see more detail in mail thread: https://lists.apache.org/thread/4z7l5l54c4d81smjlk1n8nq380p9f0oo
@zhongjiajie
Copy link
Member Author

PTAL if you have time @jieguangzhou

Copy link
Member

@jieguangzhou jieguangzhou left a comment

Choose a reason for hiding this comment

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

LGTM

@zhongjiajie zhongjiajie merged commit 05f87a9 into apache:main Nov 9, 2022
@zhongjiajie zhongjiajie deleted the migrate branch November 9, 2022 10:12
zhongjiajie added a commit to apache/dolphinscheduler that referenced this pull request Nov 9, 2022
Currently, our Python API code is a module in apache/dolphinscheduler codebase,
each time users change Python API code, they need to run all requests CI check
for dolphinscheduler and Python API, But if the user does only change Python
code, it could be merged if Python API CI pass and do not dependent on others CI.

Besides, we release Python API as the same version of dolphinscheduler. It is
easy for user to match Python API version. But when Python API does not change
any code, but dolphinscheduler release a bugfix version, Python API has to
release the new version to match dolphinscheduler. This happened when we
released Python API 2.0.6 and 2.0.7. 2.0.6 and 2.0.7 is bugfix version, and
Python API does not change any code, so the PyPI package is the same.

Separate Python API also makes our code more sense, we will have more
distinguished code in dolphinscheduler and Python API new repository.
Have separate issue tracker and changelog for information to users.

ref PR in other repository: apache/dolphinscheduler-sdk-python#1

see more detail in mail thread: https://lists.apache.org/thread/4z7l5l54c4d81smjlk1n8nq380p9f0oo
zhongjiajie added a commit to apache/dolphinscheduler-website that referenced this pull request Nov 9, 2022
zhongjiajie added a commit to zhongjiajie/dolphinscheduler that referenced this pull request Nov 10, 2022
jieguangzhou pushed a commit to apache/dolphinscheduler that referenced this pull request Nov 10, 2022
* [fix][doc] Dead link for python api

ref: #12779 and
apache/dolphinscheduler-sdk-python#1

* fix dead link
zhuangchong pushed a commit to apache/dolphinscheduler that referenced this pull request Jan 3, 2023
* [fix][doc] Dead link for python api

ref: #12779 and
apache/dolphinscheduler-sdk-python#1

* fix dead link
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
chore A collection of chore like CI, remove not used code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants