Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: apache/dolphinscheduler-sdk-python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 4.0.3
Choose a base ref
...
head repository: apache/dolphinscheduler-sdk-python
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 4.0.4
Choose a head ref
  • 18 commits
  • 24 files changed
  • 1 contributor

Commits on Apr 3, 2023

  1. Configuration menu
    Copy the full SHA
    3a8a4e3 View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2023

  1. fix: missing key file in asdist subcommand (#84)

    Currently, missing license and notice in
    python setup.py asdist command
    zhongjiajie committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    6c88a76 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8bc499c View commit details
    Browse the repository at this point in the history
  3. release prepare job

    zhongjiajie committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    e22b308 View commit details
    Browse the repository at this point in the history
  4. Revert "support cache task (#50)"

    This reverts commit cf62349.
    zhongjiajie committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    c2af96a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ab6a358 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    bf11520 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    bf6a2ac View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    8b50d83 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    46d2836 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    77b5845 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    55683f6 View commit details
    Browse the repository at this point in the history
  12. feat: Add task group to task class (#114)

    ```py
       extract = Shell(
          name="extract",
          command="echo 'Some extract command here'",
          task_group_id=1,
          task_group_priority=123
       )
    ```
    
    fix: #106
    zhongjiajie committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    15cf87d View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    b56ba23 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    8fb5d64 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    df26060 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    fc2c630 View commit details
    Browse the repository at this point in the history
  17. Release v4.0.4

    zhongjiajie committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    934d721 View commit details
    Browse the repository at this point in the history
Loading