Ryan
e9be35e374
refactor(doctor): split doctor.go into modular package files ( #653 )
...
* refactor(doctor): split doctor.go into modular package files
Split the 3,171-line doctor.go into logical sub-files within the
cmd/bd/doctor/ package, reducing the main file to 834 lines (74% reduction).
New package structure:
- types.go: DoctorCheck struct and status constants
- installation.go: CheckInstallation, CheckMultipleDatabases, CheckPermissions
- git.go: CheckGitHooks, CheckMergeDriver, CheckSyncBranch* checks
- database.go: CheckDatabaseVersion, CheckSchemaCompatibility, CheckDatabaseJSONLSync
- version.go: CheckCLIVersion, CheckMetadataVersionTracking, CompareVersions
- integrity.go: CheckIDFormat, CheckDependencyCycles, CheckTombstones
- daemon.go: CheckDaemonStatus, CheckVersionMismatch
- quick.go: Quick checks for sync-branch and hooks
Updated tests to use exported doctor.CheckXxx() functions and
doctor.StatusXxx constants.
* fix(doctor): suppress gosec G204 false positives
Add #nosec G204 comments to exec.Command calls in CheckSyncBranchHealth
where variables come from trusted sources (config files or hardcoded
values like "main"/"master"/"origin"), not untrusted user input.
2025-12-19 17:29:36 -08:00
..
2025-12-19 17:29:36 -08:00
2025-12-16 13:42:43 -08:00
2025-12-18 22:46:14 -08:00
2025-12-18 18:23:30 -08:00
2025-12-18 18:23:30 -08:00
2025-12-18 18:23:30 -08:00
2025-12-16 14:20:49 -08:00
2025-12-07 21:09:32 +11:00
2025-12-16 14:20:49 -08:00
2025-12-18 18:23:30 -08:00
2025-12-19 00:42:35 -08:00
2025-12-14 14:18:01 -08:00
2025-11-21 15:51:07 -05:00
2025-12-02 23:44:22 -08:00
2025-12-16 01:25:57 -08:00
2025-12-16 14:20:49 -08:00
2025-12-16 17:26:06 -08:00
2025-12-18 20:06:41 +01:00
2025-12-18 20:09:46 -08:00
2025-11-05 20:39:47 -08:00
2025-12-16 00:06:19 -08:00
2025-12-18 18:23:30 -08:00
2025-11-07 21:17:24 -08:00
2025-11-28 23:14:12 -08:00
2025-12-18 18:23:30 -08:00
2025-12-16 01:17:25 -08:00
2025-12-01 17:37:56 -08:00
2025-11-23 21:33:00 -08:00
2025-12-11 07:11:15 -05:00
2025-11-24 23:39:54 -08:00
2025-12-11 07:11:42 -05:00
2025-12-13 12:50:33 -08:00
2025-11-28 23:14:12 -08:00
2025-12-16 14:20:49 -08:00
2025-12-11 07:11:15 -05:00
2025-11-02 22:17:08 -08:00
2025-12-13 12:50:33 -08:00
2025-12-16 01:17:25 -08:00
2025-10-31 18:40:32 -07:00
2025-11-21 14:40:22 -05:00
2025-12-16 22:01:31 -08:00
2025-12-01 21:17:56 -08:00
2025-12-16 00:17:40 -08:00
2025-12-18 18:23:30 -08:00
2025-12-02 23:44:22 -08:00
2025-12-13 12:50:33 -08:00
2025-12-13 10:04:01 +11:00
2025-12-19 17:29:36 -08:00
2025-12-19 17:29:36 -08:00
2025-12-18 01:34:14 -08:00
2025-12-02 23:44:22 -08:00
2025-11-21 16:14:27 -05:00
2025-12-02 23:44:22 -08:00
2025-12-02 23:44:22 -08:00
2025-12-07 21:14:13 +11:00
2025-12-02 22:41:07 -08:00
2025-11-20 21:54:11 -05:00
2025-12-07 20:57:58 +11:00
2025-12-19 01:47:03 -08:00
2025-12-18 18:56:59 -08:00
2025-12-18 18:56:59 -08:00
2025-12-18 20:35:00 -08:00
2025-12-18 20:35:00 -08:00
2025-11-26 17:42:14 -08:00
2025-12-13 12:50:33 -08:00
2025-12-13 12:50:33 -08:00
2025-11-21 23:09:47 -08:00
2025-11-19 05:06:12 -05:00
2025-12-16 14:20:49 -08:00
2025-12-17 17:29:33 -08:00
2025-12-18 23:20:49 -08:00
2025-11-29 23:22:52 -08:00
2025-12-13 12:50:33 -08:00
2025-12-18 20:33:25 -08:00
2025-12-18 20:33:25 -08:00
2025-12-16 14:20:49 -08:00
2025-12-18 00:41:49 -08:00
2025-12-03 17:50:23 -08:00
2025-12-16 00:56:06 -08:00
2025-12-02 23:44:22 -08:00
2025-12-19 01:28:54 -08:00
2025-12-18 02:48:13 -08:00
2025-12-19 12:07:13 -08:00
2025-12-18 18:56:59 -08:00
2025-10-20 21:08:49 -07:00
2025-12-02 23:44:22 -08:00
2025-12-02 23:44:22 -08:00
2025-12-04 11:21:43 -08:00
2025-12-13 12:50:33 -08:00
2025-11-20 21:57:23 -05:00
2025-12-16 14:20:49 -08:00
2025-12-02 23:44:22 -08:00
2025-12-04 11:21:43 -08:00
2025-12-18 11:48:02 -08:00
2025-12-18 18:23:30 -08:00
2025-10-18 18:21:17 -07:00
2025-12-19 00:34:52 -08:00
2025-12-03 18:08:33 -08:00
2025-12-18 00:49:07 -05:00
2025-12-16 01:08:40 -08:00
2025-12-18 20:33:25 -08:00
2025-12-02 23:44:22 -08:00
2025-11-30 00:38:57 -08:00
2025-12-19 15:09:30 -08:00
2025-12-05 14:47:02 -08:00
2025-12-18 11:25:17 -08:00
2025-12-18 02:48:13 -08:00
2025-12-15 23:59:21 -08:00
2025-11-20 21:57:23 -05:00
2025-12-15 23:59:21 -08:00
2025-12-02 23:44:22 -08:00
2025-12-02 23:44:22 -08:00
2025-12-16 13:06:47 -08:00
2025-12-16 17:50:25 -08:00
2025-12-04 11:21:43 -08:00
2025-11-20 21:57:23 -05:00
2025-11-21 19:32:45 -05:00
2025-11-21 19:32:45 -05:00
2025-11-04 11:25:36 -08:00
2025-12-16 13:42:43 -08:00
2025-12-18 21:55:54 -08:00
2025-12-02 22:41:07 -08:00
2025-11-21 23:22:12 -08:00
2025-12-16 01:07:33 -08:00
2025-12-04 11:21:43 -08:00
2025-11-21 23:34:22 -08:00
2025-12-16 14:20:49 -08:00
2025-12-18 00:49:07 -05:00
2025-12-18 00:18:37 -08:00
2025-12-18 00:18:37 -08:00
2025-12-13 12:50:33 -08:00
2025-12-14 12:40:32 -08:00
2025-12-18 11:30:26 -08:00
2025-11-24 10:56:14 -08:00
2025-12-13 12:50:33 -08:00
2025-12-19 00:34:52 -08:00
2025-12-03 18:30:53 -08:00
2025-12-02 23:44:22 -08:00
2025-12-13 10:04:01 +11:00
2025-12-04 11:21:43 -08:00
2025-12-02 23:38:20 -08:00
2025-12-18 22:46:14 -08:00
2025-12-16 00:06:19 -08:00
2025-12-16 00:06:19 -08:00