summaryrefslogtreecommitdiff
path: root/spec/models/application_setting_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'bvl-circuitbreaker-backoff' into 'master'Sean McGivern2017-10-301-1/+12
* Merge branch 'bvl-circuitbreaker-improvements' into 'master'Douwe Maan2017-10-301-0/+13
* Merge branch 'fix-application-setting-nil-cache' into 'master'Winnie Hellmann2017-10-201-0/+15
* Merge branch 'prevent-creating-multiple-application-settings' into 'master'Yorick Peterse2017-10-181-0/+10
* Allow to use same periods for housekeeping tasksAlex Lossent2017-09-111-4/+18
* Merge branch 'master' into zj-auto-devops-tableZeger-Jan van de Weg2017-09-041-0/+59
|\
| * More review commentsNick Thomas2017-08-301-0/+9
| * Move the key restriction validation to its own classNick Thomas2017-08-301-1/+1
| * Rework the permissions model for SSH key restrictionsNick Thomas2017-08-301-23/+40
| * Add settings for minimum key strength and allowed key typeNick Thomas2017-08-301-0/+33
* | Implement the implied CI/CD config for AutoDevOpsZeger-Jan van de Weg2017-08-311-0/+1
|/
* Use described_class when possibleRémy Coutable2017-07-271-3/+3
* Remove superfluous lib: true, type: redis, service: true, models: true, servi...Rémy Coutable2017-07-271-1/+1
* Prevent bad data being added to application settings when Redis is unavailableNick Thomas2017-07-101-0/+12
* Don't use Flipper for the Performance BarRémy Coutable2017-07-071-51/+60
* Allow to enable the Performance Bar for a group from the admin areaRémy Coutable2017-07-061-0/+145
* Correct RSpec/SingleLineHook cop offensesRobert Speicher2017-06-141-1/+3
* Allow disabling usage ping in `gitlab.yml`Sean McGivern2017-05-111-0/+62
* Enable the Style/TrailingCommaInLiteral copRémy Coutable2017-05-101-1/+1
* Lazily sets UUID in ApplicationSetting for new installationsDouglas Barbosa Alexandre2017-04-261-0/+1
* Merge remote-tracking branch 'upstream/master' into 27762-add-default-artifac...Lin Jen-Shin2017-02-241-3/+3
|\
| * Revert "Enable Style/DotPosition"Douwe Maan2017-02-231-3/+3
| * Revert "Prefer leading style for Style/DotPosition"Douwe Maan2017-02-231-3/+3
| * Enable Style/WordArrayDouwe Maan2017-02-231-3/+3
| * Prefer leading style for Style/DotPositionDouwe Maan2017-02-231-3/+3
| * Enable Style/DotPositionDouwe Maan2017-02-231-3/+3
* | Fix tests due to error key changedLin Jen-Shin2017-02-211-1/+1
* | 0 for unlimited, disallow blank, feedback:Lin Jen-Shin2017-02-161-12/+14
* | Use static error message and don't give booleansLin Jen-Shin2017-02-161-0/+4
* | Fix tests and disallow 0 to make it consistent with .gitlab-ci.ymlLin Jen-Shin2017-02-151-0/+6
* | Add a few more tests and make sure empty value sets to nilLin Jen-Shin2017-02-151-0/+22
|/
* Refine Git garbage collectionJacob Vosmaer2016-11-041-0/+18
* Allow multiple repository storage shards to be enabled, and automatically rou...Nick Thomas2016-11-041-4/+52
* adds second batch of tests changed to active tenseactive-tense-test-coveragetiagonbotelho2016-08-091-11/+11
* Default to manual input for `domain_whitelist`, syntax fixes and added new te...Patricio Cano2016-07-181-1/+11
* Refactor and rename `restricted_signup_domains` to `domain_whitelist` to bett...Patricio Cano2016-07-181-8/+8
* Refactored the domain separator regex, plus syntax and grammar fixes.Patricio Cano2016-07-181-5/+5
* Added the ability to block sign ups using a domain blacklist.Patricio Cano2016-07-181-0/+27
* Add Application Setting to configure default Repository Path for new projectsshards-configAlejandro Rodríguez2016-06-291-0/+10
* stub Devise.omniauth_providers to return GitHub even if the gitlab.yml has no...Andrei Gliga2016-05-121-2/+8
* validate disabled_oauth_sign_in_sources in ApplicationSeAndrei Gliga2016-05-121-0/+3
* Remove the annotate gem and delete old annotationsJeroen van Baarsen2016-05-091-46/+0
* Remove "Congratulations!" tweet button on newly-created project.connorshea2016-03-311-1/+0
* Validate email addresses using Devise.email_regexpRémy Coutable2016-02-091-0/+4
* Validate maximum attachment size in application settingsGrzegorz Bizon2016-02-091-0/+8
* Add sentry integrationJeroen Nijhof2016-01-181-0/+2
* Annotate modelsStan Hu2016-01-061-26/+39
* WIP require two factor authenticationGabriel Mazetto2015-12-241-0/+1
* Migrate CI::Project to ProjectKamil Trzcinski2015-12-111-22/+0
* Add custom UrlValidatorRobert Speicher2015-12-071-0/+16