[PR #1649] [MERGED] Remove leftovers from activity log batch #1505

Closed
opened 2026-02-04 19:52:21 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/pelican-dev/panel/pull/1649
Author: @Boy132
Created: 9/3/2025
Status: Merged
Merged: 9/3/2025
Merged by: @Boy132

Base: mainHead: boy132/fix-batch-uuid


📝 Commits (1)

  • d7271c4 remove leftovers from activity log batch

📊 Changes

6 files changed (+28 additions, -68 deletions)

View changed files

📝 app/Models/ActivityLog.php (+0 -3)
📝 app/Providers/ActivityLogServiceProvider.php (+0 -2)
app/Services/Activity/ActivityLogBatchService.php (+0 -60)
📝 app/Services/Activity/ActivityLogService.php (+0 -2)
📝 app/Transformers/Api/Client/ActivityLogTransformer.php (+0 -1)
database/migrations/2025_09_03_080547_remove_batch_column_from_activity_logs.php (+28 -0)

📄 Description

Some parts where already removed when we removed the old admin area. This removes the remaining leftovers.


🔄 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/pelican-dev/panel/pull/1649 **Author:** [@Boy132](https://github.com/Boy132) **Created:** 9/3/2025 **Status:** ✅ Merged **Merged:** 9/3/2025 **Merged by:** [@Boy132](https://github.com/Boy132) **Base:** `main` ← **Head:** `boy132/fix-batch-uuid` --- ### 📝 Commits (1) - [`d7271c4`](https://github.com/pelican-dev/panel/commit/d7271c4aff46b58dc3c3dff013ca30bb0a0ca867) remove leftovers from activity log batch ### 📊 Changes **6 files changed** (+28 additions, -68 deletions) <details> <summary>View changed files</summary> 📝 `app/Models/ActivityLog.php` (+0 -3) 📝 `app/Providers/ActivityLogServiceProvider.php` (+0 -2) ➖ `app/Services/Activity/ActivityLogBatchService.php` (+0 -60) 📝 `app/Services/Activity/ActivityLogService.php` (+0 -2) 📝 `app/Transformers/Api/Client/ActivityLogTransformer.php` (+0 -1) ➕ `database/migrations/2025_09_03_080547_remove_batch_column_from_activity_logs.php` (+28 -0) </details> ### 📄 Description Some parts where already removed when we removed the old admin area. This removes the remaining leftovers. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2026-02-04 19:52:21 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/panel#1505