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
Jacob Vosmaer
3e6fe8bff0
Add 6.6-to-6.7.md update guide
2014-03-12 16:01:10 +01:00
Jacob Vosmaer
c22646d2a4
Logrotate daily, keeping 90 days of old logs
...
Also remove the 'delaycompress' option which is not needed because we
use 'copytruncate'.
2014-03-12 15:26:39 +01:00
Dmitriy Zaporozhets
42f25e75f8
Improve import notice
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
2014-03-12 10:25:37 +02:00
Dmitriy Zaporozhets
ae4ae2b225
Move images from vendor to app so they are compiled by rails
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
2014-03-12 10:19:24 +02:00
Dmitriy Zaporozhets
1c23f2b259
Correct image path to social icons
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
2014-03-12 10:08:58 +02:00
Dmitriy Zaporozhets
75c9c68c18
Rebuild schame from migrations
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
2014-03-12 09:55:08 +02:00
Dmitriy Zaporozhets
56318a24b1
Merge pull request #6474 from jvanbaarsen/post-tag-hook
...
Add web hooks on tag
2014-03-12 09:52:34 +02:00
Dmitriy Zaporozhets
cc57a25c39
Merge pull request #6510 from jvanbaarsen/rake-task-for-limits
...
Added rake task to add limits back in mysql
2014-03-12 09:19:59 +02:00
Jeroen van Baarsen
f9c4bb5638
Changed limits to a higher order
2014-03-12 08:13:27 +01:00
Daniel Cestari and Dmitriy Zaporozhets
55fbe71ad1
Fix error with reopened merge request not properly reloading
...
If you reopen a Merge Request and then try to update the source branch
it won't properly reload the code since the "reload_code" method still
checks if the MR is "opened" and not just "open" (which includes reopened)
2014-03-12 08:54:42 +02:00
Jeroen van Baarsen
71b1030bf7
Added rake task to add limits back in mysql
2014-03-11 19:23:02 +01:00
Dmitriy Zaporozhets
dff9221c40
Show import notice in callout block
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
2014-03-11 18:34:43 +02:00
Dmitriy Zaporozhets
a6eb28abc5
Better explanation for import url
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
2014-03-11 18:23:03 +02:00
Dmitriy Zaporozhets
a599d8120d
Merge branch 'fix/social-account-block' into 'master'
...
Fix Social Account Block
If you have omniauth enabled, but don't have one of the "Social" providers enabled (GitHub, Twitter, Google), the "Social Accounts" sections shows up, but without icons. This occurred when I was testing Shibboleth. This fixes the issues by checking if there are any `enabled_oauth_providers` rather than if just `Gitlab.config.omniauth.enabled`. Not quite sure how to implement a test for this, but it works :).
2014-03-11 15:02:07 +00:00
Dmitriy Zaporozhets
7157f79caa
Refactor js behaviours helpers
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
2014-03-11 15:15:08 +02:00
Dmitriy Zaporozhets
9f405068cd
SHow group name in access granted email
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
2014-03-11 13:33:47 +02:00
Dmitriy Zaporozhets
0c3aa2e844
More entries to CHANGELOG
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
2014-03-11 13:18:10 +02:00