main #1

Merged
Catgirl merged 8 commits from woem.men/forkey:main into main 2025-01-20 07:43:59 +00:00

8 commits

Author SHA1 Message Date
f4bda8582f Merge pull request 'avoid cloning entire repo for actions/checkout' (#47) from sugar/forkey:avoid-cloning-entire-repo-in-actions-checkout into main
Some checks failed
Test (backend) / e2e (22.x) (pull_request) Failing after 6m26s
Test (backend) / validate-api-json (22.x) (pull_request) Failing after 10m56s
Test (production install and build) / production (22.x) (pull_request) Failing after 17m19s
Test (frontend) / vitest (22.x) (pull_request) Failing after 17m21s
Test (backend) / unit (22.x) (pull_request) Failing after 17m25s
Lint / pnpm_install (pull_request) Failing after 17m27s
Lint / lint (backend) (pull_request) Has been cancelled
Lint / lint (frontend) (pull_request) Has been cancelled
Lint / lint (misskey-js) (pull_request) Has been cancelled
Lint / lint (sw) (pull_request) Has been cancelled
Lint / typecheck (backend) (pull_request) Has been cancelled
Lint / typecheck (misskey-js) (pull_request) Has been cancelled
Reviewed-on: woem.men/forkey#47
2025-01-19 20:59:34 +00:00
41a9904932 avoid cloning entire repo for actions/checkout
`fetch-depth: 0` is saying to fetch all commits, which we don't really
need test for testing a single commit
2025-01-19 19:43:34 +01:00
9dbb4124da Merge pull request 'Add friendly capcha' (#36) from feature/friendly-captcha into main
Reviewed-on: woem.men/forkey#36
2025-01-19 07:47:56 +00:00
bf1dac8e8b Fixed possible undefined error 2025-01-18 23:06:39 -08:00
7ed25ef7f5 Fixed lint errors 2025-01-18 23:06:27 -08:00
e35977afd8 Merge branch 'main' into feature/friendly-captcha 2025-01-19 06:36:16 +00:00
32061eaefb Merge branch 'main' into feature/friendly-captcha 2025-01-18 20:28:52 -08:00
ce517da1aa Add friendly capcha 2025-01-14 22:55:17 +01:00