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-11-21Set the default gitlab-shell timeout to 3 hoursNick Thomas
2017-11-02Fix invalid Gitaly ClientPath configKim "BKC" Carlbäcker
2017-10-17Read circuitbreaker settings from `Gitlab::CurrentSettings`Bob Van Landuyt
Instead of from the configuration file
2017-10-05Merge branch '34102-online-view-of-artifacts-fe' into 'master'Nick Thomas
Add external link for online artifacts Closes #34102 See merge request gitlab-org/gitlab-ce!14399
2017-10-04Merge branch 'master' into 34102-online-view-of-artifacts-feEric Eastwood
2017-10-04Let fetch_ref pull from Gitaly instead of from diskJacob Vosmaer
2017-10-02Backend for HTML serving with GitLab PagesZeger-Jan van de Weg
2017-10-02Add "implements" to the default issue closing message regexGuilherme Vieira
2017-09-22Removed two legacy config optionsDaniel Voogsgerd
Removed the max_size and timeout options from the git config in gitlab.yml.
2017-09-11Revert "Merge branch 'revert-f2421b2b' into 'master'"Annabel Dunstone Gray
This reverts merge request !14148
2017-09-08Revert "Merge branch ↵Rubén Dávila
'35012-navigation-add-option-to-change-navigation-color-palette' into 'master'" This reverts merge request !13619
2017-09-06Fix specs; start on light themeAnnabel Dunstone Gray
2017-09-06Add blue themeAnnabel Dunstone Gray
2017-09-06Add functionality for two themesAnnabel Dunstone Gray
2017-09-06Restore some changes from !9199Rubén Dávila
2017-09-06Profile updates from providersAlexander Keramidas
2017-09-04Increase the timeout before aborting a storage access attemptBob Van Landuyt
There are peaks of IO-wait time, most of them stay below 30 seconds.
2017-08-30Default LDAP config verify_certificates to trueMichael Kozono
2017-08-16Use better higher threshold settings for storage access in testsBob Van Landuyt
`failure_count_threshold`: We should never need this, but we don't want to block access in tests because of this. `failure_wait_time`: Setting it to 0 now allows each storage attempt `storage_timeout`: Try a bit longer to access storage on CI in case the slow machines take a bit longer to spin up the process to perfom the check
2017-08-07Add sidekiq metrics endpoint and add http server to sidekiqPaweł Chojnacki
2017-08-04Add a Circuitbreaker for storage pathsBob Van Landuyt
2017-07-31Fix LDAP documentation and example configMichael Kozono
2017-07-26Mention how to test LDAP connectionsMichael Kozono
2017-07-26Update more examplesMichael Kozono
2017-07-26Copy comment improvements from documentationMichael Kozono
2017-07-26Add LDAP config optionsMichael Kozono
2017-07-19Merge branch 'authentiq-updates' into 'master'Rémy Coutable
Added authentiq provider to tests and updated documentation, gem and config file. See merge request !12952
2017-07-18Added authentiq provider to tests and updated documentation, gem and config ↵Alexandros Keramidas
file.
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