Commit graph

7106 commits

Author SHA1 Message Date
Miodec
9b9960628e updated message 2022-05-06 23:39:02 +02:00
Miodec
3da1246a38 added if 2022-05-06 23:17:29 +02:00
Abdullah Omar
9b4a833d78
make the bg color a bit darker* 🕳 (#2936) abod1960 2022-05-06 18:56:53 +02:00
Miodec
e451375274 saving pr number 2022-05-06 18:43:53 +02:00
Miodec
8f8b65f974 Merge branch 'master' of https://github.com/Miodec/monkeytype 2022-05-06 17:23:11 +02:00
Miodec
f88dc88c8d added permissions 2022-05-06 17:23:06 +02:00
Dione
03917a17ec
Add quote from IT Crowd (#2949)
* Add quote from IT Crowd

* corrected quote

* updated length after correcting quote

* make id value number instead of string

* updated length to also be a number
2022-05-06 11:14:18 -04:00
Miodec
366999bb8e still trying to comment 2022-05-06 14:48:27 +02:00
Miodec
fb1d8577a6 workflow update 2022-05-06 14:37:29 +02:00
Miodec
66916dabf2 linking workflow 2022-05-06 13:53:32 +02:00
Miodec
f4277bd3d5 Merge branch 'master' of https://github.com/Miodec/monkeytype 2022-05-06 13:38:25 +02:00
Miodec
b481f8e145 testing new workflow 2022-05-06 13:38:19 +02:00
Michael
2f603ed19d
Fix spelling in german.json (#2947) kemonprogrammer
* Fix spelling in german.json

* Fix length from previous fix

Co-authored-by: Jack <jack@monkeytype.com>
2022-05-06 13:32:40 +02:00
Miodec
fbaf6d12c9 updated paths 2022-05-06 13:30:21 +02:00
Miodec
dd6734afe8 added labels 2022-05-06 13:21:03 +02:00
Miodec
ee739eb45a reduced margin 2022-05-06 12:57:04 +02:00
Jack
80e9e49a78
Create labeler.yml 2022-05-06 12:53:08 +02:00
Jack
60a4bd7b64
Create labeler.yml 2022-05-06 12:52:24 +02:00
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