Dagman Versions Save

Yet another cron alternative with a Web UI, but with much more capabilities. It aims to solve greater problems.

v1.13.0

1 month ago

Changelog

  • be528cd Add run and params field (#573)

New Features

  • Added run and params field You can run another DAG from a DAG by specifying the name:

    steps:
      - name: running sub_dag
        run: sub_dag      # This can be a path to a file such as `sub_dag.yaml` or `path/to/sub_dag.yaml`
        params: "FOO=BAR" # Optional
    
  • Accept JSON list to specify command and args You can make the DAG to be more readable by using list notation for specifying complex arguments to a command

    steps:
      - name: step1
        description: print current time
        command: [python, "-c", "import sys; print(sys.argv)", "argument"]
    

What's Changed

New Contributors

Full Changelog: https://github.com/dagu-dev/dagu/compare/v1.12.11...v1.13.0

v1.12.11

3 months ago

Changelog

  • 5754d1b fix https configuration errors (#541)

v1.12.10

3 months ago

Changelog

  • a7e7c11 fix race problem

What's Changed

New Contributors

Full Changelog: https://github.com/dagu-dev/dagu/compare/v1.12.9...v1.12.10

v1.12.9

5 months ago

Changelog

  • c9435a8 Fix command flag parsing issue (#522)

What's Changed

Full Changelog: https://github.com/dagu-dev/dagu/compare/v1.12.8...v1.12.9

v1.12.8

6 months ago

Changelog

  • cc0c36e Update docs (#512)

What's Changed

New Contributors

Full Changelog: https://github.com/dagu-dev/dagu/compare/v1.12.7...v1.12.8

v1.12.7

8 months ago

Changelog

  • a9fd44a add start-all command (#498)

What's Changed

Full Changelog: https://github.com/dagu-dev/dagu/compare/v1.12.6...v1.12.7

v1.12.6

8 months ago

What's Changed

  • Add attach logs to report mail by @triole

New Contributors

Full Changelog: https://github.com/dagu-dev/dagu/compare/v1.12.5...v1.12.6

v1.12.5

8 months ago

Changelog

  • cfbd772 remove protobuf gen part from the release workflow

What's Changed

  • Just added generated protobuf files to get go install work and nothing else.

Full Changelog: https://github.com/dagu-dev/dagu/compare/v1.12.4...v1.12.5

v1.12.4

9 months ago

Changelog

  • e99b7ae fix basic auth issue (#483)

What's Changed

Full Changelog: https://github.com/dagu-dev/dagu/compare/v1.12.3...v1.12.4

v1.12.3

9 months ago

Changelog

  • 8fa6681 fix api base url to be the same host (#482)

What's Changed

Full Changelog: https://github.com/dagu-dev/dagu/compare/v1.12.2...v1.12.3