3962 Commits

Author SHA1 Message Date
0a1112e4ea Properly mark workers as failed when they throw exceptions 2022-10-17 21:22:47 +02:00
8fa7a17a07 Fix faulty JPA mapping 2022-10-17 20:02:19 +02:00
fa7f9ff1f7 2880 Copy over opposition assessment to the grading report if the assessment from the seminar is an improvement.
If a student had a failed opposition they would have 0 points on the grading report. When they later passed a seminar that improved assessment would not be copied over because the criterion was already assessed.
2022-10-12 11:39:11 +02:00
96e3801caa Code clean up 2022-10-12 11:09:23 +02:00
bf1bdb183f Added missing @Transactional 2022-10-12 11:07:35 +02:00
1826ab5aa8 2891 Upgrade Hibernate and Jersey 2022-10-05 14:34:59 +02:00
820365bf14 Upgrade Jakarta Mail (and use the API) 2022-09-29 11:27:24 +02:00
76fd96b0ca Remove hibernate-validator since it was barely used 2022-09-28 15:15:25 +02:00
fc76a7ec98 Remove manual tracing instrumentation.
Use the Java Agent instead.
2022-09-28 14:58:53 +02:00
e811fd04e2 Switch to the new Jakarta dependencies for API specification. 2022-09-28 11:11:47 +02:00
6765da6480 Remove MOXy for XML/JSON (de)serialization
We now use JAXB for XML and Jackson for JSON. MOXy complects the two and make it harder to control the specific input/output expected.
2022-09-28 11:08:53 +02:00
d7e8468c5a Refactoring 2022-09-23 02:28:26 +02:00
264fcb754a Remove dependency on joda-time 2022-09-22 12:53:50 +02:00
20b392b964 2856 Supervisors must provide information on how the rejection comment from the examiner has been rectified.
PSAM (represented by Panos), Paul, and Jakob decided in a meeting on sep 8 2022 that supervisors must provide feedback as to how the examiners rejection comment has been rectified.
2022-09-21 11:23:25 +02:00
7e986ac17a Move oauth settings from the database to servlet context init parameters.
Since we now copy the database between servers the configuration breaks and integrations stop working. With the settings being external it will now continue to work after copying.
2022-09-21 11:19:49 +02:00
1ea3a746b2 Fix problem finalizing supervisor grading reports 2022-09-15 16:29:56 +02:00
6924f87f73 2841 Clear old motivation
When lowering the assessment of a criterion such that motivation is no longer required the motivation should be cleared.
2022-09-14 10:37:39 +02:00
9c3e1d3b48 Remove unnecessary dependency 2022-09-12 16:24:28 +02:00
8d2b1fa974 2839 Fixed bug 2022-09-12 12:56:22 +02:00
605b6ba1a7 2838 Simplified code 2022-09-12 12:38:06 +02:00
da61362397 2837 Simplified code 2022-09-12 10:59:01 +02:00
f3724edb2f 2839 Peer reviews are now per project type
If students abort a project and start a new one their peer reviews will be visible and milestones completed.
2022-09-08 13:50:38 +02:00
8769c21d8a 2838 2837 Activate completed milestones on new projects
Since both oppositions and active participations are showed based on the projects level the milestones should be activated to reflect that.

Had to redo project creation since the use of a serialized project entity caused lazy initialization exceptions when traversing the object graph (to determine if milestones were activated for the type).
2022-09-07 13:52:05 +02:00
0618196422 Replaced some java.util.Date with java.time 2022-09-01 11:56:38 +02:00
5ece9dda93 2828 Give project start date its own attribute instead of stealing audit data 2022-08-31 14:49:58 +02:00
7617fdfb05 2741 Enable supervisors to see any available opposition feedback during grading 2022-08-24 11:06:31 +02:00
4087037c18 Upgrade HSQLDB and switch it to test scope 2022-08-10 10:30:30 +02:00
5424be6f1d Fix problems resubmitting documents to URKUND 2022-06-09 10:11:12 +02:00
96eaff9066 Fix problem deleting attachment to opposition report 2022-06-09 00:33:00 +02:00
a8570eef53 Sync the error codes from grading service. 2022-06-01 10:05:24 +02:00
6a1b37b3e5 2553 Resolve database migration version conflict 2022-05-20 18:42:09 +02:00
f44aed23f9 Merge branch 'develop' into 2553-fix-file-deletion
# Conflicts:
#	core/src/main/java/se/su/dsv/scipro/phd/StudyPlanServiceImpl.java
#	view/src/test/java/se/su/dsv/scipro/repository/panels/ProjectFilePanelTest.java
2022-05-20 18:39:35 +02:00
26f81ae5fe 2562 Use the new endpoint for adding authors 2022-05-19 17:38:02 +02:00
942070a147 2562 Update Daisy API XSD 2022-05-19 12:35:38 +02:00
a267d20693 2583 Removed PhD specific parts 2022-05-11 12:30:33 +02:00
72b8b7d17d Switch to XML when fetching projects. 2022-05-09 13:55:18 +02:00
ddc28cc598 2515 Sync theses' research area to Daisy 2022-05-09 13:49:25 +02:00
f5535c36ef 2515 Update Daisy API XSD 2022-05-09 10:22:59 +02:00
a9b699fcfd 2553 Fix problems in GDPR report 2022-05-09 09:30:32 +02:00
957f899834 2553 Migrate peer review to file references 2022-05-07 15:56:40 +02:00
7afbb75caa 2553 Migrate peer request 2022-05-05 17:33:05 +02:00
f6e84c88d1 2553 Migrate reviewer decisions 2022-05-05 16:50:44 +02:00
9ad4e2e711 2553 Migrate opposition report attachments 2022-05-04 16:27:49 +02:00
2dbba72af8 2553 Migrate mail attachments 2022-05-04 15:47:19 +02:00
3898bb5077 2553 Migrate old seminar opposition reports 2022-05-04 14:46:22 +02:00
71acbe8e64 2553 Migrate final thesis text matching document to file reference 2022-05-04 13:44:37 +02:00
e387e83152 2553 Migrate final thesis document to file reference 2022-05-04 13:01:02 +02:00
323c3a622d 2553 Stream data to URKUND instead of buffering 2022-05-04 11:09:04 +02:00
cd9693c325 2553 Fix problems submitting documents to URKUND 2022-05-03 20:36:38 +02:00
3114f9d79f 2553 Migrate seminar and text matching to references 2022-05-02 16:57:41 +02:00