[PR #189] [CLOSED] update repo infos with latest github data #179

Closed
opened 2026-02-27 15:55:26 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/RayLabsHQ/gitea-mirror/pull/189
Author: @hermesthecat
Created: 2/25/2026
Status: Closed

Base: mainHead: main


📝 Commits (7)

  • b9444fd feat(github): filter out disabled repositories from API responses
  • 4e512aa Merge pull request #1 from hermesthecat/filter-out-disabled-repositories-from-API-responses
  • 56f633b Add functionality to update existing repositories
  • 83c556e Improve repository sync logic and update mechanism
  • d3dc0ec Improve repository sync logic for batch processing
  • e424389 Refine repository existence check and response logic
  • 42279e7 Improve Gitea metadata synchronization logic

📊 Changes

6 files changed (+151 additions, -33 deletions)

View changed files

📝 src/lib/gitea-enhanced.ts (+34 -12)
📝 src/lib/github.ts (+12 -3)
📝 src/lib/scheduler-service.ts (+46 -0)
📝 src/pages/api/sync/index.ts (+21 -1)
📝 src/pages/api/sync/organization.ts (+32 -3)
📝 src/pages/api/sync/repository.ts (+6 -14)

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/RayLabsHQ/gitea-mirror/pull/189 **Author:** [@hermesthecat](https://github.com/hermesthecat) **Created:** 2/25/2026 **Status:** ❌ Closed **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (7) - [`b9444fd`](https://github.com/RayLabsHQ/gitea-mirror/commit/b9444fd05ac766fa9b6b66b324234054e6c60bdb) feat(github): filter out disabled repositories from API responses - [`4e512aa`](https://github.com/RayLabsHQ/gitea-mirror/commit/4e512aa2cd79fbc99511d9b1c8d6c66ba7d8e0ae) Merge pull request #1 from hermesthecat/filter-out-disabled-repositories-from-API-responses - [`56f633b`](https://github.com/RayLabsHQ/gitea-mirror/commit/56f633b0cb0426177c0ebb3cecaaa0bdb8b6066c) Add functionality to update existing repositories - [`83c556e`](https://github.com/RayLabsHQ/gitea-mirror/commit/83c556e58ecfd0acb9f0a937f997ba1f692bb77e) Improve repository sync logic and update mechanism - [`d3dc0ec`](https://github.com/RayLabsHQ/gitea-mirror/commit/d3dc0eccfd78a2aadc63256ac55c63469b26b5ba) Improve repository sync logic for batch processing - [`e424389`](https://github.com/RayLabsHQ/gitea-mirror/commit/e424389251df337a35ae34ccb118fdef2a19b714) Refine repository existence check and response logic - [`42279e7`](https://github.com/RayLabsHQ/gitea-mirror/commit/42279e7a747a01cfce12831835f2d104aed53114) Improve Gitea metadata synchronization logic ### 📊 Changes **6 files changed** (+151 additions, -33 deletions) <details> <summary>View changed files</summary> 📝 `src/lib/gitea-enhanced.ts` (+34 -12) 📝 `src/lib/github.ts` (+12 -3) 📝 `src/lib/scheduler-service.ts` (+46 -0) 📝 `src/pages/api/sync/index.ts` (+21 -1) 📝 `src/pages/api/sync/organization.ts` (+32 -3) 📝 `src/pages/api/sync/repository.ts` (+6 -14) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 15:55:26 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/gitea-mirror#179
No description provided.