mirror of
https://github.com/aurc/loggo.git
synced 2026-04-26 08:25:56 +03:00
[PR #17] [MERGED] Feature/gcp logging #24
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#24
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/17
Author: @aurc
Created: 7/26/2022
Status: ✅ Merged
Merged: 7/26/2022
Merged by: @aurc
Base:
main← Head:feature/gcp_logging📝 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
1489 files changed (+530853 additions, -73 deletions)
View changed files
➖
Makefile(+0 -3)📝
README.md(+94 -12)➕
cmd/gcpstream.go(+139 -0)📝
cmd/root.go(+1 -1)📝
cmd/stream.go(+2 -2)📝
cmd/template.go(+1 -1)➕
config-sample/gcp-filter.yaml(+25 -0)📝
go.mod(+20 -2)📝
go.sum(+652 -4)📝
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(+43 -10)📝
internal/config/log_config.go(+32 -3)📝
internal/config/log_config_test.go(+2 -2)➕
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)...and 80 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.