mirror of
https://github.com/aurc/loggo.git
synced 2026-04-26 08:25:56 +03:00
[PR #7] [CLOSED] Initial infrastucture for filtering logs by key #18
Labels
No labels
need more info
need more info
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/loggo#18
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/aurc/loggo/pull/7
Author: @aurc
Created: 6/24/2022
Status: ❌ Closed
Base:
main← Head:feature/filtering📝 Commits (10+)
2d6c2b1Initial infrastucture for filtering logs by key15ceb99Removed stale Makefile (not needed)ff26d08Completed filter and filter groupbd0e4caAdjusted licensing disclaimer on sourcecode files to includeet alwith1686a6aAdded filter examplede75f86Further tweaks on filter data structuree578ec0Preparing filter view2b40719Merge remote-tracking branch 'origin/main' into feature/filtering1d8b101Merge remote-tracking branch 'origin/main' into feature/filtering5885767POC'ing out lexers📊 Changes
774 files changed (+268441 additions, -40 deletions)
View changed files
➖
Makefile(+0 -3)➕
cmd/filter.go(+81 -0)📝
cmd/root.go(+1 -1)📝
cmd/stream.go(+1 -1)📝
cmd/template.go(+1 -1)➕
config-sample/gcp-filter.yaml(+25 -0)📝
go.mod(+1 -0)📝
go.sum(+5 -0)📝
internal/char/canvas.go(+1 -1)📝
internal/char/canvas_test.go(+1 -1)📝
internal/char/char.go(+1 -1)📝
internal/color/color.go(+1 -1)📝
internal/config/adpatative_log_confiig.go(+1 -1)📝
internal/config/log_config.go(+1 -1)📝
internal/config/log_config_test.go(+1 -1)➕
internal/filter/filter.go(+532 -0)➕
internal/filter/filter_test.go(+909 -0)➕
internal/filter/lexer.go(+242 -0)➕
internal/filter/lexer_test.go(+308 -0)📝
internal/loggo/app.go(+1 -1)...and 80 more files
📄 Description
Filtering logs by json key {Work in progress}
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.