mirror of
https://github.com/RayLabsHQ/gitea-mirror.git
synced 2026-04-25 07:15:57 +03:00
[PR #128] [MERGED] fix: preserve chronological issue mirroring #142
Labels
No labels
bug
documentation
enhancement
help wanted
pull-request
question
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/gitea-mirror#142
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
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?
📋 Pull Request Information
Original PR: https://github.com/RayLabsHQ/gitea-mirror/pull/128
Author: @arunavo4
Created: 10/23/2025
Status: ✅ Merged
Merged: 10/24/2025
Merged by: @arunavo4
Base:
main← Head:fix/chronological-metadata-ordering📝 Commits (10+)
fb27ddffix: preserve chronological issue mirroring190e786ci: update docker test port guidance1c2391edocs: expose concurrency env vars in compose2cd7d91ci: mention env vars in pr image comment5245d67fix: enforce sequential metadata mirroring4d75d35docs: document sequential metadata defaults985c7e0updated README60913a9Added Agents.md025df12Set defaults to 3 and 5 for Issue and PR concurrencye7a102emirror: show github timestamps in metadata📊 Changes
21 files changed (+408 additions, -541 deletions)
View changed files
➖
.claude/agents/qa-testing-specialist.md(+0 -76)➖
.claude/agents/senior-code-architect.md(+0 -68)➖
.claude/agents/strategic-task-planner.md(+0 -61)➖
.claude/commands/new_release.md(+0 -5)➖
.claude/commands/release_notes.md(+0 -3)➖
.claude/settings.local.json(+0 -8)📝
.github/workflows/docker-build.yml(+8 -3)📝
CLAUDE.md(+288 -227)📝
README.md(+0 -4)➖
UPGRADE.md(+0 -74)📝
docker-compose.alt.yml(+5 -1)📝
docker-compose.yml(+2 -0)📝
docs/ENVIRONMENT_VARIABLES.md(+4 -0)📝
src/lib/db/schema.ts(+2 -0)📝
src/lib/env-config-loader.ts(+11 -0)📝
src/lib/gitea.ts(+58 -10)📝
src/lib/utils.test.ts(+13 -1)📝
src/lib/utils.ts(+9 -0)📝
src/lib/utils/config-defaults.ts(+2 -0)📝
src/lib/utils/config-mapper.ts(+4 -0)...and 1 more files
📄 Description
Closes #126
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.