Skip to content

Releases: uclouvain/osis-common

0.16.1

03 Aug 12:52
Compare
Choose a tag to compare

Fixed

  • #199 Typo in the word "creation" on scores sheets.

0.16.0

31 Jul 12:53
Compare
Choose a tag to compare

Added

  • #197 Created function get_tzinfo to make it reusable within osis and osis-portal.

0.15.0

18 Jul 08:04
Compare
Choose a tag to compare

Added

  • #183 Moved in the definitions of creation and update signals from osis.
  • #175 Management of messages sent to users

Changed

  • #193 Updated requirements.
  • #189 Changed the error message in case of error when sending an email.
  • #181 Changed the text in the footer of the papersheet of score encoding.
  • #172 Taking into account the number of students to show texts in singular and plural.
  • #166 Added the column end date in the papersheet of score encoding.

Fixed

  • #185 Fixed translations the papersheet of score encoding in english.
  • #174 Fixed error on the pdf generation in the case of a student without first name.
  • #178 Error on the pdf generation from the virtual bureau of the prof.

Removed

  • #195 Removed old queue paper_sheet.

0.14.0

17 Jul 12:36
Compare
Choose a tag to compare

Updated

  • #169 Harmonisation des configurations osis/osis-portal

0.13.0

17 Jul 12:34
Compare
Choose a tag to compare

Added

  • #150 Writing test to ensure that PDF is generated
  • #148 Writing validation test for paper_sheet + refactoring code

Updated

  • #161 Changer 'responsable du cours' en 'responsable de notes' sur la feuille de notes
  • #159 Paper sheet add json validation
  • #106 Ajouter le décorateur @deprecated dans osis_common

Fixed

  • #153 Référence cyclique entre osis et osis-common dans le fichier document/paper_sheet.py
  • #155 Prevent Import serializable test models

0.12.1

15 Feb 16:33
Compare
Choose a tag to compare

Fixed

#141 Correction of persist() function when deserializing messages consumed in the queue

Added

#123 New SerializableModelAdmin with a 'resend to queue' action

0.12

15 Feb 11:03
Compare
Choose a tag to compare

Updated

#139 Modification in serialization and unit tests to ensure good serialization
#110 Add Five Year duration in document validity

Patch 0.11.6

07 Feb 22:34
Compare
Choose a tag to compare

Fix

#135 [Technical] Use the retry mechanism when psycopg2 error shows itself in the delete method from SerializableModel.

0.11.5

06 Feb 16:22
Compare
Choose a tag to compare

Changed

#133 [Technical] Removed imports in init.py files

0.11.4

05 Feb 22:00
Compare
Choose a tag to compare

Changed

#126 [Technical] Clarified in the queue's log file if an error occurred during message consumption and if this error is related to the connexion with the DB.

Fixed

#129 [Technical] Managing generic exceptions from Django in case of DB connexions failure.

#131 [Technical] Fixed error in the queue's logger.