[PR #12] [MERGED] refactor: lpa controller #43

Closed
opened 2026-03-04 23:13:40 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/creamlike1024/EasyLPAC/pull/12
Author: @septs
Created: 3/13/2024
Status: Merged
Merged: 3/13/2024
Merged by: @creamlike1024

Base: masterHead: lpa-controller


📝 Commits (1)

📊 Changes

31 files changed (+1279 additions, -3 deletions)

View changed files

📝 .gitignore (+3 -3)
internal/lpac/controller.go (+181 -0)
internal/lpac/controller_chip.go (+27 -0)
internal/lpac/controller_chip_test.go (+24 -0)
internal/lpac/controller_driver.go (+14 -0)
internal/lpac/controller_driver_test.go (+14 -0)
internal/lpac/controller_notification.go (+26 -0)
internal/lpac/controller_notification_test.go (+32 -0)
internal/lpac/controller_profile.go (+51 -0)
internal/lpac/controller_profile_test.go (+64 -0)
internal/lpac/fixtures/chip-info.json (+16 -0)
internal/lpac/fixtures/notification-list.json (+8 -0)
internal/lpac/fixtures/notification-process-not-found.json (+8 -0)
internal/lpac/fixtures/notification-process.json (+24 -0)
internal/lpac/fixtures/notification-remove-not-found.json (+8 -0)
internal/lpac/fixtures/notification-remove.json (+8 -0)
internal/lpac/fixtures/profile-delete.json (+8 -0)
internal/lpac/fixtures/profile-deleted.json (+8 -0)
internal/lpac/fixtures/profile-disable.json (+8 -0)
internal/lpac/fixtures/profile-disabled.json (+8 -0)

...and 11 more files

📄 Description

No description provided


🔄 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/creamlike1024/EasyLPAC/pull/12 **Author:** [@septs](https://github.com/septs) **Created:** 3/13/2024 **Status:** ✅ Merged **Merged:** 3/13/2024 **Merged by:** [@creamlike1024](https://github.com/creamlike1024) **Base:** `master` ← **Head:** `lpa-controller` --- ### 📝 Commits (1) - [`1a093ae`](https://github.com/creamlike1024/EasyLPAC/commit/1a093ae696caf0ddc3ccb78eec8de6e680c68f69) refactor: lpa controller ### 📊 Changes **31 files changed** (+1279 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `.gitignore` (+3 -3) ➕ `internal/lpac/controller.go` (+181 -0) ➕ `internal/lpac/controller_chip.go` (+27 -0) ➕ `internal/lpac/controller_chip_test.go` (+24 -0) ➕ `internal/lpac/controller_driver.go` (+14 -0) ➕ `internal/lpac/controller_driver_test.go` (+14 -0) ➕ `internal/lpac/controller_notification.go` (+26 -0) ➕ `internal/lpac/controller_notification_test.go` (+32 -0) ➕ `internal/lpac/controller_profile.go` (+51 -0) ➕ `internal/lpac/controller_profile_test.go` (+64 -0) ➕ `internal/lpac/fixtures/chip-info.json` (+16 -0) ➕ `internal/lpac/fixtures/notification-list.json` (+8 -0) ➕ `internal/lpac/fixtures/notification-process-not-found.json` (+8 -0) ➕ `internal/lpac/fixtures/notification-process.json` (+24 -0) ➕ `internal/lpac/fixtures/notification-remove-not-found.json` (+8 -0) ➕ `internal/lpac/fixtures/notification-remove.json` (+8 -0) ➕ `internal/lpac/fixtures/profile-delete.json` (+8 -0) ➕ `internal/lpac/fixtures/profile-deleted.json` (+8 -0) ➕ `internal/lpac/fixtures/profile-disable.json` (+8 -0) ➕ `internal/lpac/fixtures/profile-disabled.json` (+8 -0) _...and 11 more files_ </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-04 23:13:40 +03:00
Sign in to join this conversation.
No labels
bug
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/EasyLPAC#43
No description provided.