summaryrefslogtreecommitdiff
path: root/internal/server
AgeCommit message (Expand)Author
2020-12-28mergePaul Buetow
2020-12-28refactorPaul Buetow
2020-12-27only try to read a file once in cat and grep mode but 10 times in tail modePaul Buetow
2020-12-26initial quiet switchPaul Buetow
2020-12-26rename spartan to quietPaul Buetow
2020-12-26initial spartan mode supportPaul Buetow
2020-12-26code cleanup and minor refactoringsPaul Buetow
2020-12-08merge developPaul Buetow
2020-11-22add dockerfile for building a dtail server dev/test containerPaul Buetow
2020-11-16strip out timeout which was used for background command schedulingPaul Buetow
2020-11-16remove drun command for simplicity. only focus on interactive commands dealin...Paul Buetow
2020-09-19refactor to have no context.Context in server mapreduce aggregate structsPaul Buetow
2020-09-19server handler context refactoringPaul Buetow
2020-09-10printing client stats every other second only if the connection count has cha...Paul Buetow
2020-09-04fix regex bugPaul Buetow
2020-09-04add ssh relaxed auth modePaul Buetow
2020-09-04server side support for new regex packagePaul Buetow
2020-09-04add more unit tests and deserializer/serializer to regexPaul Buetow
2020-08-13bump up version to 3.0.0. can run continuous background mapreduce queries, us...v3.0.0Paul Buetow
2020-07-03refactor mapr clientPaul Buetow
2020-07-02initial server side continuous mapreduce runnerPaul Buetow
2020-06-19add filldates.goPaul Buetow
2020-06-17initial log monitoring supportPaul Buetow
2020-03-18make lint and vet happyv2.2.0Paul Buetow
2020-03-06merge masterPaul Buetow
2020-03-06make Mr. Lint happyPaul Buetow
2020-03-04can tail probe with a given timeout and then write a mapreduce resultPaul Buetow
2020-02-29Merge branch 'develop' of gitlab.devuk.mimecast.lan:Storage/dtail into developPaul Buetow
2020-02-29race conditionPaul Buetow
2020-02-29background jobs make use of the timeout specified by the client tooPaul Buetow
2020-02-29better error messagesPaul Buetow
2020-02-28merge masterPaul Buetow
2020-02-28more on scheduled commandsPaul Buetow
2020-02-27can run scheduled queries across a storage volumePaul Buetow
2020-02-26can list remote jobs and can also pass outer args to scriptsPaul Buetow
2020-02-22can start commands in background and also cancel those via drun commandPaul Bütow
2020-02-22serverhandler understands background jobs betterPaul Bütow
2020-02-22background "class" worksPaul Bütow
2020-02-20initial background commandsPaul Buetow
2020-02-16server kills subprocesses correctly on cancelPaul Bütow
2020-02-16can upload script via drunPaul Bütow
2020-02-16rename scheduled user to schedule userPaul Bütow
2020-02-16drun can execute more complex commands, e.g. small shell scriptsPaul Bütow
2020-02-12exec will always err if status is > 0Paul Bütow
2020-02-12bump versionPaul Bütow
2020-02-12separate context for each client in the schedulerPaul Bütow
2020-02-11use SSHBindAddress ass defauled scheduled server addressPaul Bütow
2020-02-11run once per minutePaul Bütow
2020-02-11can run scheduled job at time range based on result file already exists or notPaul Bütow
2020-02-11Merge branch 'master' into developPaul Bütow