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-08-12Method names changed to #includes_commit?Z.J. van de Weg
2016-08-11CI build status not per environmentZ.J. van de Weg
2016-08-11Incorporate feedbackZ.J. van de Weg
2016-08-09adds second batch of tests changed to active tensetiagonbotelho
2016-08-04change the API on the merge_request_diff model from diffs -> raw_diffsPaco Guzman
2016-08-03Make Compare#diffs diff_options a regular argumentDouwe Maan
2016-08-03switch from diff_file_collection to diffsPaco Guzman
2016-08-03Move to Gitlab::Diff::FileCollectionPaco Guzman
2016-08-02Speedup DiffNote#active? on discussions, preloading noteables and avoid touch...Paco Guzman
2016-08-01Fix attr reader to force the intended values for source and target shasDouglas Barbosa Alexandre
2016-07-08Collapse large diffs by defaultSean McGivern
2016-07-07Add tests for MergeRequest#reload_diffDouwe Maan
2016-07-07Rename MergeRequest methods that return commits or shas to be more clear and ...Douwe Maan
2016-07-04Don't garbage collect commits that have related DB records like commentsDouwe Maan
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-03Rename all `[ci_]commit` to `[ci_]pipeline` in specs and featuresKamil Trzcinski
2016-06-03Fix more places where we should rename ci_commit to pipelineKamil Trzcinski
2016-06-03Merge remote-tracking branch 'origin/master' into rename-ci-commitKamil Trzcinski
2016-06-02Rename Ci::Commit to Ci::Pipeline and rename some of the ci_commit to pipelineKamil Trzcinski
2016-06-02Update specs. Add CHANGELOG entryJosh Frye
2016-06-01Merge branch 'separate-banzai-references' into 'master' Douwe Maan
2016-06-01Refactor ParticipableYorick Peterse
2016-05-29Minor changes in note validation specsGrzegorz Bizon
2016-05-29Update specs to carry out changes in note factoryGrzegorz Bizon
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-09Remove the annotate gem and delete old annotationsJeroen van Baarsen
2016-04-12Fix specsKamil Trzcinski
2016-03-29Ensuring Merge Request API returns boolean values for work_in_progressAbhi Rao
2016-03-19Soft delete issuablesZeger-Jan van de Weg
2016-03-19Merge remote-tracking branch 'origin/master' into remove-wipRémy Coutable
2016-03-19Improve the "easy WIP & un-WIP from link" featureRémy Coutable
2016-03-18Add a safeguard in MergeRequest#compute_diverged_commits_countRémy Coutable
2016-03-18Merge branch 'fix-mr-source-sha' into 'master' Douwe Maan
2016-03-18Restrict access to references for confidential issuesDouglas Barbosa Alexandre
2016-03-16Fix MergeRequest#source_sha when there is no diffPierre de La Morinerie
2016-03-16Add tests for MergeRequest#source_shaPierre de La Morinerie
2016-03-11Use a UNION in MergeRequest.in_projectsYorick Peterse
2016-03-03Indicate how much an MR branch diverges from the target branchPierre de La Morinerie
2016-02-19Save merge commit id when MR is mergedRubén Dávila
2016-02-11Add new data to project in push, issue, merge-request and note webhooks dataKirill Zaitsev
2016-02-04Merge branch 'disable-remove-source-branch' into 'master' Douwe Maan
2016-02-04Hide remove source branch button when new commit is added to branchZeger-Jan van de Weg
2016-02-04Merge branch 'wipMergeSpacing' into 'master' Douwe Maan
2016-02-01Optimize fetching issues closed by a merge requestYorick Peterse
2016-01-06Removed redundent and incorrect tests on WIPTed Hogan
2016-01-06Annotate modelsStan Hu