summaryrefslogtreecommitdiff
path: root/spec/models/commit_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* Add # frozen_string_literal to spec/modelsThong Kuah2019-04-011-0/+2
* Add back Rugged support for retrieving a commit tree entryStan Hu2019-03-081-1/+15
* [master] Pipelines section is available to unauthorized usersKamil Trzciński2019-01-311-0/+1
* Truncate merge request titles with periods instead of ellipsisStan Hu2018-12-061-1/+1
* Match users better by their private commit emailNick Thomas2018-11-191-1/+23
* Merge branch 'fix-committer-typo' into 'master'Rémy Coutable2018-09-251-4/+4
|\
| * Fix committer typoGeorge Tsiolis2018-09-251-4/+4
* | Use `Gitlab::SafeRequestStore` in more placesMichael Kozono2018-09-241-1/+1
|/
* Make it clearer when Commit#description returns no_commit_messageSean McGivern2018-08-211-4/+5
* to avoid “NoMethodError (undefined method `split' for nil:NilClass)” whil...yisiliang2018-08-211-0/+5
* Client-side fix for Gitaly TreeEntry buggitaly-tree-entry-dot-dotJacob Vosmaer2018-06-261-20/+11
* Preload pipeline data for project pipelinesYorick Peterse2018-05-171-4/+80
* Workhorse to send raw diff and patch for commitsZeger-Jan van de Weg2018-05-161-1/+0
* Return nil on empty pathZeger-Jan van de Weg2018-04-171-0/+5
* Fix an order dependency in a specNick Thomas2018-01-291-3/+3
* Migrate Commit#uri_type to Gitalyfeature/migrate-commit-uri-to-gitalyAhmad Sherif2018-01-151-7/+17
* Display related merge requests in commit detail pageHiroyuki Sato2018-01-121-0/+13
* Remove the Commit#tree methodremove-commit-treeJacob Vosmaer2018-01-041-1/+0
* Replace '.team << [user, role]' with 'add_role(user)' in specs36782-replace-team-user-role-with-add_role-user-in-specsblackst0ne2017-12-221-2/+2
* Load commit in batches for pipelines#indexZeger-Jan van de Weg2017-12-191-0/+39
* Optimise getting the pipeline status of commitsci-pipeline-status-queryYorick Peterse2017-11-161-2/+9
* Prepare Repository#merge for migration to Gitalyoperation-service-mergeJacob Vosmaer2017-09-151-6/+1
* Improve description of a Commit#cherry_pick_message UTSaverio Miroddi2017-08-221-2/+2
* Fix rubocop errors in spec/models/commit_spec.rbSaverio Miroddi2017-08-211-2/+0
* Add UT for cherry-pick of an existing merge that is not foundSaverio Miroddi2017-08-211-19/+30
* Reverse order of commits in MR cherry-pick messageSaverio Miroddi2017-08-211-2/+3
* Remove redundant statement part in a test suiteSaverio Miroddi2017-08-181-1/+1
* Correct the cherry-pick message for merge commitsSaverio Miroddi2017-08-171-8/+35
* Extended UTs for the new cherry-pick message formatSaverio Miroddi2017-08-161-0/+24
* Incorporate Gitaly's CommitService.FindCommit RPCgitaly-find-commitAlejandro Rodríguez2017-08-071-1/+1
* Refactor Gitlab::Git::Commit to include a repositoryAlejandro Rodríguez2017-08-071-2/+0
* Change all `:empty_project` to `:project`rs-empty_project-defaultRobert Speicher2017-08-021-1/+1
* Rename many path_with_namespace -> full_pathGabriel Mazetto2017-08-011-1/+1
* Remove superfluous lib: true, type: redis, service: true, models: true, servi...Rémy Coutable2017-07-271-1/+1
* Use RequestStoreWrap for Commit#authorLin Jen-Shin2017-07-181-5/+3
* Correct RSpec/SingleLineHook cop offensesRobert Speicher2017-06-141-3/+9
* 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