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-10Add a method in Project to return a cached value of total count of projectsStan Hu
2016-08-09adds second batch of tests changed to active tensetiagonbotelho
2016-08-04changes default_branch_protection to allow devs_can_merge protection option a...tiagonbotelho
2016-08-02developer cannot push to protected branch when project is empty or he has not...tiagonbotelho
2016-07-29Fix all specs related to changes in !5081.Timothy Andrew
2016-07-28Merge remote-tracking branch 'upstream/master' into new-issue-by-emailLin Jen-Shin
2016-07-27Fix Project#to_param to keep invalid project suitable for use in URLsDouglas Barbosa Alexandre
2016-07-27Merge remote-tracking branch 'upstream/master' into new-issue-by-emailLin Jen-Shin
2016-07-27Fix a bug where forking a project from a repository storage to another would ...Alejandro Rodríguez
2016-07-26Merge remote-tracking branch 'upstream/master' into new-issue-by-emailLin Jen-Shin
2016-07-21Merge branch '20067-wiki-not-visible-from-web' into 'master' Rémy Coutable
2016-07-21Merge branch 'artifacts-from-ref-and-build-name-api' into 'master' Rémy Coutable
2016-07-21Make Service.external_wikis return only active external wikisRémy Coutable
2016-07-20Refactor user authorization check for a single project to avoid querying all ...Alejandro Rodríguez
2016-07-20Merge branch 'master' into artifacts-from-ref-and-build-name-apiLin Jen-Shin
2016-07-20Just put setup directly in the test, feedback:Lin Jen-Shin
2016-07-20Lose unneeded instance variables and variables, feedback:Lin Jen-Shin
2016-07-20Make sure there's a buildLin Jen-Shin
2016-07-20Cleanup that a bitLin Jen-Shin
2016-07-20Reuse those two methodsLin Jen-Shin
2016-07-20It should be pluralLin Jen-Shin
2016-07-20Avoid mixing builds from different pipelines:Lin Jen-Shin
2016-07-20Past tense:Lin Jen-Shin
2016-07-20Past tense, feedback:Lin Jen-Shin
2016-07-20More complex data manipulating tests to model, andLin Jen-Shin
2016-07-19Move Project#latest_successful_builds_for to project_spec.rbLin Jen-Shin
2016-07-19speed up ExternalWikiService#get_project_wiki_pathEugene Howe
2016-07-19API for downloading latest successful build:Lin Jen-Shin
2016-07-18Allow a project import URL to be blank to prevent false positivesStan Hu
2016-07-15Merge remote-tracking branch 'upstream/master' into new-issue-by-emailLin Jen-Shin
2016-07-13Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into fix/persistent-...James Lopez
2016-07-12fixes a few issues to do with import_url not being saved correctly for import...James Lopez
2016-07-12Prefer string for describe as of:Lin Jen-Shin
2016-07-08Merge branch '18627-wildcard-branch-protection' into 'master' Douwe Maan
2016-07-07Have `Project#open_branches` return branches that are matched by a wildcard p...Timothy Andrew
2016-07-07Rename MergeRequest methods that return commits or shas to be more clear and ...Douwe Maan
2016-07-06Merge branch 'fix/import-url-validator' into 'master' Robert Speicher
2016-07-05Support wildcard matches for protected branches at the model level.Timothy Andrew
2016-07-01Exclude requesters from Project#members, Group#members and User#membersRémy Coutable
2016-06-30Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into fix/import-url-...James Lopez
2016-06-30Add Application Setting to configure default Repository Path for new projectsAlejandro Rodríguez
2016-06-30Refactor repository paths handling to allow multiple git mount pointsAlejandro Rodríguez
2016-06-28fix merge conflictsJames Lopez
2016-06-27Check for conflict with wiki projects when creating a new project.Ruben Davila
2016-06-24Only return the address if incoming emails is enabled:Lin Jen-Shin
2016-06-23Add Project#new_issue_address(author):Lin Jen-Shin
2016-06-22another fix and fixed specJames Lopez
2016-06-20Merge branches 'fix/import-url-validator' and 'master' of gitlab.com:gitlab-o...James Lopez
2016-06-17fixing URL validation for import_url on projectsJames Lopez
2016-06-16Fixed ordering in Project.find_with_namespaceYorick Peterse