Features
- ui: made output of type
uri
clickable (#4671) (Miloš Paunović) - ui: add restart button on execution logs page (#4672) (Miloš Paunović)
- ui: add the ability to scroll the outputs error log and copy to clipboard (#4681) (Miloš Paunović)
- jdbc: avoid loading all excutions in memory (Loïc Mathieu)
- jdbc: avoid loading all excutions in memory (Loïc Mathieu)
Bug Fixes
- ui: improved the editor behaviour on switching views (#4667) (Miloš Paunović)
- ui: make sure blueprint base url is always present in component (Milos Paunovic)
- ui: only set editor tabs to dirty if not on creation (#4668) (Miloš Paunović)
- webserver: create execution don't display error (Ludovic DEHON)
- jdbc-postgres: remove not-needed serialization in Postgres queue (Loïc Mathieu)
- mysql: temproray fix to optimize fetch from queue table (Florian Hussonnois)
- core: In nested flowable, return 0 instead of null output for iterationCount in waitFor task (#4700) (YannC)
- ui: avoid empty navbar in blueprint details view (YannC)
- ui: fixed tab error when viewing blueprint details (YannC)
- core: failed expression on a trigger condition crash the scheduler (Loïc Mathieu)
Chores
- ui: editor sticky scroll to follow theme coloring (#4669) (Miloš Paunović)
- ui: sort plugins list alphabetically (#4670) (Miloš Paunović)
- test: add
data-test-id
attribute to global loader (Miloš Paunović) - ui: improve parameter passing to child component (#4678) (Miloš Paunović)
- ui: improve outputs debugging expression logic (#4682) (Miloš Paunović)
- version 0.18.3 (Loïc Mathieu)
- publish latest-full tag (Loïc Mathieu)
Commits
- f271879: Update PurgeLogs.java (audunsol)