Post-migration: update source references and CI runners #30
No reviewers
Labels
No labels
bug
contribution welcome
duplicate
enhancement
good first issue
help wanted
invalid
question
upstream
No milestone
No assignees
3 participants
Notifications
Due date
No due date set.
Reference
marvin8/longwei!30
Loading…
Reference in a new issue
No description provided.
Delete branch "chore/issue-29-post-migration-updates"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Changes
codeberg-small-lazytosuanniinweekly-checks.ymlcodeberg.org/MarvinsMastodonTools/longweitoforge.marvin8.zone/marvin8/longweiacross:pyproject.toml— Issues, Source, Changelog URLsREADME.md— Repo badge, CI badge, Woodpecker→Forgejo referenceAGENTS.md— Docs linkmkdocs.yml— repo_url, copyright linkdocs/index.md— Source Code linkdocs/llms.txt— All 13 docs linksjustfile— Commit links in changelog generationci.yml— deploy-docs remote URLOpen questions
https://forge.marvin8.zone/marvin8/longwei/actions/workflows/ci.yml/badge.svg— please verify this is the correct Forgejo Actions badge URL for your instance.https://codeberg.org/git-pages/action@v2is still referenced in ci.yml — is the docs site still hosted on Codeberg pages via custom domain, or does this need a forge.marvin8.zone equivalent?Closes #29
WuMing
Found 1 issue(s). See inline comments below.
@ -1,8 +1,8 @@# longwei[](https://marvinsmastodontools.codeberg.page/longwei/latest/ "Latest documentation")docs [HIGH]
The docs badge still points to the old Codeberg Pages URL (marvinsmastodontools.codeberg.page/longwei/latest/) while all other documentation references in this diff have been updated to the new domain (longwei.marvin8.zone/latest/). Update this link to the new docs URL to avoid an inconsistent or broken docs link.
WuMing
Found 1 issue(s). See inline comments below.
@ -97,3 +97,3 @@git config user.email "ci@forgejo"git config user.name "Forgejo Actions"git remote set-url origin https://x-token-auth:$FORGEJO_TOKEN@codeberg.org/${{ github.repository }}.gitgit remote set-url origin https://x-token-auth:$FORGEJO_TOKEN@forge.marvin8.zone/${{ github.repository }}.gitsecurity [MEDIUM]
A02 Cryptographic Failures: The Git hosting token is exposed in a command-line URL argument, which can be captured in process listings, CI logs, or shell history. Use a Git credential helper or
GIT_ASKPASSto pass the token securely without embedding it in the URL.README.mdline 3✅ Fixed in commit
eb31248— all four Codeberg Pages links in README.md now point to longwei.marvin8.zone/latest/.@ -3,11 +3,18 @@ visibility: public---longwei 2.0.3- Enforce keyword-only arguments for optional parameters across all public API methodsShould mark this as a breaking change
Release-Notes.mdline 6✅ Done in
0ee2f17— both the bullet and opening prose now explicitly say Breaking.