summaryrefslogtreecommitdiff
path: root/internal/mapr
AgeCommit message (Expand)Author
2026-02-03Add SSH agent key selection and fix MapReduce outfile handlingPaul Buetow
2026-01-29refactor: improve Go best practices compliancePaul Buetow
2025-07-04refactor: change turbo boost to be enabled by defaultPaul Buetow
2025-07-04fix: resolve hanging TestTurboAggregateConcurrency testPaul Buetow
2025-07-04fix: resolve hanging test in TestTurboAggregateVsRegularPaul Buetow
2025-07-04fix: resolve MapReduce turbo mode issues and serverless processingPaul Buetow
2025-07-03fix: improve turbo mode MapReduce batch processing and shutdown sequencePaul Buetow
2025-07-03fix: implement thread-safe turbo mode for MapReduce operationsPaul Buetow
2025-07-02feat: make turbo mode configurable via config filePaul Buetow
2025-06-29fix: improve aggregate channel switching for MapReduce operationsPaul Buetow
2025-06-24Fix fmt.Errorf non-constant format string errors in multiple packagesPaul Buetow
2024-03-29only rename .csv.tmp to .csv when the final result was writtenPaul Buetow
2024-03-29lint warningsPaul Buetow
2023-09-07refactor go build tagsPaul Buetow
2023-09-07add mapr aggregration on CSV integr testPaul Buetow
2023-09-07Can quote fields in select conditions, e.g. select `count($foo)`, ..Paul Buetow
2023-09-07add CSV to parserPaul Buetow
2023-09-07Add CSV unit testPaul Buetow
2023-09-07Add `custom1` and `custom2` log formats.Paul Buetow
2023-09-07Add mimecast parser stub. Open source version of DTail won't be with it.Paul Buetow
2023-09-07Refactor logformats so that they don't use reflection anymore.Paul Buetow
2023-09-07DTail: Restrict SSH MAC algorithms allowed - Update of few dependenciesPaul Buetow
2023-09-07Refactor - reduce code complexityPaul Buetow
2023-09-07document Outfile - tidy modsPaul Buetow
2022-03-14a 0666 to OpenFile will respect the user's default umaskPaul Buetow
2022-03-14add integration test for "outfile append.."Paul Buetow
2022-03-14"append" now actually will append to an outfile now. previously we only added...Paul Buetow
2022-03-14Add "append" modifier for "outfile" keyword to the mapreduce languagePaul Buetow
2022-01-27Dont auto lowercase all mapreduce keysPaul Buetow
2021-12-23refactorPaul Buetow
2021-12-23refactor query parserPaul Buetow
2021-12-23Refactor code to reduce function sizePaul Buetow
2021-12-16documenting how to implement a custom log formatPaul Buetow
2021-12-14Refactor makeWhereConditionsPaul Buetow
2021-12-12add set condition integraion testPaul Buetow
2021-12-10remove trace loggingPaul Buetow
2021-12-10RefactorPaul Buetow
2021-12-10If rString is not a field name, use actual value for set condition.Paul Buetow
2021-12-10RefactorPaul Buetow
2021-12-10RefactorPaul Buetow
2021-12-09Documenting log formatsPaul Buetow
2021-12-09Refactor result methodPaul Buetow
2021-12-09Refactor WriteResult method.Paul Buetow
2021-12-08add missing dmap test filePaul Buetow
2021-12-08add where clause integration test to dmap1, all mapreduce token fields are lo...Paul Buetow
2021-12-08Reduce cognitive code complexityPaul Buetow
2021-12-05buffer line.Line for performancePaul Buetow
2021-10-29explicitly use dlog.Server for server packages and dlog.Clent for client pack...Paul Buetow
2021-10-24Fix DCat color test.Paul Buetow
2021-10-24Fix deadlock around aggregating data + server max concurrent file read limiterPaul Buetow