Commit Graph

119 Commits

Author SHA1 Message Date
213477e212 Merge branch 'sqlite' of https://git.qwik.space/BurnyLlama/ddstats-server into sqlite 2021-11-01 22:52:26 +01:00
f90312a7c7 Some fixes 2021-11-01 22:49:52 +01:00
bf2a8b3bc0 Moved decodeMsgpack to seprate file. 2021-11-01 22:20:25 +01:00
c92d71c66f Refactored env settings. 2021-11-01 22:15:13 +01:00
bb0e889934 Small refacor of SQL statements. 2021-11-01 21:58:19 +01:00
089e0d6fb7 Column renaming 2021-11-01 21:52:48 +01:00
07b4dfe14b Now dividing total rows by entries/page for actual page count. 2021-11-01 19:59:11 +01:00
7fff166c3e Forgot some SQLite BS... :) 2021-11-01 19:56:38 +01:00
f4213888a8 Parsed an int to be an in (BAD). 2021-11-01 19:54:59 +01:00
f91be3aa28 Fixed SQL bullshit... 2021-11-01 19:51:31 +01:00
0c234c89d9 Refactor to allow GENERATE_DB to work properly. 2021-11-01 19:18:53 +01:00
94635e510b Clarified the dotenv-template... 2021-11-01 19:16:50 +01:00
bc582c3535 Added a general search function... 2021-11-01 19:08:57 +01:00
0cbd14018e Small refactor... 2021-11-01 18:12:46 +01:00
c4df7a735a Some refactoring and cache generation for graphs 2021-11-01 15:09:03 +01:00
b3548cfee7 I'm unsure what I'm doing... 2021-11-01 01:05:37 +01:00
fcc6a19903 Small fix. 2021-10-31 23:55:42 +01:00
bdd0b44561 Major refactor... ^^ 2021-10-31 23:43:36 +01:00
62dd9a4db0 Started some refactoring... 2021-10-31 21:24:55 +01:00
dfb54ba50e Slight improvments 2021-10-31 20:46:43 +01:00
c5427e0ee3 UI tweaks. 2021-10-31 20:45:01 +01:00
f068c17153 Landing page done ish. 2021-10-30 23:15:55 +02:00
37a0495da8 Begun UI work... 2021-10-30 21:39:21 +02:00
08b0f6d36c Initial commit 2021-10-30 20:26:37 +02:00
007433844b I forgor. 2021-10-30 19:19:58 +02:00
Fabian Seluska
e760e6bd38 Now has a job queue. 2021-10-20 10:03:48 +02:00
35a14b4362 Fixed error caused by stupidity... 2021-10-16 19:58:00 +02:00
505e9a5399 Multithreaded postTasks.js 2021-10-16 19:11:16 +02:00
Fabian Seluska
b5cc339543 Working multithreading w. one job at a time and no memory leaks... 2021-10-14 19:20:09 +02:00
36ab9d81e5 Still no work properly... 2021-10-13 23:10:51 +02:00
c237c83917 Failed atempt for DB Multithread... 2021-10-13 20:27:07 +02:00
36ecb5c6a7 Working multithreading... 2021-10-13 19:48:43 +02:00
Fabian Seluska
747ef0acf9 Started experimenting with multithreading. 2021-10-13 16:40:18 +02:00
4dc248c8b4 Basic finishes API implementation. 2021-10-11 22:47:34 +02:00
d1dff43bbd Added documentation in README.md. 2021-10-11 20:39:38 +02:00
aa9b7de1f4 Fixed bad p+arameter name. 2021-10-11 20:22:22 +02:00
e4270f4f3b Added ability to get all maps at once. 2021-10-11 19:55:44 +02:00
5ecb679fd9 Refactored player API. 2021-10-11 19:51:55 +02:00
5fbcc2cc68 Refactored maps API. Added ability to seacrh by mapper. 2021-10-11 19:49:53 +02:00
0bafd5e4a6 Now imports points... 2021-10-11 19:37:37 +02:00
10eff256cb Minor "refactor". 2021-10-09 23:54:22 +02:00
furo
808949ac0c Add more post processing tasks (points) 2021-10-09 23:25:57 +02:00
furo
882b38439e Add more post processing tasks (points) 2021-10-09 23:22:56 +02:00
11c430276c Now adds total amount of finishes per map... 2021-10-09 20:12:06 +02:00
9972572b3a Added ability to parse players.msgpack 2021-10-09 19:26:30 +02:00
0058b6eed2 Added JSDoc comments. 2021-10-06 20:36:20 +02:00
07dc061c3c Now calculating players' points... 2021-10-06 19:52:40 +02:00
6080b0de4f Added API for maps... 2021-10-04 19:36:07 +02:00
d7cb68906b Small refactor. 2021-10-04 19:35:53 +02:00
ac7b31e5a6 Fixed error catching... 2021-10-03 19:29:10 +02:00