[PR #634] [CLOSED] Implement environment parsing for ConfigV3 #633

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

📋 Pull Request Information

Original PR: https://github.com/mageddo/dns-proxy-server/pull/634
Author: @mageddo
Created: 9/22/2025
Status: Closed

Base: masterHead: codex/implement-parse-method-for-envconverter


📝 Commits (2)

  • 99569a5 Implement EnvConverter parsing from environment
  • 217a424 adjusts

📊 Changes

2 files changed (+291 additions, -2 deletions)

View changed files

📝 src/main/java/com/mageddo/dnsproxyserver/config/provider/dataformatv3/converter/EnvConverter.java (+230 -2)
src/test/java/com/mageddo/dnsproxyserver/config/provider/dataformatv3/converter/EnvConverterTest.java (+61 -0)

📄 Description

Summary

  • implement EnvConverter parsing logic to materialize ConfigV3 objects from DPS_ prefixed environment variables
  • add EnvConverter tests covering happy path and validation for unknown variables

Testing

  • ./gradlew test -Dorg.gradle.workers.max=1

https://chatgpt.com/codex/tasks/task_e_68d161a11da0832a96e5380f66d0b6b7


🔄 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/634 **Author:** [@mageddo](https://github.com/mageddo) **Created:** 9/22/2025 **Status:** ❌ Closed **Base:** `master` ← **Head:** `codex/implement-parse-method-for-envconverter` --- ### 📝 Commits (2) - [`99569a5`](https://github.com/mageddo/dns-proxy-server/commit/99569a5c85b3b2da1b07ee1b821fd026965d0812) Implement EnvConverter parsing from environment - [`217a424`](https://github.com/mageddo/dns-proxy-server/commit/217a424c6b02cba69342785ac834b4fcd16cda5e) adjusts ### 📊 Changes **2 files changed** (+291 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `src/main/java/com/mageddo/dnsproxyserver/config/provider/dataformatv3/converter/EnvConverter.java` (+230 -2) ➕ `src/test/java/com/mageddo/dnsproxyserver/config/provider/dataformatv3/converter/EnvConverterTest.java` (+61 -0) </details> ### 📄 Description ## Summary - implement EnvConverter parsing logic to materialize ConfigV3 objects from DPS_ prefixed environment variables - add EnvConverter tests covering happy path and validation for unknown variables ## Testing - ./gradlew test -Dorg.gradle.workers.max=1 ------ https://chatgpt.com/codex/tasks/task_e_68d161a11da0832a96e5380f66d0b6b7 --- <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:51 +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#633
No description provided.