Dmitriy Zaporozhets
c51ac0484f
Merge pull request #5962 from skv-headless/editing-preview
...
editing preview
2014-04-29 10:00:29 +03:00
Dmitriy Zaporozhets
5dd4fb82e8
Merge pull request #6847 from Philzen/patch-2
...
gitlab.yml description Typo
2014-04-24 20:56:30 +03:00
Marin Jankovski
fe1ca61601
Make sure that tests pass when aws group is used.
2014-04-24 13:23:17 +02:00
Dmitriy Zaporozhets
e54b457ea3
Improve ssh_host settings
2014-04-23 16:22:49 +02:00
Dmitriy Zaporozhets
2134e18ec6
Fix default ssh_host setting
2014-04-23 16:19:59 +02:00
Dmitriy Zaporozhets
7c1c03888c
Merge branch 'master' of https://gitlab.com/gitlab-org/gitlab-ce
2014-04-23 09:21:52 +00:00
Dmitriy Zaporozhets
3bb8c17cc3
Merge branch 'master' of https://github.com/gitlabhq/gitlabhq
2014-04-23 09:09:45 +00:00
Dmitriy Zaporozhets
3295a4db9d
Merge branch 'email_in_gravatar_urls' into 'master'
...
allow passing user's email address in custom Gravatar urls
Some custom avatar systems use the user's email address rather than its hash. This merge request will allow the administrator to configure gitlab-ce to use the user's email address gravatar.plain_url and gravatar.ssl_url in the config file like this:
```
gravatar:
enabled: true
plain_url: "http://company.com/avatar/?mail=%{email}&size=%{size} "
ssl_url: "https://company.com/avatar/?mail=%{email}&size=%{size} "
```
It's a only a 2 word patch.
2014-04-23 08:52:15 +00:00
Dmitriy Zaporozhets
972e40cc47
Merge branch 'bug-to-ldap-configuration' into 'master'
...
LDAP Configuration Fix
This fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/180 in new installations of version 6.8 (installations upgraded from 6.7 still have the issue, however).
2014-04-23 08:49:09 +00:00
Dmitriy Zaporozhets
e680911767
Merge pull request #6827 from demisx/master
...
Add ability to set different ssh host, if different from http/https
2014-04-23 10:04:08 +03:00
Dmitriy Zaporozhets
7fab63b41f
Merge branch 'namespace_redis_cache' into 'master'
...
Give the Rails cache its own Redis namespace
2014-04-23 07:00:01 +00:00
Philzen
baec3f9bd7
# Fix description Typo
2014-04-23 08:57:54 +02:00
Sytse Sijbrandij
7e10d01342
Merge pull request #6782 from pkgr/allow-to-change-gitlab-config-location-via-env-variable
...
Allow to overwrite location of gitlab.yml config file.
2014-04-22 13:52:00 +02:00
Travis Odom
e9d4587ff1
Actually use the 'user_filter' configuration option
2014-04-21 15:48:42 +00:00
Dmitri Moore
db86fe47ce
Add ability to set different ssh host, if different from http/https
2014-04-18 20:20:43 -07:00
Cyril Rohr
b29171d9ec
Allow to specify secret token via environment variable.
2014-04-15 19:27:25 +01:00
Cyril Rohr
4691285989
Allow to overwrite location of gitlab.yml config file.
2014-04-15 19:23:55 +01:00
skv-headless
d859d08094
Editing preview
2014-04-15 19:02:02 +04:00
Jacob Vosmaer
8d78662e69
Give the Rails cache its own Redis namespace
...
Before this change, Rails cache data was stored in a global Redis
namespace. As a consequence, clearing the Rails cache (`rake
cache:clear`) would also delete all Sidekiq queue data and session
storage. This change puts all Rails cache data in a `cache:gitlab`
namespace, making `rake cache:clear` safe again.
2014-04-15 15:53:14 +02:00
Dmitriy Zaporozhets
fd61e3e901
Merge branch 'routing-for-groups' into 'master'
...
Routing for groups
Implements http://feedback.gitlab.com/forums/176466-general/suggestions/5723800-group-url-on-root-path-groups-name-instead-of-g
2014-04-15 10:36:52 +00:00
Dmitriy Zaporozhets
92b5e6b3bf
Merge branch 'link-to-oauth-doc' into 'master'
...
Link to oauth doc
Possible after https://github.com/gitlabhq/gitlabhq/pull/6741/files
2014-04-14 13:19:00 +00:00
GitLab
bb7df7663a
Add short path route for groups.
2014-04-13 17:46:41 +02:00
Arnaud ABELARD
5d7bdf7642
allow using the user's email address as a http parameter in gravatar urls for custom avatar systems. For example:
...
plain_url: "http://avatar.company.com/avatar/?mail=%{email}&size=%{size} "
add mention of the different placeholders possible for gravatar urls, mentionning the new %{email}
2014-04-12 23:10:45 +02:00
Robert Schilling
e9409d1f4d
Synchronize default issue closing pattern in documetation and implementation, fixes #6742
2014-04-11 23:13:21 +02:00
dosire
db1be88f21
Link to the doc.
2014-04-10 14:39:58 +02:00
Drew Blessing
728b05cab7
Add OmniAuth Documentation
...
Add GitHub OmniAuth docs
Google instructions
Google instructions
Merge master
Clean things up
Clean things up
Clean things up
Clean things up
Clean things up
Clean things up
Clean things up
Add Google and Twitter docs
Add screenshot
Add screenshot
Clean things up
Clean things up
Clean things up
Clean things up
Clean things up
Clean things up
Clean things up
Finalize current docs
Finalize current docs
Add existing user information
Add twitter
Add twitter
Add Twitter disclaimer
Add Twitter disclaimer
remove old doc
Remove unnecessary link
Revert omniauth provider format
Add OmniAuth Documentation
Add GitHub OmniAuth docs
Google instructions
Google instructions
Merge master
Clean things up
Clean things up
Clean things up
Clean things up
Clean things up
Clean things up
Clean things up
Add Google and Twitter docs
Add screenshot
Add screenshot
Clean things up
Clean things up
Clean things up
Clean things up
Clean things up
Clean things up
Clean things up
Finalize current docs
Finalize current docs
Add existing user information
Add twitter
Add twitter
Add Twitter disclaimer
Add Twitter disclaimer
remove old doc
Remove unnecessary link
Revert omniauth provider format
Use omniauth again
Remove notice
Restore whitespace
Slight changes
2014-04-10 07:31:54 -05:00
Marin Jankovski
4df1a10e90
Update development steps.
2014-04-08 11:17:19 +02:00
Marin Jankovski
aea3712e8d
Add option for disable standard signin.
2014-04-07 17:11:06 +02:00
Jacob Vosmaer
5163a8fcb9
Disable connection reaping for MySQL
...
On GitLab Cloud, MySQL connection reaping seemed to cause more problems
(exceptions and segfaults in the native MySQL client) than it solved.
2014-04-07 12:32:24 +02:00
Dmitriy Zaporozhets
65cd9829ee
Remove MergeRequest observer
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
2014-04-02 21:35:59 +03:00
Dmitriy Zaporozhets
6ae2529041
Remove KeysObserver
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
2014-04-02 21:13:05 +03:00
Dmitriy Zaporozhets
3faa14e7a7
Merge branch 'reduce-observers' into 'master'
...
Move issue create/update code to services
Reduce observers role in GitLab code
2014-04-02 17:54:27 +00:00
Marin Jankovski
1ad79393ad
Add print.css to asset precompile array.
2014-04-02 14:42:35 +02:00
Dmitriy Zaporozhets
0d41f6f0a3
Remove issue observer
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
2014-04-02 15:37:57 +03:00
Jacob Vosmaer
eeeaaa4bc1
Explain the default repository_downloads_path
2014-03-31 12:19:37 +02:00
Jacob Vosmaer
200eeea258
Make the repository downloads path configurable
2014-03-31 12:19:37 +02:00
Dmitriy Zaporozhets
ba87b76de1
Use EventCreateService for notes, merge requests
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
2014-03-25 15:08:25 +02:00
Jacob Vosmaer
7862201de9
Add source for 'Rendered' message suppression
2014-03-24 09:57:28 +01:00
Jacob Vosmaer
b816389182
Suppress 'Rendered' messages in production.log
2014-03-24 09:56:26 +01:00
Marin Jankovski
5f595be4b8
Use new gems methods.
2014-03-20 13:33:16 +01:00
Dmitriy Zaporozhets
41e981740f
Use 2 workers in development
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
2014-03-20 10:16:17 +02:00
Marin Jankovski
a740e2d6d1
Do not allow password reset for ldap user.
2014-03-18 12:25:49 +01:00
Dmitriy Zaporozhets
b47646ef13
Add retry feature to project import
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
2014-03-12 19:26:09 +02:00
Dmitriy Zaporozhets
b1ff8e31b1
Add ldap check in application_controller and internal api
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
2014-03-10 17:10:23 +02:00
Jacob Vosmaer
2b816075dc
Replace backticks with Gitlab::Popen
2014-03-03 08:40:29 +01:00
Dmitriy Zaporozhets
b97536a578
Merge branch 'db_reaping_frequency' into 'master'
...
DB Reaping Frequency
2014-03-01 12:55:01 +00:00
Dmitriy Zaporozhets
d36669d8ea
Merge pull request #6420 from Seklfreak/add-piwik-support
...
Added Piwik Integration
2014-02-26 18:19:25 +02:00
Dmitriy Zaporozhets
6ef3505b19
Add default settings to test env. Removed wrong comment for rack_profiler
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
2014-02-26 12:44:29 +02:00
Dmitriy Zaporozhets
93cdf8a312
Enable SQL queries in mini-profiler
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
2014-02-26 11:50:02 +02:00
Dmitriy Zaporozhets
645e8d4705
Move services for collecting items to Finders
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
2014-02-25 19:15:08 +02:00