mirror of
https://github.com/yusing/godoxy.git
synced 2026-01-11 22:30:47 +01:00
[PR #52] [CLOSED] Create devcontainer.json #152
Reference in New Issue
Block a user
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/yusing/godoxy/pull/52
Author: @Jorge-Martin777
Created: 1/28/2025
Status: ❌ Closed
Base:
v0.8← Head:patch-1📝 Commits (10+)
35c0463naive implementation of caddy like route rules, dependencies upgrade7fedd57feat: Add optional StartEndpoint support for idle watcher577a536remove unused old codebc1702erefactoring: moved reverse_proxy to separate package to avoid import cyclea98b2bbupdated implementation of rulesabb0124readme and next release update7fe03befix: cert renewal failure cause scheduler stuck forver8bbb5d2fix fields not being validated (introduced in577a536), drop support of list string not starting with hyphenb3c47e7fix incorrect reload behaviors, further organize codef906e04fix access logger write on closed file after config reload📊 Changes
242 files changed (+10287 additions, -2798 deletions)
View changed files
➕
.devcontainer/devcontainer.json(+5 -0)📝
.env.example(+29 -5)📝
.gitignore(+4 -0)📝
.trunk/trunk.yaml(+4 -4)📝
.vscode/settings.example.json(+2 -2)📝
Dockerfile(+9 -7)📝
Makefile(+88 -36)📝
README.md(+6 -2)📝
README_CHT.md(+4 -2)➕
bun.lock(+120 -0)📝
cmd/main.go(+33 -49)➕
cmd/main_production.go(+7 -0)➕
cmd/main_prof.go(+20 -0)📝
go.mod(+24 -18)📝
go.sum(+94 -29)📝
internal/api/handler.go(+40 -35)📝
internal/api/v1/auth/auth.go(+30 -111)➕
internal/api/v1/auth/oidc.go(+274 -0)➕
internal/api/v1/auth/oidc_test.go(+455 -0)➕
internal/api/v1/auth/provider.go(+13 -0)...and 80 more files
📄 Description
#49 merged middleware
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.