[PR #48] [MERGED] Feat/auto schemas #149

Closed
opened 2025-12-29 14:25:41 +01:00 by adam · 0 comments
Owner

📋 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.8Head: feat/auto_schemas


📝 Commits (5)

📊 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.

## 📋 Pull Request Information **Original PR:** https://github.com/yusing/godoxy/pull/48 **Author:** [@yusing](https://github.com/yusing) **Created:** 1/18/2025 **Status:** ✅ Merged **Merged:** 1/18/2025 **Merged by:** [@yusing](https://github.com/yusing) **Base:** `v0.8` ← **Head:** `feat/auto_schemas` --- ### 📝 Commits (5) - [`6a07a63`](https://github.com/yusing/godoxy/commit/6a07a63c348facb40560e9d04c0e448f4d1d1d58) use auto generated schemas - [`1a83c73`](https://github.com/yusing/godoxy/commit/1a83c739d4da706ae98b4f57aac8f51253c56aca) fix middleware schemas - [`fe2437a`](https://github.com/yusing/godoxy/commit/fe2437a69147720270f0a122114d37c256d4cb1d) fix schemas - [`0d625c8`](https://github.com/yusing/godoxy/commit/0d625c83998ba2fe161b2a50d1d2cea95bc15af8) go version bump and dependencies upgrade - [`8aa1c0e`](https://github.com/yusing/godoxy/commit/8aa1c0e7eec7a5d461e3cd705425ed76f303614b) clarify some error messages ### 📊 Changes **35 files changed** (+4958 additions, -903 deletions) <details> <summary>View changed files</summary> 📝 `.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_ </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
adam added the pull-request label 2025-12-29 14:25:41 +01:00
adam closed this issue 2025-12-29 14:25:41 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/godoxy-yusing#149