mirror of
https://github.com/alpkeskin/rota.git
synced 2026-04-26 04:05:59 +03:00
[PR #9] [MERGED] feat(v1.2.0): minor feature updates and improvements #20
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#20
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/9
Author: @alpkeskin
Created: 2/2/2025
Status: ✅ Merged
Merged: 2/2/2025
Merged by: @alpkeskin
Base:
main← Head:v/1.2.0📝 Commits (2)
13223d8feat(v1.2.0): minor feature updates and improvementsf6b918bfix(goreleaser): version added📊 Changes
24 files changed (+770 additions, -337 deletions)
View changed files
📝
.goreleaser.yml(+2 -0)📝
README.md(+15 -16)📝
cmd/rota/main.go(+26 -7)📝
config.yml(+7 -1)📝
go.mod(+2 -0)📝
go.sum(+4 -0)📝
internal/api/api.go(+43 -57)➕
internal/api/api_types.go(+60 -0)📝
internal/config/config.go(+4 -3)📝
internal/config/schema.go(+18 -6)📝
internal/middleware/middleware.go(+39 -5)➕
internal/proxy/cert_storage_test.go(+59 -0)📝
internal/proxy/check.go(+0 -9)📝
internal/proxy/loader.go(+0 -8)📝
internal/proxy/proxy.go(+15 -198)➕
internal/proxy/proxy_handler.go(+75 -0)➕
internal/proxy/proxy_handler_test.go(+73 -0)➕
internal/proxy/proxy_rotation.go(+121 -0)📝
internal/proxy/proxy_test.go(+29 -27)➕
internal/proxy/proxy_types.go(+80 -0)...and 4 more files
📄 Description
This merge request represents the minor version release (v1.2.0) of Rota to the main branch.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.