1. 21 11月, 2022 1 次提交
  2. 18 11月, 2022 1 次提交
  3. 11 11月, 2022 1 次提交
  4. 10 11月, 2022 1 次提交
  5. 09 11月, 2022 1 次提交
    • J
      [chore] Separate Python API into another repository (#12779) · 1347a8f9
      Jay Chung 提交于
      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
      1347a8f9
  6. 07 11月, 2022 1 次提交
  7. 19 10月, 2022 1 次提交
  8. 16 10月, 2022 1 次提交
  9. 14 10月, 2022 1 次提交
  10. 12 10月, 2022 1 次提交
  11. 10 10月, 2022 1 次提交
    • J
      [ci] Milestone and Label are required before the PR merged (#12222) · a9730549
      Jiajie Zhong 提交于
      To make our release process easier, I plan to mark milestone
      and label is required before the PR merged, they use for
      
      * label: In this path we required label with at least on with
        'feature|bug|improvement|document|chore' to make our changelog
        more convenient
      * milestone: For easier to cherry-pick PR, currently some of
        our milestone only exists in issue and not exists in related
        PR, it may
      a9730549
  12. 01 10月, 2022 1 次提交
  13. 29 9月, 2022 1 次提交
  14. 28 9月, 2022 1 次提交
  15. 26 9月, 2022 2 次提交
  16. 19 9月, 2022 2 次提交
  17. 17 9月, 2022 1 次提交
  18. 08 9月, 2022 1 次提交
  19. 02 9月, 2022 1 次提交
  20. 28 8月, 2022 1 次提交
  21. 24 8月, 2022 1 次提交
  22. 17 8月, 2022 1 次提交
  23. 11 8月, 2022 1 次提交
  24. 08 8月, 2022 2 次提交
  25. 06 8月, 2022 2 次提交
  26. 05 8月, 2022 1 次提交