mirror of
https://github.com/eduardolat/pgbackweb.git
synced 2026-04-25 05:35:57 +03:00
[PR #142] [MERGED] Merge develop into main for v0.5.1-rc.1 #162
Labels
No labels
bug
confirmed next step
duplicate
enhancement
help wanted
in progress
in progress
pull-request
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/pgbackweb#162
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/eduardolat/pgbackweb/pull/142
Author: @eduardolat
Created: 10/6/2025
Status: ✅ Merged
Merged: 10/6/2025
Merged by: @eduardolat
Base:
main← Head:develop📝 Commits (10+)
6ad60b5Update FetchGoat name in support-project-v1.jsonada595e💖 Update FetchGoat sponsorship details in support-project-v1.jsondb60518Add Hetzner logo to assetsc32c485Add Hetzner referral link8054b12Update Hetzner logo in support-project-v1.json and add new horizontal logo asset06aead0Merge branch 'main' into develop2e0447dAdds support for path prefix configuratione91d202Refactors pathutil test suite for better isolation6965e14Supports subdirectory deployment with configurable path prefix7658e21Refactors URL paths using pathutil.BuildPath function📊 Changes
71 files changed (+866 additions, -209 deletions)
View changed files
📝
.env.example(+4 -0)➕
.github/workflows/docs-deploy.yaml(+28 -0)📝
.prettierignore(+1 -0)📝
README.md(+36 -55)➕
assets/logos/hetzner-horizontal.png(+0 -0)➕
assets/logos/hetzner.png(+0 -0)📝
assets/support-project-v1.json(+11 -5)📝
cmd/app/main.go(+8 -2)➕
docs/_redirects(+15 -0)➕
docs/index.html(+132 -0)📝
internal/config/env.go(+1 -0)📝
internal/config/env_validate.go(+4 -0)➕
internal/util/pathutil/pathutil.go(+35 -0)➕
internal/util/pathutil/pathutil_test.go(+87 -0)➕
internal/validate/path_prefix.go(+43 -0)➕
internal/validate/path_prefix_test.go(+78 -0)📝
internal/view/middleware/require_auth.go(+7 -4)📝
internal/view/middleware/require_no_auth.go(+4 -2)📝
internal/view/router.go(+17 -3)➖
internal/view/static/css/partials/sweetalert2.css(+0 -9)...and 51 more files
📄 Description
Summary by CodeRabbit
New Features
Documentation
Chores
Tests
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.