Skip to content
This repository has been archived by the owner on Nov 8, 2022. It is now read-only.

Latest commit

 

History

History
82 lines (55 loc) · 2.2 KB

CHANGELOG.md

File metadata and controls

82 lines (55 loc) · 2.2 KB

Date : October 25, 2019

Changelog :

  • Bump gitlab-grit to version 2.7.2

Date : September 10, 2014

Changelog :

  • Bump gitlab-grit to version 2.7.1

Date : July 22, 2014

Changelog :

  • Grit mangle the options hash, clone it.

Date : July 22, 2014

Changelog :

  • Raises Grit::Git::CommandFailed when the :raise option is set true and the git command exits with a non-zero exit status.

Date : July 16, 2014

Changelog :


Date : April 29, 2014

Changelog :

  • Rollback to GRATR (Plexus crash in Rails environment, don't know why...)
  • Add commit tests for GitoliteAdmin

Date : April 22, 2014

Changelog :

  • Allow key names with '+' character in them
  • Replace GRATR by Plexus
  • Test if file generation works
  • Add tests for GitoliteAdmin
  • Bump to last version of development gems

Date : April 19, 2014

Changelog :

Actually there's not much changes but the last modifications (thread safety, options added) justify this major update.

By the way the wiki has been updated and the test infrastructure too.


Date : April 14, 2014

Changelog :

  • Fix thread safety
  • Pass env options as hash to Grit (such as GIT_SSH)
  • Pass options hash to save method
  • Add Grit.debug option
  • Add Grit::Git.git_timeout option