Skip to content

Commit

Permalink
Update v4.0-release-notes.rst for small details and acknowledgement s…
Browse files Browse the repository at this point in the history
…ection (#1061)

Changed some punctuation and added detail to the acknowledgement section.  I want to really take the time to call out people that went above and beyond to make OOD better.
  • Loading branch information
moffatsadeghi authored Jan 3, 2025
1 parent 503c573 commit 6a1a031
Showing 1 changed file with 20 additions and 14 deletions.
34 changes: 20 additions & 14 deletions source/release-notes/v4.0-release-notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,14 @@ v4.0 Release Notes
Acknowledgments
---------------

We'd like to thank a bunch of folks' for contributing to this release.
As we only know the github username, that's what's being referenced here.
Thank you to all of the community members who contributed code, suggestions, bug reports, and other assistance across the project!

We want to thank Aday Bujeda, Michael Reekie, and Lenoard Wisniewski at Harvard University: Institute for Quantitative Social Science for their contributions around widgets for saved settings and XDMoD, required and dismissible announcements, a configurable number of applications in the apps table, modular support for custom Javascript files, and additional support for OnDemand extensions and customizations.

Additionally, we want to thank Robin Karlsson at CSC - IT Center for Science for his contributions around application cards, improving large file upload and allowlist handling, bug fixes for partial file paths and the file browser, and file success if chown fails. And Simon Westersund at CSC - IT Center for Science for his contributions around cleaning PUNs and associated files of disabled users.

We'd also like to give a big thank you to those listed below for their first time contributing to this release:



Breaking Changes
Expand All @@ -28,8 +34,8 @@ NavConfig Has Been Removed.

.. include:: navconfig.inc

Configurations whitelist & blacklist Have Been Removed.
.......................................................
Configurations whitelist and blacklist Have Been Removed.
.........................................................

.. include:: allowlist.inc

Expand Down Expand Up @@ -69,8 +75,8 @@ ID of the form item will be lowercase, as shown below.

id="batch_connect_session_context_my_cool_form_item"

Root-Owned Configuration Files.
...............................
Root-Owned Configuration Files
..............................

In an effort to increase the security of the Open OnDemand platform,
the system will now start to only respond to root-owned configuration
Expand Down Expand Up @@ -179,23 +185,23 @@ update the page. The default polling interval is 10 seconds. See :ref:`the docum

Visit :ref:`disabling_applications` to disable this application.

data-hide Directives Now Respond to False
.........................................
data-hide Directives Now Respond to False.
..........................................

``data-hide`` directives now respond to both ``true`` to hide
the form item or ``false`` to show the form item.

Responding to ``false`` is new feature in version 4.0.

User Mapping Now Accepts User Identifiers
.........................................
User Mapping Now Accepts User Identifiers.
..........................................

User mapping scripts can now return a UID instead of a username.
This is particularly useful for centers that have multiple domains where
username collisions may occur.

Interactive Apps Can Have a Text Header
.......................................
Interactive Apps Can Have a Text Header.
........................................

The ``form_header`` item can be added to interactive applications
to display additional text within the form. Note this is different from
Expand Down Expand Up @@ -229,8 +235,8 @@ these saved settings.
See :ref:`edit-save-interactive-app-saved-settings` for more
details.

nginx_clean Now Cleans PUNs for Disabled Users
..............................................
nginx_clean Now Cleans PUNs for Disabled Users.
...............................................

The helper method ``nginx_clean`` in the ``nginx_stage``
library will now remove PUNs and associated files for users
Expand Down

0 comments on commit 6a1a031

Please sign in to comment.