Commit Graph

138 Commits

Author SHA1 Message Date
Karma Riuk
dd58d962ac now comments get evaluated correctly, not just
base on bleu score but also on location of file and line number
2025-05-21 13:29:40 +02:00
Karma Riuk
623532f5af fixed style issue 2025-05-21 13:11:39 +02:00
Karma Riuk
e4636cdaea fixed slight bug 2025-05-21 11:27:07 +02:00
Karma Riuk
276487f91a fixed condition 2025-05-21 11:00:41 +02:00
Karma Riuk
63663c9654 fixed message 2025-05-21 11:00:36 +02:00
Karma Riuk
0d8feae37f commented out the print statements of refinement
because they were getting annoying
2025-05-20 14:57:55 +02:00
Karma Riuk
12b3e5cfe5 unregistering an observer when the user closes the
browser
2025-05-20 14:57:33 +02:00
Karma Riuk
d302d585c7 reverted back to old code because what i was
trying to do failed
2025-05-20 14:48:24 +02:00
Karma Riuk
24ef78e615 fixed minor mistake 2025-05-20 14:34:17 +02:00
Karma Riuk
187cde7079 moved the setup of the subjects to a better place
in the flask app
2025-05-20 14:26:53 +02:00
Karma Riuk
f6739586b4 fixed bug that prevented app to reload because of
timer thread
2025-05-20 14:26:12 +02:00
Karma Riuk
873dffd932 implemented the onlyResults query on /status 2025-05-20 14:13:43 +02:00
Karma Riuk
5c312b7ac7 added the removal of the file one week after it
was created
2025-05-20 12:57:34 +02:00
Karma Riuk
91ae657619 renamed uuid2subject to id2subject, since we don't
use uuid anymore
2025-05-20 12:35:41 +02:00
Karma Riuk
d052865256 removed console.log 2025-05-20 12:35:25 +02:00
Karma Riuk
cdd5fb3112 added the ability to press enter in the text field
to request status
2025-05-20 12:27:06 +02:00
Karma Riuk
05d69ce7e8 updated todo 2025-05-20 12:19:04 +02:00
Karma Riuk
1cd2fb0752 now saving the results from disk and retrieving
the at server startup
2025-05-20 12:18:42 +02:00
Karma Riuk
346b3fc40a moved uuid2subject inside subject as it made more
sense
2025-05-20 11:53:29 +02:00
Karma Riuk
7e3089595d added type ignore to make pyright stop complaining 2025-05-20 11:08:51 +02:00
Karma Riuk
1b805ebb63 users now see their position in the queue update
in real time
2025-05-19 11:55:56 +02:00
Karma Riuk
694c134a54 removed useless comments 2025-05-19 10:15:13 +02:00
Karma Riuk
90821356fa added the possibility of passing a link with the
id of the process
2025-05-19 10:13:18 +02:00
Karma Riuk
1c74dad3ea added dotenv and using to know if we need to
return mock build handler
2025-05-19 09:41:20 +02:00
Karma Riuk
15bf917e66 forgot to commit that so i'm doing it now 2025-05-18 23:06:38 +02:00
Karma Riuk
9e90923dd3 now instead of sending status in two places, i'm
just making the client ask for status
2025-05-18 23:06:18 +02:00
Karma Riuk
2e497d75fa implement the queue 2025-05-18 23:00:11 +02:00
Karma Riuk
a621c394a6 removed unecessary comment 2025-05-18 22:58:22 +02:00
Karma Riuk
dca544c5aa fixed style 2025-05-18 22:49:05 +02:00
Karma Riuk
9bf9e2adea removed unused imports 2025-05-18 22:31:31 +02:00
Karma Riuk
dbe7175bdb moved the source of data to prevent spamming
status to observer, as it was more convinient to delete on completion
2025-05-18 22:21:40 +02:00
Karma Riuk
ad20b03dd8 unified the way comment evaluation and refinement
are handled
2025-05-18 22:19:13 +02:00
Karma Riuk
77b64843ac removed code that was hiding the id of the process 2025-05-18 22:17:14 +02:00
Karma Riuk
ecdd18dc3b instead of raising an error (which is a server
issue), returning a 400 / 404 correctly
2025-05-18 21:48:26 +02:00
Karma Riuk
7607b91a6c renamed file 2025-05-18 21:38:46 +02:00
Karma Riuk
d8ef48d0bd made style better 2025-05-18 18:06:09 +02:00
Karma Riuk
cafd73dafe moved the modal logic to it's own file to
declutter index.js
2025-05-18 18:05:56 +02:00
Karma Riuk
81f4f334d1 removed useless comment 2025-05-18 18:00:42 +02:00
Karma Riuk
65f9cd8d61 moved the creation of the thread to the subject
instead of the request handler
2025-05-18 17:59:02 +02:00
Karma Riuk
49b2606a53 created the observers and handling them 2025-05-18 17:43:24 +02:00
Karma Riuk
15a2d6d03e fixed triple clicking the id issue 2025-05-18 17:42:20 +02:00
Karma Riuk
3071d63b1a implemented wait build handler. does nothing but
waits 1 second for compilation and testing
2025-05-18 08:23:45 +02:00
Karma Riuk
e48812dd11 delegated the injection of the changes to the
build handler (so that the WaitBuildHandler can
just no do anything)
2025-05-18 08:23:14 +02:00
Karma Riuk
c8b0557498 made docker client local to handlers and lazy
loaded so that we don't have to start docker if we don't want it
2025-05-18 08:22:32 +02:00
Karma Riuk
e310383721 created requirements.txt 2025-05-18 08:08:31 +02:00
Karma Riuk
5e2c2f37c8 first setup for status check with uuid 2025-05-17 17:37:19 +02:00
Karma Riuk
085ba23bf3 fixed overflow problem 2025-05-15 16:34:25 +02:00
Karma Riuk
320a5c6401 added info to the download dataset fieldset 2025-05-15 16:21:07 +02:00
Karma Riuk
7337bfe409 filled in the info modal for the upload of the data 2025-05-15 15:57:37 +02:00
Karma Riuk
fa8b1e14fd formatted code 2025-05-15 15:45:14 +02:00