[PR #7] [CLOSED] Migrate project to Bun runtime #95

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

📋 Pull Request Information

Original PR: https://github.com/RayLabsHQ/gitea-mirror/pull/7
Author: @arunavo4
Created: 5/20/2025
Status: Closed

Base: bunHead: ray/migrate-project-to-bun-with-redis-and-sqlite


📝 Commits (1)

  • b964f0b chore(ci): setup bun in build workflow

📊 Changes

9 files changed (+62 additions, -55 deletions)

View changed files

📝 .github/workflows/README.md (+1 -1)
📝 .github/workflows/astro-build-test.yml (+5 -0)
📝 README.md (+3 -3)
📝 package.json (+15 -19)
📝 src/content/docs/architecture.md (+4 -4)
📝 src/content/docs/configuration.md (+1 -1)
📝 src/content/docs/quickstart.md (+1 -1)
📝 src/lib/db/index.ts (+18 -5)
📝 src/lib/redis.ts (+14 -21)

📄 Description

Summary

  • switch runtime to Bun and use native Bun SQLite
  • use Bun Redis client
  • update docs for Bun runtime
  • update build/test scripts for Bun
  • setup Bun in CI build workflow

Testing

  • bun x vitest run

🔄 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/7 **Author:** [@arunavo4](https://github.com/arunavo4) **Created:** 5/20/2025 **Status:** ❌ Closed **Base:** `bun` ← **Head:** `ray/migrate-project-to-bun-with-redis-and-sqlite` --- ### 📝 Commits (1) - [`b964f0b`](https://github.com/RayLabsHQ/gitea-mirror/commit/b964f0b3903d10dd04d8d8dd10b68a0ec1533940) chore(ci): setup bun in build workflow ### 📊 Changes **9 files changed** (+62 additions, -55 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/README.md` (+1 -1) 📝 `.github/workflows/astro-build-test.yml` (+5 -0) 📝 `README.md` (+3 -3) 📝 `package.json` (+15 -19) 📝 `src/content/docs/architecture.md` (+4 -4) 📝 `src/content/docs/configuration.md` (+1 -1) 📝 `src/content/docs/quickstart.md` (+1 -1) 📝 `src/lib/db/index.ts` (+18 -5) 📝 `src/lib/redis.ts` (+14 -21) </details> ### 📄 Description ## Summary - switch runtime to Bun and use native Bun SQLite - use Bun Redis client - update docs for Bun runtime - update build/test scripts for Bun - setup Bun in CI build workflow ## Testing - `bun x vitest run` --- <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:06 +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#95
No description provided.