171 Commits

Author SHA1 Message Date
9ddb0fcb7e made code more consistent 2025-06-23 11:26:12 +02:00
18c1c32a8c changed title of website 2025-06-23 10:55:31 +02:00
21a2768f21 renamed WaitBuildHandler to MockBuildHandler to be
more consistent with .env file
2025-06-17 11:20:45 +02:00
b6bb464752 made page more consistent 2025-06-16 17:42:15 +02:00
abf870bf55 minor fix 2025-06-16 17:39:00 +02:00
bacd883f0f updated schema for com gen upload 2025-06-16 17:38:19 +02:00
4041b4faf1 written descrption of missing section 2025-06-16 17:31:44 +02:00
57b4900e5a made a better about modal content 2025-06-16 17:23:04 +02:00
4950264fb3 fixed style 2025-06-16 11:51:52 +02:00
a63ebb2526 fixed typo 2025-06-16 11:51:46 +02:00
66de837f7d updated readme 2025-06-16 11:44:09 +02:00
39ce323a34 fixed env vars not being overwritten by dotenv 2025-06-16 11:26:42 +02:00
0954dc135e removed TODO.md 2025-06-12 17:35:33 +02:00
65878f7792 updated todo 2025-06-12 17:35:19 +02:00
91f78c6c56 updated readme 2025-06-12 17:34:47 +02:00
5e1aa46555 updated readme 2025-06-12 17:32:29 +02:00
8b371571d9 updated readme 2025-06-12 17:28:29 +02:00
5a2bf8f72d updated readme 2025-06-12 17:26:19 +02:00
6b9e36009d cleaned readme 2025-06-12 16:34:29 +02:00
dfd1a0ae42 draft readme 2025-06-12 16:12:58 +02:00
4670d2bef7 Added example .env file 2025-06-12 15:17:00 +02:00
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
623532f5af fixed style issue 2025-05-21 13:11:39 +02:00
e4636cdaea fixed slight bug 2025-05-21 11:27:07 +02:00
276487f91a fixed condition 2025-05-21 11:00:41 +02:00
63663c9654 fixed message 2025-05-21 11:00:36 +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
d302d585c7 reverted back to old code because what i was
trying to do failed
2025-05-20 14:48:24 +02:00
24ef78e615 fixed minor mistake 2025-05-20 14:34:17 +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
d052865256 removed console.log 2025-05-20 12:35:25 +02:00
cdd5fb3112 added the ability to press enter in the text field
to request status
2025-05-20 12:27:06 +02:00
05d69ce7e8 updated todo 2025-05-20 12:19:04 +02:00