Skip to content

Releases: lvrfrc87/git-acp-ansible

Ver. 2.2.0

25 Sep 06:29
356fe20
Compare
Choose a tag to compare
  • Add support for clean option.
  • Module exit with warning if nothing to commit.

Ver. 2.1.0

25 Sep 06:28
356fe20
Compare
Choose a tag to compare
  • Add support for push option.
  • Add force_push argument.
  • Improve README.md
  • Minor fixes and improvements

Ver. 2.0.0

18 Apr 19:57
115a85f
Compare
Choose a tag to compare
  • Remove git config argument (the practice of setting parameters in the environmental variables is encouraged)
  • Remove remote argument (the practice of setting parameters in the URL is encouraged).
  • Remove user argument (the practice of setting parameters in the URL is encouraged).
  • Remove token argument (the practice of setting parameters in the URL is encouraged).
  • Remove remote argument (the practice of setting parameters in the URL is encouraged)

Ver. 1.5.0

12 Feb 13:49
59b3531
Compare
Choose a tag to compare
  • Add pull function.
  • Bump cryptography.
  • Fix typo in README.md.
  • Fix Compatibility with pre-commit ansible-lint.

Ver. 1.4.0

16 Jun 07:31
ad70126
Compare
Choose a tag to compare
  • Add SSH parameters support.
  • Add poetry.

Ver. 1.3.0

08 Nov 10:48
Compare
Choose a tag to compare
  • Class based code refactoring

v1.2.0

02 Nov 17:01
5e06e7a
Compare
Choose a tag to compare
  • Minor code refactoring

v1.1.1

27 Nov 08:41
dd9f218
Compare
Choose a tag to compare

Add support for Gitolite ssh URL

v1.1.0

09 Oct 09:58
Compare
Choose a tag to compare
  • Add idempotency for git remote add command
  • Add support for custom remote repo alias (i.e. origin)
  • Improve return module error message
  • Add support for git config user.name and user.email
  • Add doc strings to each function
  • Improve variable name