index
:
dtail
master
refactor-trail-1
DTail is a distributed DevOps tool for tailing, grepping, catting logs and other text files on many remote machines at once.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
internal
/
mapr
/
query.go
Age
Commit message (
Expand
)
Author
2026-03-04
refactor: simplify nil-or-empty token checks in query parser (task 338)
Paul Buetow
2026-01-29
refactor: improve Go best practices compliance
Paul Buetow
2024-03-29
lint warnings
Paul Buetow
2023-09-07
Can quote fields in select conditions, e.g. select `count($foo)`, ..
Paul Buetow
2023-09-07
document Outfile - tidy mods
Paul Buetow
2022-03-14
Add "append" modifier for "outfile" keyword to the mapreduce language
Paul Buetow
2021-12-23
refactor query parser
Paul Buetow
2021-10-10
vetting and linting and some code restyling
Paul Buetow
2021-10-02
move args to config package
Paul Buetow
2020-12-26
code cleanup and minor refactorings
Paul Buetow
2020-08-13
bump up version to 3.0.0. can run continuous background mapreduce queries, us...
v3.0.0
Paul Buetow
2020-07-03
refactor mapr client
Paul Buetow
2020-03-07
add support to run mapreduce queries on generic log lines, e.g. count all log...
Paul Buetow
2020-02-28
more on scheduled commands
Paul Buetow
2020-02-07
Introduce drun command, refactor code to use context package
Paul Bütow
2020-01-21
Move commands to cmd/ and move internal dependencies to internal/
Paul Bütow