Skip to content

Releases: ovh/utask

v1.16.1

26 Jul 15:56
8debe2c

Choose a tag to compare

Changelog

8debe2c feat: add JSON-schema validation for functions (#284)
61ea19f fix: race condition inside an expanded step regarding dependencies (#277)

v1.16.0

30 Jun 08:34
90d475a

Choose a tag to compare

Changelog

90d475a OpsGenie notification backend (#280)
e3af415 Fix DROP TABLE in schema.sql (#279)

v1.15.0

27 May 12:14
c356c5b

Choose a tag to compare

Changelog

c356c5b Sma fix UI lib modalfooter (#275)
9047041 chore(deps): bump lodash from 4.17.20 to 4.17.21 in /ui/editor (#263)
0bd3e2a chore(deps): bump ssri from 6.0.1 to 6.0.2 in /ui/dashboard (#261)
87ec221 chore(deps): bump ssri from 6.0.1 to 6.0.2 in /ui/editor (#260)
99140eb chore: add simonmartinez as code owner of /ui/ directory (#271)
f46abae collector: switch to SKIP LOCKED (#270)

v1.14.3

27 May 12:11
c340df6

Choose a tag to compare

Changelog

c340df6 fix(ui/dashboard): Determine if a task a resolvable (#262)

v1.14.2

27 May 12:11
33bf274

Choose a tag to compare

Changelog

33bf274 log: change request hostname to request_host (#259)

v1.14.1

27 May 12:11
4c14c06

Choose a tag to compare

Changelog

4c14c06 fix: audit-logs: cast correctly the metadata map (#258)

v1.14.0

09 Apr 14:41
62e0a7d

Choose a tag to compare

Changelog

62e0a7d feat(api): allow to filter tasks with tags (#256)
4d9c84b feat(ui): Edit step (#257)
d01540e feat: improve audit logs middleware (#255)
4806e5e fix(): Useless assignment to local variable (#248)
f9562d3 fix(): check for fontColor (#246)
688e72b fix(): email port is only 16bits (#247)
1effa39 fix(): wrong escape in regular expression (#245)
c8a8325 fix(api): resolution edition wasn't validating all the fields (including step state) causing internal issues (#250)
6163c3c fix(ui): remove both option from task type filter (#249)
66b5015 operator: introduces NOTREGEXP operator (#253)

v1.13.0

25 Feb 11:33
cab9622

Choose a tag to compare

Changelog

3d48577 feat(api): list all tasks related to a regular user (#238)
13d547b feat(notification): add new notification type: task_validation (#233)
a83f99c feat(script): declare environment variables with task context (#226) (#229)
cab9622 feat(ui): use new all tasks filter for both admin and non admin (#243)
566c556 fix(): various fixes following golangci-lint reports (#239)
8cb07d7 fix(http): do not include host as resources if unable to parse URL (#234)
3da4fc8 fix(ui): modal editor for request and resolution, js error template without inputs (#241)
6c2ecc1 fix(ui): style for task page button, search for template list (#232)
471ecb5 fix(ui): tasks list detect params change (#242)
685f658 fix: engine: invalid templating wasn't catched all the time (#231)
565f030 ui: fix the context menu on the d3 graph on firefox (#244)

v1.12.0

10 Feb 09:33
20b9bf3

Choose a tag to compare

Changelog

b8822d5 Utask lib features (#223)
47d2c36 feat(foreach): include iteration state inside the children map (#221)
f7e4809 feat(ui): fix some style issues (#225)
99a89cb fix(ui): dedicate function page, avoid yaml/json conversion, other fixes (#220)
7d5c74e fix: values: templating values were incorrectly copied after a clone (#227)
20b9bf3 misc: remove travis-ci.org hook (#228)
a877924 ui: vertical form for new task (#224)

v1.11.0

13 Jan 10:07
d8a0b5a

Choose a tag to compare

Changelog

c87ee96 api: task: add filter on template (#212)
ab0e570 chore(ui): release lib to npm registry (#219)
722f079 feat(ui): 'all' filter for user, use inputs from task or template (#213)
a768bc3 feat(ui): add template filter for tasks (#217)
d8a0b5a foreach: add foreach_strategy property to ensure sequence between foreach elements (#211)
3fe8365 implements a digest auth on the http builtin and allow generate uuid in templates through a native method (#216)
98e19a0 pkg/notify: add notification strategies regarding template name and state (#214)
045cb79 refactor(ui): switch to ant design (#202)
a3d6d57 resolution: allow resolution edition on a single step + add endpoint to change only step state (#215)
acc23c0 templating: adding fieldFrom helper function to retrieve a field from a previous expression (#210)