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
2017-06-14Help landing page customizationsRobin Bobbitt
2017-06-06redesign caching of application settingsPaul Charlton
2017-06-06Merge branch 'pull-mirror-overhaul-ce-backport' into 'master'Douwe Maan
2017-06-06backports changed import logic from pull mirroring feature into CETiago Botelho
2017-06-02Enable the Style/PreferredHashMethods copRémy Coutable
2017-05-31Added Cop to blacklist the use of serializeYorick Peterse
2017-05-11Allow disabling usage ping in `gitlab.yml`Sean McGivern
2017-04-28Merge remote-tracking branch 'origin/master' into add-sentry-js-again-with-vueLuke "Jared" Bennett
2017-04-28Attempted adding separate clientside_sentry settingsLuke "Jared" Bennett
2017-04-26Lazily sets UUID in ApplicationSetting for new installationsDouglas Barbosa Alexandre
2017-04-14Port 'Add EE usage ping' to CESean McGivern
2017-04-03Introduce "polling_interval_multiplier" as application settingAdam Niedzielski
2017-03-19Fix Error 500 when application settings are savedStan Hu
2017-03-06Add admin settings entriesPawel Chojnacki
2017-03-06Allow limiting logging in users from too many different IPs.Pawel Chojnacki
2017-03-02Override setters so it also accepts string visibility levelsToon Claes
2017-03-02Expose ApplicationSetting visibility settings as StringToon Claes
2017-02-24Introduce DurationValidator, feedback:Lin Jen-Shin
2017-02-24Merge remote-tracking branch 'upstream/master' into 27762-add-default-artifac...Lin Jen-Shin
2017-02-23Enable Style/MutableConstantDouwe Maan
2017-02-21Fix tests due to error key changedLin Jen-Shin
2017-02-20Update error message and check with presence: trueLin Jen-Shin
2017-02-160 for unlimited, disallow blank, feedback:Lin Jen-Shin
2017-02-16The exception was no longer usedLin Jen-Shin
2017-02-16Use squish to also compact the stringLin Jen-Shin
2017-02-16Use static error message and don't give booleansLin Jen-Shin
2017-02-15Update docs to reflect current behaviourLin Jen-Shin
2017-02-15Fix tests and disallow 0 to make it consistent with .gitlab-ci.ymlLin Jen-Shin
2017-02-15Add a few more tests and make sure empty value sets to nilLin Jen-Shin
2017-02-15Check default_artifacts_expire_in only if existedLin Jen-Shin
2017-02-15Use the same syntax for default expirationLin Jen-Shin
2017-02-15Initial implementation for default artifacts expirationLin Jen-Shin
2017-02-07Update Rubocop to ruby 2.3Z.J. van de Weg
2017-02-06Introduce maximum session time for terminal websocket connectionAdam Niedzielski
2017-01-28update scripts and docs to reference the newly namespaced rake taskMike Greiling
2017-01-27Move ApplicationSetting DEFAULTS to `.defaults` insteadRémy Coutable
2017-01-27Move a begin/rescue clause to ApplicationSetting.expireRémy Coutable
2017-01-23Revert "Merge branch 'revert-9cac0317' into 'master' "Grzegorz Bizon
2017-01-22Revert "Merge branch 'dont-persist-application-settings-in-test-env' into 'ma...Grzegorz Bizon
2017-01-21Revert "Merge branch 'backport-fix-load-error' into 'master'"Stan Hu
2017-01-20Don't define ApplicationSetting defaults in a constantRémy Coutable
2017-01-15Move default values to ApplicationSetting::DEFAULTS and use it in CurrentSett...Rémy Coutable
2017-01-12Add support for PlantUML diagrams in Asciidoc.Horacio Sanson
2016-11-13Only turn on Sidekiq throttling if application settings existsStan Hu
2016-11-11Refactored Sidekiq Throttler and updated documentationPatricio Cano
2016-11-10Allow the Sidekiq queues to throttle and the factor by which to throttle them...Patricio Cano
2016-11-10Allow certain Sidekiq jobs to be throttledPatricio Cano
2016-11-07Merge branch 'jacobvosmaer-gitlab/gitlab-ce-git-gc-improvements' into 'master' Douwe Maan
2016-11-07Simplify ApplicationSetting#repository_storagesNick Thomas
2016-11-04Refine Git garbage collectionJacob Vosmaer