mirror of
https://github.com/mageddo/dns-proxy-server.git
synced 2026-04-25 09:25:56 +03:00
[PR #585] [MERGED] Detect which condition didn't match and log the cause when configuring DPS as default DNS #603
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#603
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/585
Author: @mageddo
Created: 10/7/2024
Status: ✅ Merged
Merged: 10/7/2024
Merged by: @mageddo
Base:
master← Head:580📝 Commits (4)
250d990adjusting dev49fa9e8refactoring file edition conditions to rule pattern this way I can detect which condition didn't match and log the causecc8e57d[Gradle Release Plugin] - new version commit: '3.30.2-snapshot'.ce3120erelease notes📊 Changes
7 files changed (+72 additions, -16 deletions)
View changed files
📝
RELEASE-NOTES.md(+4 -0)📝
docker-compose-dev.yml(+4 -3)📝
gradle.properties(+1 -1)📝
src/main/java/com/mageddo/dnsproxyserver/dnsconfigurator/linux/DnsConfiguratorLinux.java(+26 -12)➕
src/main/java/com/mageddo/io/path/predicate/PathExistsPredicate.java(+12 -0)➕
src/main/java/com/mageddo/io/path/predicate/PathIsFilePredicate.java(+12 -0)➕
src/main/java/com/mageddo/io/path/predicate/PathIsWritablePredicate.java(+13 -0)📄 Description
Refactoring file edition conditions to rule pattern this way I can detect which condition didn't match and log the cause
Relates to #580 , #578
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.