[PR #2] [CLOSED] chore: test #1

Closed
opened 2026-03-07 19:22:46 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/0xAstroAlpha/cliProxyAPI-Dashboard/pull/2
Author: @nhiensoftcom
Created: 1/9/2026
Status: Closed

Base: mainHead: nhien/develop


📝 Commits (1)

📊 Changes

5 files changed (+800 additions, -6 deletions)

View changed files

debug_checklist.md (+82 -0)
internal/api/middleware/request_sanitize.go (+634 -0)
📝 internal/api/server.go (+2 -0)
📝 internal/translator/gemini/openai/chat-completions/gemini_openai_response.go (+13 -6)
test_cursor_format.json (+69 -0)

📄 Description

📝 Description

Fixes #

Type of Change

  • 🐛 Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • 💥 Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • 📚 Documentation update
  • 🎨 Style/UI improvement
  • ♻️ Code refactoring
  • Performance improvement

🧪 How Has This Been Tested?

  • Unit tests
  • Integration tests
  • Manual testing

Test Configuration:

  • Go version:
  • OS:

📸 Screenshots (if applicable)

Checklist

  • My code follows the project's style guidelines
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings
  • Any dependent changes have been merged and published

🔄 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/0xAstroAlpha/cliProxyAPI-Dashboard/pull/2 **Author:** [@nhiensoftcom](https://github.com/nhiensoftcom) **Created:** 1/9/2026 **Status:** ❌ Closed **Base:** `main` ← **Head:** `nhien/develop` --- ### 📝 Commits (1) - [`d2db4d9`](https://github.com/0xAstroAlpha/cliProxyAPI-Dashboard/commit/d2db4d915469b62e6a496a536ded31ad7df1eba8) chore: test ### 📊 Changes **5 files changed** (+800 additions, -6 deletions) <details> <summary>View changed files</summary> ➕ `debug_checklist.md` (+82 -0) ➕ `internal/api/middleware/request_sanitize.go` (+634 -0) 📝 `internal/api/server.go` (+2 -0) 📝 `internal/translator/gemini/openai/chat-completions/gemini_openai_response.go` (+13 -6) ➕ `test_cursor_format.json` (+69 -0) </details> ### 📄 Description ## 📝 Description <!-- Provide a brief description of the changes in this PR. --> ## 🔗 Related Issue <!-- Link to the issue this PR addresses (e.g., Fixes #123) --> Fixes # ## ✅ Type of Change <!-- Mark the relevant option with an 'x' --> - [ ] 🐛 Bug fix (non-breaking change which fixes an issue) - [ ] ✨ New feature (non-breaking change which adds functionality) - [ ] 💥 Breaking change (fix or feature that would cause existing functionality to not work as expected) - [ ] 📚 Documentation update - [ ] 🎨 Style/UI improvement - [ ] ♻️ Code refactoring - [ ] ⚡ Performance improvement ## 🧪 How Has This Been Tested? <!-- Describe the tests you ran to verify your changes. --> - [ ] Unit tests - [ ] Integration tests - [ ] Manual testing **Test Configuration:** - Go version: - OS: ## 📸 Screenshots (if applicable) <!-- Add screenshots to help explain your changes. --> ## ✅ Checklist - [ ] My code follows the project's style guidelines - [ ] I have performed a self-review of my own code - [ ] I have commented my code, particularly in hard-to-understand areas - [ ] I have made corresponding changes to the documentation - [ ] My changes generate no new warnings - [ ] Any dependent changes have been merged and published --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-07 19:22:46 +03:00
kerem changed title from [PR #2] chore: test to [PR #2] [CLOSED] chore: test 2026-03-12 19:07:26 +03:00
Sign in to join this conversation.
No labels
pull-request
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/cliProxyAPI-Dashboard#1
No description provided.