180 Commits

Author SHA1 Message Date
nikos dimitrakas
0972c592ce 2528 Exkluderade avslutade och avbrutna projekt från synkningen som görs inom varje handledare. Verkar onödigt och tog tid. Refaktoriseringar enligt intellij. Harmoniserade @Transactional på de publika metoderna och tog bort en från en privat metod. Självaste problemet med att jobbets workerdata inte sparas kvarstår och beror på något med transaktionshanteringen i metoden UserImportWorker.importPotentialNewStudentsAndUpdatePrograms. Det är em.refresh(wd) på rad 88 i AbstractWorker som kastar en Exception. 2022-03-07 11:16:40 +01:00
4dff775a97 Upgrade Mockito and JUnit 2021-11-29 15:33:57 +01:00
061320d27d 2409 Update students programs 2021-11-28 16:21:14 +01:00
d359056cc6 2401 Only write examiners comment if it's new 2021-11-08 11:08:34 +01:00
99a002a628 2395 Rejection comments from reviewer is posted by the system instead of the supervisor
43/62
2021-11-08 00:58:06 +01:00
26c171a898 Check for rejections once per day 2021-11-07 23:32:04 +01:00
c64989b60e 2361 TR Publicera examinatorns kommentarer i forum när en uppsats avvisas 2021-10-25 16:27:56 +02:00
2dcd137bb3 2361 Post examiner rejection comment in forum 2021-10-13 17:08:00 +02:00
89d3d93cf8 Upgrade to Mockito 4
41/62
2021-10-13 16:17:16 +02:00
888b58202a 2353 Replace var with explicit type 2021-09-22 20:03:39 +02:00
879d9b4159 2082: TR Bättre namn på klasser, enums, variabler, kolumnnamn, etc. Uppgraderade xsd:n för API:et. 2021-09-15 16:34:56 +02:00
6da2dfb8d6 2082 Set default degree level to bachelor unless otherwise determined 2021-09-09 11:54:00 +02:00
9afe1e3e4b 2082 Ignore programs that do not have a type 2021-09-09 10:46:47 +02:00
c904fad8dc 2082 Sync over students degree level instead of education level 2021-09-07 15:48:47 +02:00
589685a744 Updated Daisy client to use the proper types. 2021-09-07 10:20:44 +02:00
6cb1a189cb 2279 2277 Upgrade Guice and Guava 2021-08-24 11:38:58 +02:00
7322f5f255 Removed unused/unnecessary dependencies. 2021-06-11 01:31:29 +02:00
47005b4c0a 2269 Filter out supervisors who are no longer affiliated with DSV from the target management page 2021-06-06 19:52:47 +02:00
cacd7f199f 2266 Fix deprecated attribute 2021-05-25 11:44:23 +02:00
d5556a853f 2193 Don't log entire stack trace 2021-03-16 15:45:31 +01:00
5cda4a4124 2061 Merge duplicated users 2021-03-13 22:15:08 +01:00
a6b8d61c63 Trace the whole import user transaction to try and pinpoint the slow points 2021-03-02 02:13:47 +01:00
9b92e7841e 1976 Send expected end date to Daisy 2021-02-16 12:27:29 +01:00
8f56749340 1658 All users GDPR report can be downloaded
Refactored the user autocomplete component.
2020-09-08 23:35:06 +02:00
6812bea2eb Externalise configuration and credentials 2020-03-17 15:14:21 +01:00
247422613f 1723 Students can only pick/create thesis ideas for the correct level 2020-02-25 16:02:37 +01:00
6a1837852d Updated Daisy API XSD 2020-02-25 12:46:09 +01:00
018409e1ef Fix warning 2020-02-21 12:12:15 +01:00
2a1e403b09 Fix which semesters to import new students from. 2020-02-21 12:11:34 +01:00
396631c510 Diamond operator. 2020-01-20 14:40:53 +01:00
d6ffd476f3 1564 TR 2019-04-02 15:35:17 +02:00
6d289ac6c4 1564 Unlock grading report and reject final thesis when examiner rejects in Daisy 2019-03-27 14:37:55 +01:00
6593259196 Fixed various warnings 2019-03-18 15:48:01 +01:00
nikos dimitrakas
28feaa4ee9 Refaktoriseringar enligt IntelliJ (onödiga throws, onödiga generics, = i properties) 2018-10-25 13:18:34 +02:00
9996bfb6de 1391 Import potential new students
So they are available for partner selection when submitting ideas
2018-04-18 11:50:10 +02:00
63d0e66f60 Upgraded Daisy API XSD 2018-04-17 13:35:21 +02:00
a647944bc9 Removed our own option class and use built-in 2017-10-03 14:28:36 +02:00
906c9c06b7 Sonar: Correctness - Method calls equals on an enum instance 2017-10-03 12:30:51 +02:00
90a6c9e35f [1076] Code relies on the side-effect of setting the identifier 2017-01-16 10:09:38 +01:00
f7195c85ec Revert "[1076] Don't save the id for rejected projects"
This reverts commit 2483f29be95efcc5e75ce8e9c7b07c86d9f9b006.
2017-01-16 09:50:04 +01:00
0f5af251d7 Removed stupid logging that generate tickets. 2016-11-07 12:22:30 +01:00
2483f29be9 [1076] Don't save the id for rejected projects
When exporting projects the Daisy the id gets saved even if the project
is rejected.
2016-11-07 11:53:49 +01:00
9e109b30a4 [1046] Handle non-existent english titles. 2016-10-07 16:14:04 +02:00
7ec2231ebe [1046] Setting title twice, genius. 2016-10-07 15:55:31 +02:00
5e8d794641 [1046] Send swedish and english title to daisy. 2016-10-07 14:32:22 +02:00
0438822519 Changed language back to enum to enable specific behaviour based on report language. 2016-09-29 13:02:23 +02:00
e311b6fe81 SCIPRO-342548 Column 'emailAddress' cannot be null 4 2016-09-05 14:22:25 +02:00
2af70856f3 SCIPRO-342548 Column 'emailAddress' cannot be null 3 2016-08-29 20:53:48 +02:00
1b8dee7e5e SCIPRO-342548 Column 'emailAddress' cannot be null 2 2016-08-26 15:22:58 +02:00
4f95d869d4 SCIPRO-342548 Column 'emailAddress' cannot be null 2016-08-25 10:00:40 +02:00