[PR #85] [MERGED] Merge v0.4.0 #156

Closed
opened 2026-02-26 21:34:44 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/eduardolat/pgbackweb/pull/85
Author: @eduardolat
Created: 2/6/2025
Status: Merged
Merged: 2/6/2025
Merged by: @eduardolat

Base: mainHead: develop


📝 Commits (10+)

  • fb97464 Include support for PostgreSQL 17
  • 1e991fd Merge branch 'change-pg-versions' into development
  • 78bebcc Add CONTRIBUTING.md file with contribution guidelines
  • dd7daad Update CONTRIBUTING.md with branch name changes and development workflow details
  • bd14405 Update lint-test-build.yaml to include 'develop' branch in CI workflow
  • b4bedcb Refactor Dockerfiles to include ARG for TARGETPLATFORM
  • 76b44d4 Refactor Dockerfiles to include ARG for TARGETPLATFORM
  • e5c5e4e Refactor CSS to apply hover background color to table rows
  • bf5316a Refactor SQLC configuration and build process
  • 09b0ff0 Translate sqlc-prebuild script

📊 Changes

202 files changed (+5053 additions, -9091 deletions)

View changed files

.air.toml (+0 -22)
📝 .devcontainer/compose.yaml (+3 -9)
.devcontainer/devcontainer.json (+78 -0)
📝 .env.dev (+1 -1)
📝 .env.example (+10 -0)
📝 .github/workflows/lint-test-build.yaml (+39 -32)
📝 .github/workflows/publish-docker-image.yaml (+62 -26)
📝 .gitignore (+1 -0)
.vscode/extensions.json (+0 -7)
.vscode/settings.json (+0 -69)
CONTRIBUTING.md (+78 -0)
📝 README.md (+54 -24)
📝 assets/screenshot.png (+0 -0)
assets/support-project-v1.json (+46 -0)
📝 cmd/app/main.go (+10 -3)
📝 cmd/changepw/main.go (+4 -1)
📝 cmd/resetdb/main.go (+8 -4)
deno.json (+31 -0)
deno.lock (+764 -0)
📝 docker/Dockerfile (+46 -34)

...and 80 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/eduardolat/pgbackweb/pull/85 **Author:** [@eduardolat](https://github.com/eduardolat) **Created:** 2/6/2025 **Status:** ✅ Merged **Merged:** 2/6/2025 **Merged by:** [@eduardolat](https://github.com/eduardolat) **Base:** `main` ← **Head:** `develop` --- ### 📝 Commits (10+) - [`fb97464`](https://github.com/eduardolat/pgbackweb/commit/fb9746444410aaeef2a81c694d7b9ee76ddbc71b) Include support for PostgreSQL 17 - [`1e991fd`](https://github.com/eduardolat/pgbackweb/commit/1e991fd817b86f067f6c70e188db903d021cee10) Merge branch 'change-pg-versions' into development - [`78bebcc`](https://github.com/eduardolat/pgbackweb/commit/78bebcc015bccf7c9f9b9cf10bc8b98d4e90b7f9) Add CONTRIBUTING.md file with contribution guidelines - [`dd7daad`](https://github.com/eduardolat/pgbackweb/commit/dd7daad1ee83144e265d3ec6b0121d1598012019) Update CONTRIBUTING.md with branch name changes and development workflow details - [`bd14405`](https://github.com/eduardolat/pgbackweb/commit/bd1440592b5cb7076b607b9f8b680058509473b7) Update lint-test-build.yaml to include 'develop' branch in CI workflow - [`b4bedcb`](https://github.com/eduardolat/pgbackweb/commit/b4bedcb2ad72e1215caa05572b31da8855090f47) Refactor Dockerfiles to include ARG for TARGETPLATFORM - [`76b44d4`](https://github.com/eduardolat/pgbackweb/commit/76b44d46e53dc545a63016551fbe2402bbb4f89b) Refactor Dockerfiles to include ARG for TARGETPLATFORM - [`e5c5e4e`](https://github.com/eduardolat/pgbackweb/commit/e5c5e4e55235604bcc06d93bc67ad7b41d2748b8) Refactor CSS to apply hover background color to table rows - [`bf5316a`](https://github.com/eduardolat/pgbackweb/commit/bf5316a67bd85cc8746fcbe135389b0c7eb08ee5) Refactor SQLC configuration and build process - [`09b0ff0`](https://github.com/eduardolat/pgbackweb/commit/09b0ff02836946ecc92229a73e4e016b97aea8f6) Translate sqlc-prebuild script ### 📊 Changes **202 files changed** (+5053 additions, -9091 deletions) <details> <summary>View changed files</summary> ➖ `.air.toml` (+0 -22) 📝 `.devcontainer/compose.yaml` (+3 -9) ➕ `.devcontainer/devcontainer.json` (+78 -0) 📝 `.env.dev` (+1 -1) 📝 `.env.example` (+10 -0) 📝 `.github/workflows/lint-test-build.yaml` (+39 -32) 📝 `.github/workflows/publish-docker-image.yaml` (+62 -26) 📝 `.gitignore` (+1 -0) ➖ `.vscode/extensions.json` (+0 -7) ➖ `.vscode/settings.json` (+0 -69) ➕ `CONTRIBUTING.md` (+78 -0) 📝 `README.md` (+54 -24) 📝 `assets/screenshot.png` (+0 -0) ➕ `assets/support-project-v1.json` (+46 -0) 📝 `cmd/app/main.go` (+10 -3) 📝 `cmd/changepw/main.go` (+4 -1) 📝 `cmd/resetdb/main.go` (+8 -4) ➕ `deno.json` (+31 -0) ➕ `deno.lock` (+764 -0) 📝 `docker/Dockerfile` (+46 -34) _...and 80 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>
kerem 2026-02-26 21:34:44 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/pgbackweb#156
No description provided.