Dmitriy Zaporozhets
73b92f85bc
Merge branch 'add_active_directory_ldap_option' into 'master'
...
Add active directory ldap option
Fixes #1557
See merge request !1139
2014-10-01 07:04:08 +00:00
Marin Jankovski
f7aba277e7
Add option to gitlab config to specify if LDAP server is active directory.
2014-09-30 12:07:31 +02:00
Jacob Vosmaer
f778387e38
Add region to backup upload config in gitlab.yml
2014-09-30 12:05:07 +02:00
Jacob Vosmaer
e1f6fa6f18
Add backup upload support to the rake task
2014-09-29 15:03:08 +02:00
Dmitriy Zaporozhets
6d0ddf45ba
Raw implementation of commits stats page
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
2014-09-26 20:32:44 +03:00
Dmitriy Zaporozhets
20e0c9b132
Rewrite graphs feature
...
* 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 >
2014-09-26 18:04:41 +03:00
Sytse Sijbrandij
de717a3335
Merge branch 'gitlab_ldap_filter' into 'master'
...
Add more LDAP user_filter documentation
See merge request !1115
2014-09-24 12:06:47 +00:00
Jacob Vosmaer
532eff6169
Add more LDAP user_filter documentation
2014-09-24 14:02:24 +02:00
Dmitriy Zaporozhets
a8fc10e3d0
Merge pull request #7317 from drpdigitalmedia/master
...
set the collation to utf8_general_ci
2014-09-23 21:33:33 +03:00
Dmitriy Zaporozhets
b083ab83ea
Increase unicorn timeout to 60 seconds
2014-09-23 17:11:16 +03:00
Dmitriy Zaporozhets
8bff9a4098
Merge branch 'refator-members-logic' of https://dev.gitlab.org/dzaporozhets/gitlabhq into 7-4-pre
2014-09-17 21:31:41 +03:00
Jacob Vosmaer
66ae1bde87
Add dormant New Relic gem
...
The gem can be enabled and configured via environment variables.
2014-09-16 17:31:20 +02:00
Dmitriy Zaporozhets
892371bc22
Merge branch 'redis_socket' into 'master'
...
Use sockets to connect to Redis
See merge request !1088
2014-09-15 14:49:02 +00:00
Dmitriy Zaporozhets
38ed0deaac
Move hook models in separate dir
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
2014-09-15 11:31:30 +03:00
Dmitriy Zaporozhets
1aa48174db
Fix STI+polymorphic for Group <-> GroupMember
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
2014-09-14 21:52:54 +03:00
Dmitriy Zaporozhets
c69b8e0459
Huge replace of old users_project and users_group references
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
2014-09-14 19:32:51 +03:00
Dmitriy Zaporozhets
e19c1f71d3
Merge pull request #7749 from wesgurn/master
...
Adding ability to configure webhook timeout via gitlab.yml
2014-09-13 22:47:23 +03:00
Wes Gurney
81a70bf515
Adding ability to configure webhook timeout via gitlab.yml
2014-09-12 11:38:14 -04:00
Jacob Vosmaer
5704e6fee9
Use sockets to connect to Redis
2014-09-12 14:59:58 +02:00
Jacob Vosmaer
e645b9a9d5
Use the default Unicorn socket backlog value: 1024
2014-09-12 13:43:52 +02:00
Ben Bodenmiller
5d5d4ef91a
simplify HTTPS setup details
...
also adds comment about updating nginx files during upgrades
2014-09-07 15:31:13 -07:00
Jacob Vosmaer
47ac48c031
Disable allow_username_or_email_login in example
...
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'.
2014-08-29 15:38:05 +02:00
Jacob Vosmaer
185e7681d2
Move cache setup to config/application.rb
...
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`.
2014-08-29 11:38:21 +02:00
Dmitriy Zaporozhets
c1d2640b2e
Merge branch 'redis_settings'
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
Conflicts:
CHANGELOG
2014-08-28 15:03:22 +03:00
Jacob Vosmaer
0a52b70b92
Hide configuration shenanigans in a block
...
I'm feeling paranoid about the scope variables like redis_config_file
get defined in. Hiding it in a block to limit the scope.
2014-08-27 16:36:38 +02:00
Jacob Vosmaer
6d785abaa9
Rename resque_url to redis_url_string
2014-08-27 16:32:59 +02:00
Jacob Vosmaer
c0b146899b
Store sessions in a Redis namespace
...
This makes less of a mess of the Redis root.
2014-08-26 13:44:39 +02:00
Jacob Vosmaer
9122823afc
Configure Redis cache for all environments
...
Also add support for connecting to Redis with Unix sockets.
2014-08-26 13:44:39 +02:00
Jacob Vosmaer
99b81be887
Expire Rack sessions after 1 week
2014-08-26 10:58:16 +02:00
Ben Bodenmiller
0a0cbe1274
make configuration comment spacing consistent
2014-08-22 17:20:31 -07:00
Jacob Vosmaer
b70606287b
Create one big regular expresion for Rack::Attack
2014-08-22 09:56:39 +02:00
Marin Jankovski and Jacob Vosmaer
52e903e99f
Change rack attack example.
2014-08-22 09:56:39 +02:00
Jacob Vosmaer
ec381a9308
Use new git max_size in the settings initializer
2014-08-15 11:38:32 +02:00
Dmitriy Zaporozhets
7120af7251
Merge pull request #7281 from skv-headless/diff-unfold
...
unfold commits
2014-08-15 09:34:12 +03:00
Dmitriy Zaporozhets
45da59daab
Mention username option for developers in gitlab.yml
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
2014-08-14 15:15:48 +03:00
skv
4e40800166
diff unfold
2014-08-14 15:48:14 +04:00
Alexander Mills and Alexander Mills
d3f5a0c67f
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
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
2014-08-13 14:45:23 +01:00
Jan-Willem van der Meer
88773498b9
Disable debug assets
...
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.
2014-08-12 18:10:16 +02:00
Dmitriy Zaporozhets
f82b9e48ec
Dont stub gitlab-shell calls. Make test environment closer to real one
2014-07-31 15:39:01 +03:00
Dmitriy Zaporozhets
048a21974e
Add create/update to Labels controller
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
2014-07-30 13:12:11 +03:00
Jacob Vosmaer
03ae6b89bd
Log Sidekiq arguments
2014-07-28 16:46:36 +02:00
Sytse Sijbrandij
3c420ae17b
Merge branch 'test_regex_with_rubular' into 'master'
...
Add a tip on how to test regular expressions
See merge request !994
2014-07-27 16:06:42 +00:00
Dmitriy Zaporozhets
974b5a7b2f
Most starred projects page for Explore area
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
2014-07-25 22:05:23 +03:00
Jacob Vosmaer
e03ab14f78
Add a tip on how to test regular expressions
2014-07-25 18:26:04 +02:00
Dmitriy Zaporozhets
e21ca9f8b1
Merge branch 'star' of https://github.com/cirosantilli/gitlabhq into cirosantilli-star
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
Conflicts:
CHANGELOG
2014-07-24 10:54:42 +03:00
Dmitriy Zaporozhets
ed234e344e
Merge pull request #7316 from ayr-ton/master
...
Add support to set satellites timeout
2014-07-23 19:17:31 +03:00
Dmitriy Zaporozhets
367445fdcd
Refactor explore area
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
2014-07-23 12:03:49 +03:00
Dmitriy Zaporozhets
1df0345e9e
Explore area
...
Create one place for exploring GitLab instance projects and groups for
both signed in and anonymous users
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
2014-07-23 11:13:33 +03:00
Dmitriy Zaporozhets
6b4d5d21be
Merge branch 'public-groups' of https://github.com/innogames/gitlabhq into 7-2-dev
2014-07-22 13:19:45 +03:00
Ayrton Araújo
07537faca7
Add support to set satellites timeout
2014-07-21 11:50:29 -04:00