[PR #3] [MERGED] Add execution and logging #24

Closed
opened 2026-06-08 09:04:45 +00:00 by ryangr0 · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Ryangr0/rust-regex-gui-webgrip/pull/3
Author: @Ryangr0
Created: 6/8/2025
Status: Merged
Merged: 6/8/2025
Merged by: @Ryangr0

Base: mainHead: codex/add-execute-button-and-log-box


📝 Commits (1)

  • fe6719f feat(logging): use tracing for log collection

📊 Changes

7 files changed (+218 additions, -8 deletions)

View changed files

📝 Cargo.lock (+75 -0)
📝 Cargo.toml (+2 -0)
📝 README.md (+3 -0)
src/application/mod.rs (+21 -0)
src/domain/mod.rs (+13 -0)
📝 src/main.rs (+38 -8)
src/telemetry/mod.rs (+66 -0)

📄 Description

Summary

  • add hexagonal modules for application, domain and telemetry
  • add execute button and log output in the GUI
  • replace custom logger with tracing and capture logs in-memory

Testing

  • cargo check

https://chatgpt.com/codex/tasks/task_e_6845a1a22a6c832083e5c82710b74266


🔄 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/Ryangr0/rust-regex-gui-webgrip/pull/3 **Author:** [@Ryangr0](https://github.com/Ryangr0) **Created:** 6/8/2025 **Status:** ✅ Merged **Merged:** 6/8/2025 **Merged by:** [@Ryangr0](https://github.com/Ryangr0) **Base:** `main` ← **Head:** `codex/add-execute-button-and-log-box` --- ### 📝 Commits (1) - [`fe6719f`](https://github.com/Ryangr0/rust-regex-gui-webgrip/commit/fe6719fdcdece3c90f0811ef53e05af6ed9c4420) feat(logging): use tracing for log collection ### 📊 Changes **7 files changed** (+218 additions, -8 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+75 -0) 📝 `Cargo.toml` (+2 -0) 📝 `README.md` (+3 -0) ➕ `src/application/mod.rs` (+21 -0) ➕ `src/domain/mod.rs` (+13 -0) 📝 `src/main.rs` (+38 -8) ➕ `src/telemetry/mod.rs` (+66 -0) </details> ### 📄 Description ## Summary - add hexagonal modules for application, domain and telemetry - add execute button and log output in the GUI - replace custom logger with `tracing` and capture logs in-memory ## Testing - `cargo check` ------ https://chatgpt.com/codex/tasks/task_e_6845a1a22a6c832083e5c82710b74266 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
ryangr0 2026-06-08 09:04:45 +00:00
Sign in to join this conversation.
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
ryangr0/rust-regex-gui-webgrip#24
No description provided.