[PR #284] [MERGED] DPS 3 - CI/CD #391

Closed
opened 2026-02-26 04:35:05 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/mageddo/dns-proxy-server/pull/284
Author: @mageddo
Created: 2/18/2023
Status: Merged
Merged: 2/20/2023
Merged by: @mageddo

Base: dps-3Head: dps-3ci-cd


📝 Commits (10+)

📊 Changes

40 files changed (+885 additions, -591 deletions)

View changed files

📝 .dockerignore (+1 -0)
📝 .github/workflows/actions-deploy.yml (+3 -31)
📝 .github/workflows/ci.yml (+13 -7)
.github/workflows/docs.yml (+28 -0)
📝 .gitignore (+1 -0)
📝 DRAFT.md (+17 -1)
📝 Dockerfile (+11 -2)
Dockerfile.builder (+0 -19)
Dockerfile.builder.frontend (+11 -0)
Dockerfile.deploy (+4 -0)
Dockerfile.go.builder (+0 -7)
📝 README.md (+3 -0)
📝 RELEASE-NOTES.md (+4 -0)
📝 build.gradle (+6 -0)
📝 builder.bash (+106 -136)
docker-compose-deploy.yml (+15 -0)
📝 docker-compose.yml (+12 -68)
📝 docs/content/versions/_index.en.md (+0 -5)
📝 gradle.properties (+1 -1)
📝 src/main/java/com/mageddo/dnsproxyserver/config/entrypoint/JsonConfigs.java (+2 -1)

...and 21 more files

📄 Description

Partially fixing https://github.com/mageddo/dns-proxy-server/issues/267


🔄 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/mageddo/dns-proxy-server/pull/284 **Author:** [@mageddo](https://github.com/mageddo) **Created:** 2/18/2023 **Status:** ✅ Merged **Merged:** 2/20/2023 **Merged by:** [@mageddo](https://github.com/mageddo) **Base:** `dps-3` ← **Head:** `dps-3ci-cd` --- ### 📝 Commits (10+) - [`bfd6c74`](https://github.com/mageddo/dns-proxy-server/commit/bfd6c74a514c3c32bf052e076e4dceb7fe0571a6) Add doc - [`2fd30bf`](https://github.com/mageddo/dns-proxy-server/commit/2fd30bfa6c8e007fbc8a94ff7ea973d07c71b448) ci - [`da0dbb8`](https://github.com/mageddo/dns-proxy-server/commit/da0dbb8b1b82c3c1788250439cef294a97e9253b) ci - [`b4d1e5b`](https://github.com/mageddo/dns-proxy-server/commit/b4d1e5be2113f1ebc39221a2d005c2efe1c34316) ci - [`df98191`](https://github.com/mageddo/dns-proxy-server/commit/df98191e0ee0de65262838fd536a730ec48a2f85) Adjusting test - [`1163baa`](https://github.com/mageddo/dns-proxy-server/commit/1163baa6aea276fde523a056a89708e89eb855eb) Adjusting test - [`c658445`](https://github.com/mageddo/dns-proxy-server/commit/c658445be8c832bbcec45fa6b0d813a8640068eb) Adjusting jarname - [`0d331cd`](https://github.com/mageddo/dns-proxy-server/commit/0d331cd1cd64782e50f7309aa58f8dcd99dfb63f) some frustated tries - [`01bdd11`](https://github.com/mageddo/dns-proxy-server/commit/01bdd115fbd753d162ce6dede78c84303f60e931) Create config dir if dont exists - [`d0b1436`](https://github.com/mageddo/dns-proxy-server/commit/d0b143613dc6be4735ad42c39f779d0422875b8a) checkpoint ### 📊 Changes **40 files changed** (+885 additions, -591 deletions) <details> <summary>View changed files</summary> 📝 `.dockerignore` (+1 -0) 📝 `.github/workflows/actions-deploy.yml` (+3 -31) 📝 `.github/workflows/ci.yml` (+13 -7) ➕ `.github/workflows/docs.yml` (+28 -0) 📝 `.gitignore` (+1 -0) 📝 `DRAFT.md` (+17 -1) 📝 `Dockerfile` (+11 -2) ➖ `Dockerfile.builder` (+0 -19) ➕ `Dockerfile.builder.frontend` (+11 -0) ➕ `Dockerfile.deploy` (+4 -0) ➖ `Dockerfile.go.builder` (+0 -7) 📝 `README.md` (+3 -0) 📝 `RELEASE-NOTES.md` (+4 -0) 📝 `build.gradle` (+6 -0) 📝 `builder.bash` (+106 -136) ➕ `docker-compose-deploy.yml` (+15 -0) 📝 `docker-compose.yml` (+12 -68) 📝 `docs/content/versions/_index.en.md` (+0 -5) 📝 `gradle.properties` (+1 -1) 📝 `src/main/java/com/mageddo/dnsproxyserver/config/entrypoint/JsonConfigs.java` (+2 -1) _...and 21 more files_ </details> ### 📄 Description Partially fixing https://github.com/mageddo/dns-proxy-server/issues/267 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 04:35:05 +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/dns-proxy-server-mageddo#391
No description provided.