You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Release notes
New features
Authentication enabled: Ability to authenticate by passing ctx.authTokenHeaders. PR: #142
Feature flags: Allowing configuration to enable and disable certain features. PR: #143
Terminate workflow can now be disabled (enabled by default). Can change this in client/feature-flags.json. PR: #143
Environment select: Allows user to change to different environments via a dropdown on main navigation (disabled by default). Add environments to ENVIRONMENT_LIST in client/constants.js and enable in client/feature-flags.json. PR: #145
Bug fixes
Dropdowns in the app were not reliably opening when clicking on them.