Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-07-11Merge branch '33949-remove-healthcheck-access-token' into 'master'Sean McGivern
Remove the need to use health check token by adding ability to whitelist hosts Closes #33949 See merge request !12612
2017-07-07Merge branch '34737-authentiq-oauth-feature-spec' into 'master'Douwe Maan
Test logging in via the Authentiq OAuth provider in a feature spec Closes #34737 See merge request !12694
2017-07-07Merge branch 'gitaly-mandatory' into 'master'Sean McGivern
Remove option to disable Gitaly in Rails See merge request !12677
2017-07-07Remove option to disable Gitaly completelyJacob Vosmaer
2017-07-07Test logging in via the Authentiq OAuth provider in a feature spec.Timothy Andrew
- The `migration:path-pg` build was previously failing when the Authentiq feature spec was enabled by placing Authentiq configuration in the `test` section of `gitlab.yml` - The `migration:path-pg` task checks out an old revision of the codebase (`v8.14.10`) and runs a `schema:load`. It then checks out the commit under test, and runs `db:migrate`, to verify that migrations run without errors. - The problem here is that `v8.14.10` does not have the Authentiq module installed, but is run with the `gitlab.yml` for `master`, which would contain the `Authentiq` configuration in the `test` section. - The solution was to use the `v8.14.10` `gitlab.yml` for the `schema:load`, rather than the `gitlab.yml` from master.
2017-07-06Merge branch '18000-remember-me-for-oauth-login' into 'master'Douwe Maan
Fix `migration:path` build for "Honor the 'Remember me' parameter for OAuth-based login" Closes #34713 See merge request !12668
2017-07-06Remove Authentiq from the OAuth login integration tests.Timothy Andrew
- This is causing autoload-related errors in the `migration:path` builds. We need to find a better way of testing this provider.
2017-07-06Fix build for !11963.Timothy Andrew
- Don't use `request.env['omniauth.params']` if it isn't present. - Remove the `saml` section from the `gitlab.yml` test section. Some tests depend on this section not being initially present, so it can be overridden in the test. This MR doesn't add any tests for SAML, so we didn't really need this in the first place anyway. - Clean up the test -> omniauth section of `gitlab.yml`
2017-07-06Add Omniauth OAuth config to the test section of `gitlab.yml`Timothy Andrew
- I tried to get this to work by stubbing out portions of the config within the test. This didn't work as expected because Devise/Omniauth loaded before the stub could run, and the stubbed config was ignored. - I attempted to fix this by reloading Devise/Omniauth after stubbing the config. This successfully got Devise to load the stubbed providers, but failed while trying to access a route such as `user_gitlab_omniauth_authorize_path`. - I spent a while trying to figure this out (even trying `Rails.application.reload_routes!`), but nothing seemed to work. - I settled for adding this config directly to `gitlab.yml` rather than go down this path any further.
2017-07-05Revert "Merge branch '18000-remember-me-for-oauth-login' into 'master'"Sean McGivern
This reverts merge request !11963
2017-07-05Merge branch '18000-remember-me-for-oauth-login' into 'master'Sean McGivern
Honor the "Remember me" parameter for OAuth-based login Closes #18000 See merge request !11963
2017-07-05Merge prometheus unicorn sampler settigns within monitoring settingsPawel Chojnacki
2017-07-05Bring back healthcheck token access to monitoring resources, but mark this ↵Pawel Chojnacki
as deprecated
2017-07-05Remove the need to use health check tokenPawel Chojnacki
in favor of whitelist that will be used to control the access to monitoring resources
2017-07-04Instrument Unicorn with Ruby exporterPaweł Chojnacki
2017-07-03Fix build for !11963.Timothy Andrew
- Don't use `request.env['omniauth.params']` if it isn't present. - Remove the `saml` section from the `gitlab.yml` test section. Some tests depend on this section not being initially present, so it can be overridden in the test. This MR doesn't add any tests for SAML, so we didn't really need this in the first place anyway. - Clean up the test -> omniauth section of `gitlab.yml`
2017-07-03Add Omniauth OAuth config to the test section of `gitlab.yml`Timothy Andrew
- I tried to get this to work by stubbing out portions of the config within the test. This didn't work as expected because Devise/Omniauth loaded before the stub could run, and the stubbed config was ignored. - I attempted to fix this by reloading Devise/Omniauth after stubbing the config. This successfully got Devise to load the stubbed providers, but failed while trying to access a route such as `user_gitlab_omniauth_authorize_path`. - I spent a while trying to figure this out (even trying `Rails.application.reload_routes!`), but nothing seemed to work. - I settled for adding this config directly to `gitlab.yml` rather than go down this path any further.
2017-06-20Enable gitaly token auth when testingJacob Vosmaer
2017-06-20Rubocop and comment fixesJacob Vosmaer
2017-06-19Pass Gitaly token on Ruby gRPC requestsJacob Vosmaer
2017-06-07Sync email address from specified omniauth providerRobin Bobbitt
2017-06-01Merge branch 'dm-gravatar-username' into 'master'Sean McGivern
Add username parameter to gravatar URL Closes #24472 See merge request !11741
2017-06-01Add username parameter to gravatar URLDouwe Maan
2017-05-30Enable Gitaly by default in GitLab 9.3Jacob Vosmaer
2017-05-22Update gitlab.yml with default settingZ.J. van de Weg
2017-05-08Add Pipeline Schedules that supersedes experimental Trigger ScheduleZeger-Jan van de Weg
2017-05-05Merge branch 'mrchrisw-import-shell-timeout'Sean McGivern
2017-04-27Add configurable timeout for git fetch and clone operationsChris Wilson
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.
2017-04-19Make location of gitlab_workhorse_secret configurableJakub Jirutka
Hard-coding location of configuration files is very bad practice. This patch applies the same approach as currently used for gitlab_shell_secret file.
2017-04-11Setup and run a Gitaly server for testing if GitalyClient is enabledAlejandro Rodríguez
2017-04-06Change configuration in gitlab.com as trigger_schedule_worker will perform ↵Shinya Maeda
twice a day
2017-04-06Rename ScheduledTrigger to TriggerSchedule. Because table structure changed.Shinya Maeda
2017-04-06Add config for workerShinya Maeda
2017-04-03Add support for Gitaly calls over TCP connectionAhmad Sherif
Closes gitaly#166
2017-03-30Merge branch '29843-project-subgroup-transfer' into 'security'Rémy Coutable
Use full path for moving directories when changing namespace path See merge request !2078
2017-03-29Change socket_path to gitaly_addressJacob Vosmaer
2017-03-21Add gitaly source installation instructionsJacob Vosmaer
2017-03-16Merge branch 'pages-multiple-ips-doc' into 'master' Kamil Trzciński
The GitLab Pages external-http and external-https arguments can be specified multiple times See merge request !9812
2017-03-14Remove unused satellites configStan Hu
Note that the old migrations depend on 1_settings.rb, so we can't quite remove those completely.
2017-03-10Merge branch 'enable-snippets-by-default' into 'master' Douwe Maan
Enable snippets for new projects by default Closes #28192 See merge request !9857
2017-03-10Document gitaly.socket_path settingJacob Vosmaer
2017-03-10Enable snippets for new projects by defaultSean McGivern
If there is an existing gitlab.yml file with snippets explicitly disabled, they won't be enabled with this change.
2017-03-08The GitLab Pages external-http and external-https arguments can be specified ↵Nick Thomas
multiple times
2017-03-07Merge branch '28447-hybrid-repository-storages' into 'master' Sean McGivern
Update storage settings to allow extra values per shard See merge request !9597
2017-03-06Merge branch '24998-fix-typo-gitlab-config-file' into 'master' Rémy Coutable
Fix typo in Gitlab application config file Closes #24998 See merge request !9702
2017-03-06Merge branch 'backup_storage_class' into 'master' Rémy Coutable
Add storage class configuration option for Amazon S3 remote backups See merge request !9599
2017-03-04Fix typo in Gitlab application config filemedied
2017-03-03Update storage settings to allow extra values per shardAlejandro Rodríguez
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
2017-03-03Renable StuckCiBuildsWorker to StucjCiJobsWorkerTomasz Maczukin
2017-03-01Update default configuration of stuck_ci_builds_worker cron intervalTomasz Maczukin