summaryrefslogtreecommitdiff
path: root/spec/models/commit_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* Don't use HTML ellipsis in EmailsOnPush subject truncated commit message.emailsonpush-hellipDouwe Maan2015-04-141-1/+1
* Updated rspec to rspec 3.x syntaxJeroen van Baarsen2015-02-121-21/+21
* Allow commit messages to close several issues at once (thanks @123Haynesjubianchi2015-01-201-4/+0
* Use 8chars short sha for commit in viewsDmitriy Zaporozhets2014-10-101-1/+1
* Use short_id instead of [0..N] for short version of commit shaDmitriy Zaporozhets2014-10-101-1/+1
* Make Mentionables work for cross-project refsVinnie Okada2014-10-031-1/+13
* Fix commit specsDmitriy Zaporozhets2014-08-011-4/+7
* Make changes to testsDmitriy Zaporozhets2014-01-221-1/+1
* Link issues from comments and automatically close themash wilson2013-08-251-1/+21
* Allow project name, path etc start with number. Fixed specsDmitriy Zaporozhets2013-08-131-3/+3
* Merge Request on forked projectsIzaak Alpert2013-07-171-1/+0
* Fixed API file raw functionality, Fixed tree controller tests. Added BlobCont...Dmitriy Zaporozhets2013-04-031-2/+2
* Dont init repo on every create(:repo)Dmitriy Zaporozhets2013-04-011-1/+1
* Project.repository should never be nil so you can call repository.exists? or ...Dmitriy Zaporozhets2013-04-011-22/+19
* Fix tests and remove app/models/repository.rbDmitriy Zaporozhets2013-03-311-45/+0
* Fixed protected branches and file editDmitriy Zaporozhets2013-01-041-1/+1
* Rspec models Milestone, Commit, UsersProjectDmitriy Zaporozhets2013-01-031-0/+61
* Cache the value of safe_messageRobert Speicher2012-10-021-0/+37