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
/
server
/
handlers
Age
Commit message (
Expand
)
Author
2021-04-03
Fix misspellings
Paul Buetow
2021-03-23
context aware grep with -max -after and -before not work
Paul Buetow
2021-02-05
cann parse local context to server file reader
Paul Buetow
2021-02-05
add --max, --before, --after switches to dtail and dgrep commands
Paul Buetow
2020-12-27
only try to read a file once in cat and grep mode but 10 times in tail mode
Paul Buetow
2020-12-26
initial quiet switch
Paul Buetow
2020-12-26
rename spartan to quiet
Paul Buetow
2020-12-26
initial spartan mode support
Paul Buetow
2020-12-26
code cleanup and minor refactorings
Paul Buetow
2020-12-08
merge develop
Paul Buetow
2020-09-10
printing client stats every other second only if the connection count has cha...
Paul Buetow
2020-09-04
fix regex bug
Paul Buetow
2020-09-04
server side support for new regex package
Paul Buetow
2020-09-04
add more unit tests and deserializer/serializer to regex
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-03-04
can tail probe with a given timeout and then write a mapreduce result
Paul Buetow
2020-02-29
Merge branch 'develop' of gitlab.devuk.mimecast.lan:Storage/dtail into develop
Paul Buetow
2020-02-29
race condition
Paul Buetow
2020-02-29
background jobs make use of the timeout specified by the client too
Paul Buetow
2020-02-29
better error messages
Paul Buetow
2020-02-28
merge master
Paul Buetow
2020-02-28
more on scheduled commands
Paul Buetow
2020-02-26
can list remote jobs and can also pass outer args to scripts
Paul Buetow
2020-02-22
can start commands in background and also cancel those via drun command
Paul Bütow
2020-02-22
serverhandler understands background jobs better
Paul Bütow
2020-02-20
initial background commands
Paul Buetow
2020-02-16
server kills subprocesses correctly on cancel
Paul Bütow
2020-02-16
can upload script via drun
Paul Bütow
2020-02-16
rename scheduled user to schedule user
Paul Bütow
2020-02-16
drun can execute more complex commands, e.g. small shell scripts
Paul Bütow
2020-02-12
exec will always err if status is > 0
Paul Bütow
2020-02-12
bump version
Paul Bütow
2020-02-11
more debug output
Paul Buetow
2020-02-08
allow whitespaces in regexes
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