Skip to content

v1.5.1

Latest

Choose a tag to compare

@github-actions github-actions released this 30 Dec 15:57
· 660 commits to main since this release

Changelog

  • bc01c1e changelog: add 1.5.1 entry (config fixes, debug, tests, CI)
  • a7ad31b initial commit: add keymaster binary
  • 098bd3e vscode: hide built keymaster binary from explorer/search
  • 215b5e3 gitignore: stop ignoring cmd/keymaster; keep top-level binary ignores
  • 50b5b87 cmd/keymaster: add debug command (debugCmd) for runtime diagnostics
  • 4b96e8e Refactor code structure for improved readability and maintainability
  • f29e889 Refactor SSH key tests for improved readability and error handling
  • ffe0fcb Add comprehensive tests for SSH key parsing and validation
  • cece10b automated testing on checkins
  • 2559290 Improve error logging for invalid YAML configuration and add test for parse errors
  • 23d9e60 unit tests for config file loading
  • 5a4d7aa Enhance config loading with improved diagnostics and error handling
  • 8819c99 add keymaster binary to .gitignore
  • 2fa2c6e Merge pull request #50 from ToeiRei/dependabot/go_modules/gomod-patch-and-minor-a3a4ccec5e
  • 37cbfbb Bump the gomod-patch-and-minor group across 1 directory with 3 updates
  • 8002e58 Merge pull request #46 from ToeiRei/dependabot/github_actions/actions/upload-artifact-6
  • 56f356b Merge pull request #47 from ToeiRei/dependabot/github_actions/actions/cache-5
  • 76d6c76 Merge pull request #48 from ToeiRei/dependabot/go_modules/gomod-patch-and-minor-3402fee0b7
  • 17caeec Bump the gomod-patch-and-minor group with 3 updates
  • ee39a2f Bump actions/cache from 4 to 5
  • b320c7e Bump actions/upload-artifact from 5 to 6
  • bd40ff7 backup/restore test
  • a1e63cf Some more unit tests
  • f14a8bd Merge pull request #45 from ToeiRei/dependabot/go_modules/gomod-patch-and-minor-f0625c8c5c
  • 3488bd5 Bump github.com/spf13/cobra in the gomod-patch-and-minor group
  • e8908ee Potential fix for code scanning alert no. 7: Workflow does not contain permissions
  • 78ebdef Merge pull request #44 from ToeiRei/dependabot/github_actions/actions/setup-go-6
  • 7cb334d Merge pull request #43 from ToeiRei/dependabot/github_actions/actions/checkout-6
  • aa7c9b1 Bump actions/setup-go from 5 to 6
  • ad84658 Bump actions/checkout from 4 to 6
  • fac2931 Merge pull request #42 from ToeiRei/dependabot/go_modules/gomod-patch-and-minor-5b4a49ac63
  • 13ce18f Bump the gomod-patch-and-minor group with 3 updates
  • 4a1c881 version reporting fixes
  • d1692e4 Some Love for the README
  • 91dbe96 Add db-maintain command for database maintenance tasks and implement RunDBMaintenance function with timeout support
  • 5873159 Refactor database initialization to prevent re-initialization and enhance account insertion for better DB compatibility
  • 9437d92 Enhance timestamp handling in audit log import for MySQL compatibility and adjust PostgreSQL driver mapping in DSN initialization
  • 6a228a3 fix db problems on tests
  • d3f51ee retry
  • f209060 Fix health check command syntax in DB integration workflow and adjust schema migration table creation for MySQL
  • ab79b95 ignore coverage reports
  • 639b6fc test db integration runners
  • cd2220f Add database connection pool configuration with environment variable support
  • 36fba98 Do some more test coverage
  • 1f10027 Refactor database error handling to use MapDBError and remove deprecated NewStore function
  • 3d1748c Make a migration to not brick current DBs
  • 3971bee remove migrate (tidy)
  • 7046488 Bump.
  • 8bfd7c3 Refactor RunMigrations function to improve error handling and migration application logic
  • c87d9cf Refactor database initialization to use NewStoreFromDSN for improved abstraction and error handling
  • e62de1d Refactor database error handling and add MapDBError function for better error mapping
  • e555ac7 Merge pull request #39 from ToeiRei/dependabot/github_actions/actions/setup-go-6
  • 57d418f Bump actions/setup-go from 4 to 6
  • b5a599f Merge pull request #40 from ToeiRei/dependabot/github_actions/actions/upload-artifact-5
  • cdc19a5 Merge pull request #41 from ToeiRei/dependabot/github_actions/actions/checkout-6
  • bda2ecd Bump actions/checkout from 4 to 6
  • d4a6192 Bump actions/upload-artifact from 4 to 5