Dmitriy Zaporozhets
02b310dffb
Merge branch 'master' of dev.gitlab.org:gitlab/gitlabhq
2014-03-14 14:23:42 +02:00
Dmitriy Zaporozhets
fa3c087a4c
Clear rake task only if defined
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
2014-03-14 14:23:28 +02:00
Dmitriy Zaporozhets
00815dd4a2
Merge branch 'new_lines_markdown' into 'master'
...
New Lines Behaviour in Markdown
Per markdown specification, only render line-breaks when you end a line with two or more spaces.
2014-03-14 12:16:44 +00:00
Marin Jankovski
ccc14fa21c
Add to changelog changes for markdown.
2014-03-14 12:33:22 +01:00
Marin Jankovski
f3ceebad42
Ignore newlines per md standard.
2014-03-14 12:33:03 +01:00
Dmitriy Zaporozhets
b5d81174fb
Fix mr process order on push.
...
First close merge requests that being merged. Then update code of open
mr. This fixes bug when MR merged via command line lose their diff
because code reload was before MR close.
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
2014-03-14 13:02:55 +02:00
Dmitriy Zaporozhets
1ec106b853
Merge branch 'ldap_connections'
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
Conflicts:
CHANGELOG
2014-03-14 12:58:43 +02:00
Dmitriy Zaporozhets
bce8edbbcc
Require gitlab-shell v1.8.4
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
2014-03-14 12:57:26 +02:00
Dmitriy Zaporozhets
f0a417df38
Merge branch 'dzaporozhets/gitlabhq-import-timeout'
2014-03-14 12:53:18 +02:00
Dmitriy Zaporozhets
ac6b9fafdc
Fix specs
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
2014-03-14 12:53:05 +02:00
Dmitriy Zaporozhets
b007cadf55
Fix project creation test
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
2014-03-14 12:19:02 +02:00
Dmitriy Zaporozhets
0d7986a8c7
Merge branch 'import-timeout' of https://dev.gitlab.org/dzaporozhets/gitlabhq into dzaporozhets/gitlabhq-import-timeout
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
Conflicts:
CHANGELOG
db/schema.rb
2014-03-14 12:00:21 +02:00
Dmitriy Zaporozhets
58e4e6b081
Merge branch 'master' of github.com:gitlabhq/gitlabhq
2014-03-14 11:06:48 +02:00
Dmitriy Zaporozhets
8839339ee3
Override rake test
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
2014-03-14 11:06:10 +02:00
Dmitriy Zaporozhets
cad79433c4
Merge pull request #6526 from mavimo/patch-1
...
Fixed error on mysql install link
2014-03-14 11:03:48 +02:00
Dmitriy Zaporozhets
9b36941fce
Merge pull request #6527 from tsigo/quieter-test-output
...
Quieter test output
2014-03-14 11:03:29 +02:00
Dmitriy Zaporozhets
f6f80659ec
Override rake spec and rake spinach tasks
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
2014-03-14 10:44:16 +02:00
Jacob Vosmaer
48e9054056
Open/close LDAP in ApplicationController
...
By opening the LDAP connection at the controller level we can reuse it
for all LDAP queries during the request.
2014-03-14 09:03:49 +01:00
Jacob Vosmaer
56df3dbff2
Add Gitlab::LDAP::Access.open
...
This new method wraps Gitlab::LDAP::Adapter.open to enable connection
reuse.
2014-03-14 08:55:50 +01:00
Jacob Vosmaer
af53aa9072
Add Gitlab::LDAP::Adapter.open
...
This new method is based on Net::LDAP.open, which reuses a single LDAP
connection.
2014-03-14 08:53:46 +01:00
Jacob Vosmaer
5a616649b5
Allow passing an adapter to Gitlab::LDAP::Person
2014-03-14 08:52:57 +01:00
Robert Speicher
0983438037
TestEnv.reset_satellite_dir should run 'git clean' quietly
...
Removes the "Removing gitlabhq" messages cluttering spec output
2014-03-13 17:25:55 -04:00
Dmitriy Zaporozhets
506709485c
Merge branch 'master' of github.com:gitlabhq/gitlabhq
2014-03-13 23:20:02 +02:00
Dmitriy Zaporozhets
632fe8fbe1
Update changelog
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
2014-03-13 23:19:50 +02:00
Dmitriy Zaporozhets
65cb88f3ba
Correct BackgroundJobs page for both OSX and linux
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
2014-03-13 23:15:33 +02:00
Dmitriy Zaporozhets
2a7da96a0d
Merge branch 'toggle_diff_comments' of https://github.com/jacob-carlborg/gitlabhq into jacob-carlborg-toggle_diff_comments
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
Conflicts:
app/assets/stylesheets/sections/commits.scss
app/assets/stylesheets/sections/notes.scss
app/views/projects/commits/_diffs.html.haml
features/steps/project/merge_requests.rb
2014-03-13 23:11:16 +02:00
Marco Vito Moscaritolo
599ee9670d
Fixed error on mysql install link
...
Fixed error on install guide to mysql conf page.
2014-03-13 22:04:36 +01:00
Dmitriy Zaporozhets
6f5a9b4110
Merge pull request #6360 from jvanbaarsen/fix-6328-expose-username
...
Also expose username for the /discover endpoint
2014-03-13 22:40:01 +02:00
Dmitriy Zaporozhets
c8e1c53f43
Merge branch 'rm-dir-prefix' of https://github.com/cirosantilli/gitlab-elearn into cirosantilli-rm-dir-prefix
2014-03-13 22:36:39 +02:00
Dmitriy Zaporozhets
3f2d94105b
Merge branch 'master' of github.com:gitlabhq/gitlabhq
2014-03-13 22:36:08 +02:00
Dmitriy Zaporozhets
88742aea68
Merge pull request #6523 from jvanbaarsen/patch-4
...
Added entry for the new webhook
2014-03-13 22:33:08 +02:00
Dmitriy Zaporozhets
3082d2a4be
Merge branch 'tighten_logrotate' into 'master'
...
Tighten Logrotate
2014-03-13 20:07:57 +00:00
Dmitriy Zaporozhets
42ef81be54
Merge branch 'patch_update_robustness' into 'master'
...
Patch Update Robustness
2014-03-13 20:07:19 +00:00
Dmitriy Zaporozhets
9064fba071
Mention retry feature for repository import in CHANGELOG
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
2014-03-13 21:15:18 +02:00
Dmitriy Zaporozhets
d1bee5e374
Remove default value for Project#imported
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
2014-03-13 20:35:11 +02:00
Dmitriy Zaporozhets
494dc8ca8b
Update httparty
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
2014-03-13 20:29:03 +02:00
Jeroen van Baarsen
b4edf4f996
Added entry for the new webhook
2014-03-13 12:04:33 +01:00
Dmitriy Zaporozhets
5be424565e
Create event and clear cache on new trag push
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
2014-03-13 11:37:13 +02:00
Dmitriy Zaporozhets
b0a86cb3ba
Use gitlab:setup inside gitlab:test
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
2014-03-13 11:33:33 +02:00
Dmitriy Zaporozhets
10c0cb8ca7
Add migration for already imported projects
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
2014-03-13 11:28:41 +02:00
Dmitriy Zaporozhets
46cc3b22c9
Add mysql limits to db during setup
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
2014-03-13 10:47:53 +02:00
Dmitriy Zaporozhets
c4263dfbaf
Fix BackgroundJobs page
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
2014-03-13 10:39:41 +02:00
Dmitriy Zaporozhets
44c9403917
Hide retry import form for non masters
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
2014-03-13 10:27:20 +02:00
Dmitriy Zaporozhets
aaff356655
Redirect to import page from show when import in progress
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
2014-03-13 10:27:05 +02: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
37db76a31b
Project import and retry import scaffold
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
2014-03-12 19:25:48 +02:00
Dmitriy Zaporozhets
1436433c7b
Add project import state machine
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
2014-03-12 17:15:03 +02:00
Dmitriy Zaporozhets
7f50c7f62c
Move project creation to service
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
2014-03-12 17:14:48 +02:00
Dmitriy Zaporozhets
e603da7360
Add Project#import_status field
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
2014-03-12 17:14:28 +02:00
Jacob Vosmaer
85a4d1ec6c
Update the logrotate configuration in 6.7
2014-03-12 16:01:34 +01:00