[PR #18] [MERGED] Feature/error handling #27

Closed
opened 2026-03-03 00:06:12 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/aurc/loggo/pull/18
Author: @aurc
Created: 7/29/2022
Status: Merged
Merged: 7/29/2022
Merged by: @aurc

Base: mainHead: feature/error_handling


📝 Commits (2)

  • d6b0249 Error handling refactoring
  • 63fd67e Bug fixes and performance enhancements

📊 Changes

30 files changed (+208 additions, -107 deletions)

View changed files

📝 .gitignore (+1 -1)
📝 README.md (+5 -5)
📝 cmd/gcpstream.go (+3 -8)
📝 cmd/stream.go (+2 -8)
📝 img/mov/loggo.gif (+0 -0)
📝 img/mov/nav_right_left.gif (+0 -0)
📝 img/mov/selection.gif (+0 -0)
📝 img/mov/template.gif (+0 -0)
📝 img/mov/term.gif (+0 -0)
📝 internal/config-sample/gcp-filter.yaml (+0 -0)
📝 internal/config-sample/gcp.yaml (+0 -0)
📝 internal/config/log_config_test.go (+2 -2)
📝 internal/filter/lexer.go (+19 -2)
📝 internal/filter/lexer_test.go (+27 -0)
📝 internal/loggo/app.go (+6 -5)
📝 internal/loggo/log_view.go (+45 -27)
📝 internal/reader/file_reader.go (+2 -3)
📝 internal/reader/file_reader_test.go (+3 -3)
📝 internal/reader/gcp_reader.go (+32 -25)
📝 internal/reader/pipe_reader.go (+2 -3)

...and 10 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/aurc/loggo/pull/18 **Author:** [@aurc](https://github.com/aurc) **Created:** 7/29/2022 **Status:** ✅ Merged **Merged:** 7/29/2022 **Merged by:** [@aurc](https://github.com/aurc) **Base:** `main` ← **Head:** `feature/error_handling` --- ### 📝 Commits (2) - [`d6b0249`](https://github.com/aurc/loggo/commit/d6b0249625c5998dfbca43c0efd46fef07ddfbd3) Error handling refactoring - [`63fd67e`](https://github.com/aurc/loggo/commit/63fd67e1fd1e5b22f84d0fa8d7bf5c1ff952c1d1) Bug fixes and performance enhancements ### 📊 Changes **30 files changed** (+208 additions, -107 deletions) <details> <summary>View changed files</summary> 📝 `.gitignore` (+1 -1) 📝 `README.md` (+5 -5) 📝 `cmd/gcpstream.go` (+3 -8) 📝 `cmd/stream.go` (+2 -8) 📝 `img/mov/loggo.gif` (+0 -0) 📝 `img/mov/nav_right_left.gif` (+0 -0) 📝 `img/mov/selection.gif` (+0 -0) 📝 `img/mov/template.gif` (+0 -0) 📝 `img/mov/term.gif` (+0 -0) 📝 `internal/config-sample/gcp-filter.yaml` (+0 -0) 📝 `internal/config-sample/gcp.yaml` (+0 -0) 📝 `internal/config/log_config_test.go` (+2 -2) 📝 `internal/filter/lexer.go` (+19 -2) 📝 `internal/filter/lexer_test.go` (+27 -0) 📝 `internal/loggo/app.go` (+6 -5) 📝 `internal/loggo/log_view.go` (+45 -27) 📝 `internal/reader/file_reader.go` (+2 -3) 📝 `internal/reader/file_reader_test.go` (+3 -3) 📝 `internal/reader/gcp_reader.go` (+32 -25) 📝 `internal/reader/pipe_reader.go` (+2 -3) _...and 10 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-03 00:06:12 +03: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
starred/loggo#27
No description provided.