summaryrefslogtreecommitdiff
path: root/config/initializers/1_settings.rb
Commit message (Expand)AuthorAgeFilesLines
* Adds Rubocop rule for line break around conditionals🙈 jacopo beschi 🙉2018-01-111-0/+2
* Allow password authentication to be disabled entirelyMarkus Koller2017-11-231-1/+1
* Set the default gitlab-shell timeout to 3 hoursNick Thomas2017-11-211-1/+1
* Cleanup transaction metricsPawel Chojnacki2017-11-021-0/+1
* Merge branch 'bvl-circuitbreaker-improvements' into 'master'Douwe Maan2017-10-171-11/+0
|\
| * Read circuitbreaker settings from `Gitlab::CurrentSettings`Bob Van Landuyt2017-10-171-11/+0
* | Make usage ping scheduling more robust39017-gitlabusagepingworker-is-not-running-on-gitlab-comSean McGivern2017-10-161-5/+7
|/
* Incorporate feedbackZeger-Jan van de Weg2017-10-041-1/+1
* Merge branch 'master' into 34102-online-view-of-artifacts-feEric Eastwood2017-10-041-1/+1
|\
| * Add "implements" to the default issue closing message regexGuilherme Vieira2017-10-021-1/+1
* | Redirect to pages daemonZeger-Jan van de Weg2017-10-031-9/+10
|/
* Remove Grit settings from default settingssh-remove-additional-grit-settingsStan Hu2017-09-231-3/+1
* Revert "Merge branch 'revert-f2421b2b' into 'master'"revert-2f46c3a8Annabel Dunstone Gray2017-09-111-0/+1
* Read import sources from setting at first initializationVisay Keo2017-09-091-1/+1
* Revert "Merge branch '35012-navigation-add-option-to-change-navigation-color-...revert-f2421b2bRubén Dávila2017-09-081-1/+0
* Restore some changes from !9199Rubén Dávila2017-09-061-0/+1
* Profile updates from providersAlexander Keramidas2017-09-061-1/+14
* Default LDAP config verify_certificates to trueMichael Kozono2017-08-301-12/+5
* Setup repositories settings properlymk-setup-settings-properlyMichael Kozono2017-08-171-1/+5
* Setup LDAP settings properlyMichael Kozono2017-08-171-0/+4
* Whitelist or fix additional `Gitlab/PublicSend` cop violationsrs-more-public-send-whitelistsRobert Speicher2017-08-141-0/+2
* Enable the Layout/SpaceBeforeBlockBraces coprc/enable-the-Layout/SpaceBeforeBlockBraces-copRémy Coutable2017-08-091-1/+1
* Merge branch '31207-clean-locked-merge-requests' into 'master'Stan Hu2017-08-081-0/+4
|\
| * Store MergeWorker JID on merge request, and clean up stuck mergesOswaldo Ferreira2017-08-071-0/+4
* | Add sidekiq metrics endpoint and add http server to sidekiqPaweł Chojnacki2017-08-071-0/+4
|/
* Move hostname to Gitlab::EnvironmentBob Van Landuyt2017-08-041-1/+0
* Add a Circuitbreaker for storage pathsBob Van Landuyt2017-08-041-0/+12
* Ensure Gitlab::Application.routes.default_url_options are set correctly in Ca...Rémy Coutable2017-07-281-1/+1
* Support custom directory in gitlab:backup:create taskMarkus Koller2017-07-271-4/+0
* Add warning about certificate verification on loadMichael Kozono2017-07-261-1/+10
* Move backwards compatibility logic out of the codeMichael Kozono2017-07-261-1/+5
* Add LDAP config optionsMichael Kozono2017-07-261-0/+5
* Merge branch 'fixes-for-internal-auth-disabled' into 'master'Sean McGivern2017-07-141-1/+1
|\
| * Fixes needed when GitLab sign-in is not enabledRobin Bobbitt2017-07-131-1/+1
* | Merge branch '33949-remove-healthcheck-access-token' into 'master'Sean McGivern2017-07-111-3/+4
|\ \ | |/ |/|
| * Merge prometheus unicorn sampler settigns within monitoring settingsPawel Chojnacki2017-07-051-6/+1
| * Add spaces between test phasesPawel Chojnacki2017-07-051-1/+1
| * correctly handle transforming settings into useful datastructurePawel Chojnacki2017-07-051-1/+0
| * Remove the need to use health check tokenPawel Chojnacki2017-07-051-0/+7
* | Remove option to disable Gitaly completelyJacob Vosmaer2017-07-071-1/+0
|/
* Instrument Unicorn with Ruby exporterPaweł Chojnacki2017-07-041-0/+6
* Sync email address from specified omniauth providerRobin Bobbitt2017-06-071-0/+1
* Enable Gitaly by default in GitLab 9.3Jacob Vosmaer2017-05-301-1/+1
* Merge branch '17848-web-hook-logging' into 'master'Dmitriy Zaporozhets2017-05-251-1/+4
|\
| * Implement web hooks loggingAlexander Randa2017-05-251-1/+4
* | Run the schedule worker once an hour by defaultzj-increase-accuracy-psZ.J. van de Weg2017-05-181-1/+1
|/
* Allow disabling usage ping in `gitlab.yml`Sean McGivern2017-05-111-0/+1
* Add Pipeline Schedules that supersedes experimental Trigger ScheduleZeger-Jan van de Weg2017-05-071-3/+3
* Merge branch 'mrchrisw-import-shell-timeout'Sean McGivern2017-05-051-0/+1
|\
| * Add configurable timeout for git fetch and clone operationsmrchrisw-import-shell-timeoutChris Wilson2017-04-271-0/+1