From e138d641471856ebf6131e1d2d0585db453b8ba2 Mon Sep 17 00:00:00 2001 From: osc-bot Date: Mon, 28 Oct 2024 02:59:00 +0000 Subject: [PATCH 1/2] update changelog --- CHANGELOG.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5ec1e17d5..e302cb3a3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,17 @@ 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] +update dependencies (#3886)\ +always cast select_options to an array (#3872)\ +3436 clean-up PM launcher editable_select interface (#3889)\ +Add job name prefix just before job submit. (#3887)\ +Fixed ActiveJobsHelper dependency on ApplicationHelper (#3892)\ +Use latest ood_packaging gem (#3896)\ +greatly simplify snakeCaseWords (#3881)\ +lock zeitwerk to 2.6.18 for ruby < 3.2 support. (#3890)\ +lint a random file (#3891)\ +Update Changelog (#3885)\ +Project card buttons are now side by side. All cards on project index are clickable anywhere within their borders. (#3888) ### Added - BatchConnect form labels can now be made dynamic with data-label-* in [3498](https://github.com/OSC/ondemand/pull/3498). From ca9322943e904ab32882b765e1e59ecaaa5da734 Mon Sep 17 00:00:00 2001 From: Jeff Ohrstrom Date: Mon, 28 Oct 2024 09:45:30 -0400 Subject: [PATCH 2/2] Update CHANGELOG.md --- CHANGELOG.md | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e302cb3a3..ae01787c6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,17 +6,6 @@ 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] -update dependencies (#3886)\ -always cast select_options to an array (#3872)\ -3436 clean-up PM launcher editable_select interface (#3889)\ -Add job name prefix just before job submit. (#3887)\ -Fixed ActiveJobsHelper dependency on ApplicationHelper (#3892)\ -Use latest ood_packaging gem (#3896)\ -greatly simplify snakeCaseWords (#3881)\ -lock zeitwerk to 2.6.18 for ruby < 3.2 support. (#3890)\ -lint a random file (#3891)\ -Update Changelog (#3885)\ -Project card buttons are now side by side. All cards on project index are clickable anywhere within their borders. (#3888) ### Added - BatchConnect form labels can now be made dynamic with data-label-* in [3498](https://github.com/OSC/ondemand/pull/3498). @@ -70,6 +59,7 @@ Project card buttons are now side by side. All cards on project index are clicka of activity in [3805](https://github.com/OSC/ondemand/pull/3805) and [3810](https://github.com/OSC/ondemand/pull/3810). - Empty directories can now be downloaded in [3841](https://github.com/OSC/ondemand/pull/3841). - Batch Connect applications always lowercase ids for normalization for dynamic javascript in [3867](https://github.com/OSC/ondemand/pull/3867). +- Batch connect applications always cast select_options to an array in [3872](https://github.com/OSC/ondemand/pull/3872). ### Fixed - Ensure that the asset directory is clean when building in [3356](https://github.com/OSC/ondemand/pull/3356).