Releases: dagu-org/dagu
Releases · dagu-org/dagu
v1.7.8
v1.7.7
v1.7.6
Changelog
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 theserver
command by @yohamta in #284
Full Changelog: v1.7.5...v1.7.6
v1.7.5
v1.7.4
v1.7.3
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
andnavbarTitle
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
v1.6.8
v1.6.7
v1.6.6
Changelog
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