Commit Graph

67 Commits

Author SHA1 Message Date
19a759536b Add grade filter by category
All checks were successful
continuous-integration/drone/push Build is passing
2023-03-08 17:13:55 +01:00
9ad021fa65 Fix redogradation in WorkGradesSteps
Some checks are pending
continuous-integration/drone/push Build is running
2023-03-08 17:01:45 +01:00
0965698c90 New route and button to anonymize old users 2023-03-08 17:01:45 +01:00
a9bb758e99 Include works in allGrades 2023-03-08 17:01:45 +01:00
61dde4e7e3 Can edit grade's commentary
All checks were successful
continuous-integration/drone/push Build is passing
2023-03-07 04:53:50 +01:00
3af70cf678 Can see directly the corresponding trace 2023-03-07 04:45:04 +01:00
1f4ce865aa New page to see grades sumary 2023-03-07 04:41:02 +01:00
7642a23947 New form to change grade 2023-03-07 03:37:06 +01:00
07ceb20d63 Refactor work page 2023-03-07 03:36:25 +01:00
2129ba46ee Apply user when redogradation
All checks were successful
continuous-integration/drone/push Build is passing
2023-03-06 15:55:30 +01:00
db5658ccc1 Distribute some traces to students
Some checks are pending
continuous-integration/drone/push Build is running
2023-03-06 14:58:37 +01:00
018ed9227f Fetch gradation status 2023-03-06 14:58:36 +01:00
5599a94f18 New button to redo gradation
Some checks are pending
continuous-integration/drone/push Build is running
2023-03-06 13:13:04 +01:00
3397b9f123 Gradation: add route to add missing users 2023-03-06 13:08:58 +01:00
184daa4cab New route to retrieve gradation status
All checks were successful
continuous-integration/drone/push Build is passing
2023-03-06 03:44:39 +01:00
9a145965fb ui: Change Id to ensure they are all differents 2023-03-06 03:17:45 +01:00
bcf76a2c86 New route to stop all running/pending tests for a given work 2023-03-06 03:17:45 +01:00
906501cc7b ui: Use ScoreBadge component 2023-03-06 03:17:45 +01:00
706e786190 New route to delete grades 2023-03-05 14:41:09 +01:00
735a120259 New route to run gradation tests 2023-03-04 16:49:26 +01:00
ec71073cb6 Change date field size
All checks were successful
continuous-integration/drone/push Build is passing
2023-01-01 16:11:33 +01:00
6def3de983 New field added for works to store gradation repository
Some checks are pending
continuous-integration/drone/push Build is running
2023-01-01 15:26:58 +01:00
f592b8a1b5 Fix typo
All checks were successful
continuous-integration/drone/push Build is passing
Thanks-to: Pierre-Olivier Rey <pierre-olivier.rey@epita.fr>
2022-12-21 10:14:44 +01:00
8ed2526f97 Add tooltips on survey badges
All checks were successful
continuous-integration/drone/push Build is passing
2022-12-19 15:36:19 +01:00
c692e34fdf Update to sveltekit 1.0 + fix warnings
All checks were successful
continuous-integration/drone/push Build is passing
2022-12-15 15:17:03 +01:00
ff5a2eef65 svelte-migrate: updated files 2022-12-13 12:48:59 +01:00
fff8b821c5 Can share survey results with a secret shared key
All checks were successful
continuous-integration/drone/push Build is passing
2022-12-02 12:43:53 +01:00
c5a75b6fa8 Can utilize a custom repository
Some checks are pending
continuous-integration/drone/push Build is running
2022-11-30 05:00:46 +01:00
8f5e2f380f Make survey duplication synchronous (to avoid proposals randomization)
Some checks are pending
continuous-integration/drone/push Build is running
2022-11-28 00:25:26 +01:00
4be5503af9 ui: When no corrections have been made, juste display nb 2022-11-26 16:04:17 +01:00
749d55c24f Handle no response in survey list 2022-11-26 16:04:17 +01:00
ce6141e6e0 Make rendus page more interactive
All checks were successful
continuous-integration/drone/push Build is passing
2022-11-20 15:53:50 +01:00
4c76dd9728 Add categories to sort/filter works/surveys
All checks were successful
continuous-integration/drone/push Build is passing
2022-11-20 15:28:27 +01:00
f7d747cd76 In corrections, highlight significant texts
All checks were successful
continuous-integration/drone/push Build is passing
2022-11-19 18:48:05 +01:00
6a54315626 Display number of items left to correct to admin on surveylist 2022-11-19 17:31:48 +01:00
d6f620bc0d ui: Use $lib in imports 2022-11-19 11:44:31 +01:00
b4b531409f Implement optional signature
All checks were successful
continuous-integration/drone/push Build is passing
2022-11-11 13:27:09 +01:00
7cdfafc329 Warn and give hint when using an already used repo for another work
All checks were successful
continuous-integration/drone/push Build is passing
2022-09-30 12:41:34 +02:00
f79c7b43cd New modal to permit admin select user repo for work
All checks were successful
continuous-integration/drone/push Build is passing
2022-09-25 19:28:11 +02:00
1859a715df repo: Admin can override default expected tag 2022-09-25 19:28:11 +02:00
57d37544f9 Also display erroneous PGP keys
All checks were successful
continuous-integration/drone/push Build is passing
2022-09-20 00:52:25 +02:00
16d7fe4beb Fix key display
Some checks are pending
continuous-integration/drone/push Build is running
2022-09-20 00:35:33 +02:00
0ab96472e4 Return an error when no repository data
All checks were successful
continuous-integration/drone/push Build is passing
2022-09-16 16:44:37 +02:00
5b3bdb0429 Can show repository logs in admin interface
Some checks are pending
continuous-integration/drone/push Build is running
2022-09-16 12:03:50 +02:00
5940f14474 Fix error when repository is null 2022-09-16 12:02:47 +02:00
15bff5af96 Smarter survey and question deletion/duplucation 2022-09-16 11:15:20 +02:00
6323d96b60 Add a new page to list repos and submissions 2022-09-10 20:05:31 +02:00
a5105979cc Use repositories API allowed for everyone
All checks were successful
continuous-integration/drone/push Build is passing
2022-09-07 21:02:45 +02:00
7b45214ca9 Working webhook 2022-09-05 20:54:07 +02:00
0b16676929 Can display extraction logs 2022-09-05 20:54:07 +02:00