[PR #9] [MERGED] Implement Log Analysis + Missing Serial Message #129

Closed
opened 2026-02-15 15:55:08 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/RPCS3/discord-bot/pull/9
Author: @Nicba1010
Created: 2/15/2018
Status: Merged
Merged: 2/15/2018
Merged by: @Nicba1010

Base: masterHead: master


📝 Commits (3)

  • 48b8c82 Log Analysis Implementation
  • 9405a34 Add manual library load report.
  • fc95c52 Disable .zip and .7z logs.

📊 Changes

7 files changed (+329 additions, -27 deletions)

View changed files

📝 .gitignore (+2 -1)
📝 bot.py (+126 -26)
📝 bot_config.py (+4 -0)
bot_utils.py (+15 -0)
📝 math_utils.py (+0 -0)
phases.py (+166 -0)
stream_handlers.py (+16 -0)

📄 Description

  • Initial log analysis
  • .gz and .log support
  • missing serial message

🔄 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/RPCS3/discord-bot/pull/9 **Author:** [@Nicba1010](https://github.com/Nicba1010) **Created:** 2/15/2018 **Status:** ✅ Merged **Merged:** 2/15/2018 **Merged by:** [@Nicba1010](https://github.com/Nicba1010) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (3) - [`48b8c82`](https://github.com/RPCS3/discord-bot/commit/48b8c82e22a5f80269b939a5a86cba4a8daf80c1) Log Analysis Implementation - [`9405a34`](https://github.com/RPCS3/discord-bot/commit/9405a342800b27dbf72fa02d92c6e5158a08607e) Add manual library load report. - [`fc95c52`](https://github.com/RPCS3/discord-bot/commit/fc95c5212f5b608ccd63aab67ca9521f2eadb2b2) Disable .zip and .7z logs. ### 📊 Changes **7 files changed** (+329 additions, -27 deletions) <details> <summary>View changed files</summary> 📝 `.gitignore` (+2 -1) 📝 `bot.py` (+126 -26) 📝 `bot_config.py` (+4 -0) ➕ `bot_utils.py` (+15 -0) 📝 `math_utils.py` (+0 -0) ➕ `phases.py` (+166 -0) ➕ `stream_handlers.py` (+16 -0) </details> ### 📄 Description - Initial log analysis - .gz and .log support - missing serial message --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-15 15:55:08 -05:00
yindo closed this issue 2026-02-15 15:55:08 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: RPCS3/discord-bot#129