Thanks to visit codestin.com
Credit goes to GitHub.com

Skip to content

Tags: dagu-org/dagu

Tags

v1.30.3

Toggle v1.30.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix(ci): copy json schema to assets (#1556)

## Chores
* Schema resources are now bundled with frontend assets during the build
process across all deployment environments and build stages. Updated
Docker configurations, including standard, Alpine, and development
variants, along with CI/CD pipelines for both manual and automatic
releases to ensure consistent and reliable schema and asset distribution
throughout the application.

v1.30.2

Toggle v1.30.2's commit message
fix dockerfile

v1.30.1

Toggle v1.30.1's commit message
Fix dockerfile

v1.30.0

Toggle v1.30.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat(core): waiting status (#1554)

* **New Features**
* Added Human-In-The-Loop (HITL) approval workflow: pause DAGs at
designated steps awaiting manual approval or rejection.
* Introduced "Waiting for approval" and "Rejected" statuses for
workflows and steps.
* New approval and rejection APIs with optional input fields and
rejection reasons.
  * Added wait-status notifications and event handlers.
  * UI modals for approving/rejecting steps with dynamic configuration.
  * Dashboard now displays metrics for waiting and rejected DAG runs.

v1.29.2

Toggle v1.29.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix(runtime): occasional race in closing log file (#1517)

* **Bug Fixes**
* Improved output flushing synchronization during shutdown to prevent
race conditions.
  * Enhanced teardown process to prevent concurrent execution issues.

* **Refactor**
* Refined output lifecycle management for more reliable resource cleanup
and prevention of redundant operations after closure.

v1.29.1

Toggle v1.29.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix(config): auth configuration issue (#1516)

* **Bug Fixes**
* Invalid basic-auth credentials are now explicitly rejected during
validation.

* **New Features**
* Authentication requirement is configurable (enabled by default); when
auth mode is "none" auth is not required.
* Invalid auth.mode values now emit a warning and default to "none"
instead of failing.

* **Refactor**
* Configuration loading no longer performs runtime variable expansion of
string fields.

* **Tests**
* Authentication tests consolidated into a table-driven suite; an
environment-expansion test for auth tokens was removed.

v1.29.0

Toggle v1.29.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat(all): webhook trigger (#1514)

* **New Features**
* Full webhook support: create, list, delete, enable/disable, regenerate
tokens, and trigger DAG runs (with payloads and idempotent run IDs).
* UI: Admin Webhooks page and DAG details Webhook tab with token,
endpoint, and example cURL copy actions.

* **API**
  * New public webhook endpoints and schemas added.
  * DAG-run identifier fields standardized to a DAGRunId type.

* **Tests**
* Extensive unit and integration tests covering webhook lifecycle and
persistence.

v1.28.0

Toggle v1.28.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat(ui): Remove discord and github links (#1502)

* **New Features**
  * Added user menu component to the sidebar
  * Added version display at the bottom of the sidebar

* **UI/UX Changes**
  * Removed Discord and GitHub social links from the sidebar
  * Updated authentication configuration

v1.27.0

Toggle v1.27.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat(ui): update frontend design (#1498)

v1.26.7

Toggle v1.26.7's commit message
feat(spec): add `containerName` field to DAG-level `container` (#1496)