Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-07-18Revert "Revert "Merge branch '18193-developers-can-merge' into 'master' ""Rémy Coutable
2016-07-13Revert "Merge branch '18193-developers-can-merge' into 'master' "Robert Speicher
2016-07-13Don't ask the user to "merge this request manually".Timothy Andrew
2016-07-13Refactor `Gitlab::GitAccess`Timothy Andrew
2016-07-13Added "developers can merge" setting to protected branchesMathias Vestergaard
2016-07-11Merge branch 'master' into single-file-diffsSean McGivern
2016-07-08Memoize MR merged/closed events retrievalPaco Guzman
2016-07-08Collapse large diffs by defaultSean McGivern
2016-07-07Remove duplication, unused methods, and some other style thingsDouwe Maan
2016-07-07Add some more code comments.Douwe Maan
2016-07-07Automatically update diff note positions when MR is pushed toDouwe Maan
2016-07-07Support new diff notes on MRs with diff_refsDouwe Maan
2016-07-07Add Timeless helper module to prevent updated_at from being updatedDouwe Maan
2016-07-07Represent DiffRefs as proper class instead of tuple arrayDouwe Maan
2016-07-07Rename MergeRequest methods that return commits or shas to be more clear and ...Douwe Maan
2016-07-06Revert back to not defining a default Git access protocol.Patricio Cano
2016-07-06Default Git access protocol to `web`Patricio Cano
2016-07-06Rename ENV['PROTOCOL'] to ENV['GL_PROTOCOL'] to conform to what GitLab Shell ...Patricio Cano
2016-07-04Don't garbage collect commits that have related DB records like commentsDouwe Maan
2016-07-01use has_many relationship with eventsJames Lopez
2016-06-29fixing events for import/exportJames Lopez
2016-06-28Workhorse to serve email diffsZ.J. van de Weg
2016-06-24Fix a wrong MR status when merge_when_build_succeeds & project.only_allow_mer...Rémy Coutable
2016-06-18Fix RangeError exceptions when referring to issues or merge requests outside ...Stan Hu
2016-06-13Merge branches 'feature/project-export' and 'feature/project-import' of gitla...James Lopez
2016-06-10Remove unused MergeRequest#gitlab_merge_status methodRémy Coutable
2016-06-10Rename ci_commit -> pipelineRémy Coutable
2016-06-10Rename MergeRequest#cannot_be_merged_because_build_is_not_success? to #mergea...Rémy Coutable
2016-06-10Improve initial implementation of the 'only_allow_merge_if_build_succeeds.rb'...Rémy Coutable
2016-06-10Allow or not merge MR with failed buildRui Anderson
2016-06-07Merge branch 'zj-workhorse-to-serve-diffs' into 'master' Jacob Vosmaer (GitLab)
2016-06-03Workhorse to serve raw diffsZeger-Jan van de Weg
2016-06-02Rename Ci::Commit to Ci::Pipeline and rename some of the ci_commit to pipelineKamil Trzcinski
2016-06-01started refactoring some stuff based on MR feedbackJames Lopez
2016-05-20Allows MR authors to have the source branch removed when merging the MRJeroen Jacobs
2016-05-14Preserve commits/diff/comments for PRs that were merged on GitHubDouglas Barbosa Alexandre
2016-05-13Merge branch 'deprecated-class-methods-cop' into 'master' Robert Speicher
2016-05-09Merge branch 'feature/project-export' of gitlab.com:gitlab-org/gitlab-ce into...James Lopez
2016-05-09Remove the annotate gem and delete old annotationsJeroen van Baarsen
2016-05-09Enable the Rubocop DeprecatedClassMethods copConnor Shea
2016-05-06Annotate the modelsZeger-Jan van de Weg
2016-04-21fix conflictsJames Lopez
2016-04-21Merge branch 'ci-commit-as-pipeline' into 'master' Kamil Trzciński
2016-04-20Verify the MR being displayed question has a merge commit set and can be cher...Douwe Maan
2016-04-19Get rid of more requires, which causes warnings when code is reloadedRémy Coutable
2016-04-13Merge remote-tracking branch 'origin/master' into ci-commit-as-pipelineKamil Trzcinski
2016-04-12Add changelog entry, improve specs and model codeFelipe Artur
2016-04-12Allow to close invalid merge requestFelipe Artur
2016-04-12Use Ci::Commit as PipelineKamil Trzcinski
2016-04-08Merge branch 'feature/project-export' of gitlab.com:gitlab-org/gitlab-ce into...James Lopez