summaryrefslogtreecommitdiff
path: root/spec/models/commit_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* Fix linting, route, and specsRémy Coutable2017-06-091-1/+1
* Fix spec failures and add a feature flag for the performance barRémy Coutable2017-06-091-1/+1
* Merge branch '12614-fix-long-message' into 'master'Dmitriy Zaporozhets2017-06-081-2/+24
|\
| * Fix long urls in the title of commitAlexander Randa2017-05-121-2/+24
* | Add support for deltas_only under GitalyAhmad Sherif2017-05-131-15/+0
* | Remove deltas_only from DiffCollectionJacob Vosmaer2017-05-111-17/+4
* | Re-enable Gitaly commit_raw_diff featureAhmad Sherif2017-05-071-28/+27
* | Rename latest_pipeline to last_pipelinealways-show-latest-pipeline-in-commit-boxLin Jen-Shin2017-05-031-3/+3
|/
* Setup and run a Gitaly server for testing if GitalyClient is enabledgitaly-testingAlejandro Rodríguez2017-04-111-27/+28
* Merge branch 'feature/use-gitaly-for-commit-show' into 'master'Robert Speicher2017-03-171-0/+28
|\
| * Use Gitaly for CommitController#showfeature/use-gitaly-for-commit-showAhmad Sherif2017-03-151-0/+28
* | Adds pipeline mini-graph to system information box in Commit ViewFilipa Lacerda2017-03-161-0/+19
|/
* 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