monkeytype/backend
Oxey 6c9ee41444
Make quote actions not break with c++ language (#3925) o-x-e-y
* Make quote actions not break with c++

c++ currently obviously has `+` symbols which means stuff like quote ratings break because of the validation regex. I feel like changing `\w` straight to `.` would also be fine since languages and their names get approved manually, but this should work fine for now

* fix silly mistake

a `.regex()` got removed for whatever reason

* Fix prettier bug

* remove unnecessary spaces

Co-authored-by: Rizwan Mustafa <rizwanmustafa0000@gmail.com>
2023-01-26 14:09:11 +01:00
..
__tests__ Add later queue (#3789) bruception 2023-01-23 14:07:11 +01:00
private showing error when fetch failed 2023-01-24 14:03:31 +01:00
redis-scripts Add weekly xp leaderboards backend (#3511) Bruception 2022-11-28 14:10:02 +01:00
src Make quote actions not break with c++ language (#3925) o-x-e-y 2023-01-26 14:09:11 +01:00
.gitignore
docker-compose.yml Add docker-compose and instructions to README (#2939) sondrekje 2022-05-05 01:52:17 +02:00
example.env Add docker-compose and instructions to README (#2939) sondrekje 2022-05-05 01:52:17 +02:00
jest-mongodb-config.js Feature/backend test (#2937) sondrekje 2022-05-05 15:19:31 +02:00
jest.config.ts Implement streaks (#3385) typermonkeyuser, bruception, miodec 2022-09-05 12:13:55 +02:00
package-lock.json fix: backend/package.json & backend/package-lock.json to reduce vulnerabilities (#3945) 2023-01-25 23:21:53 +01:00
package.json fix: backend/package.json & backend/package-lock.json to reduce vulnerabilities (#3945) 2023-01-25 23:21:53 +01:00
setup-tests.ts Add daily leaderboards (#3023) bruception 2022-05-26 16:30:11 +02:00
tsconfig.json Move backend source files into src folder (#2943) 2022-05-05 19:27:00 +02:00