|
173a20ef3f
|
using dotenv with default values properly and
certalized default value logic
|
2025-06-12 15:12:14 +02:00 |
|
|
47cefc955c
|
added way to show raised excpetions during thread
execution
|
2025-06-11 09:27:46 +02:00 |
|
|
ba25d6b28c
|
was popping twice, now letting just observer do
it's job
|
2025-06-11 09:27:23 +02:00 |
|
|
925864aa45
|
made mock build handler faster
|
2025-06-11 09:27:03 +02:00 |
|
|
33712bbae1
|
fixed other stupid bug
|
2025-06-11 09:26:53 +02:00 |
|
|
6493945736
|
fixed slight bug
|
2025-06-11 09:24:24 +02:00 |
|
|
78f8153a3e
|
removed unused import
|
2025-06-11 09:24:10 +02:00 |
|
|
3e77169eed
|
slimmed down dataset.py to only what's
necessary. Updated the structure to the new one
|
2025-06-10 23:43:11 +02:00 |
|
|
0803b35dea
|
remove the use of utils/paths.py since we deleted
it. updated logic to use dotenv
|
2025-06-10 23:42:23 +02:00 |
|
|
4924fddbc4
|
removed useless print statement
|
2025-06-10 22:55:02 +02:00 |
|
|
a9e06ec694
|
ensuring that the file that are written to are
always within the path, preventing any write outside
|
2025-06-09 21:09:16 +02:00 |
|
|
59b2fbb32e
|
removed useless module and using env vars because
better
|
2025-05-21 13:40:17 +02:00 |
|
|
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 |
|
|
e4636cdaea
|
fixed slight bug
|
2025-05-21 11:27:07 +02:00 |
|
|
0d8feae37f
|
commented out the print statements of refinement
because they were getting annoying
|
2025-05-20 14:57:55 +02:00 |
|
|
12b3e5cfe5
|
unregistering an observer when the user closes the
browser
|
2025-05-20 14:57:33 +02:00 |
|
|
187cde7079
|
moved the setup of the subjects to a better place
in the flask app
|
2025-05-20 14:26:53 +02:00 |
|
|
f6739586b4
|
fixed bug that prevented app to reload because of
timer thread
|
2025-05-20 14:26:12 +02:00 |
|
|
873dffd932
|
implemented the onlyResults query on /status
|
2025-05-20 14:13:43 +02:00 |
|
|
5c312b7ac7
|
added the removal of the file one week after it
was created
|
2025-05-20 12:57:34 +02:00 |
|
|
91ae657619
|
renamed uuid2subject to id2subject, since we don't
use uuid anymore
|
2025-05-20 12:35:41 +02:00 |
|
|
1cd2fb0752
|
now saving the results from disk and retrieving
the at server startup
|
2025-05-20 12:18:42 +02:00 |
|
|
346b3fc40a
|
moved uuid2subject inside subject as it made more
sense
|
2025-05-20 11:53:29 +02:00 |
|
|
7e3089595d
|
added type ignore to make pyright stop complaining
|
2025-05-20 11:08:51 +02:00 |
|
|
1b805ebb63
|
users now see their position in the queue update
in real time
|
2025-05-19 11:55:56 +02:00 |
|
|
1c74dad3ea
|
added dotenv and using to know if we need to
return mock build handler
|
2025-05-19 09:41:20 +02:00 |
|
|
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 |
|
|
2e497d75fa
|
implement the queue
|
2025-05-18 23:00:11 +02:00 |
|
|
a621c394a6
|
removed unecessary comment
|
2025-05-18 22:58:22 +02:00 |
|
|
9bf9e2adea
|
removed unused imports
|
2025-05-18 22:31:31 +02:00 |
|
|
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 |
|
|
ad20b03dd8
|
unified the way comment evaluation and refinement
are handled
|
2025-05-18 22:19:13 +02:00 |
|
|
ecdd18dc3b
|
instead of raising an error (which is a server
issue), returning a 400 / 404 correctly
|
2025-05-18 21:48:26 +02:00 |
|
|
7607b91a6c
|
renamed file
|
2025-05-18 21:38:46 +02:00 |
|
|
81f4f334d1
|
removed useless comment
|
2025-05-18 18:00:42 +02:00 |
|
|
65f9cd8d61
|
moved the creation of the thread to the subject
instead of the request handler
|
2025-05-18 17:59:02 +02:00 |
|
|
49b2606a53
|
created the observers and handling them
|
2025-05-18 17:43:24 +02:00 |
|
|
3071d63b1a
|
implemented wait build handler. does nothing but
waits 1 second for compilation and testing
|
2025-05-18 08:23:45 +02:00 |
|
|
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 |
|
|
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 |
|
|
5e2c2f37c8
|
first setup for status check with uuid
|
2025-05-17 17:37:19 +02:00 |
|
|
d90f8e4f12
|
added more fine grained percentage
|
2025-05-15 10:50:24 +02:00 |
|
|
d833beee83
|
included the error message to the results in case
of failure for code refinement
|
2025-05-14 22:22:42 +02:00 |
|
|
2980f29bfa
|
made the route for comment generation comment
instead of comments
|
2025-05-14 22:01:12 +02:00 |
|
|
28566ef37e
|
implement submission injection
|
2025-05-14 21:24:25 +02:00 |
|
|
aad5d2079f
|
made better print statements
|
2025-05-14 21:24:13 +02:00 |
|
|
8ad65a65ce
|
removed useless print
|
2025-05-14 21:23:51 +02:00 |
|
|
e0fb7db52c
|
fixed the get_build_handler function
|
2025-05-14 18:18:25 +02:00 |
|
|
aaa27305a0
|
made print better
|
2025-05-14 18:18:07 +02:00 |
|
|
6f55941cab
|
implemented the evaluation of code refinement
|
2025-05-14 18:17:50 +02:00 |
|