mirror of
https://github.com/yusing/godoxy.git
synced 2026-01-14 06:13:33 +01:00
[PR #49] [MERGED] merge feat/oidc-middleware #149
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/49
Author: @yusing
Created: 1/19/2025
Status: ✅ Merged
Merged: 1/19/2025
Merged by: @yusing
Base:
feat/oidc-middleware← Head:v0.8📝 Commits (7)
04e118capi: enrich provider statistifcs26d259bfix: docker monitor now uses container status589b3a7Feat/auto schemas (#48)b253dcecleanup some loadbalancer codefe7740fapi: cleanup websocket code1adba05api: add /v1/health/ws for health bubbles on dashboard0fad7b3feat: experimental memory logger and logs api for WebUI📊 Changes
64 files changed (+5522 additions, -1078 deletions)
View changed files
📝
.gitignore(+2 -1)📝
.vscode/settings.example.json(+2 -2)📝
Dockerfile(+2 -2)📝
Makefile(+25 -1)📝
cmd/main.go(+8 -0)📝
go.mod(+11 -11)📝
go.sum(+20 -20)📝
internal/api/handler.go(+2 -0)➕
internal/api/v1/health.go(+18 -0)➕
internal/api/v1/mem_logger.go(+161 -0)📝
internal/api/v1/schema.go(+1 -1)📝
internal/api/v1/stats.go(+2 -41)➕
internal/api/v1/utils/ws.go(+68 -0)📝
internal/common/constants.go(+5 -5)📝
internal/common/env.go(+3 -0)📝
internal/config/config.go(+5 -0)📝
internal/config/query.go(+9 -8)📝
internal/config/types/config.go(+3 -0)➕
internal/docker/container_test.go(+43 -0)📝
internal/docker/idlewatcher/waker.go(+5 -0)...and 44 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.