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
path: root/lib
AgeCommit message (Expand)Author
2016-08-17Better formatting for downtime check messagesYorick Peterse
2016-08-17Fixed downtime check label colouringYorick Peterse
2016-08-16Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into pipeline-hooks-...Kamil Trzcinski
2016-08-16Merge branch 'issue_18656' into 'master' Douwe Maan
2016-08-16Load issues and merge requests templates from repositoryFelipe Artur
2016-08-16Merge remote-tracking branch 'origin/master' into ee-581-backport-changesTimothy Andrew
2016-08-16Merge remote-tracking branch 'dev/master'Ruben Davila
2016-08-16Fix failing tests relating to backporting ee!581.Timothy Andrew
2016-08-16Improve EE compatibility with protected branch access levels.Timothy Andrew
2016-08-16Backport changes from gitlab-org/gitlab-ee!581 to CE.Timothy Andrew
2016-08-16Merge branch 'akismet-submittable' into 'master' Robert Speicher
2016-08-16Merge branch 'fix-failing-tests' into pipeline-hooks-without-slackKamil Trzcinski
2016-08-15Merge branch 'fix/export-att-inclusion' into 'master' Douwe Maan
2016-08-15Merge remote-tracking branch 'origin/master' into pipeline-hooks-without-slackKamil Trzcinski
2016-08-15Refactored AkismetHelper into AkismetService and cleaned up `Spammable`Patricio Cano
2016-08-15Allow `SpamLog` to be submitted as hamPatricio Cano
2016-08-15Refactored spam related code even furtherPatricio Cano
2016-08-15Complete refactor of the `Spammable` concern and tests:Patricio Cano
2016-08-15Add small corrections to test coverage report badgeGrzegorz Bizon
2016-08-15Add metadata and template methods for coverage badgeGrzegorz Bizon
2016-08-15Extract base abstract template for badgesGrzegorz Bizon
2016-08-15Add template class for coverage report badgeGrzegorz Bizon
2016-08-15Extract the abstract base class of badge metadataGrzegorz Bizon
2016-08-15Add coverage report badge metadata classGrzegorz Bizon
2016-08-15Implement the main class of test coverage badgeGrzegorz Bizon
2016-08-15Refactor badge template and metadata classesGrzegorz Bizon
2016-08-15Move badges to separate modules and add base classGrzegorz Bizon
2016-08-15Add empty test coverage badge class and specsGrzegorz Bizon
2016-08-15Merge branch '20842-todos-queries-cache' into 'master' Yorick Peterse
2016-08-15Merge branch 'change-access-update' into 'master' Yorick Peterse
2016-08-14Fix a memory leak caused by Banzai::Filter::SanitizationFilterAhmad Sherif
2016-08-13Change the order of the access rules to check simpler first, and add specsAlejandro Rodríguez
2016-08-12Recover usage of Todos counter cachePaco Guzman
2016-08-12Use cache for todos counter calling TodoServicePaco Guzman
2016-08-12Merge branch 'improve-pipeline-processing' into pipeline-hooks-without-slackKamil Trzcinski
2016-08-12Simplify the name for data builder, feedback:Lin Jen-Shin
2016-08-12Prefer extend self over module_function, feedback:Lin Jen-Shin
2016-08-11refactor parse_hash based on feedbackJames Lopez
2016-08-11api for generating new merge requestScott Le
2016-08-11Remove stage parameter from send payloadKamil Trzcinski
2016-08-11Merge remote-tracking branch 'origin/master' into pipeline-hooks-without-slackKamil Trzcinski
2016-08-11Merge branch 'remove-grack-lfs' into 'master' Rémy Coutable
2016-08-11Merge branch 'refactor-builds-creation-service' into 'master' Rémy Coutable
2016-08-11Pre-create all builds for Pipeline when a trigger is receivedKamil Trzcinski
2016-08-11Merge branch '10772-fix-urlencoded-branchname' into 'master' Rémy Coutable
2016-08-11Merge branch 'file_exists_deprecated' into 'master' Rémy Coutable
2016-08-11Merge branch '18583-implement-access-request-to-project-group-api' into 'mast...Rémy Coutable
2016-08-11Merge branch 'fix-gitaccess-scope' into 'master' Rémy Coutable
2016-08-11Fix front-end for branches that happen to contain urlencoding escape characte...Elliot
2016-08-11Use `File::exist?` instead of `File::exists?`bogdanvlviv