Commit Graph
192 Commits
Author SHA1 Message Date
zkldi 9973bb988e fix(docs): typo 2023-02-05 00:17:29 +00:00
zkldi 62550d12b5 docs: add contributor cookbook 2023-02-04 23:19:02 +00:00
zkldi a6dc65bd84 fix: remove false stuff 2023-01-26 16:29:34 +00:00
zkldi 71bad3cad5 feat: bot works but we gotta go to new node types 2023-01-26 16:26:54 +00:00
zkldi aa1b73b72c docs: patchup typos and obvious mistakes 2023-01-24 15:57:57 +00:00
zkldi dbfde4a62c fix: properly remove default pt 2023-01-24 03:27:12 +00:00
zkldi 43cb45d6bb docs: the one where he writes the docs 2023-01-24 02:51:15 +00:00
zkldi 26dd656dd2 feat: autogen some important documentation 2023-01-23 22:37:20 +00:00
zkldi 86c3274e00 feat: move corecells to config 2023-01-23 16:20:32 +00:00
zkldi 377df6495b feat: first overhaul 2023-01-23 14:43:35 +00:00
zkldi 0c48b6cef0 fix: that's all probably 2023-01-19 16:39:53 +00:00
zkldi 829fdc573e docs: use links to official documentation instead of copying it 2023-01-11 12:51:49 +00:00
zkldi b40e0d2703 feat: remove session views 2022-12-28 07:09:16 +00:00
zkldi 358748aed8 refactor: make matchType explicit
and rename "KTData" to TachiData or the more
obvious "SongOrChartNotFound"
2022-12-26 15:39:26 +00:00
zkldi a64f443cee fix: be a bit better with X-User-Intent handling 2022-12-26 13:44:23 +00:00
zkldi bd48e3eb0d feat: completely tear out arc support 2022-12-22 11:51:59 +00:00
zkldi 070c1dad93 docs: mention https nonsense 2022-12-16 09:53:47 +00:00
zkldi ed7e49e770 feat: announce target achievements 2022-11-26 16:04:43 +00:00
zkldi 8a0309693f test: fix tests and tear out unused endpoints 2022-11-25 23:49:33 +00:00
zkldi 25f26650c5 feat: remove "any" goals
they're stupid, too expensive, complex
nobody has any use for them. If you think you do, you don't.
2022-11-25 15:13:56 +00:00
zkldi a6d89f748e feat: bunch of new stuff + proper dependency handling 2022-11-25 03:46:11 +00:00
zkldi c6112e765c fix: make sure banning users works properly 2022-11-23 00:12:07 +00:00
zkldi fec9fe0ea8 refactor!: Tear out most bot functionality
These commands never get used and are generally ugly.

I'm trying to decrease the maintenance of this project, and this is
an unecessary expense imo.
2022-11-10 02:00:10 +00:00
zkldi b318fa44dc refactor: rename score-leaderboard to PB leaderboard 2022-10-30 18:40:23 +00:00
PC 72a14b925a Fix docs typo in revert import endpoint 2022-10-19 14:25:47 +02:00
zkldi 839fac7bbc refactor!: rename milestones to quests and milestone-sets to questlines 2022-10-18 19:04:29 +01:00
zkldi de3cc0fd11 feat: revert integration endpoint 2022-10-14 00:04:34 +01:00
zkldi 28116909a1 feat: support sdvxInGameID as a matchType
this allows ANY_INF to be passed as a difficulty, which is convenient
for scripts that import from services that consider all of INF/GRV/HVN...
to be equivalent
2022-10-14 00:04:34 +01:00
zkldi 8b2ad21f19 docs: typo fix and clarify docker compose vs docker-compose 2022-10-07 01:04:58 +01:00
GRIM657 1b66134c05 Update contributing/setup.md
Minor corrections/additions from following the guide
2022-10-06 01:36:46 -05:00
zkldi 33ad5d5d5f docs: update stale dbseeds info 2022-09-20 02:42:32 +01:00
zkldi bf10b2b804 docs: fix incorrect links in mkdocs.yml 2022-08-25 22:11:01 +01:00
zkldi 11f87f2706 docs: enforce pnpm run <scriptname>
Can you believe it? pnpm <scriptname> goes through this bizarre
anti-logic wrt. running scripts.

If the script is a dedicated pnpm command, it will run that command.
Else if the script exists in package.json, it will run it.

At this point, it then tries to run it as a normal shell command. By
checking if <scriptname> is in $PATH and then executing that.

What the hell? This was helpfully revealed to my by a tester who found
`pnpm sort` was taking too long. That's because it was running
`sort(1)`.

Absolutely insane behaviour. Why???
2022-08-20 23:54:39 +01:00
zkldi 80071b5bdd docs: migrate docs to docs.bokutachi.xyz from rtd 2022-08-20 13:06:19 +01:00
zkldi af80d2f983 docs: stub out core 2022-08-16 23:12:38 +01:00
zkldi 089675e58a docs: stub git/json guides 2022-08-16 23:12:38 +01:00
zkldi 910a75a216 fix: whoops 2022-08-16 23:12:27 +01:00
zkldi 789af7228a fix: repoint urls from user 2022-08-16 23:12:27 +01:00
zkldi c27a0045f1 feat: rename user/ to wiki/ 2022-08-16 23:12:27 +01:00
zkldi 8f458047fa feat: repoint overview.md to index.md 2022-08-16 23:12:27 +01:00
zkldi 8d0948181b feat: rename all overview.md -> index.md 2022-08-16 23:12:27 +01:00
zkldi d04ee46d91 feat: link cleanup 2022-08-16 23:12:26 +01:00
zkldi fead2d2fe9 feat: move tachi-server/documents to schemas 2022-08-16 23:12:02 +01:00
zkldi 69366bbf8d feat: add seeds guide 2022-08-16 23:12:02 +01:00
zkldi a85c31bc35 docs: just use ubuntu 22.04 2022-08-16 23:12:02 +01:00
zkldi 23c11e390d docs: fix all instructions for windows and add gh auth 2022-08-16 23:12:02 +01:00
zkldi d5cea0ce8e fix: touchup docker stuffs 2022-08-16 23:12:02 +01:00
zkldi d88433b2d9 feat: first contributing draft 2022-08-16 23:12:02 +01:00
zkldi 8547cc8519 partial: make a start 2022-08-16 23:11:51 +01:00
zkldi 784a8de78a fix(docs): fix tachi-common, tachi-database-seeds links and capitalise properly 2022-08-02 19:05:02 +01:00