summaryrefslogtreecommitdiff
path: root/spec/models/commit_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* Ensure we don't check a commit's description for revert message if it has no ...Rémy Coutable2016-02-221-0/+34
* Tag model specsDouwe Maan2015-12-091-1/+1
* Merge branch 'webhook_payload_with_changes' into 'master' Valery Sizov2015-12-071-0/+11
|\
| * fixes after reviewwebhook_payload_with_changesValery Sizov2015-12-071-1/+1
| * fox specsValery Sizov2015-12-071-1/+1
| * Add added, modified and removed properties to commit object in webhookValery Sizov2015-12-041-0/+11
* | Render commit reference using short sha, but include full sha in comment.Douwe Maan2015-12-011-3/+14
* | Fix specsDouwe Maan2015-11-301-10/+6
|/
* Fix mentionable specsDouwe Maan2015-10-121-2/+2
* Update mock and stub syntax for specsRobert Speicher2015-06-221-3/+5
* Add `to_reference` for models that support referencesRobert Speicher2015-05-261-2/+22
* No longer needed to pass project argument to commit methods.Douwe Maan2015-04-241-2/+2
* Use project.commit convenience method.Douwe Maan2015-04-241-1/+1
* Update mentionable shared examples to be (a bit) more understandableRobert Speicher2015-04-161-1/+1
* Correct usage of `subject` in specsRobert Speicher2015-04-161-1/+2
* 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