summaryrefslogtreecommitdiff
path: root/app/models/merge_request.rb
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'zj-deployment-status-on-mr' into 'master' Douwe Maan2016-08-151-0/+8
|\
| * Method names changed to #includes_commit?zj-deployment-status-on-mrZ.J. van de Weg2016-08-121-1/+3
| * Incorporate feedbackZ.J. van de Weg2016-08-111-1/+1
| * Show deployment status on a MR viewZ.J. van de Weg2016-08-111-0/+6
* | api for generating new merge requestScott Le2016-08-111-0/+1
|/
* change the API on the merge_request_diff model from diffs -> raw_diffsuse-raw-diffs-for-merge-request-diffsPaco Guzman2016-08-031-1/+1
* Make Compare#diffs diff_options a regular argumentDouwe Maan2016-08-031-1/+1
* switch from diff_file_collection to diffs20034-safe-diffsPaco Guzman2016-08-031-4/+4
* Introduce Compare model in the codebase.Paco Guzman2016-08-031-2/+6
* Move to Gitlab::Diff::FileCollectionPaco Guzman2016-08-031-0/+4
* Cache highlighted diff lines for merge requestsPaco Guzman2016-08-031-0/+2
* Speedup DiffNote#active? on discussions, preloading noteables and avoid touch...Paco Guzman2016-08-021-1/+14
* fixup! Fix attr reader to force the intended values for source and target shasfix-gh-pull-requestsDouglas Barbosa Alexandre2016-07-311-6/+2
* Fix attr reader to force the intended values for source and target shasDouglas Barbosa Alexandre2016-07-311-0/+4
* Revert "Revert "Merge branch '18193-developers-can-merge' into 'master' ""Rémy Coutable2016-07-181-1/+7
* Revert "Merge branch '18193-developers-can-merge' into 'master' "Robert Speicher2016-07-131-7/+1
* Don't ask the user to "merge this request manually".Timothy Andrew2016-07-131-0/+5
* Refactor `Gitlab::GitAccess`Timothy Andrew2016-07-131-1/+1
* Added "developers can merge" setting to protected branchesMathias Vestergaard2016-07-131-1/+2
* Merge branch 'master' into single-file-diffsSean McGivern2016-07-111-2/+2
|\
| * Memoize MR merged/closed events retrievalmemoize_merge_request_eventsPaco Guzman2016-07-081-2/+2
* | Collapse large diffs by defaultSean McGivern2016-07-081-1/+5
|/
* Remove duplication, unused methods, and some other style thingsDouwe Maan2016-07-061-5/+1
* Add some more code comments.Douwe Maan2016-07-061-2/+3
* Automatically update diff note positions when MR is pushed toDouwe Maan2016-07-061-5/+40
* Support new diff notes on MRs with diff_refsDouwe Maan2016-07-061-0/+4
* Add Timeless helper module to prevent updated_at from being updatedDouwe Maan2016-07-061-6/+1
* Represent DiffRefs as proper class instead of tuple arrayDouwe Maan2016-07-061-6/+10
* Rename MergeRequest methods that return commits or shas to be more clear and ...Douwe Maan2016-07-061-40/+80
* Revert back to not defining a default Git access protocol.Patricio Cano2016-07-051-1/+1
* Default Git access protocol to `web`Patricio Cano2016-07-051-1/+1
* Rename ENV['PROTOCOL'] to ENV['GL_PROTOCOL'] to conform to what GitLab Shell ...Patricio Cano2016-07-051-1/+1
* Don't garbage collect commits that have related DB records like commentsDouwe Maan2016-07-041-3/+9
* use has_many relationship with eventsJames Lopez2016-07-011-1/+2
* fixing events for import/exportJames Lopez2016-06-291-0/+1
* Workhorse to serve email diffsZ.J. van de Weg2016-06-281-7/+0
* Fix a wrong MR status when merge_when_build_succeeds & project.only_allow_mer...19035-fix-merge-issueRémy Coutable2016-06-241-4/+4
* Fix RangeError exceptions when referring to issues or merge requests outside ...Stan Hu2016-06-181-0/+4
* Merge branches 'feature/project-export' and 'feature/project-import' of gitla...James Lopez2016-06-131-49/+42
|\
| * Remove unused MergeRequest#gitlab_merge_status methodRémy Coutable2016-06-101-8/+0
| * Rename ci_commit -> pipelineRémy Coutable2016-06-101-1/+1
| * Rename MergeRequest#cannot_be_merged_because_build_is_not_success? to #mergea...Rémy Coutable2016-06-101-5/+7
| * Improve initial implementation of the 'only_allow_merge_if_build_succeeds.rb'...Rémy Coutable2016-06-101-5/+14
| * Allow or not merge MR with failed buildRui Anderson2016-06-101-1/+5
| * Merge branch 'zj-workhorse-to-serve-diffs' into 'master' 14722-searching-for-usernames-should-only-be-possible-for-search-strings-with-a-valid-formatJacob Vosmaer (GitLab)2016-06-071-7/+0
| |\
| | * Workhorse to serve raw diffsZeger-Jan van de Weg2016-06-031-7/+0
| * | Rename Ci::Commit to Ci::Pipeline and rename some of the ci_commit to pipelineKamil Trzcinski2016-06-021-2/+2
| |/
| * Allows MR authors to have the source branch removed when merging the MRJeroen Jacobs2016-05-201-1/+16
| * Preserve commits/diff/comments for PRs that were merged on GitHubDouglas Barbosa Alexandre2016-05-131-1/+9
| * Merge branch 'deprecated-class-methods-cop' into 'master' Robert Speicher2016-05-121-1/+1
| |\