summaryrefslogtreecommitdiff
path: root/config/initializers/1_settings.rb
Commit message (Collapse)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
|\ | | | | | | | | Make the circuitbreaker configurable at runtime See merge request gitlab-org/gitlab-ce!14842
| * Read circuitbreaker settings from `Gitlab::CurrentSettings`Bob Van Landuyt2017-10-171-11/+0
| | | | | | | | Instead of from the configuration file
* | Make usage ping scheduling more robust39017-gitlabusagepingworker-is-not-running-on-gitlab-comSean McGivern2017-10-161-5/+7
|/ | | | | | | | | | | | | | On GitLab.com, we see that cron jobs sometimes don't run. This appears to be because the process that polls for current cron jobs only has a 60 second validity period, so if (for whatever reason) it misses those 60 seconds, we have to wait until the next execution. For the usage ping, this is particularly problematic, as that's only scheduled to run once a week. Changing it to run for every minute in a 10 minute period should work around this, if the above diagnosis is correct. The job itself obtains an exclusive lease for 24 hours, so rescheduling in quick succession is safe.
* 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
| | | | | This is a follow-up to https://gitlab.com/gitlab-org/omnibus-gitlab/merge_requests/1956 and https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/7308.
* Revert "Merge branch 'revert-f2421b2b' into 'master'"revert-2f46c3a8Annabel Dunstone Gray2017-09-111-0/+1
| | | This reverts merge request !14148
* Read import sources from setting at first initializationVisay Keo2017-09-091-1/+1
|
* Revert "Merge branch ↵revert-f2421b2bRubén Dávila2017-09-081-1/+0
| | | | | '35012-navigation-add-option-to-change-navigation-color-palette' into 'master'" This reverts merge request !13619
* 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
| | | | | An upcoming update to rubocop-gitlab-security added additional violations.
* Enable the Layout/SpaceBeforeBlockBraces coprc/enable-the-Layout/SpaceBeforeBlockBraces-copRémy Coutable2017-08-091-1/+1
| | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* 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.