WIP: Post languages #63

Draft
leah wants to merge 2 commits from feature/post-languages into main
Owner

Post languages allow the post to specify what language its in.
image

Post languages allow the post to specify what language its in. ![image](/attachments/6eedd72d-da07-4cf2-90a7-cfaa1d2da330)
leah added 1 commit 2025-02-05 16:22:39 +00:00
Did all the groundwork I think for post languages
Some checks failed
API report (misskey.js) / report (push) Successful in 45s
Lint / pnpm_install (pull_request) Successful in 32s
API report (misskey.js) / report (pull_request) Successful in 46s
Test (misskey.js) / test (22.x) (pull_request) Successful in 53s
Test (frontend) / vitest (22.x) (pull_request) Successful in 1m29s
Test (production install and build) / production (22.x) (pull_request) Successful in 1m5s
Lint / lint (backend) (pull_request) Failing after 1m0s
Lint / lint (misskey-js) (pull_request) Failing after 31s
Test (backend) / validate-api-json (22.x) (pull_request) Successful in 1m28s
Lint / lint (sw) (pull_request) Successful in 31s
Test (backend) / unit (22.x) (pull_request) Successful in 2m33s
Lint / typecheck (misskey-js) (pull_request) Successful in 34s
Lint / typecheck (backend) (pull_request) Failing after 1m19s
Test (backend) / e2e (22.x) (pull_request) Successful in 6m39s
Lint / lint (frontend) (pull_request) Failing after 7m50s
637f10f2a2
leah added 1 commit 2025-02-05 16:33:11 +00:00
fix using wrong langmap for post lang
Some checks failed
Lint / pnpm_install (pull_request) Successful in 32s
API report (misskey.js) / report (pull_request) Successful in 46s
Test (misskey.js) / test (22.x) (pull_request) Successful in 49s
Test (frontend) / vitest (22.x) (pull_request) Successful in 1m24s
Test (production install and build) / production (22.x) (pull_request) Successful in 1m4s
Test (backend) / unit (22.x) (pull_request) Successful in 2m31s
Test (backend) / validate-api-json (22.x) (pull_request) Successful in 1m28s
Lint / lint (backend) (pull_request) Failing after 59s
Lint / lint (misskey-js) (pull_request) Failing after 32s
Lint / lint (sw) (pull_request) Successful in 35s
Lint / typecheck (misskey-js) (pull_request) Successful in 34s
Lint / typecheck (backend) (pull_request) Failing after 1m20s
Test (backend) / e2e (22.x) (pull_request) Failing after 6m33s
Lint / lint (frontend) (pull_request) Failing after 7m19s
760055bcc2
Some checks failed
Lint / pnpm_install (pull_request) Successful in 32s
API report (misskey.js) / report (pull_request) Successful in 46s
Test (misskey.js) / test (22.x) (pull_request) Successful in 49s
Test (frontend) / vitest (22.x) (pull_request) Successful in 1m24s
Test (production install and build) / production (22.x) (pull_request) Successful in 1m4s
Test (backend) / unit (22.x) (pull_request) Successful in 2m31s
Test (backend) / validate-api-json (22.x) (pull_request) Successful in 1m28s
Lint / lint (backend) (pull_request) Failing after 59s
Lint / lint (misskey-js) (pull_request) Failing after 32s
Lint / lint (sw) (pull_request) Successful in 35s
Lint / typecheck (misskey-js) (pull_request) Successful in 34s
Lint / typecheck (backend) (pull_request) Failing after 1m20s
Test (backend) / e2e (22.x) (pull_request) Failing after 6m33s
Lint / lint (frontend) (pull_request) Failing after 7m19s
This pull request is marked as a work in progress.
This branch is out-of-date with the base branch
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin feature/post-languages:feature/post-languages
git checkout feature/post-languages

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git checkout main
git merge --no-ff feature/post-languages
git checkout feature/post-languages
git rebase main
git checkout main
git merge --ff-only feature/post-languages
git checkout feature/post-languages
git rebase main
git checkout main
git merge --no-ff feature/post-languages
git checkout main
git merge --squash feature/post-languages
git checkout main
git merge --ff-only feature/post-languages
git checkout main
git merge feature/post-languages
git push origin main
Sign in to join this conversation.
No description provided.