From f93f6c106678889f91f11b1a4c91c3bd072ba60c Mon Sep 17 00:00:00 2001 From: Jeff Ohrstrom Date: Mon, 14 Oct 2024 10:02:34 -0400 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 08a4511b6..2817489e0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,15 +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] -Creating a project from template no longer copies or (#3866)\ -Global form items (#3840)\ -lint a random file (#3864)\ -update fixed checkbox when environment variable changes (#3842)\ -Added XDMoD analytics metrics to jobs widget (#3789)\ -rescue chown in case it fails (#3856)\ -Update Changelog (#3848)\ -Add e2e proxy tests for query parameters. (#3827)\ -lint a random file (#3847) ### Added - BatchConnect form labels can now be made dynamic with data-label-* in [3498](https://github.com/OSC/ondemand/pull/3498). @@ -37,6 +28,8 @@ lint a random file (#3847) - Batch connect apps now respond to form_header to display a header in [3763](https://github.com/OSC/ondemand/pull/3763). - auto_clusters now set maximums for auto_cores in [3778](https://github.com/OSC/ondemand/pull/3778). - UIDs can now be returned by the mapper script in [3795](https://github.com/OSC/ondemand/pull/3795). +- XDMoD jobs widget now shows CPU, Memory and walltime in [3789](https://github.com/OSC/ondemand/pull/3789). +- Global batch connect form items can now be defined in ondemand.d files in [3840](https://github.com/OSC/ondemand/pull/3840). ### Changed - Script models have been renamed to Launcher in [3397](https://github.com/OSC/ondemand/pull/3397). @@ -84,6 +77,7 @@ lint a random file (#3847) - Allowlist compuations have been optimized in [3804](https://github.com/OSC/ondemand/pull/3804). - data_field widgets now initialize their value to today in [3817](https://github.com/OSC/ondemand/pull/3817). - Batch Connect cache files now correct serialize in [3819](https://github.com/OSC/ondemand/pull/3819). +- Uploads always succeed even when the chown operation afterwards fails in [3856](https://github.com/OSC/ondemand/pull/3856). ### Security