Commit Graph
2313 Commits
Author SHA1 Message Date
zkldi ecfd2e1e5b refactor: remove unused .github actions 2022-07-15 19:13:50 +01:00
zkldi ef2955a3ca fix: change how server loads test.conf.json5 2022-07-15 19:04:44 +01:00
zkldi cedfa26612 feat: allow CORS for any no-authed GET request in public 2022-07-12 12:49:29 +01:00
zkldi 00e45dbc25 refactor: delete unused metafiles 2022-07-04 02:16:31 +01:00
zkldi 218f4926f3 refactor: meld gitignores 2022-07-04 02:16:31 +01:00
zkldi e822b2ad75 refactor: move FUNDING.yml to top level 2022-07-04 02:16:27 +01:00
zkldi d1dcffb6de refactor: apply cadence to bot and make it compile 2022-07-04 02:16:10 +01:00
zkldi 3b1d3a240b fix: keep tap as a dependency 2022-07-04 02:15:43 +01:00
zkldi 1e8e334ca0 refactor: force parent common dependencies 2022-07-04 02:15:43 +01:00
zkldi e55a0eb129 fix: get tachi-server to atleast boot and sync with common 2022-07-04 02:15:43 +01:00
zkldi 68403c84eb refactor: monorepo genesis commit 2022-07-04 02:15:42 +01:00
zkldi 0bf635754e test: add regression tests for players endpoint 2022-07-03 13:10:07 +01:00
zkldi 02964e6519 feat: add endpoint for fetching GPT players 2022-07-03 13:00:04 +01:00
zkldi 17ee60b6ef docs: add tachi-client to readme 2022-06-30 01:20:59 +01:00
zkldi 41662e174f docs: update changelog 2022-06-30 00:47:39 +01:00
zkldi 87b8d331e1 test: fix noncompiling tests 2022-06-29 23:43:29 +01:00
zkldi 0b57ed5b75 feat: autosync ai table and refactor local jobs a bit 2022-06-26 17:02:13 +01:00
tachi-seeds e334aa0def feat: reject 14k keyboard scores 2022-06-26 15:11:51 +01:00
tachi-seeds c0d5d40944 fix: refactor process.exit(1) calls to run after logger flushes
https://stackoverflow.com/questions/18771707/how-to-flush-winston-logs
2022-06-22 11:55:16 +01:00
zkldi eced221664 docs: document sleep 1 call 2022-06-21 22:38:02 +01:00
zkldi faba94b67a docs: update changelog 2022-06-21 22:30:58 +01:00
Kiam 93d02c9a5f Merge pull request #731 from TNG-dev/zkldi/issue-730 2022-06-21 22:29:40 +01:00
zkldi de333a9a4b test: properly mock .text() on JSON fetches. 2022-06-21 22:21:03 +01:00
zkldi dd8fcb1091 test: remove SEEDS_URL from test.conf.json5 2022-06-21 22:18:18 +01:00
zkldi 0b0b128317 feat: add support for git backsyncing 2022-06-21 22:17:53 +01:00
zkldi 7b2081aed0 docs: update changelog 2022-06-21 21:53:04 +01:00
zkldi a752af50f7 fix: log returned text in traversekaiapi if response was invalid json 2022-06-21 21:51:33 +01:00
zkldi b53550a59c test: bump tests to /6/ 2022-06-21 21:48:20 +01:00
zkldi 6ee8c30ae8 feat: bump arc support to exceed gear 2022-06-21 21:48:02 +01:00
zkldi 93a198c969 test: fix non compiling tests 2022-06-12 21:33:37 +01:00
zkldi 3ceff70dd7 fix: re add throwing to genericCalcPercent 2022-06-12 21:33:26 +01:00
zkldi 52ccc5b85e fix: dont save h32/256 if less than 100bpm 2022-06-12 20:55:14 +01:00
zkldi c4b0e29e37 feat: add itgChartHash support to batch-manual 2022-06-12 20:44:42 +01:00
zkldi efab17a015 feat: add itg calculations 2022-06-12 20:44:33 +01:00
zkldi 489237fec3 fix: add proper handling for genericCalcPercent so this never happens in future 2022-06-12 20:44:14 +01:00
zkldi fad7f16f90 refactor: make new games automatically add to db 2022-06-12 20:43:49 +01:00
zkldi ed6de19183 chore: bump deps 2022-06-12 20:43:36 +01:00
zkldi ca99bf1aff docs: update changelog 2022-06-11 18:42:36 +01:00
Kiam 8b9cfe5502 Merge pull request #727 from TNG-dev/zkldi/issue-713 2022-06-11 18:40:38 +01:00
zkldi 0d45c0f894 test: actually add rivals to the users 2022-06-11 18:14:40 +01:00
zkldi 10d451da2b fix: always define __isRival even if user not logged in 2022-06-11 18:05:03 +01:00
zkldi a64a4c16b4 test: add tests for new global search functionality 2022-06-11 17:29:31 +01:00
zkldi 9e9e195434 fix: support hard-mode in jubeat over-division check 2022-06-11 17:16:25 +01:00
zkldi bc93d8bdab fix: use lte/gte 2022-06-11 17:16:06 +01:00
zkldi d671876d87 test: add regression tests for jubeat percents 2022-06-11 17:15:59 +01:00
zkldi 6f71fa450d chore: update cadence 2022-06-05 22:36:03 +01:00
zkldi 647ca1409c feat: significantly improve global search
Fixes #713
2022-06-05 14:50:24 +01:00
zkldi a0af4b48d5 refactor: rename SearchGameSongsAndCharts to SearchSpecificGameSongsAndChart 2022-06-05 14:29:31 +01:00
zkldi ac7929d28a refactor: rename SearchGameSongs to SearchSpecificGameSongs and add SearchGamesSongs 2022-06-05 14:17:25 +01:00
zkldi aec15f9f6f test: fix typo in tests 2022-06-01 18:19:34 +01:00