8000 Releases · UserOfficeProject/user-office-backend · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
This repository was archived by the owner on Oct 20, 2022. It is now read-only.

Releases: UserOfficeProject/user-office-backend

Release v5.16.0

12 Sep 10:03
ada9b75
Compare
Choose a tag to compare

5.16.0 (2022-09-12)

Features

  • Add predefined_messages table and expose CRUD endpoints (473513c)

Bug Fixes

  • package.json & package-lock.json to reduce vulnerabilities (#724) (bfd2c5b)
  • Remove key enum from the backend and use plain string and use title instead of shortCode (8369d2f)

Code Refactoring

  • Use flat directory structure for emails (516bfe2)

Release v5.15.0

31 Aug 09:54
0959ec6
Compare
Choose a tag to compare

5.15.0 (2022-08-31)

Features

Bug Fixes

  • Await user creation to prevent race conditions (14dffde)
  • Dockerfile to reduce vulnerabilities (#719) (dda0b59)
  • package.json & package-lock.json to reduce vulnerabilities (4373edb)
  • use better event (e2bc99f)

Tests

Code Refactoring

Release v5.14.4

14 Jul 12:39
a85d403
Compare
Choose a tag to compare

5.14.4 (2022-07-14)

Bug Fixes

Code Refactoring

Release v5.14.3

11 Jul 08:53
221badf
Compare
Choose a tag to compare

5.14.3 (2022-07-11)

Bug Fixes

Tests

Release v5.14.2

06 Jul 09:27
857dacf
Compare
Choose a tag to compare

5.14.2 (2022-07-06)

Bug Fixes

Tests

Release v5.14.1

28 Jun 10:39
2695d26
Compare
Choose a tag to compare

5.14.1 (2022-06-28)

Bug Fixes

  • fix pdf page upload when unlimited (1dd9062)

Release v5.14.0

23 Jun 08:35
eb7f030
Compare
Choose a tag to compare

5.14.0 (2022-06-23)

Features

Bug Fixes

  • grant reading users for access token (593fd48)
  • Nullify references to active template (#662) (4eb1ce7)
  • package.json & package-lock.json to reduce vulnerabilities (82fe57a)
  • update seeds for better E2E testing (#659) (44c017b)

Documentation

Code Refactoring

Release v5.13.0

09 Jun 11:22
4dd55ce
Compare
Choose a tag to compare

5.13.0 (2022-06-09)

Features

  • Add ability to un-impersonate user after it gets impersonated (#654) (f5e2eaa)
  • Add features page with possibility to enable and disable features (#655) (85fe45f)
  • Add proposals count to SEPs and SEP members (#665) (9bd3797)
  • Add updateSettings endpoint for modifying settings (#660) (9776890)
  • added user officer features (28c310a)
  • Allow beamline manager to be able to do technical review on a proposal that is assigned to his instrument (#639) (f261cf0)
  • Auto-assign STFC instrument sciensts to instruments (ba1ed7e)
  • Enable instrument management in STFC environment (e489b57)
  • refactor and fix subtemplate import (9ad9c66)
  • Remove access for SEP chair and secretary to un-submit or change submitted reviews (#635) (1003f24)
  • Run an antivirus scan on uploaded files (b09c140)
  • auth: As a user I want single sign on with PING (#657) (a006354)
  • people table: Use orderBy and orderDirection to order users better when using the table column sort (#650) (9897471)
  • Show proposals for assigned calls in instrument scientist table (ce1e70d)

Bug Fixes

  • adding reason why query error happened (#643) (55582ba)
  • allow empty string descriptions (fae1c8e)
  • Cannot deleted the first templated created (89548af)
  • Check if recommendation in the SEP meeting decision is defined because it could be set to 0 which represents Unset (#661) (a377178)
  • Correct checking if user is a SEP member (8287909)
  • Correctly check if user is a SEP member (3a6519e)
  • EAM expects SI values (#644) (b72db51)
  • Enable to use EAM production environment (#640) (8bd40db)
  • Fail gracefully when no external STFC user is found (4d804fe)
  • Fix permission issues with isMemberOfSEP where we should send sepId instead of userId (#678) (48f151d)
  • Fixing possible race condition when calling resetDB (#637) (8de71b1)
  • Generic Template questionares not being deleted (285c6b2)
  • Grant user officers permissions on all instruments (5ce0baa)
  • Ignore UOWS client in Github Prettier checks (e8299e4), closes UserOfficeProject/user-office-project-issue-tracker#580
  • mark default template after import (#652) (ff332cc)
  • Only show proposals for instrument's call in STFC mode (61cd756)
  • prettier errors (2c7b884)
  • remove unnecessary comments (96828ec)
  • This PR fixes dangling references in question_dependencies (#648) (4866a84)
  • Typo in view column name (34df8e4)
  • updating user details on login (#663) (46e2e1f)

Code Refactoring

  • Added subtemplates to template imports (32e6d39)
  • Move technical_review_assignee to the technical_review table and add technicalReviewAssignee resolver to technical review where we return user details (#645) (561c368)
  • auth: Moving UserAuth into dependencies (#656) (d9a78e7)
  • Add newline to README (1d3313f)
  • Require latest version of Typescript (a843a8c)

Release v5.12.1

28 Apr 10:52
76efff5
Compare
Choose a tag to compare

5.12.1 (2022-04-28)

Release v5.12.0

26 Apr 11:41
7db92a9
Compare
Choose a tag to compare

5.12.0 (2022-04-26)

Features

Bug Fixes

  • package.json & package-lock.json to reduce vulnerabilities (1fa561b)
0