summaryrefslogtreecommitdiff
path: root/app/models/application_setting.rb
Commit message (Expand)AuthorAgeFilesLines
* Add timeouts for Gitaly callsAndrew Newdigate2017-11-291-1/+25
* Allow password authentication to be disabled entirelyMarkus Koller2017-11-231-1/+10
* Add throttle application settingsMichael Kozono2017-11-171-0/+9
* Allow to disable the Performance Bar and document the `p b` shortcut in its d...Rémy Coutable2017-10-301-1/+1
* Allow configuring new circuitbreaker settings from the UI and APIBob Van Landuyt2017-10-231-1/+13
* Prevent ApplicationSetting to cache nil valueKamil Trzcinski2017-10-191-1/+4
* Merge branch 'prevent-creating-multiple-application-settings' into 'master'Yorick Peterse2017-10-171-0/+2
|\
| * Prevent creating multiple ApplicationSetting by forcing it to always have id=1prevent-creating-multiple-application-settingsKamil Trzcinski2017-10-161-0/+2
* | Allow configuring the circuitbreaker through the API and UIBob Van Landuyt2017-10-171-0/+7
|/
* Merge branch 'housekeeping_settings' into 'master'Douwe Maan2017-09-121-2/+2
|\
| * Allow to use same periods for housekeeping tasksAlex Lossent2017-09-111-2/+2
* | Read import sources from setting at first initializationVisay Keo2017-09-091-1/+1
|/
* More review commentsNick Thomas2017-08-301-0/+2
* Move the key restriction validation to its own classNick Thomas2017-08-301-8/+2
* Address review commentsNick Thomas2017-08-301-2/+1
* Rework the permissions model for SSH key restrictionsNick Thomas2017-08-301-31/+31
* Add settings for minimum key strength and allowed key typeNick Thomas2017-08-301-0/+33
* Add option to disable project export on instanceRobin Bobbitt2017-08-111-0/+1
* Remove deprecated `repository_storage` attributebvl-add-all-settings-to-apiBob Van Landuyt2017-07-271-0/+2
* Fixes needed when GitLab sign-in is not enabledRobin Bobbitt2017-07-131-1/+1
* Prevent bad data being added to application settings when Redis is unavailableNick Thomas2017-07-101-0/+3
* Merge branch 'master' into 33929-allow-to-enable-perf-bar-for-a-groupSean McGivern2017-07-071-7/+7
|\
| * Rename ActiverecordSerialize copYorick Peterse2017-07-061-7/+7
* | Don't use Flipper for the Performance BarRémy Coutable2017-07-071-21/+27
* | Allow to enable the Performance Bar for a group from the admin areaRémy Coutable2017-07-061-0/+37
|/
* Help landing page customizationsRobin Bobbitt2017-06-141-2/+12
* redesign caching of application settingsPaul Charlton2017-06-061-2/+3
* Merge branch 'pull-mirror-overhaul-ce-backport' into 'master'Douwe Maan2017-06-051-5/+1
|\
| * backports changed import logic from pull mirroring feature into CETiago Botelho2017-06-051-5/+1
* | Enable the Style/PreferredHashMethods coprc/enable-PreferredHashMethods-copRémy Coutable2017-06-021-2/+2
|/
* Added Cop to blacklist the use of serializedocument-not-using-serializeYorick Peterse2017-05-311-7/+7
* Allow disabling usage ping in `gitlab.yml`Sean McGivern2017-05-111-1/+9
* Merge remote-tracking branch 'origin/master' into add-sentry-js-again-with-vueLuke "Jared" Bennett2017-04-281-0/+9
|\
| * Lazily sets UUID in ApplicationSetting for new installationsDouglas Barbosa Alexandre2017-04-261-0/+9
* | Attempted adding separate clientside_sentry settingsLuke "Jared" Bennett2017-04-281-0/+4
|/
* Port 'Add EE usage ping' to CESean McGivern2017-04-141-1/+2
* Introduce "polling_interval_multiplier" as application settingAdam Niedzielski2017-04-031-1/+6
* Fix Error 500 when application settings are savedStan Hu2017-03-181-0/+9
* Add admin settings entriesPawel Chojnacki2017-03-061-0/+10
* Allow limiting logging in users from too many different IPs.Pawel Chojnacki2017-03-061-0/+3
* Override setters so it also accepts string visibility levels27501-api-use-visibility-everywhereToon Claes2017-03-021-0/+16
* Expose ApplicationSetting visibility settings as StringToon Claes2017-03-021-0/+1
* Introduce DurationValidator, feedback:27762-add-default-artifacts-expirationLin Jen-Shin2017-02-241-8/+1
* Merge remote-tracking branch 'upstream/master' into 27762-add-default-artifac...Lin Jen-Shin2017-02-241-1/+1
|\
| * Enable Style/MutableConstantDouwe Maan2017-02-231-1/+1
* | Fix tests due to error key changedLin Jen-Shin2017-02-211-1/+1
* | Update error message and check with presence: trueLin Jen-Shin2017-02-211-6/+11
* | 0 for unlimited, disallow blank, feedback:Lin Jen-Shin2017-02-161-12/+4
* | The exception was no longer usedLin Jen-Shin2017-02-161-1/+1
* | Use squish to also compact the stringLin Jen-Shin2017-02-161-1/+1