mirror of
https://github.com/alpkeskin/rota.git
synced 2026-04-26 04:05:59 +03:00
[PR #3] [MERGED] v1 to Main #16
Labels
No labels
bug
bug
bug
enhancement
enhancement
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/rota#16
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/alpkeskin/rota/pull/3
Author: @alpkeskin
Created: 1/5/2025
Status: ✅ Merged
Merged: 1/5/2025
Merged by: @alpkeskin
Base:
main← Head:v1📝 Commits (3)
e27cac4v1/ mature version initialized34dc900fix(test.yaml): upload codecov fixbe63576fix(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
Rotato the main branch.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.