Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Changelog #3926

Merged
merged 2 commits into from
Nov 5, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
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).
- This includes auto modules in [3905](https://github.com/OSC/ondemand/pull/3905).
- Batch connect applications always cast select_options to an array in [3872](https://github.com/OSC/ondemand/pull/3872).
- test, package and development gems are no longer installed in production in [3906](https://github.com/OSC/ondemand/pull/3906).


### Fixed
- Ensure that the asset directory is clean when building in [3356](https://github.com/OSC/ondemand/pull/3356).
Expand All @@ -81,6 +84,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
- 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).
- Exceptions in dashboard widgets are correct rescued in [3873](https://github.com/OSC/ondemand/pull/3873).
- Select all in the files app will only select the visible rows in [3925](https://github.com/OSC/ondemand/pull/3925).
- Batch jobs now specify workdir, fixing issues with submit_host jobs in [3913](https://github.com/OSC/ondemand/pull/3913).
- Javascript that queires for atch connect sessions will create an alert div and stop polling if it fails in [3915](https://github.com/OSC/ondemand/pull/3915).

### Security

Expand Down
Loading