edc8e69 test(window_manager.rs): test for transfering a window
f27ca81 test(window_manager.rs): transfer container test
📊 Changes
1 file changed (+275 additions, -21 deletions)
View changed files
📝komorebi/src/window_manager.rs (+275 -21)
📄 Description
🔄 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/LGUG2Z/komorebi/pull/1330
**Author:** [@SaucePackets](https://github.com/SaucePackets)
**Created:** 3/10/2025
**Status:** ✅ Merged
**Merged:** 3/11/2025
**Merged by:** [@LGUG2Z](https://github.com/LGUG2Z)
**Base:** `master` ← **Head:** `window_manager_tests_cycle_tests`
---
### 📝 Commits (4)
- [`738a091`](https://github.com/LGUG2Z/komorebi/commit/738a091092732fa07f3891a1b5da6dd038d0a8fa) refactor(window_manager.rs): use drop to remove socket files
- [`d544472`](https://github.com/LGUG2Z/komorebi/commit/d54447272b9609fe30c0aee1b3fdcc268164667a) test(window_manager.rs): cycle containers
- [`edc8e69`](https://github.com/LGUG2Z/komorebi/commit/edc8e69f6b6ab828973ca1bdfec56abe5c77492a) test(window_manager.rs): test for transfering a window
- [`f27ca81`](https://github.com/LGUG2Z/komorebi/commit/f27ca81d0e06320a2642792214bca6b5d2f64fc6) test(window_manager.rs): transfer container test
### 📊 Changes
**1 file changed** (+275 additions, -21 deletions)
<details>
<summary>View changed files</summary>
📝 `komorebi/src/window_manager.rs` (+275 -21)
</details>
### 📄 Description
<!--
Please follow the Conventional Commits specification.
If you need to update your PR with changes from `master`, please run `git rebase master`.
By opening this PR, you confirm that you have read and understood this project's `CONTRIBUTING.md`.
-->
---
<sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
📋 Pull Request Information
Original PR: https://github.com/LGUG2Z/komorebi/pull/1330
Author: @SaucePackets
Created: 3/10/2025
Status: ✅ Merged
Merged: 3/11/2025
Merged by: @LGUG2Z
Base:
master← Head:window_manager_tests_cycle_tests📝 Commits (4)
738a091refactor(window_manager.rs): use drop to remove socket filesd544472test(window_manager.rs): cycle containersedc8e69test(window_manager.rs): test for transfering a windowf27ca81test(window_manager.rs): transfer container test📊 Changes
1 file changed (+275 additions, -21 deletions)
View changed files
📝
komorebi/src/window_manager.rs(+275 -21)📄 Description
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.