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-05-20Dropdown implementationAlfredo Sumaran
2016-05-20Backend for a gitignores dropdownZeger-Jan van de Weg
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-14Extract GitHub branch formatterDouglas Barbosa Alexandre
2016-05-13Codestyle: make sure we have space around operatorsGabriel Mazetto
2016-05-11Merge branch 'casecmp-cop' into 'master' Rémy Coutable
2016-05-11Enable Rubocop Casecmp Performance Cop.Connor Shea
2016-05-10Fix a few places where autoloading would failRémy Coutable
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-11Dont return nullJeroen Bobbeldijk
2016-04-11Add changelog, change code to guard clauseJeroen Bobbeldijk
2016-04-11Check head unborn in ruggedJeroen Bobbeldijk
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-04Merge branch 'update_repository_from_ee' into 'master' Douwe Maan
2016-04-02Don't fetch any tags from a forked repoStan Hu
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-25rescue Rugged::ReferenceError in Repository#gitlab_ci_yml methodDmitriy Zaporozhets
2016-03-25Don't attempt to look up an avatar in repo if repo directory does not existStan Hu
2016-03-25Make sure Repository#gitlab_ci_yml is safe to use even when repository is mis...Dmitriy Zaporozhets
2016-03-24Use head tree (cached) for file search. Also add some testsDmitriy Zaporozhets
2016-03-24Detect build setup state based on gitlab_ci.yml presenseDmitriy Zaporozhets
2016-03-19Cache output of Repository#exists?Yorick Peterse
2016-03-17Don't rebuild diverging commit count cachesYorick Peterse
2016-03-17Removed Repository#rebuild_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-08Call the right hooks when removing branchesYorick Peterse