Skip to content

v3.27.0

Choose a tag to compare

@just-at-uber just-at-uber released this 09 Jun 20:41
· 598 commits to master since this release
8df6e33

Added

  • Cron select (dropdown) to workflow list screen to allow users to filter workflows based on isCron status - is a cron / not a cron. Note: this is behind a feature flag workflowListIsCron which will need to be enabled and the cluster needs to support advanced visibility. (#350, #349, #345, #338, #342, #341)
  • Delete endpoint to clear cluster cache on node server (#344)
  • Dockerhub status link in README (#347)

Changed

  • Moved CI pipeline to GitHub Actions from travis CI (#335, #346)
  • Making select (dropdown) consistent with text input styling (#336)
  • Updated IDL to latest (#339)
  • Updated Cluster node server implementation (#343)

Screenshots

Is a cron workflows
IS_A_CRON_FILTER

Is not a cron workflows
IS_NOT_A_CRON_FILTER

Disabled cron filter
DISABLE_CRON_FILTER