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-18adds test for update_file methodtiagonbotelho
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-13Enforce "developers can merge" during `pre-receive`.Timothy Andrew
2016-07-12Avoid `describe`-ing symbols in specsRobert Speicher
2016-07-07Rename MergeRequest methods that return commits or shas to be more clear and ...Douwe Maan
2016-07-04Better message for git hooks and file locksValery Sizov
2016-07-04Don't garbage collect commits that have related DB records like commentsDouwe Maan
2016-07-01Enable Style/EmptyLines cop, remove redundant onesGrzegorz Bizon
2016-06-30Expire branch/tag git data when needed.Paco Guzman
2016-06-16Add sorting dropdown to tag pageAlejandro Rodríguez
2016-05-26Remove main_language and testsJosh Frye
2016-05-24Enable RSpec/NotToNot cop and auto-correct offensesRobert Speicher
2016-05-20Merge branch 'issue-17537-fix' into 'master' Douwe Maan
2016-05-19Use extended regexp flag for `git grep`-ing filesRobert Speicher
2016-05-15Fix Error 500 when attempting to retrieve project license when HEAD points to...Stan Hu
2016-05-04Merge branch 'use-rugged-to-create-tag' into 'master' Rémy Coutable
2016-05-04Merge branch 'pacoguzman/gitlab-ce-15001-since-and-until-operators-api-commits'Douwe Maan
2016-05-04Use a similar approach to branch creation for tag creationRémy Coutable
2016-05-04Use Rugged's TagCollection#create instead of gitlab-shell's Repository#add_ta...Rémy Coutable
2016-04-29Support supressing text file diffs on the default branch with .gitattributesMatt Oakes
2016-04-29API support for the 'since' and 'until' operators on commit requestsPaco Guzman
2016-04-26Allow alternative names for the CHANGELOG file.Connor Shea
2016-04-25Fix license detection to detect all license files, not only known licensesRémy Coutable
2016-04-20Merge branch 'license-templates-and-api-12804' into 'master' Robert Speicher
2016-04-19Merge branch 'pmq20/gitlab-ce-issue_12785'Douwe Maan
2016-04-18Continue implementation of the license template selector and /licenses API en...Rémy Coutable
2016-04-18Instrument Repository.clean_old_archivesYorick Peterse
2016-04-18Add support to cherry-pick any commitP.S.V.R
2016-04-15Delete tags via ruggedRobert Schilling
2016-04-15Merge branch 'rs-trailing-slash-in-search' into 'master' Douwe Maan
2016-04-13Fix repository cache invalidation issue when project is recreated with an emp...Stan Hu
2016-04-10Escape the query argument provided to `git grep` by `search_files`Robert Speicher
2016-04-07Expire caches after project creation to ensure a consistent stateStan Hu
2016-04-05Flush repository cache before import project dataDouglas Barbosa Alexandre
2016-04-01Migrate Repository#local_branches from gitlab-ee.Rubén Dávila
2016-03-27Expire the exists cache before deletion to ensure project dir actually existsStan Hu
2016-03-27Merge branch 'handle-avatar-in-empty-repo' into 'master' Stan Hu
2016-03-25Don't attempt to look up an avatar in repo if repo directory does not existStan Hu
2016-03-25Small refactoring and rewordingDmitriy Zaporozhets
2016-03-24Use head tree (cached) for file search. Also add some testsDmitriy Zaporozhets
2016-03-19Cache output of Repository#exists?Yorick Peterse
2016-03-17Added tests for Repository#build_cacheYorick Peterse
2016-03-17Cache project avatars stored in GitYorick Peterse
2016-03-17Fix wiki search results point to raw sourceHiroyuki Sato
2016-03-08Call after_create_branch in Repository#add_branchYorick Peterse
2016-03-08Call the right hooks in Repository#add_tagYorick Peterse
2016-03-08Added specs for Repository#rm_tagYorick Peterse
2016-03-08Call the right hooks when removing branchesYorick Peterse
2016-03-08Cache & flush tag/branch countsYorick Peterse