summaryrefslogtreecommitdiff
path: root/spec/models/commit_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* Use `:empty_project` where possible in model specsrs-empty_project-modelsRobert Speicher2017-01-261-7/+7
* Allows to search within project by commit's hashYarNayar2017-01-241-0/+18
* Mark MR as WIP when pushing WIP commitsjurre2017-01-191-0/+28
* Add explicit status test, feedback:show-commit-status-from-latest-pipelineLin Jen-Shin2016-12-151-0/+2
* Use described_class and update descriptionLin Jen-Shin2016-12-151-1/+1
* Introduce latest_status and add a few testsLin Jen-Shin2016-12-141-2/+2
* Merge remote-tracking branch 'upstream/master' into show-commit-status-from-l...Lin Jen-Shin2016-12-141-9/+33
|\
| * Merge branch 'jej-23867-use-mr-finder-instead-of-access-check' into 'security'Douwe Maan2016-12-081-5/+6
| * Add shorthand support to gitlab markdown referencesOswaldo Ferreira2016-12-021-4/+10
| * Pass commit data to ProcessCommitWorkerprocess-commit-worker-improvementsYorick Peterse2016-12-011-0/+17
* | Avoid using random in the tests, feedback:Lin Jen-Shin2016-11-241-2/+2
* | Fix test description to mention latest pipeline,Lin Jen-Shin2016-11-231-2/+2
* | Still use compound pipeline status, but group byLin Jen-Shin2016-11-211-4/+4
* | Show commit status from latest pipelineLin Jen-Shin2016-11-081-16/+11
|/
* There's no such methodLin Jen-Shin2016-11-041-4/+0
* Merge status_for and status, feedback:Lin Jen-Shin2016-11-031-34/+36
* Add tests for Commit#status and Commit#status_for, feedback:Lin Jen-Shin2016-10-281-1/+44
* refactors tests because of gitlab-test repository changes20708-new-branch-is-immediatelly-tagged-as-mergedtiagonbotelho2016-10-111-4/+4
* Expand commit message width in repo viewClement Ho2016-08-021-0/+21
* Add specs for caching commit authorStan Hu2016-07-271-0/+20
* Ensure relative paths for video are rewritten as we do for images20189-markdown-video-doesn-t-work-when-the-referenced-video-file-is-in-same-repoRémy Coutable2016-07-261-0/+1
* Optimize Banzai::Filter::RelativeLinkFilterAlejandro Rodríguez2016-06-211-0/+12
* Refactor ParticipableYorick Peterse2016-06-011-1/+37
* Codestyle: make sure we have space around operatorsGabriel Mazetto2016-05-131-1/+1
* Rename CiStatus to StatusableKamil Trzcinski2016-04-161-0/+8
* Restrict access to references for confidential issuesDouglas Barbosa Alexandre2016-03-171-1/+12
* 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