Releases: uselagoon/lagoon-ui
lagoon-ui for lagoon-core v2.22.0
What's Changed
- chore: pin typescript to 5.6.2 by @tobybellwood in #303
- refactor: use compose from uselagoon/lagoon by @shreddedbacon in #266
- chore: remove check for 10<groups on add by @tobybellwood in #305
- Change: Adds last used to the ssh keys table by @CGoodwin90 in #300
Full Changelog: core-v2.21.0...core-v2.22.0
lagoon-ui for lagoon-core v2.21.0
What's Changed
- tests: Modify Cypress error attribute checks by @tobybellwood in #296
- build: yarn updates by @tobybellwood in #297
Full Changelog: core-v2.20.1...core-v2.21.0
lagoon-ui for lagoon-core v2.20.1
What's Changed
- Fix: Fixes SSHKey modal by @CGoodwin90 in #290
- fix: results to display breaking back navigation by @DaveDarsa in #293
- fix: overflowing bulkdeployment texts by @DaveDarsa in #292
- fix: casing causing pullrequests being set to default true by @DaveDarsa in #295
Full Changelog: core-v2.20.0...core-v2.20.1
lagoon-ui for lagoon-core v2.20.0
What's Changed
- linter issues by @DaveDarsa in #273
- chore: set network-timeout on yarn install by @tobybellwood in #281
- fix: use dynamic length for deployments by @DaveDarsa in #272
- change: show which user is being removed by @DaveDarsa in #274
- Change: add friendlyname and description debounced filtering to organizations page by @DaveDarsa in #277
- fix: properly update org notifications by @DaveDarsa in #278
- change: add branches and pullrequests during org project creation by @DaveDarsa in #276
- fix: autofill values on edit by @DaveDarsa in #275
- feat: disable subscriptions by @shreddedbacon in #280
- Fix: Environment variables - allows multiline values & clears form data on close by @CGoodwin90 in #260
- change: add "type project name to confirm" to org project deletion by @DaveDarsa in #271
- feat: organization admin support by @shreddedbacon in #262
- Change: ssh keys in the UI by @DaveDarsa in #279
- feat: invite user checkbox for add user modals by @DaveDarsa in #283
- Change: show count on system groups/users and toggle users on by default by @DaveDarsa in #284
- Fix: Fixes deploytarget link by @CGoodwin90 in #286
- change: invite user checkbox text for modals by @DaveDarsa in #287
Full Changelog: core-v2.19.0...core-v2.20.0
lagoon-ui for lagoon-core v2.19.0
What's Changed
- Fix: Corrects incorrect label by @CGoodwin90 in #238
- fix: swap owner and viewer colors red <-> blue by @DaveDarsa in #255
- Fix: display org friendlyname where (and when) possible. by @DaveDarsa in #256
- fix: Add project to group title text by @DaveDarsa in #254
- Refactor: projects list/filtering by @DaveDarsa in #243
- Fix: Show actual gql errors for Tasks by @DaveDarsa in #237
- Fix: Notification count, pagination, filtering, gql error displays by @DaveDarsa in #253
- Build: upgrade Next@14.2.2 react@18.2 react-dom@18.2 by @DaveDarsa in #245
- build: enable multiarch in CI by @tobybellwood in #247
- Change: Redirects on environment deletion + confirmation messaging on environment creation by @CGoodwin90 in #249
- Fix: Fixes variable deletion btn & updates the delete modal btn text to confirm successful deletion by @CGoodwin90 in #242
Full Changelog: core-v2.18.2...core-v2.19.0
lagoon-ui for lagoon-core v2.18.0
What's Changed
- Cypress support in the UI by @DaveDarsa in #221
- Local lagoon minimal by @DaveDarsa in #222
- UI workflow by @DaveDarsa in #223
- Cy do not continue on error by @DaveDarsa in #224
- add idle handlers by @DaveDarsa in #225
- Refactor: Refactors Variables handling for unpermissioned users by @CGoodwin90 in #212
- Expands warning sections by default by @CGoodwin90 in #213
- Enables parsed logs for Tasks by @CGoodwin90 in #214
- fix: use email address in profile, not username by @shreddedbacon in #218
- bump to node 20 and update dependencies by @DaveDarsa in #215
- feat: support setting the idp hint as an envvar by @shreddedbacon in #199
- chore: update github actions versions by @tobybellwood in #226
- Adds the antd tooltips to Variable Components by @CGoodwin90 in #220
- fix: add keycloak migrations container to minimal by @shreddedbacon in #230
- fix numerous errors by @DaveDarsa in #229
- fix early nav causing NS_BINDING_ABORTED by @DaveDarsa in #234
- fix a couple flaky tests by @DaveDarsa in #235
- Order environments by name by @tobybellwood in #233
Full Changelog: core-v2.17.0...core-v2.18.0
lagoon-ui for lagoon-core v2.17.0
What's Changed
- Fix: Adds Organization Environments to the Storybook mocks by @CGoodwin90 in #186
- Fix: Remove duplicate task buttons by @CGoodwin90 in #182
- Truncate deploy keys over 80 characters - New Environment modal by @CGoodwin90 in #180
- fix: consume viewenvvar variable in next config by @shreddedbacon in #192
- Recommended fixes/changes to organizations by @DaveDarsa in #189
- Exposed deploykey via create environment modal by @CGoodwin90 in #195
- feat: support warnings by @shreddedbacon in #188
- using org names in urls by @DaveDarsa in #197
- Change: Allow for empty variable values by @CGoodwin90 in #196
- Various changes to the Deploy Targets page by @CGoodwin90 in #194
- Change: Extends the error alert for variables by @CGoodwin90 in #187
- feat: add restoresize to download button by @shreddedbacon in #198
- allow searching during page load by @DaveDarsa in #204
- move hovertags below status text for deps/bulkdeps/depsbyfilter by @DaveDarsa in #205
- focus searchbar if someone was typing as page was loading by @DaveDarsa in #206
Full Changelog: core-v2.16.0...core-v2.17.0
lagoon-ui for lagoon-core v2.16.0
Notes on this release
This is a major release of the Lagoon UI. There are a number of enhancements to suit the recently released Organizations functionality within Lagoon.
Additionally, new functionality has been added to the UI to support more self-service actions:
- Variables are now visible and editable in the UI
- New environments can be added via the UI
- The first deployment of an environment will provide the Webhook and DeployKey to the user
- Taska and Builds are now cancellable
Also, a lot of design enhancements are starting to come through to the UI:
- improved error modals
- unified and updated Nav icons
- AntD support has been added to allow faster development
What's Changed
- Add organization support to the UI by @shreddedbacon in #94
- Incorporating variables into the UI by @CGoodwin90 in #105
- Fixes cancel button on Groups modal by @CGoodwin90 in #151
- Adds functionality to reduce repeated problems in the problems ui by @bomoko in #145
- feat: default task variables values by @shreddedbacon in #136
- Change: Add refetch functionality for deployments & tasks by @CGoodwin90 in #146
- Removes problems dashboards by @bomoko in #144
- WIP: users and user page by @timclifford in #142
- refactor: change up data structures for counts and project by @shreddedbacon in #148
- fix modal by @DaveDarsa in #156
- some changes and improvements alongside bugfixes by @DaveDarsa in #158
- Fix: Styles conflicts on shared components by @CGoodwin90 in #159
- update navbar icons by @tobybellwood in #157
- Theme flashing fix by @DaveDarsa in #162
- Fix: Styling fix for Variable buttons by @CGoodwin90 in #160
- Feature: Create Environment & updated Add Project by @CGoodwin90 in #163
- add status ui timeout to runtimeconfig by @DaveDarsa in #166
- add ant design support to the ui by @DaveDarsa in #167
- parser helper with multiple fallbacks by @DaveDarsa in #123
- Adds error alert for Variables tabs by @CGoodwin90 in #165
- Repositioned Create Environment button by @CGoodwin90 in #169
- Change: Updated argument naming organizationByID by @CGoodwin90 in #170
- Change: Updated addGroupToOrganization mutation to reflect api changes by @CGoodwin90 in #171
- add task cancellations in the UI by @DaveDarsa in #164
- update limited results without refreshing by @DaveDarsa in #173
- Include error handling for New Environment functionality by @CGoodwin90 in #175
- fix multiple bugs by @DaveDarsa in #176
- show antd notification on deployment errors by @DaveDarsa in #178
- add a HoverTag component for deployments/deployment/alldeployments by @DaveDarsa in #174
- Expanded error handling for New Environment functionality by @CGoodwin90 in #179
Full Changelog: core-v2.15.4...core-v2.16.0
lagoon-ui for lagoon-core v2.15.4
What's Changed
- Fixed styling for failed deployments in the Log Accordion by @CGoodwin90 in #138
Full Changelog: core-v2.15.3...core-v2.15.4
lagoon-ui for lagoon-core v2.15.3
Paired lagoon-ui release for https://github.com/uselagoon/lagoon/releases/tag/v2.15.3
There were no changes in lagoon-ui between 2.15.2 and 2.15.3
Full Changelog: core-v2.15.2...core-v2.15.3