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
2015-12-31Removed various default metrics tagsYorick Peterse
2015-12-30Make sure that is no pending migrations in Gitlab::CurrentSettingsDouglas Barbosa Alexandre
2015-12-29Merge branch 'upvote_count_to_api' into 'master' Valery Sizov
2015-12-29Use Gitlab::CurrentSettings for InfluxDBYorick Peterse
2015-12-29Write to InfluxDB directly via UDPYorick Peterse
2015-12-29Strip newlines from obfuscated SQLYorick Peterse
2015-12-29Merge branch 'feature/recaptcha_settings' into 'master' Dmitriy Zaporozhets
2015-12-29Handle missing settings table for metricsYorick Peterse
2015-12-28reCAPTCHA is configurable through Admin Settings, no reload needed.Gabriel Mazetto
2015-12-28Move InfluxDB settings to ApplicationSettingYorick Peterse
2015-12-28Merge branch 'influxdb' into 'master' Dmitriy Zaporozhets
2015-12-28Added host option for InfluxDBYorick Peterse
2015-12-28Use String#delete for removing double quotesYorick Peterse
2015-12-28Revert upvotes and downvotes params to MR APIValery Sizov
2015-12-28Merge branch 'mention-all' into 'master' Robert Speicher
2015-12-25Merge branch 'support-api-lookup-by-username' into 'master' Dmitriy Zaporozhets
2015-12-24Escape all the things.Douwe Maan
2015-12-24Merge branch 'master' into mention-allDouwe Maan
2015-12-24Merge branch 'ldap-special-chars-fix' into 'master' Douwe Maan
2015-12-24Add API support for looking up a user by usernameStan Hu
2015-12-24Only allow group/project members to mention `@all`Douwe Maan
2015-12-24Merge branch 'edit-on-fork' into 'master' Dmitriy Zaporozhets
2015-12-24Merge branch 'fix/visibility-level-setting-in-forked-projects' into 'master' Douwe Maan
2015-12-24No mb_chars needed anymoreDouwe Maan
2015-12-24Merge branch 'emoji-picker-fix' into 'master' Valery Sizov
2015-12-24Emoji picker: better alias handlingValery Sizov
2015-12-24Fix spelling of "it's" to "its" where appropriate.cafuego
2015-12-23Merge branch 'add-project-permissions' into 'master' Dmitriy Zaporozhets
2015-12-23Merge branch 'fix/ci-runners-token-persistence' into 'master' Grzegorz Bizon
2015-12-23Use method that creates runners registration tokenGrzegorz Bizon
2015-12-23emoji picker: minor fixesValery Sizov
2015-12-23base implementation of emoji picker [ci skip]Valery Sizov
2015-12-22Add project permissions to all project API endpointsStan Hu
2015-12-22Fix identity and user retrieval when special characters are usedPatricio Cano
2015-12-21Merge branch 'tduehr/gitlab-ce-cas-support'Douwe Maan
2015-12-21Merge branch 'git-version' into 'master' Douwe Maan
2015-12-21Merge branch 'master' into fix/visibility-level-setting-in-forked-projectsTomasz Maczukin
2015-12-18Backport JIRA serviceDrew Blessing
2015-12-18Automatically fork a project when not allowed to edit a file.Douwe Maan
2015-12-17Track object counts using the "allocations" GemYorick Peterse
2015-12-17Support for instrumenting class hierarchiesYorick Peterse
2015-12-17Only track method calls above a certain thresholdYorick Peterse
2015-12-17Allow filtering of what methods to instrumentYorick Peterse
2015-12-17Track location information as tagsYorick Peterse
2015-12-17Replace double quotes when obfuscating SQLYorick Peterse
2015-12-17Track object count types as tagsYorick Peterse
2015-12-17Only instrument methods defined directlyYorick Peterse
2015-12-17Added Instrumentation.configureYorick Peterse
2015-12-17Methods for instrumenting multiple methodsYorick Peterse
2015-12-17Proper method instrumentation for special symbolsYorick Peterse