Skip to content

Releases: dagu-org/dagu

v1.7.8

25 Aug 14:21
0652945
Compare
Choose a tag to compare

Changelog

  • 0652945 Merge pull request #292 from yohamta/feat/grep

What's Changed

Full Changelog: v1.7.7...v1.7.8

v1.7.7

22 Aug 07:04
8b34bc0
Compare
Choose a tag to compare

Changelog

  • 8b34bc0 Merge pull request #289 from yohamta/feat/signal-on-step

What's Changed

New Contributors

Full Changelog: v1.7.6...v1.7.7

v1.7.6

19 Aug 06:11
1ab95f8
Compare
Choose a tag to compare

Changelog

  • 1ab95f8 Merge pull request #284 from yohamta/admin-port-option

What's Changed

  • Fix execution history sorting issue in the Web UI by @yohamta in #271
  • Fix scheduler to watch dags efficiently by @Arvintian in #268
  • Fix http executor set timeout by @Arvintian in #278
  • Update default dag log directory by @Arvintian in #282
    Current: ${DAG_HOME}/logs/${name}/${name}
    Update: ${DAG_HOME}/logs/dags/${name}
  • Reduce admin-web bundle.js size by @yohamta in #273
  • Fix other small issues in the Web UI by @yohamta in #283
  • Add host, port, dags option to the server command by @yohamta in #284

Full Changelog: v1.7.5...v1.7.6

v1.7.5

15 Aug 01:53
d7c6b76
Compare
Choose a tag to compare

Changelog

v1.7.4

15 Aug 01:19
f6e912c
Compare
Choose a tag to compare

Changelog

What's Changed

Full Changelog: v1.7.3...v1.7.4

v1.7.3

14 Aug 04:10
Compare
Choose a tag to compare

What's Changed

  • Update Logo and default navbar color by @yohamta in #242
  • Add --config option for all commands by @yohamta in #244
  • Add baseConfig option to admin config to specify base DAG config by @yohamta in #245
  • Add DAGU_HOME env variable to set the Dagu's internal use directory by @yohamta in #246
  • Update DAG appearance in the Web UI by @yohamta in #253
  • Add navbarColor and navbarTitle field to admin config by @yohamta in #256
  • Fix Web UI to remember search text & tags when browser back by @yohamta in #258
  • Added a function to switch to vertical graph by @yohamta in #261

Full Changelog: v1.7.0...v1.7.1

Breaking change

This change disables env config below:

  • DAGU__ADMIN_NAVBAR_COLOR
  • DAGU__ADMIN_NAVBAR_TITLE
  • DAGU__ADMIN_CONFIG
  • DAGU__ADMIN_PORT
  • DAGU__ADMIN_LOGS_DIR
  • DAGU__ADMIN_DAGS_DIR

The user can still set config values within the admin config file:

example:

navbarColor: red
navbarTitle: production

For the internal-use directory path you can set the environment variable DAGU_HOME (default: ~/.dagu).

Full Changelog: v1.6.9...v1.7.0

v1.6.9

05 Aug 03:42
5f5ad54
Compare
Choose a tag to compare

Changelog

What's Changed

Full Changelog: v1.6.8...v1.6.9

v1.6.8

04 Aug 11:55
073b1d3
Compare
Choose a tag to compare

Changelog

What's Changed

  • Allow users to specify a DAG name without .yaml when starting a DAG by @yohamta in #236
  • Simplify the time format of NEXT RUN in the Web UI by @yohamta in #237
  • Make scheduler logs to be rotated automatically by @yohamta in #238

Full Changelog: v1.6.7...v1.6.8

v1.6.7

03 Aug 13:09
3c9d661
Compare
Choose a tag to compare

Changelog

  • 3c9d661 Merge pull request #232 from yohamta/fix/json-issue

What's Changed

Full Changelog: v1.6.6...v1.6.7

v1.6.6

02 Aug 16:09
2033cb4
Compare
Choose a tag to compare

Changelog

  • 2033cb4 Merge pull request #230 from yohamta/feat/webui-schedule

What's Changed

  • Add executor interface by @Arvintian in #227
  • Fix timeline chart appearance issue in the Web UI by @yohamta in #229
  • Eliminate the need to type .yaml in new DAG name in the Web UI by @yohamta in #229
  • Add Next Run column to the DAG table in the Web UI by @yohamta in #230

Full Changelog: v1.6.5...v1.6.6