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-09-06Fix two problematic bits of code that will be deprecated or broken in Rails 5.Connor Shea
2016-09-01Project tools visibility levelFelipe Artur
2016-08-31Renamed `enable_lfs` to `lfs_enabled` for the Project field, and related fixes.Patricio Cano
2016-08-31Syntax and style fixes.Patricio Cano
2016-08-31Added project specific enable/disable setting for LFSPatricio Cano
2016-08-30Merge branch 'artifacts-from-ref-and-build-name' into 'master' Douwe Maan
2016-08-26Fix "Wiki" link not appearing in navigation for projects with external wikiAlejandro Rodríguez
2016-08-26Merge remote-tracking branch 'upstream/master' into artifacts-from-ref-and-bu...Lin Jen-Shin
2016-08-25Display project icon from default branchHannes Rosenögger
2016-08-24Does not halt the GitHub import process when an error occursDouglas Barbosa Alexandre
2016-08-24Merge remote-tracking branch 'upstream/master' into artifacts-from-ref-and-bu...Lin Jen-Shin
2016-08-20Disable “issue by email” feature until it uses a different tokenDouwe Maan
2016-08-19Unify pipeline_for(ref, nil) and pipeline_for(ref), feedback:Lin Jen-Shin
2016-08-18Add expiration date to group membershipsSean McGivern
2016-08-18Merge remote-tracking branch 'upstream/master' into artifacts-from-ref-and-bu...Lin Jen-Shin
2016-08-17Add Board modelDouglas Barbosa Alexandre
2016-08-17Move to project dropdown with infinite scroll for better performancePaco Guzman
2016-08-15Merge remote-tracking branch 'upstream/master' into artifacts-from-ref-and-bu...Lin Jen-Shin
2016-08-11Make Pipeline.latest_successful_for return the recordLin Jen-Shin
2016-08-11Fetch the current SHA if SHA was not passedLin Jen-Shin
2016-08-11Reverse ref and sha in args and rename pipeline to pipeline_forLin Jen-Shin
2016-08-10New AccessRequests API endpoints for Group & ProjectRémy Coutable
2016-08-10Clean up project destructionStan Hu
2016-08-10Add a method in Project to return a cached value of total count of projectsStan Hu
2016-08-05Merge branch '14898-protected-branches-developer-can-not-push-without-permiss...Douwe Maan
2016-08-04changes default_branch_protection to allow devs_can_merge protection option a...tiagonbotelho
2016-08-04using shared path for project import uploads and refactored gitlab remove exp...James Lopez
2016-08-02developer cannot push to protected branch when project is empty or he has not...tiagonbotelho
2016-08-01squashed - fixed label and milestone association problems, updated specs and ...James Lopez
2016-07-29Fix all specs related to changes in !5081.Timothy Andrew
2016-07-28Merge branch 'log-project-deletion' into 'master' Stan Hu
2016-07-28Add a log message when a project is scheduled for destruction for debuggingStan Hu
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-23Improve project rename log messages for better debuggingStan Hu
2016-07-22Merge branch 'artifacts-from-ref-and-build-name-api' into 'master' Rémy Coutable
2016-07-21Since it's too hard to use JOIN with Rails... feedback:Lin Jen-Shin
2016-07-21Merge branch 'artifacts-from-ref-and-build-name-api' into 'master' Ré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-20Workaround MySQL with INNER JOIN:Lin Jen-Shin
2016-07-20Use one query. Feedback:Lin Jen-Shin
2016-07-20Avoid mixing builds from different pipelines:Lin Jen-Shin
2016-07-20Merge branch 'ci-predefined-variables' into 'master' Rémy Coutable
2016-07-20Fix review commentsKamil Trzcinski
2016-07-20Join on associationLin Jen-Shin
2016-07-20Improve implementation of variablesKamil Trzcinski