From 8cbddde183585ded1626f5188da0ddf582c16bb0 Mon Sep 17 00:00:00 2001 From: Jeff Ohrstrom Date: Mon, 25 Mar 2024 09:28:13 -0400 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 17 +++-------------- 1 file changed, 3 insertions(+), 14 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 91f903a1c7..6f3eebd654 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,34 +6,23 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). ## [Unreleased] -lint a random file (#3447)\ -Bump rails from 7.0.8 to 7.0.8.1 in /apps/myjobs (#3446)\ -Adds 'searchable: false' to actions column in files app (#3443)\ -re-enable ActionController::Live (#3441)\ -update DEVELOPMENT.md to include developing the dashboard (#3437)\ -Update SECURITY.md (#3440)\ -wait 5 seconds for this modal to show (#3439)\ -fix this test (#3435)\ -change the default value for auto_accounts when copying from template. (#3401)\ -start to redesign the projects#show page (#3419)\ -add test for setting path_selector favorites (#3428)\ -lint a random file (#3431)\ -Add completed_at attribute to mark job finish. (#3424)\ -Update Changelog (#3427) ### Added - BatchConnect cards can now edit and relaunch the session in [3358](https://github.com/OSC/ondemand/pull/3358). - NoVNC compression & quality have configurable defaults in [3380](https://github.com/OSC/ondemand/pull/3380). - Added `bc_sessions_poll_delay` in favor of hidden environment variable POLL_DELAY in [3421](https://github.com/OSC/ondemand/pull/3421). +- BatchConnect applications now write out `completed_at` attributes in [3424](https://github.com/OSC/ondemand/pull/3424). ### Changed - Script models have been renamed to Launcher in [3397](https://github.com/OSC/ondemand/pull/3397). - The dashboard has been upgraded to rails 7.0 in [3353](https://github.com/OSC/ondemand/pull/3353). - Myjobs has been upgraded to rails 7.0 in [3404](https://github.com/OSC/ondemand/pull/3404). +- ActionController::Live has been re-enabled in the file app in [3441](https://github.com/OSC/ondemand/pull/3441). ### Fixed - Ensure that the asset directory is clean when building in [3356](https://github.com/OSC/ondemand/pull/3356). - The path_selector can now inheret configurations in [3375](https://github.com/OSC/ondemand/pull/3375). +- The files app no longer searches over the actions column [3443](https://github.com/OSC/ondemand/pull/3443). ## [3.1.0] - 02-08-2024