summaryrefslogtreecommitdiff
path: root/config/initializers/1_settings.rb
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch '31207-clean-locked-merge-requests' into 'master'Stan Hu2017-08-081-0/+4
|\ | | | | | | | | | | | | Resolve "Store MergeWorker JID on merge request, and clean up stuck merges" Closes #31207 See merge request !13207
| * 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 ↵Rémy Coutable2017-07-281-1/+1
| | | | | | Capybara + :js specs Signed-off-by: Rémy Coutable <remy@rymai.me>
* 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
| | | | And closer to the configuration setup. The code doesn’t need to know about this.
* 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 enabled See merge request !12491
| * Fixes needed when GitLab sign-in is not enabledRobin Bobbitt2017-07-131-1/+1
| | | | | | | | | | | | | | | | | | When sign-in is disabled: - skip password expiration checks - prevent password reset requests - don’t show Password tab in User Settings - don’t allow login with username/password for Git over HTTP requests - render 404 on requests to Profiles::PasswordsController
* | Merge branch '33949-remove-healthcheck-access-token' into 'master'Sean McGivern2017-07-111-3/+4
|\ \ | |/ |/| | | | | | | | | Remove the need to use health check token by adding ability to whitelist hosts Closes #33949 See merge request !12612
| * Merge prometheus unicorn sampler settigns within monitoring settingsPawel Chojnacki2017-07-051-6/+1
| |
| * Add spaces between test phasesPawel Chojnacki2017-07-051-1/+1
| | | | | | | | + fix wrong test setup
| * 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
| | | | | | | | | | in favor of whitelist that will be used to control the access to monitoring resources
* | 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 calls logging Closes #17848 See merge request !11027
| * Implement web hooks loggingAlexander Randa2017-05-251-1/+4
| | | | | | | | | | | | | | | | * implemented logging of project and system web hooks * implemented UI for user area (project hooks) * implemented UI for admin area (system hooks) * implemented retry of logged webhook * NOT imeplemented log remover
* | Run the schedule worker once an hour by defaultzj-increase-accuracy-psZ.J. van de Weg2017-05-181-1/+1
|/ | | | [ci skip]
* Allow disabling usage ping in `gitlab.yml`Sean McGivern2017-05-111-0/+1
| | | | | | | | | Setting `usage_ping_enabled` to false in `gitlab.yml`: 1. Disables the usage ping, regardless of the value stored in the database. 2. Prevents the usage ping from being enabled through the admin panel. It can only be enabled by either removing the line from `gitlab.yml` and configuring through the admin panel, or setting it to true in `gitlab.yml`.
* 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
| | | | | | | | | | | | | | GitLab uses the import_project method in GitLab Shell, This method uses a timeout for the operation, hardcoded to 800 seconds. With this MR the timeout is now configurable in the gitlab_shell settings.
* | Make location of gitlab_workhorse_secret configurableJakub Jirutka2017-04-191-0/+6
|/ | | | | | Hard-coding location of configuration files is very bad practice. This patch applies the same approach as currently used for gitlab_shell_secret file.
* Don't use `send` in settings initializerSean McGivern2017-04-141-6/+6
|
* Remove unused user activities codeSean McGivern2017-04-141-2/+2
|
* Add new ScheduleUpdateUserActivityWorker and UpdateUserActivityWorkerRémy Coutable2017-04-141-0/+5
| | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* Port 'Add EE usage ping' to CESean McGivern2017-04-141-0/+11
| | | | CE port of https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/557
* Change configuration in gitlab.com as trigger_schedule_worker will perform ↵Shinya Maeda2017-04-061-1/+1
| | | | twice a day 2
* Rename ScheduledTrigger to TriggerSchedule. Because table structure changed.Shinya Maeda2017-04-061-3/+3
|
* Add config for workerShinya Maeda2017-04-061-0/+3
|
* Periodically mark projects that are stuck in importing as failedJames Lopez2017-04-051-0/+3
| | | | | | Adds import jid to projects Refactor middleware to set custom expiration time via sidekiq options Add completed_jids option to sidekiq status and a few other changes
* Expand relative paths in storagesJacob Vosmaer2017-03-291-10/+19
|
* Separate GRPC channels per repository storageJacob Vosmaer2017-03-291-1/+1
|
* Merge branch 'pages-multiple-ips-doc' into 'master' Kamil Trzciński2017-03-161-2/+2
|\ | | | | | | | | The GitLab Pages external-http and external-https arguments can be specified multiple times See merge request !9812
| * The GitLab Pages external-http and external-https arguments can be specified ↵Nick Thomas2017-03-081-2/+2
| | | | | | | | multiple times
* | Enable snippets for new projects by defaultenable-snippets-by-defaultSean McGivern2017-03-101-1/+1
|/ | | | | If there is an existing gitlab.yml file with snippets explicitly disabled, they won't be enabled with this change.
* Merge branch '28447-hybrid-repository-storages' into 'master' Sean McGivern2017-03-071-5/+10
|\ | | | | | | | | Update storage settings to allow extra values per shard See merge request !9597
| * Update storage settings to allow extra values per shard28447-hybrid-repository-storagesAlejandro Rodríguez2017-03-031-5/+10
| | | | | | | | | | | | | | This will be necessary when adding gitaly settings. This version doesn't make any functional changes, but allows us to include this breaking change in 9.0 and add the needed extra settings in the future with backwards compatibility
* | Change project count limit from 10 to 100000rfr-20170307-change-default-project-number-limitRegis Freyd2017-03-071-1/+1
| |
* | Merge branch 'backup_storage_class' into 'master' Rémy Coutable2017-03-061-0/+1
|\ \ | | | | | | | | | | | | Add storage class configuration option for Amazon S3 remote backups See merge request !9599
| * | Add storage class configuration option for Amazon S3 remote backupsJon Keys2017-02-281-0/+1
| |/
* | Renable StuckCiBuildsWorker to StucjCiJobsWorker27523-make-stuck-build-detection-more-performantTomasz Maczukin2017-03-031-3/+3
| |
* | Update default configuration of stuck_ci_builds_worker cron intervalTomasz Maczukin2017-03-011-1/+1
|/
* Manually correct autocorrectDouwe Maan2017-02-231-0/+2
|