Skip to content

Tags: kasp1/Dozer

Tags

v4.3.0

Toggle v4.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #44 from kasp1/dependabot/npm_and_yarn/webui/json5…

…-1.0.2

chore(deps): bump json5 from 1.0.1 to 1.0.2 in /webui

v4.2.1

Toggle v4.2.1's commit message
fix: updated the native ui to build

v4.2.0

Toggle v4.2.0's commit message
Merge branch 'master' of https://github.com/kasp1/Dozer

v4.1.0

Toggle v4.1.0's commit message
feat: the argument --no-browser will prevent the browser tab from bei…

…ng opened if --webui is present

v4.0.2

Toggle v4.0.2's commit message
fix: increased the output buffer for pipeline steps, allows running s…

…teps with a lot of output

v4.0.1

Toggle v4.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #39 from kasp1/dependabot/npm_and_yarn/ansi-regex-…

…3.0.1

chore(deps): bump ansi-regex from 3.0.0 to 3.0.1

v4.0.0

Toggle v4.0.0's commit message
fix: main title now updates according to step in progress, Dozer logo…

… aligned, fixed windows CI/CD

v3.1.0

Toggle v3.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #18 from kasp1/dependabot/npm_and_yarn/url-parse-1…

….5.4

chore(deps): bump url-parse from 1.5.1 to 1.5.4

v3.0.1

Toggle v3.0.1's commit message
fix: fixed icons

v3.0.0

Toggle v3.0.0's commit message
feat: command property of a step replaces the exec and args properties

It turned out being troublesome to list arguments in an array of strings. Previously, the exacutable
to run was a string under the exec property of a step and the arguments were list of strings under
the args property of a step. From Dozer 3, there is a single string property command which should
include the entire command to run, including the executable and arguments. Just like it it was input
into the actual command line.

BREAKING CHANGE: exec and args properties are obsolete, which changes the pipeline config syntax