| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2026-03-05 | Paul Buetow | ||
| 2026-03-05 | Improve lint/vet reliability and refactor client runtime/bootstrap | Paul Buetow | |
| 2026-03-03 | feat(config): add auth-key CLI and server cache settings | Paul Buetow | |
| 2025-07-04 | refactor: change turbo boost to be enabled by default | Paul Buetow | |
| - Changed environment variable from DTAIL_TURBOBOOST_ENABLE to DTAIL_TURBOBOOST_DISABLE - Changed config field from TurboModeEnable to TurboBoostDisable - Turbo boost is now enabled by default and must be explicitly disabled - Updated all code references, documentation, and examples - No change in functionality, only inverted the boolean logic This makes turbo boost opt-out rather than opt-in, providing better default performance for large files while allowing users to disable it for scenarios where it adds overhead. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com> | |||
| 2025-07-02 | feat: make turbo mode configurable via config file | Paul Buetow | |
| Add TurboModeEnable setting to server configuration with environment variable override. The DTAIL_TURBOBOOST_ENABLE environment variable takes precedence over config file setting. Turbo mode is automatically disabled for MapReduce operations to prevent data accuracy issues. - Add TurboModeEnable boolean to ServerConfig struct - Update config initializer to check environment variable for backward compatibility - Replace direct env var checks with config.Server.TurboModeEnable throughout codebase - Enable turbo mode in example config file (dtail.json.example) - Add property to JSON schema with descriptive documentation 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com> | |||
| 2024-03-29 | lint warnings | Paul Buetow | |
| 2021-12-03 | reduxe function code complexity | Paul Buetow | |
| 2021-11-07 | can set ssh private key path file via env var | Paul Buetow | |
| 2021-11-03 | Add integration test for long line splitting - Also fixed a bug regarding ↵ | Paul Buetow | |
| this along the way | |||
| 2021-10-31 | rename spartan mode to plain mode | Paul Buetow | |
| 2021-10-29 | refactor integration test ssh_host_key configuration | Paul Buetow | |
| 2021-10-29 | merge | Paul Buetow | |
| 2021-10-29 | Dont use relaxed SSH Auth mode anymore for integration tests | Paul Buetow | |
| 2021-10-27 | integration tests use separate ssh private key file | Paul Buetow | |
| 2021-10-24 | Use different ssh host key file path for integration tests | Paul Buetow | |
| 2021-10-24 | integration tests use a different known_hosts path and also dont read any ↵ | Paul Buetow | |
| external config files | |||
| 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 | |
| this is useful for running unit and integration tests in jenkins | |||
| 2021-10-15 | Execute test directories individually | Paul Buetow | |
| 2021-10-10 | add another dmap test - reading 100 source files at once | Paul Buetow | |
| fix a data race when reading multiple files on one server from the same session at once | |||
| 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-09 | refactor | Paul Buetow | |
| 2021-10-06 | move health check to separate client binary | Paul Buetow | |
| 2021-10-03 | add dmap tests | Paul Buetow | |
| 2021-10-02 | add dcat test | Paul Buetow | |
| 2021-10-02 | reduce logging in serverless mode | Paul Buetow | |
