[PR #3] [MERGED] v1 to Main #16

Closed
opened 2026-03-01 14:35:59 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/alpkeskin/rota/pull/3
Author: @alpkeskin
Created: 1/5/2025
Status: Merged
Merged: 1/5/2025
Merged by: @alpkeskin

Base: mainHead: v1


📝 Commits (3)

  • e27cac4 v1/ mature version initialized
  • 34dc900 fix(test.yaml): upload codecov fix
  • be63576 fix(errors): fix error handlers

📊 Changes

34 files changed (+2072 additions, -814 deletions)

View changed files

.github/workflows/test.yaml (+39 -0)
📝 .gitignore (+4 -1)
AUTHORS (+8 -0)
📝 Dockerfile (+21 -4)
📝 README.md (+98 -68)
📝 cmd/rota/main.go (+107 -11)
config.yml (+36 -0)
📝 go.mod (+25 -22)
📝 go.sum (+62 -63)
internal/api/api.go (+146 -0)
internal/api/api_test.go (+90 -0)
internal/config/config.go (+30 -0)
internal/config/config_test.go (+99 -0)
internal/config/schema.go (+56 -0)
internal/handler/handler.go (+0 -121)
internal/logging/logging.go (+66 -0)
internal/logging/logging_test.go (+102 -0)
internal/middleware/middleware.go (+54 -0)
internal/middleware/middleware_test.go (+76 -0)
internal/proxy/check.go (+101 -0)

...and 14 more files

📄 Description

This merge request represents the initial stable release (v1.0.0) of Rota to the main branch.


🔄 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/alpkeskin/rota/pull/3 **Author:** [@alpkeskin](https://github.com/alpkeskin) **Created:** 1/5/2025 **Status:** ✅ Merged **Merged:** 1/5/2025 **Merged by:** [@alpkeskin](https://github.com/alpkeskin) **Base:** `main` ← **Head:** `v1` --- ### 📝 Commits (3) - [`e27cac4`](https://github.com/alpkeskin/rota/commit/e27cac4d55eb7206e6ebc8ec1ff23f563baeb3a1) v1/ mature version initialized - [`34dc900`](https://github.com/alpkeskin/rota/commit/34dc90080f3a001d26d10d1179874c21b408cf27) fix(test.yaml): upload codecov fix - [`be63576`](https://github.com/alpkeskin/rota/commit/be635766b5b508c6dbfe04193cd71393b15ada98) fix(errors): fix error handlers ### 📊 Changes **34 files changed** (+2072 additions, -814 deletions) <details> <summary>View changed files</summary> ➕ `.github/workflows/test.yaml` (+39 -0) 📝 `.gitignore` (+4 -1) ➕ `AUTHORS` (+8 -0) 📝 `Dockerfile` (+21 -4) 📝 `README.md` (+98 -68) 📝 `cmd/rota/main.go` (+107 -11) ➕ `config.yml` (+36 -0) 📝 `go.mod` (+25 -22) 📝 `go.sum` (+62 -63) ➕ `internal/api/api.go` (+146 -0) ➕ `internal/api/api_test.go` (+90 -0) ➕ `internal/config/config.go` (+30 -0) ➕ `internal/config/config_test.go` (+99 -0) ➕ `internal/config/schema.go` (+56 -0) ➖ `internal/handler/handler.go` (+0 -121) ➕ `internal/logging/logging.go` (+66 -0) ➕ `internal/logging/logging_test.go` (+102 -0) ➕ `internal/middleware/middleware.go` (+54 -0) ➕ `internal/middleware/middleware_test.go` (+76 -0) ➕ `internal/proxy/check.go` (+101 -0) _...and 14 more files_ </details> ### 📄 Description This merge request represents the initial stable release (v1.0.0) of `Rota` to the main branch. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-01 14:35:59 +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/rota#16
No description provided.