From 6eb6339eca6187b12e7b7c60c09d1379308ac45a Mon Sep 17 00:00:00 2001 From: John Davis Date: Thu, 19 Dec 2024 17:59:47 -0500 Subject: [PATCH] Add content listings for highlighted items --- doc/source/releases/24.2_announce.rst | 41 ++++++++++++++++++++++++++- 1 file changed, 40 insertions(+), 1 deletion(-) diff --git a/doc/source/releases/24.2_announce.rst b/doc/source/releases/24.2_announce.rst index f3a679bcc77a..c05c2b7985be 100644 --- a/doc/source/releases/24.2_announce.rst +++ b/doc/source/releases/24.2_announce.rst @@ -23,6 +23,20 @@ Feature3 Feature description. +DRAFT CONTENT + +* Guide users to collection builders +* Workflow Invocation view improvements +* Add wizard-like export view for workflow invocations +* Workflow Editor Activity Bar +* Undo stack UI +* Improvements to help terms & tool help. +* Feature - stdout live reporting +* Experimental galactic wizard +* Allow OAuth 2.0 user defined file sources (w/Dropbox integration) +* Masthead Revision +* Libraries Modernisation: Directory Dataset Picker + Also check out the `24.2 user release notes <24.2_announce_user.html>`__. Are you an admin? Check out `some admin relevant PRs `__. @@ -46,7 +60,32 @@ See the `community hub `__ for a Administration Notes =========================================================== -Add content or drop section. + +DRAFT CONTENT + +* Add job metrics per invocation +* Allow OAuth 2.0 user defined file sources (w/Dropbox integration) +* Support high-availability setups for the interactive tools proxy +* Backend handling of setting user-role, user-group, and group-role associations +* Decouple user email from role name +* Add unique constraints to the email and username fields in the galaxy_user table +* Run installed Galaxy with no config and a simplified entry point + +Developer Notes +=========================================================== + +DRAFT CONTENT + +* Replace poetry with uv +* Improvements to help terms & tool help. +* A variety of improvements around tool parameter modeling (second try) +* Allow recovering a normalized version of workflow request state from API +* Implement Declarative Testing for Workflow Behaviors +* More concise, readable tool execution testing. +* More data access tests, some refactoring and cleanup +* Parameter Model Improvements +* Upgrade ``openapi-typescript`` to 7.0.2 + swap to ``openapi-fetch`` +* Workflow Landing Requests Configuration Changes ===========================================================