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
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
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
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
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
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
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
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
56318a24b1
Merge pull request #6474 from jvanbaarsen/post-tag-hook
...
Add web hooks on tag
2014-03-12 09:52:34 +02: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
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
c4f9dff480
Merge branch 'simplify-emails-content' into 'master'
...
Streamline the content of notification emails
In notification emails, the actual content of the email is often buried under several blocks of chrome — and may even be truncated or completely missing. Ideally, the notification emails would be like *real emails*: a short message of meaningful text, sent from the author of the change that triggered the notification.
This MR includes the following changes to notification emails:
* Remove much of the chrome (e.g. the "GitLab" header)
* Emphasize the content (no more small, grayed-out content)
* Add missing informations to the emails (issue description in "new issue" email, file name in "diff comment" email)
* Add a consistent "View in GitLab" link in the footer
* The assignee is displayed only if someone is assigned
* Fix a rendering bug when viewing emails with [Zimbra](http://www.zimbra.com/ )
We use these patches at [Capitaine Train](http://www.capitainetrain.com ), and it has been a surprisingly big productivity boost for us.

2014-03-11 10:39:29 +00:00
Dmitriy Zaporozhets
f16de8ac8c
Merge branch 'master' of github.com:gitlabhq/gitlabhq
2014-03-11 11:29:18 +02:00
Dmitriy Zaporozhets
767f7d9ae7
Merge branch 'ldap-code' into 'master'
...
LDAP code from EE
2014-03-11 09:28:41 +00:00
Dmitriy Zaporozhets
c6d39a14d6
Add User#requires_ldap_check? method
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
2014-03-11 10:24:07 +02:00
Dmitriy Zaporozhets
4b9466903f
Merge pull request #6503 from mjdetullio/fix/group-admin
...
[6.6] Fixes a bug with group member administration
2014-03-11 10:12:21 +02:00
Dmitriy Zaporozhets
e57e1e04e3
Remove non-exist method from ldap security check
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
2014-03-11 09:15:04 +02:00
Matt DeTullio
5d6d795d60
Fixes a bug with group member administration
...
Group owners were not able to remove any users from their group if they were the only owner.
2014-03-10 22:56:26 -04:00
Dmitriy Zaporozhets
d33d550e3e
Merge pull request #6500 from tsigo/natural-tag-sorting
...
Natural version sorting
2014-03-10 17:27:23 +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
Robert Speicher
efd860d1da
Remove extra whitespace
2014-03-10 03:44:49 -04:00
Robert Speicher
74d2085cdf
Sort tag names using VersionSorter
2014-03-09 00:01:06 -05:00
Robert Speicher
a37c679400
Remove arguments from grouped_options_refs
...
Must have been left over from a previous revision, but the argument
wasn't used anywhere in the method.
2014-03-09 00:01:06 -05:00
Ryan Mendivil
1c46a0d471
Fix grammar in zero_authorized_projects view
2014-03-08 10:33:28 -09:00
Jason Hollingsworth
9818775cad
Check if any social providers are enabled.
2014-03-06 21:07:02 -06:00
Dmitriy Zaporozhets
8634d0d5c1
Sort projects by activity at group show page
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
2014-03-06 18:31:08 +02:00
Jeroen van Baarsen
e6ceec9d60
Renamed oldrev/newrev to before/after
2014-03-06 16:15:19 +01:00
Jeroen van Baarsen
4a251849cf
Added newrev and oldrev to the hook data
2014-03-06 16:08:51 +01:00
Dmitriy Zaporozhets
694388dfbc
Merge branch 'master' of github.com:gitlabhq/gitlabhq
2014-03-06 15:50:18 +02:00
Dmitriy Zaporozhets
261f212b3b
Use rails helper image-url for reference images in css
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
2014-03-06 11:05:00 +02:00
Dmitriy Zaporozhets
0004aafe37
Merge pull request #6473 from veonik/fix-readme-title
...
Fixed readme title
2014-03-06 10:21:41 +02:00
Robert Speicher
1688a29023
Add GFM autocompletion for MergeRequests
...
Requested
[here](http://feedback.gitlab.com/forums/176466-general/suggestions/5507440-auto-complete-merge-requests-in-gitlab-markdown ).
2014-03-05 23:24:03 -05:00
Jeroen van Baarsen
f096bd61bd
Post-receive hook can also fire TagPushService
2014-03-05 22:10:35 +01:00
Jeroen van Baarsen
13d2bcc3b4
Created a basic Git Tag Push service
...
This is the first version, and only has the most basic information about
the tag that is created.
2014-03-05 21:23:49 +01:00
Jeroen van Baarsen
9a676ccc0a
Added tag_push_events to the web_hooks
...
* Added a scope to the web_hooks model
* Added extra checkbooks in de hooks overview window
2014-03-05 20:44:01 +01:00