summaryrefslogtreecommitdiff
path: root/config
Commit message (Collapse)AuthorAgeFilesLines
* Try signing in the user after user confirmation is correct and redirect to ↵Marin Jankovski2014-10-021-1/+1
| | | | dashboard, otherwise redirect to signin page
* Merge branch 'add_active_directory_ldap_option' into 'master'Dmitriy Zaporozhets2014-10-012-0/+7
|\ | | | | | | | | | | | | | | Add active directory ldap option Fixes #1557 See merge request !1139
| * Add option to gitlab config to specify if LDAP server is active directory.Marin Jankovski2014-09-302-0/+7
| |
* | Add region to backup upload config in gitlab.ymlJacob Vosmaer2014-09-301-0/+1
|/
* Add backup upload support to the rake taskJacob Vosmaer2014-09-292-0/+13
|
* Raw implementation of commits stats pageDmitriy Zaporozhets2014-09-261-1/+5
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Rewrite graphs featureDmitriy Zaporozhets2014-09-261-1/+0
| | | | | | | | * remove commits stats page (will be replaced by graphs) * remove additions/deletions from graph because of bad performance * keep graph logic in gitlab Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Merge branch 'gitlab_ldap_filter' into 'master'Sytse Sijbrandij2014-09-241-1/+3
|\ | | | | | | | | | | Add more LDAP user_filter documentation See merge request !1115
| * Add more LDAP user_filter documentationJacob Vosmaer2014-09-241-1/+3
| |
* | Merge pull request #7317 from drpdigitalmedia/masterDmitriy Zaporozhets2014-09-231-0/+3
|\ \ | | | | | | set the collation to utf8_general_ci
| * | set the collation to utf8_general_ciAlexander Mills2014-08-131-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | I get problems with strange characters in merge requests unless the collation is set to utf8_general_ci set the collation to utf8_general_ci I get problems with strange characters in merge requests unless the collation is set to utf8_general_ci set the collation to utf8_general_ci I get problems with strange characters in merge requests unless the collation is set to utf8_general_ci
* | | Increase unicorn timeout to 60 secondsDmitriy Zaporozhets2014-09-232-2/+2
| |/ |/|
* | Merge branch 'refator-members-logic' of ↵Dmitriy Zaporozhets2014-09-172-3/+7
|\ \ | | | | | | | | | https://dev.gitlab.org/dzaporozhets/gitlabhq into 7-4-pre
| * | Move hook models in separate dirDmitriy Zaporozhets2014-09-151-0/+1
| | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
| * | Fix STI+polymorphic for Group <-> GroupMemberDmitriy Zaporozhets2014-09-141-2/+1
| | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
| * | Huge replace of old users_project and users_group referencesDmitriy Zaporozhets2014-09-141-1/+5
| | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | | Add dormant New Relic gemJacob Vosmaer2014-09-161-0/+16
| | | | | | | | | | | | The gem can be enabled and configured via environment variables.
* | | Merge branch 'redis_socket' into 'master'Dmitriy Zaporozhets2014-09-151-1/+1
|\ \ \ | |/ / |/| | | | | | | | | | | Use sockets to connect to Redis See merge request !1088
| * | Use sockets to connect to RedisJacob Vosmaer2014-09-121-1/+1
| | |
* | | Merge pull request #7749 from wesgurn/masterDmitriy Zaporozhets2014-09-132-2/+7
|\ \ \ | | | | | | | | Adding ability to configure webhook timeout via gitlab.yml
| * | | Adding ability to configure webhook timeout via gitlab.ymlWes Gurney2014-09-122-2/+7
| |/ /
* | | Use the default Unicorn socket backlog value: 1024Jacob Vosmaer2014-09-121-3/+4
|/ /
* | simplify HTTPS setup detailsBen Bodenmiller2014-09-071-5/+7
| | | | | | | | also adds comment about updating nginx files during upgrades
* | Disable allow_username_or_email_login in exampleJacob Vosmaer2014-08-291-1/+1
| | | | | | | | | | | | | | | | The example LDAP configuration in gitlab.yml enables the allow_username_or_email_login setting. Because the effect of this setting is somewhat counterintuitive, I propose we make 'false' the example default. The settings initializer already sets this setting to 'false'.
* | Move cache setup to config/application.rbJacob Vosmaer2014-08-292-20/+19
| | | | | | | | | | | | | | | | | | Before this change we were trying to configure Rails.cache in an initializer. It seems that by the time the initializers are loaded, Rails.cache is already instantiated, so changing the settings does not achieve anything anymore. This was causing Rails to default to a file storage cache instead of the Redis cache, which in turn broke `rake cache:clear`.
* | Merge branch 'redis_settings'Dmitriy Zaporozhets2014-08-283-11/+21
|\ \ | | | | | | | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> Conflicts: CHANGELOG
| * | Hide configuration shenanigans in a blockJacob Vosmaer2014-08-271-14/+16
| | | | | | | | | | | | | | | I'm feeling paranoid about the scope variables like redis_config_file get defined in. Hiding it in a block to limit the scope.
| * | Rename resque_url to redis_url_stringJacob Vosmaer2014-08-271-7/+7
| | |
| * | Store sessions in a Redis namespaceJacob Vosmaer2014-08-261-1/+1
| | | | | | | | | | | | This makes less of a mess of the Redis root.
| * | Configure Redis cache for all environmentsJacob Vosmaer2014-08-262-10/+18
| | | | | | | | | | | | Also add support for connecting to Redis with Unix sockets.
* | | Expire Rack sessions after 1 weekJacob Vosmaer2014-08-261-0/+1
|/ /
* | make configuration comment spacing consistentBen Bodenmiller2014-08-221-1/+1
| |
* | Create one big regular expresion for Rack::AttackJacob Vosmaer2014-08-221-6/+6
| |
* | Change rack attack example.Marin Jankovski2014-08-221-2/+10
| |
* | Use new git max_size in the settings initializerJacob Vosmaer2014-08-151-1/+1
| |
* | Merge pull request #7281 from skv-headless/diff-unfoldDmitriy Zaporozhets2014-08-151-1/+3
|\ \ | | | | | | unfold commits
| * | diff unfoldskv2014-08-141-1/+3
| |/
* | Mention username option for developers in gitlab.ymlDmitriy Zaporozhets2014-08-141-0/+5
|/ | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Disable debug assetsJan-Willem van der Meer2014-08-121-1/+1
| | | | | It's good for debugging javacsript, but creates massive amounts of http request by adding each javascript individually. Only turn it on while debugging js code.
* Dont stub gitlab-shell calls. Make test environment closer to real oneDmitriy Zaporozhets2014-07-311-0/+6
|
* Add create/update to Labels controllerDmitriy Zaporozhets2014-07-301-1/+1
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Log Sidekiq argumentsJacob Vosmaer2014-07-281-0/+4
|
* Merge branch 'test_regex_with_rubular' into 'master'Sytse Sijbrandij2014-07-271-0/+1
|\ | | | | | | | | | | Add a tip on how to test regular expressions See merge request !994
| * Add a tip on how to test regular expressionsJacob Vosmaer2014-07-251-0/+1
| |
* | Most starred projects page for Explore areaDmitriy Zaporozhets2014-07-251-0/+1
|/ | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Merge branch 'star' of https://github.com/cirosantilli/gitlabhq into ↵Dmitriy Zaporozhets2014-07-241-0/+1
|\ | | | | | | | | | | | | | | | | cirosantilli-star Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> Conflicts: CHANGELOG
| * Add project stars.Ciro Santilli2014-07-171-0/+1
| |
* | Merge pull request #7316 from ayr-ton/masterDmitriy Zaporozhets2014-07-232-0/+2
|\ \ | | | | | | Add support to set satellites timeout
| * | Add support to set satellites timeoutAyrton Araújo2014-07-212-0/+2
| |/
* | Refactor explore areaDmitriy Zaporozhets2014-07-231-5/+13
| | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>