summaryrefslogtreecommitdiff
path: root/spec/controllers/projects/commit_controller_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2023-04-061-16/+0
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2023-03-221-0/+31
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2023-03-131-3/+78
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2023-02-171-101/+26
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2023-01-311-0/+2
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2022-07-291-0/+16
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2022-07-251-1/+0
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2022-04-111-0/+16
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2022-03-211-0/+30
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2022-02-011-0/+12
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2021-06-301-1/+21
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2021-06-011-12/+0
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2021-04-121-0/+98
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2021-03-151-2/+24
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-06-031-1/+1
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-01-281-6/+6
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-10-021-3/+4
* Change `be_success` to `be_successful` in specsfix-deprecation-warnings-change-success-to-successfulVitali Tatarintev2019-08-191-5/+5
* Cleanup usages of `JSON.parse` in specsPeter Leitzen2019-07-161-2/+2
* Add some frozen string to spec/**/*.rbgfyoung2019-04-151-0/+2
* Enable the Layout/ExtraSpacing cop56392-enable-the-layout-extraspacing-copRémy Coutable2019-01-241-1/+1
* Update specs to rails5 formatblackst0ne-convert-specs-rails5-styleblackst0ne2018-12-191-42/+64
* Adds pagination to pipelines table in merge request page28249-add-paginationFilipa Lacerda2018-10-311-0/+1
* Add target branch to cherry pick confirmation messageGeorge Andrinopoulos2018-08-191-1/+1
* Resolve "Rename the `Master` role to `Maintainer`" BackendMark Chao2018-07-111-1/+1
* Workhorse to send raw diff and patch for commitsZeger-Jan van de Weg2018-05-161-28/+5
* adding view and feature specsmicael.bergeron2017-12-071-1/+2
* add support for the commit reference filtermicael.bergeron2017-12-071-1/+1
* diff notes created in merge request on a commit have the right contextmicael.bergeron2017-12-071-0/+15
* Batchload blobs for diff generationZeger-Jan van de Weg2017-11-211-3/+3
* Merge branch '37824-many-branches-lock-server' into 'master'Annabel Dunstone Gray2017-11-071-4/+22
|\
| * implemented using an ivar, and added specsBrett Walker2017-10-131-4/+22
* | Refactor `have_http_status` into `have_gitlab_http_status` in the specsJacopo2017-10-201-6/+6
|/
* Update Pipeline's badge count in Merge Request and Commits view to match real...Filipa Lacerda2017-07-141-1/+2
* Create and use project path helpers that only need a project, no namespaceDouwe Maan2017-07-051-4/+4
* Enable Style/DotPosition Rubocop :cop:Grzegorz Bizon2017-06-211-2/+2
* Correct RSpec/SingleLineHook cop offensesRobert Speicher2017-06-141-2/+6
* Satisfy RubocopDouwe Maan2017-04-051-1/+1
* Add option to start a new discussion on an MRDouwe Maan2017-04-051-1/+1
* Fix cherry-picking or reverting through an MRDouwe Maan2017-03-021-6/+6
* Use Namespace#full_path instead of #path where appropriatedm-more-namespace-full-pathDouwe Maan2017-02-231-26/+26
* Add controller tests for commit pipelines endpointGrzegorz Bizon2017-01-271-5/+19
* Use `empty_project` where possible in controller specsrs-empty_project-controllersRobert Speicher2017-01-251-1/+1
* Add sorting pipeline for a commitTakuya Noguchi2017-01-191-3/+35
* refactors tests because of gitlab-test repository changes20708-new-branch-is-immediatelly-tagged-as-mergedtiagonbotelho2016-10-111-6/+10
* fixes part1 of files to start using active tensetiagonbotelho2016-08-091-13/+13
* Move to Gitlab::Diff::FileCollectionPaco Guzman2016-08-031-3/+3
* Cache highlighted diff lines for merge requestsPaco Guzman2016-08-031-6/+7
* Fix failing CommitController spec17073-tagscontroller-index-is-terrible-response-time-goes-up-to-5-secondsAlejandro Rodríguez2016-07-281-9/+0
* Support renames in diff_for_path actionsSean McGivern2016-07-111-5/+5