mirror of
https://github.com/mageddo/dns-proxy-server.git
synced 2026-04-25 09:25:56 +03:00
[PR #560] [MERGED] CommandLine module upgrades #586
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#586
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/560
Author: @mageddo
Created: 9/5/2024
Status: ✅ Merged
Merged: 9/5/2024
Merged by: @mageddo
Base:
master← Head:feat/533-commandlines-upgrades📝 Commits (7)
6ca987ecommand lines module upgrades3e6b9a3Merge remote-tracking branch 'origin/master' into feat/533-commandlines-upgradesf3ed4c6new tests01758f5missing depcba8001missing dep6274efbrelease notes5e02a3f[Gradle Release Plugin] - new version commit: '3.27.0-snapshot'.📊 Changes
16 files changed (+589 additions, -56 deletions)
View changed files
📝
RELEASE-NOTES.md(+3 -0)📝
gradle.properties(+1 -1)📝
src/main/java/com/mageddo/commons/exec/CommandLines.java(+54 -52)➕
src/main/java/com/mageddo/commons/exec/DelegateOutputStream.java(+36 -0)📝
src/main/java/com/mageddo/commons/exec/ExecutionValidationFailedException.java(+7 -3)➕
src/main/java/com/mageddo/commons/exec/NopResultHandler.java(+16 -0)➕
src/main/java/com/mageddo/commons/exec/PipedStream.java(+42 -0)➕
src/main/java/com/mageddo/commons/exec/ProcessAccessibleDaemonExecutor.java(+20 -0)➕
src/main/java/com/mageddo/commons/exec/ProcessesWatchDog.java(+49 -0)➕
src/main/java/com/mageddo/commons/exec/Request.java(+117 -0)➕
src/main/java/com/mageddo/commons/exec/Result.java(+93 -0)➕
src/main/java/com/mageddo/concurrent/ThreadsV2.java(+7 -0)➕
src/main/java/com/mageddo/io/LogPrinter.java(+35 -0)➕
src/test/java/com/mageddo/commons/exec/CommandLinesTest.java(+56 -0)➕
src/test/java/com/mageddo/commons/exec/DelegateOutputStreamTest.java(+26 -0)➕
src/test/java/com/mageddo/commons/exec/PipedStreamTest.java(+27 -0)📄 Description
Relates to #533
Commandline module upgrade to be able to execute usecases when creating new native int tests
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.