summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-12-04Refactor LContext handling to reduce cognitive method complexity.Paul Buetow
2021-12-04Refactor read method to reduce its Cognitive Complexity.Paul Buetow
2021-12-04Bump up version to 4.0.0-RC6Paul Buetow
2021-12-04Refactor runJobs method to reduce its Cognitive ComplexityPaul Buetow
2021-12-04Refactor: Don't repeat myself.Paul Buetow
2021-12-04Fix code smell - as reported by SonarQubePaul Buetow
2021-12-03satisfy sonarqubePaul Buetow
2021-12-03Use nested comments to satisfy SonarQubePaul Buetow
2021-12-03fix misuse of unbuffered channel for OS signal handlingPaul Buetow
2021-12-03update TODO commentsPaul Buetow
2021-12-03fix inventoryPaul Buetow
2021-12-03add user permissions to JSON schemaPaul Buetow
2021-12-03reduce more code complexityPaul Buetow
2021-12-03comment why none logger documentation is emptyPaul Buetow
2021-12-03reduxe function code complexityPaul Buetow
2021-12-01update go and mod dependenciesPaul Buetow
2021-11-30update inventory filePaul Buetow
2021-11-30update inventory filePaul Buetow
2021-11-07Finetune example docsPaul Buetow
2021-11-07add serverless examplesPaul Buetow
2021-11-07update dmap.gif examplePaul Buetow
2021-11-07update dgrep.gif examplePaul Buetow
2021-11-07add int test gifPaul Buetow
2021-11-07update dcat.gif examplePaul Buetow
2021-11-07new dtail cont. map example gifsPaul Buetow
2021-11-07new dtail.gifPaul Buetow
2021-11-07can set ssh private key path file via env varPaul Buetow
2021-11-07Can configure num of docker server instances via NUM_INSTANCESPaul Buetow
2021-11-07add reference to asciinemaPaul Buetow
2021-11-07add asciinema readmePaul Buetow
2021-11-06Remove insecure and dangerous relaxed auth modePaul Buetow
2021-11-04Correct mapr stdout newlinesPaul Buetow
2021-11-03Clarify the testPaul Buetow
2021-11-03Add integration test for long line splitting - Also fixed a bug regarding ↵Paul Buetow
this along the way
2021-11-02Make it so that DTail 3 incompatibility error is printed when trying to ↵Paul Buetow
connect to it via a DTail client 4.x
2021-11-02Refactor integration tests. Also fix the dmap1 PIPE testPaul Buetow
2021-11-02remove docker test dmap2_testPaul Buetow
2021-11-02Bugfix: Dealing correctly with files without newline characters, also add ↵Paul Buetow
more tests
2021-11-01up modsPaul Buetow
2021-10-31add note about linting and vetting the code before a release is madePaul Buetow
2021-10-31typoPaul Buetow
2021-10-31add testing guidePaul Buetow
2021-10-31rename spartan mode to plain modePaul Buetow
2021-10-31add dmap integration test with stdin input pipePaul Buetow
2021-10-30bump RC versionPaul Buetow
2021-10-30remove unused rbuffer packagePaul Buetow
2021-10-30add support to read from stdin pipe in serverless mode, e.g. grep foo.log | ↵Paul Buetow
dmap "select from ...."
2021-10-29add dserver integration test for cont. queryPaul Buetow
2021-10-29add dserver integration test for scheduled queryPaul Buetow
2021-10-29explicitly use dlog.Server for server packages and dlog.Clent for client ↵Paul Buetow
packages for logging