Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Logcli: Add Support for New Query Path #987

Merged
merged 32 commits into from
Sep 12, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
2a0a820
First pass refactor
joe-elliott Sep 6, 2019
8934847
Removed unused Addr field
joe-elliott Sep 6, 2019
8e55860
Moved start/end logic into main
joe-elliott Sep 6, 2019
596ea16
Fixed tail labels
joe-elliott Sep 6, 2019
7326dd4
Changed to query methods to use pointer receivers
joe-elliott Sep 6, 2019
c5b7548
Segregated labels functionality
joe-elliott Sep 6, 2019
9cecb96
Initialize clients/queries more consistently
joe-elliott Sep 7, 2019
0cd3ec8
Updated label paths
joe-elliott Sep 8, 2019
0325e01
Added support for new api
joe-elliott Sep 8, 2019
4b92cf5
Kludged NewStreamsIterator into the iter package
joe-elliott Sep 8, 2019
8e1141a
Updated docs to match new output/api path
joe-elliott Sep 9, 2019
1977d53
Git moved labels.go to preserve history
joe-elliott Sep 9, 2019
df2b50e
Reapplied label changes
joe-elliott Sep 9, 2019
e347d3b
Git mv'ed client.go to preserve history
joe-elliott Sep 9, 2019
87f2e10
Reapplied client.go changes
joe-elliott Sep 9, 2019
2d4da44
Refactor to prepare for printing matrix results
joe-elliott Sep 9, 2019
ac712e2
Got deserialization technically working
joe-elliott Sep 9, 2019
da7a522
Added support for the query endpoint
joe-elliott Sep 9, 2019
9ce88d3
Marshal vector and matrix back to json for printing
joe-elliott Sep 9, 2019
7dfc67e
Added instant query cli options
joe-elliott Sep 10, 2019
eac2647
Consolidated parse code
joe-elliott Sep 10, 2019
4437535
Amended comment
joe-elliott Sep 10, 2019
b7a6b4f
Added comments to exported method
joe-elliott Sep 10, 2019
4c59ec8
Consolidated labels logic
joe-elliott Sep 10, 2019
fd26185
Updated docs
joe-elliott Sep 10, 2019
41771d8
Merge branch 'master' into logcli-aggregation
joe-elliott Sep 10, 2019
eb4d3e4
Fixed command line param name
joe-elliott Sep 10, 2019
b76dd51
Excluded Query methods from the interfacer linter
joe-elliott Sep 10, 2019
e6bf0b6
Merge remote-tracking branch 'upstream/master' into logcli-aggregation
joe-elliott Sep 10, 2019
65c2d4c
Updated paths to match changes
joe-elliott Sep 10, 2019
a2baa2b
Added regex to example query in cli help
joe-elliott Sep 12, 2019
46b3437
Added requested example query
joe-elliott Sep 12, 2019
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
167 changes: 0 additions & 167 deletions cmd/logcli/client.go

This file was deleted.

32 changes: 0 additions & 32 deletions cmd/logcli/labels.go

This file was deleted.

Loading