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
/
Makefile
Age
Commit message (
Expand
)
Author
2023-09-07
refactor go build tags
Paul Buetow
2023-06-21
rename samples to examples
Paul Buetow
2021-12-03
fix misuse of unbuffered channel for OS signal handling
Paul Buetow
2021-10-24
Fix DCat color test.
Paul Buetow
2021-10-19
Set DTAIL_RUN_INTEGRATIONT_TEST to yes for integration tests
Paul Buetow
2021-10-19
Can configure DTail client not to mess with ~/.ssh/known_hosts via env var - ...
Paul Buetow
2021-10-15
Execute test directories individually
Paul Buetow
2021-10-15
refactor
Paul Buetow
2021-10-10
vetting and linting and some code restyling
Paul Buetow
2021-10-10
add dtail health check unit test.
Paul Buetow
2021-10-06
move health check to separate client binary
Paul Buetow
2021-10-02
add dcat test
Paul Buetow
2021-10-02
refactor config reader - also looks in additional search paths for config fil...
Paul Buetow
2021-10-02
move args to config package
Paul Buetow
2021-10-02
mapreduce tables are in colors now too
Paul Buetow
2021-09-07
Produce MAPREDUCE lines, can aggregate these via default log format
Paul Buetow
2021-09-05
finalize new default color schema
Paul Buetow
2021-08-21
individual makefile targets for each command
Paul Buetow
2020-12-29
Make Linux ACL support optional, as it requires CGo and makes the binary less...
Paul Buetow
2020-12-28
merge
Paul Buetow
2020-12-08
proper go install
v3.1.0
Paul Buetow
2020-12-08
merge develop
Paul Buetow
2020-11-22
can run test container for local development purposes
Paul Buetow
2020-11-22
add dockerfile for building a dtail server dev/test container
Paul Buetow
2020-11-16
remove drun command for simplicity. only focus on interactive commands dealin...
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-02-07
Introduce drun command, refactor code to use context package
Paul Bütow
2020-01-22
more on dexec
Paul Bütow
2020-01-21
Move commands to cmd/ and move internal dependencies to internal/
Paul Bütow
2020-01-09
Release of DTail v1.0.0
v1.0.0
Paul Bütow