Skip to content

Releases: dagu-org/dagu

v1.8.0

31 Aug 15:06
dc1cf21
Compare
Choose a tag to compare

Changelog

  • dc1cf21 Merge pull request #306 from yohamta/feat/schedule-process

What's Changed

  • Allow defining start and stop schedule by @yohamta in #306

Full Changelog: v1.7.11...v1.8.0

v1.7.11

30 Aug 03:36
41bb9fc
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.7.10...v1.7.11

v1.7.10

30 Aug 00:01
68d333e
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.7.9...v1.7.10

v1.7.9

26 Aug 02:45
2713b23
Compare
Choose a tag to compare

Changelog

  • 2713b23 Merge pull request #294 from yohamta/feat/admin-web

What's Changed

  • admin-web: Improved the search function by @yohamta in #293

Full Changelog: v1.7.8...v1.7.9

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