Commit graph

7288 commits

Author SHA1 Message Date
aNOOBis
f9e8f5cc39
Convert Spaces to Underscores for Preset and Tag Names (#2938) aNOOBisTheGod
* spacebar in presets and tags addition

* super mega spacebar remake

* style fix

* final name removal in ui

* replaceAll in ape removal

* using display above account chart

Co-authored-by: Miodec <bartnikjack@gmail.com>
2022-05-06 12:42:00 +02:00
Miodec
89c9557475 definitely didnt forget about those 2022-05-05 23:35:40 +02:00
Miodec
6d52d8ce1b fixed incorrect path 2022-05-05 23:28:02 +02:00
Miodec
9e2bd5a3fb fixed script names 2022-05-05 23:25:03 +02:00
Mark Stosberg
96fea28d7b
quotes:code_javascript: Add regex-heavy quote. (#2929) markstos
* quotes:code_javascript: Add regex-heavy quote.

This quote contains a long regex that will be a workout for typing
symbols and numbers.

Source code can be confirmed to available under an open source license
here: https://github.com/markstos/parse-coordinates/blob/master/index.js

* fixed length

Co-authored-by: Miodec <bartnikjack@gmail.com>
2022-05-05 23:23:32 +02:00
Miodec
28f0a7a936 renamed and reordered scripts 2022-05-05 23:11:09 +02:00
Bruce Berrios
8095dd6bfc
Add test step in pr-check action (#2942) Bruception
* Add test step in pr-check action

* Add jest action

* Specify wd

* Remove action

* Remove test

* Add anti-cheat check
2022-05-05 23:06:40 +02:00
Sondre Kjempekjenn
afd288a717
Testing - mock setup for redis (#2944) 2022-05-05 14:05:31 -04:00
Bruce Berrios
91220a5bdc
Move backend source files into src folder (#2943) 2022-05-05 19:27:00 +02:00
Bruce Berrios
38ed2f60aa
Remove await (#2941)
* Remove await

* Remove async

* Remove await server
2022-05-05 11:13:09 -04:00
Sondre Kjempekjenn
88a587c5c2
Feature/backend test (#2937) sondrekje
* Switch to ts-node-dev for development

* Minimal setup for backend testing

* Basic controller test

* __tests__ directory

* Delete old DB client

* Improve tests, ensure DB cleanup only runs for inMemory DB
2022-05-05 15:19:31 +02:00
Bruce Berrios
73f21c9cc5
Remove class syntax from george (#2935)
* Remove class syntax from george

* Remove boolean
2022-05-05 02:00:12 +02:00
Bruce Berrios
e5c295cfe4
Remove class syntax from db client (#2940) Bruception
Co-authored-by: Jack <jack@monkeytype.com>
2022-05-05 01:57:51 +02:00
Sondre Kjempekjenn
9634b93fc3
Add docker-compose and instructions to README (#2939) sondrekje 2022-05-05 01:52:17 +02:00
Miodec
bf8862fe74 not exiting in dev mode when redis connection failed
closes #2930
2022-05-04 19:27:34 +02:00
Miodec
d2f6dcd92d fixed todo 2022-05-04 12:27:16 +02:00
Miodec
998120bea7 fixed type 2022-05-04 02:18:51 +02:00
Miodec
3adfabfe20 removed any 2022-05-04 02:18:37 +02:00
Miodec
0430c7f9c7 removed any 2022-05-04 02:14:09 +02:00
Miodec
8a3631170d removed any 2022-05-04 02:09:47 +02:00
Miodec
037fbf8e8f removed unnecessary any 2022-05-04 02:09:20 +02:00
Miodec
8524646380 renamed folder dao to dal 2022-05-04 01:51:25 +02:00
Miodec
ec8ec49b71 Merge branch 'master' of https://github.com/Miodec/monkeytype 2022-05-04 01:48:29 +02:00
Bruce Berrios
6ee84b2484
DAO -> DAL (#2928)
* DAO -> DAL

* This what?

Co-authored-by: Jack <jack@monkeytype.com>
2022-05-04 01:47:51 +02:00
Miodec
de97d798eb moved data validation to anticheat repo 2022-05-04 01:44:13 +02:00
Miodec
eabb7d857e unnecessary todos 2022-05-04 01:41:37 +02:00
Miodec
fdc362dc0d removed unnecessary type casting 2022-05-04 01:36:58 +02:00
Miodec
a03ef7dd84 removed unnecessary type 2022-05-04 01:36:35 +02:00
Miodec
bf941ab02b removed unnecessary code 2022-05-04 01:35:39 +02:00
Miodec
6804b76d46 removed todo 2022-05-04 01:34:56 +02:00
Miodec
68efde15b2 removed todo 2022-05-04 01:33:50 +02:00
Miodec
b27f5c935b removed todo 2022-05-04 01:21:07 +02:00
Miodec
ca2c82db38 removed unused types 2022-05-04 01:20:26 +02:00
Miodec
4fda636a08 added auto name check to the register page 2022-05-04 01:04:04 +02:00
Jack
e6982f293d
Small Dao dals (#2927)
* converted preset dao to dal

* psa dao > dal

* typo

* config dao > dal

* public stats dao > dal

* fixed bad merge

* removed this

* removed comment
2022-05-04 00:43:58 +02:00
Bruce Berrios
9b7b5feb71
BotDAO -> BotDAL (#2926) bruception 2022-05-04 00:38:57 +02:00
Miodec
49befe4f76 unborked the code 2022-05-04 00:34:38 +02:00
Miodec
61292dfb8c fixed previous commit 2022-05-04 00:23:31 +02:00
Miodec
a4ca55cb73 converted report dao to dal 2022-05-04 00:17:34 +02:00
Bruce Berrios
12a63b1cb4
Ape keys dal (#2925) bruception
* Convert Ape-keys DAO to DAL

* Fix this reference
2022-05-04 00:13:48 +02:00
Josh Moncrieff
89f160f664 add english_contractions word list (#2914) monners
Co-authored-by: monners <josh@joshmoncrieff.com>
2022-05-03 23:49:21 +02:00
Miodec
52ffeb3da9 rebuilding remplate on save
(still doesnt work with auto refersh)
2022-05-03 18:57:33 +02:00
aNOOBis
2faf097307
windows webpack error fix (#2923)
* index.html => main.html for windows users to avoid webpack error

* uploading example

Co-authored-by: Jack <jack@monkeytype.com>
2022-05-03 17:08:58 +02:00
Miodec
0415be5d2d fixed next random theme being available when random theme is off 2022-05-03 16:44:29 +02:00
Miodec
bb1dd154b6 fixed file location 2022-05-03 16:34:17 +02:00
Miodec
9fa615bc8b test modes notice now wraps 2022-05-03 15:49:54 +02:00
Miodec
4e7ae53cbe fixed custom theme loading from url not working 2022-05-03 14:14:13 +02:00
Miodec
68a3724066 removed console logs 2022-05-03 14:11:51 +02:00
Miodec
7e07ba6e97 Merge branch 'dev' of https://github.com/Miodec/monkeytype into dev 2022-05-03 14:10:38 +02:00
Miodec
9aab7e33c4 fixed caret showing up in the wrong position on refocus 2022-05-03 14:10:28 +02:00