Commit Graph
168 Commits
Author SHA1 Message Date
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
zkldi 69915f17f5 fix(docs): setup info is completely outdated, needs to be rewrote 2022-08-02 19:04:41 +01:00
zkldi a9e4b4879c fix(docs): pfych doesn't maintain this 2022-08-02 19:01:34 +01:00
j1nxie 33e8ed223f fix(docs): links refer to staging branch properly now 2022-08-03 00:32:04 +07:00
j1nxie a39085763e fix(docs): link properly points to tng-dev repo 2022-08-03 00:23:27 +07:00
j1nxie b92c9dfa92 fix(docs): links in server reference overview 2022-08-02 12:46:43 +07:00
j1nxie 63292c7a45 fix(docs): github links now point to monorepo 2022-08-02 06:28:32 +07:00
zkldi b13a77f2e9 fix: remove useless gitignore 2022-07-28 01:16:52 +01:00
zkldi 05fedd7dfa docs: update stale readmes 2022-07-18 02:03:54 +01:00
zkldi 218f4926f3 refactor: meld gitignores 2022-07-04 02:16:31 +01:00
zkldi 68403c84eb refactor: monorepo genesis commit 2022-07-04 02:15:42 +01:00
zkldi 89fb537617 docs: add warning for direct-manual return 2022-05-08 17:55:16 +01:00
zkldi b70ff8fdec docs: document new notification endpoints 2022-04-27 23:20:14 +01:00
zkldi c84a8a38d0 docs: admins can delete others' imports 2022-04-24 10:31:53 +01:00
zkldi 96eeabdbf1 docs: document delete score endpoint 2022-04-24 10:31:38 +01:00
zkldi 2aba3d8346 docs: Document import endpoints 2022-04-23 05:47:50 +01:00
zkldi 913e0eef27 Add parentMilestoneSets documentation 2022-04-14 03:41:54 +01:00
zkldi 5e29c1a030 Remove parentMilestones documentation 2022-04-14 03:40:59 +01:00
zkldi 5699607167 Add UGPT Targets Documentation 2022-04-12 03:30:13 +01:00
zkldi 346fb5eb69 Add milestone set endpoints 2022-04-12 02:08:35 +01:00
zkldi 7979ae9de2 Add GPT milestone endpoint documentation 2022-04-11 22:32:20 +01:00
zkldi 73201fb5d9 Add all the goal endpoints to gpt-targets 2022-04-09 01:24:29 +01:00
zkldi c612dc7805 Add Targets terminology 2022-04-08 17:28:15 +01:00
zkldi 7399256883 Files should end in LF 2022-03-31 00:15:53 +01:00
zkldi 4f5c065484 More writings on goal/milestone/set impl. 2022-03-31 00:04:52 +01:00