[PR #153] [MERGED] Dev #150

Closed
opened 2025-11-19 07:15:09 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/fosrl/newt/pull/153
Author: @oschwartz10612
Created: 9/29/2025
Status: Merged
Merged: 9/29/2025
Merged by: @oschwartz10612

Base: mainHead: dev


📝 Commits (3)

  • 60873f0 React to docker events
  • f6e7bfe Watching socket and quiteting some events
  • 31b1ffc Merge branch 'dev' into docker-events

📊 Changes

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

View changed files

📝 docker/client.go (+126 -0)
📝 main.go (+35 -2)

📄 Description

Community Contribution License Agreement

By creating this pull request, I grant the project maintainers an unlimited,
perpetual license to use, modify, and redistribute these contributions under any terms they
choose, including both the AGPLv3 and the Fossorial Commercial license terms. I
represent that I have the right to grant this license for all contributed content.

Description

Watch docker events for container start and stop to react to changes when newt is already running

Closes #144


🔄 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/fosrl/newt/pull/153 **Author:** [@oschwartz10612](https://github.com/oschwartz10612) **Created:** 9/29/2025 **Status:** ✅ Merged **Merged:** 9/29/2025 **Merged by:** [@oschwartz10612](https://github.com/oschwartz10612) **Base:** `main` ← **Head:** `dev` --- ### 📝 Commits (3) - [`60873f0`](https://github.com/fosrl/newt/commit/60873f0a4f2cab00958ff82b623b058df06966a1) React to docker events - [`f6e7bfe`](https://github.com/fosrl/newt/commit/f6e7bfe8ea7dec2d1fcfcea9f873442855254328) Watching socket and quiteting some events - [`31b1ffc`](https://github.com/fosrl/newt/commit/31b1ffcbe92a88fde097b7c7d760a3fc9f5b24b3) Merge branch 'dev' into docker-events ### 📊 Changes **2 files changed** (+161 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `docker/client.go` (+126 -0) 📝 `main.go` (+35 -2) </details> ### 📄 Description ## Community Contribution License Agreement By creating this pull request, I grant the project maintainers an unlimited, perpetual license to use, modify, and redistribute these contributions under any terms they choose, including both the AGPLv3 and the Fossorial Commercial license terms. I represent that I have the right to grant this license for all contributed content. ## Description Watch docker events for container start and stop to react to changes when newt is already running Closes #144 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-11-19 07:15:09 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/newt#150