From ed129f68937a02c086469b1dea342ed7f0d09d25 Mon Sep 17 00:00:00 2001 From: osc-bot Date: Mon, 2 Dec 2024 03:07:23 +0000 Subject: [PATCH 1/2] update changelog --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index de046dd70..9c25f7701 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,12 @@ 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] +Files busy signal (#3973)\ +Change "script" to "launcher" in variables (#3976)\ +change the PM's icon (#3963)\ +Update Changelog (#3977)\ +Fixed globus javascript variable declaration after files/index.js is loaded as module (#3979)\ +update dependencies (#3978) ### Added - BatchConnect form labels can now be made dynamic with data-label-* in [3598](https://github.com/OSC/ondemand/pull/3598). From a469af75ca9d6ea562552bebbf079722eb95243c Mon Sep 17 00:00:00 2001 From: Jeff Ohrstrom Date: Mon, 2 Dec 2024 13:40:21 -0500 Subject: [PATCH 2/2] Update CHANGELOG.md --- CHANGELOG.md | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9c25f7701..db63f1550 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,12 +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] -Files busy signal (#3973)\ -Change "script" to "launcher" in variables (#3976)\ -change the PM's icon (#3963)\ -Update Changelog (#3977)\ -Fixed globus javascript variable declaration after files/index.js is loaded as module (#3979)\ -update dependencies (#3978) ### Added - BatchConnect form labels can now be made dynamic with data-label-* in [3598](https://github.com/OSC/ondemand/pull/3598). @@ -72,6 +66,7 @@ update dependencies (#3978) [3931](https://github.com/OSC/ondemand/pull/3931). - OnDemand packages no longer relies on scl at runtime in [3952](https://github.com/OSC/ondemand/pull/3952). - Only root owned ondemand.d files will be loaded in prodution in [3969](https://github.com/OSC/ondemand/pull/3969). +- The files app will now create a spinner on the files table when making new requests in [3973](https://github.com/OSC/ondemand/pull/3973). ### Fixed - Ensure that the asset directory is clean when building in [3356](https://github.com/OSC/ondemand/pull/3356).