mirror of
https://github.com/yusing/godoxy.git
synced 2026-01-14 06:13:33 +01:00
[PR #48] [MERGED] Feat/auto schemas #150
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/48
Author: @yusing
Created: 1/18/2025
Status: ✅ Merged
Merged: 1/18/2025
Merged by: @yusing
Base:
v0.8← Head:feat/auto_schemas📝 Commits (5)
6a07a63use auto generated schemas1a83c73fix middleware schemasfe2437afix schemas0d625c8go version bump and dependencies upgrade8aa1c0eclarify some error messages📊 Changes
35 files changed (+4958 additions, -903 deletions)
View changed files
📝
.gitignore(+2 -1)📝
.vscode/settings.example.json(+2 -2)📝
Dockerfile(+2 -2)📝
Makefile(+25 -1)📝
go.mod(+11 -11)📝
go.sum(+20 -20)📝
internal/api/v1/schema.go(+1 -1)📝
internal/common/constants.go(+5 -5)➕
internal/docker/container_test.go(+43 -0)📝
internal/docker/idlewatcher/watcher.go(+3 -0)📝
internal/net/http/reverseproxy/reverse_proxy_mod.go(+16 -3)📝
internal/route/provider/all_fields.yaml(+1 -0)➖
schema/access_log.json(+0 -103)➖
schema/config.schema.json(+0 -464)➖
schema/providers.schema.json(+0 -290)➕
schemas/config.schema.json(+1228 -0)➕
schemas/config/access_log.ts(+66 -0)➕
schemas/config/autocert.ts(+91 -0)➕
schemas/config/config.ts(+52 -0)➕
schemas/config/entrypoint.ts(+47 -0)...and 15 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.