Bug Fixes
- topology: fixed a bug where having a subflow with a trigger with same id than current flow would lead to wrong graph (brian.mulier)
- topology: fixed some edge cases where graph uids were wrong (brian.mulier)
- ui: remove additional warnings (brian.mulier)
- core: remove ScheduleBackfill, Condition & ScheduleCondition from defs (brian.mulier)
- ui: remove Axios' default URL to prevent duplicate context path in called URL (brian.mulier)
- webserver: no longer decrypt secret inputs & outputs when doing an evaluate for an execution taskrun (brian.mulier)
- core: prevent crashing if secret input is null (brian.mulier)
- core: runContext decrypt method as public (brian.mulier)
- ui: translate enable auth message (YannC)
- ui: boolean input label (YannC)
- editor: editor won't fully shrink anymore (brian.mulier)