Skip to content

v1.0.0

Choose a tag to compare

@github-actions github-actions released this 18 Mar 03:35
· 60 commits to main since this release

Bug Fixes

  • add safe.directory config for Docker workspace ownership by @somaz94
  • remove deprecated buildx install input and add missing env vars by @somaz94
  • add git-lfs to Docker image to prevent pre-push hook failure by @somaz94
  • improve security for all providers by @somaz94
  • use exit code validation instead of grep on annotations by @somaz94
  • ensure git repo exists for Docker dry-run and improve CI test targets by @somaz94
  • resolve parallel race condition, add mutex and prevent credential prompts by @somaz94

CI/CD

  • improve CI and smoke test coverage by @somaz94

Documentation

  • add documentation, workflows, and GitHub configs by @somaz94
  • update AUTHENTICATION.md and CLAUDE.md for new features by @somaz94
  • update documentation for new features and add authentication guides by @somaz94

Features

  • scaffold Go-based git-mirror-action project structure by @somaz94
  • add retry, pre-check, exclude branches, and parallel mirroring by @somaz94

Other Changes

Refactoring

  • add SSH support, credential encoding, log masking, and config validation by @somaz94

Testing

  • add unit tests for config, mirror, and output packages by @somaz94
  • improve test coverage with mock-based tests by @somaz94
  • add tests for SSH, credential encoding, masking, and validation by @somaz94
  • improve SSH test coverage with configurable sshDir by @somaz94