Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Releases: UserOfficeProject/user-office-core

Release v7.19.2

22 Oct 15:34
0f7dd4b

Choose a tag to compare

Release v7.19.1

13 Oct 12:55
76f9201

Choose a tag to compare

7.19.1 (2025-10-13)

Bug Fixes

  • assign proposals fap on clone (49b799c)
  • cloning tests (a4217dd)
  • proposal instrument assignment on clone (0e788fd)

Release v7.19.0

18 Sep 09:17
a015c0a

Choose a tag to compare

7.19.0 (2025-09-18)

Features

  • expose graphql client name as metric label (#1175) (5d5e8cf)

Bug Fixes

  • enable experimental studio feature in Cypress configuration (#1178) (04dda74)
  • escape special characters in email and filter queries (#1133) (7f2dd71)
  • stfc add non searchable users as user officer (#1168) (fece46f)

Documentation

  • add backend and frontend development instructions for co-pilot (#1170) (6ceec45)

Code Refactoring

  • adapt the InviteUser co-proposer dialog to work with other features (#1161) (4e7a718)
  • improve pregenerated pdf logging and performance (#1183) (7a69bb0)
  • refactor invite event handling (#1117) (a50ebc2)

Release v7.18.0

04 Sep 09:36
7695db1

Choose a tag to compare

7.18.0 (2025-09-04)

Features

Bug Fixes

  • allow for fine grain times to be picked in time range picker (#1160) (55f635b)
  • change abstract error message to show in red (#1151) (ac17702)
  • cleanup of active pdf template (#1159) (f9866de)
  • cleanup of active template that contains old pdf template is done before deleting the template itself to prevent fk reference error when the db patches are running (25fb36d)
  • correct webRoot path in launch configuration for frontend debugging (#1165) (dd84df3)

Release v7.17.0

14 Aug 10:50
ce11cd1

Choose a tag to compare

7.17.0 (2025-08-14)

Features

  • update logging expired token message to warning level and avoid continuously forwarding the no response received from server. #1241 (#1147) (a37d254)

Bug Fixes

Release v7.16.1

13 Aug 14:46
087e4de

Choose a tag to compare

7.16.1 (2025-08-13)

Release v7.16.0

11 Aug 09:38
17f9302

Choose a tag to compare

7.16.0 (2025-08-11)

Features

  • add daterange picker for selecting call start and end date (#1084) (d59fc38)
  • add proposal download status action (#1074) (e8c6b0d)
  • add read permissions to questions (#1118) (5e72818)
  • add tagging of calls and instruments (#1068) (7bafd24)
  • allow instrument scientists not assigned as a technical reviewer to add comments on reviewed proposals (#1108) (89b7247)
  • complete experiment safety review flow implementation (#989) (9ef446e)
  • trace context propagation for factory calls (#1110) (40c95c0)
  • frontend: data access users (#1123) (fc797c4)

Bug Fixes

  • add access route to stfc excel export (#1120) (f800c2c)
  • add the button to download proposals for FAP Reviewers (#1115) (1e81d4e)
  • add title for users in proposal pdfs (#1130) (81c46f6)
  • added some styles (787565e)
  • cleanup unused code and functionality (#1129) (dbc523a)
  • masking sensitive data from traces and logs (#1138) (23c4d62)
  • only update questions that have been updated in answer topic (#1127) (facdc0f)
  • the closed draw is scrollable (#1119) (fd54343)
  • update graphql query to use previously unused input field excludeProposalStatusIds (#1136) (b9fda40)

Tests

Code Refactoring

  • email template id obtaining (#1113) (ebb5e2b)
  • move stfc role assignments into proposal backend (#1081) (ea22741)
  • separate experiment safety create and get operations in both backend and frontend (f3055e6)

Release v7.15.2

31 Jul 14:47
5dfec63

Choose a tag to compare

7.15.2 (2025-07-31)

Bug Fixes

  • stfc lsf sci being unassigned from instruments (afe8c22)
  • stfc lsf sci being unassigned from instruments (#1142) (5dfec63)

Release v7.15.1

31 Jul 13:06
4282a74

Choose a tag to compare

7.15.1 (2025-07-31)

Bug Fixes

  • instrument picker can be left blank when marked as required (db9fe7a)
  • instrument picker can be left blank when marked as required (#1140) (4282a74)

Release v7.15.0

02 Jul 07:37
839717f

Choose a tag to compare

7.15.0 (2025-07-02)

Features

  • add country detail in proposal information view tab (#1103) (47e3f5d)
  • implement updateUserByOidcSub functionality (#1097) (ed555ae)
  • remove extra blank lines between paragraphs in Questionary RichText Input field. #1395 (#1095) (5a46cbd)

Bug Fixes

  • add org name to stfc excel export (#1102) (79e0e27)
  • remove user officer role from stfc Secretary roles (#1098) (fdc4e42)

Code Refactoring