mirror of
https://github.com/mageddo/dns-proxy-server.git
synced 2026-04-25 17:35:54 +03:00
[PR #557] [MERGED] Specify config file path by env and fixing arm release #583
Labels
No labels
bug
confirmed
discussion
duplicate
enhancement
feature
feature-request
not-planned
pull-request
secondary-feature
stale
triage
waiting-feedback
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/dns-proxy-server-mageddo#583
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/mageddo/dns-proxy-server/pull/557
Author: @mageddo
Created: 9/4/2024
Status: ✅ Merged
Merged: 9/4/2024
Merged by: @mageddo
Base:
master← Head:feat/533-specify-config-path-by-env📝 Commits (10+)
f783c29Implementing env config file path option59a2a82fixing compiling errors84f8066fixing test8ae1608fixing testf9992bctesting6183910updating the docs280af40[Gradle Release Plugin] - new version commit: '3.26.0-snapshot'.50257d0release notes87d25bffixing arm build mirror and ajusting testa7bd10fnew mirrors📊 Changes
19 files changed (+318 additions, -89 deletions)
View changed files
📝
RELEASE-NOTES.md(+3 -0)📝
docs/content/3-configuration/_index.en.md(+28 -6)📝
gradle.properties(+1 -1)📝
src/main/docker/qemu/Dockerfile(+5 -4)➕
src/main/java/com/mageddo/dnsproxyserver/config/application/ConfigFileFinderService.java(+39 -0)➕
src/main/java/com/mageddo/dnsproxyserver/config/application/ConfigPathMapper.java(+48 -0)📝
src/main/java/com/mageddo/dnsproxyserver/config/dataprovider/ConfigDAOJson.java(+3 -12)➖
src/main/java/com/mageddo/dnsproxyserver/config/dataprovider/ConfigPathBuilder.java(+0 -40)📝
src/main/java/com/mageddo/dnsproxyserver/config/dataprovider/mapper/ConfigFlagMapper.java(+1 -1)📝
src/main/java/com/mageddo/dnsproxyserver/config/dataprovider/vo/ConfigEnv.java(+6 -2)📝
src/main/java/com/mageddo/dnsproxyserver/config/dataprovider/vo/ConfigFlag.java(+15 -2)➕
src/test/java/com/mageddo/dnsproxyserver/config/application/ConfigFileFinderServiceTest.java(+97 -0)➕
src/test/java/com/mageddo/dnsproxyserver/config/application/ConfigPathMapperTest.java(+30 -0)📝
src/test/java/com/mageddo/dnsproxyserver/config/dataprovider/ConfigDAOJsonTest.java(+1 -18)📝
src/test/java/testing/templates/ConfigFlagArgsTemplates.java(+10 -0)📝
src/test/java/testing/templates/ConfigFlagTemplates.java(+8 -0)➕
src/test/java/testing/templates/config/ConfigEnvTemplates.java(+20 -0)📝
src/test/resources/flags-test/001.json(+1 -1)📝
src/test/resources/flags-test/002.txt(+2 -2)📄 Description
It is needle to create new native int tests to test bugs produced in issue #533
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.