| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-06-19 | Refactor: Extract magic numbers as constants and reduce client code duplication | Paul Buetow | |
| - Created internal/constants package with organized constant files: - timeouts.go: All time duration constants (timeouts, intervals, delays) - channels.go: Channel buffer size constants - limits.go: Numeric limits and configuration values - buffers.go: Buffer size constants in bytes - Replaced all magic numbers throughout codebase with named constants: - Time durations (2s, 3s, 5s, 10s, 100ms, 24h) now use descriptive constants - Buffer sizes (8KB, 64KB, 1MB) extracted to constants - Channel buffer sizes and multipliers - Configuration limits (max connections, concurrency, etc.) - Health check status codes - Percentage calculations - Reduced code duplication in client implementations: - Created CommonClient to share functionality between CatClient, GrepClient, and TailClient - All three clients now inherit from CommonClient - Eliminated duplicate makeHandler() and makeCommands() methods - Simplified client constructors This refactoring improves code maintainability by centralizing configuration values and reducing redundant code across similar client implementations. | |||
| 2021-12-04 | Fix code smell - as reported by SonarQube | Paul Buetow | |
| 2021-11-06 | Remove insecure and dangerous relaxed auth mode | Paul Buetow | |
| 2021-10-29 | explicitly use dlog.Server for server packages and dlog.Clent for client ↵ | Paul Buetow | |
| packages for logging | |||
| 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 | Fix DCat color test. | Paul Buetow | |
| 2021-10-21 | merge develop | Paul Buetow | |
| 2021-10-21 | backport ECDSA key support form master | 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-10 | vetting and linting and some code restyling | Paul Buetow | |
| 2021-10-02 | refactor config reader - also looks in additional search paths for config ↵ | Paul Buetow | |
| file unless NONE is specified | |||
| 2021-10-02 | move args to config package | Paul Buetow | |
| logger package rewrite as dlog | |||
| 2021-08-22 | introduces the protocol package | Paul Buetow | |
| 2021-03-16 | Support ECDSA SSH key | Philip Foulkes | |
| 2020-09-04 | add ssh relaxed auth mode | Paul Buetow | |
| 2020-05-20 | can specify a private ssh key via command line, no password support yet though | Paul Buetow | |
| 2020-05-13 | add more ssh key debugging | Paul Buetow | |
| 2020-05-13 | refactor | Paul Buetow | |
| 2020-02-11 | more on scheduled jobs and ssh callbacks | Paul Bütow | |
| 2020-02-10 | initial scheduled jobs | Paul Bütow | |
| 2020-02-08 | move prompt to io/ | Paul Bütow | |
| 2020-02-07 | Introduce drun command, refactor code to use context package | Paul Bütow | |
| 2020-01-21 | Move commands to cmd/ and move internal dependencies to internal/ | Paul Bütow | |
