- 28 May, 2014 16 commits
-
-
William Karavites authored
There were too many zeros in the listing of users for CPU's.
-
Dmitriy Zaporozhets authored
Implements clipboard feature for markdown areas.
-
erbunao authored
-
Dmitriy Zaporozhets authored
Render org files Fixes #1215
-
Dmitriy Zaporozhets authored
Link to installation options
-
Dmitriy Zaporozhets authored
Backport CI service refactoring from EE It allows easier contribution of different CI services. Fixes #1280
-
dosire authored
-
Marin Jankovski authored
Conflicts: CHANGELOG VERSION
-
Sytse Sijbrandij authored
Use newer git version Fixes #1272
-
Marin Jankovski authored
-
Marin Jankovski authored
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Dmitriy Zaporozhets authored
It allows easier contribution of different CI services Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Dmitriy Zaporozhets authored
Gitlab shell upgrade might be required Also got rid of `sudo -u git -H bundle exec rake gitlab:env:info RAILS_ENV=production` since gitlab:check is more important.
-
dosire authored
-
- 27 May, 2014 24 commits
-
-
Dmitriy Zaporozhets authored
Don't show remove branch button if you are not allowed to remove it Fixes #1213
-
Dmitriy Zaporozhets authored
Move script to bin Fixes #925
-
Dmitriy Zaporozhets authored
permissions for MR page Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Dmitriy Zaporozhets authored
Gitlab shell in upgrader guide Fixes #1214
-
Dmitriy Zaporozhets authored
Add titles to help pages Fixes #1183
-
Dmitriy Zaporozhets authored
LDAP user filter fix
-
Marin Jankovski authored
-
Marin Jankovski authored
Merge patch changelog back into master /cc @dzaporozhets
-
Marin Jankovski authored
-
Jacob Vosmaer authored
This reverts commit e9d4587f, which is incompatible with GitLab's built in LDAP user filter: a GitLab LDAP filter is [added on top of the other filters used to find the user](https://gitlab.com/gitlab-org/gitlab-ce/blob/982d4d51e8110bec280eb00db0fb756b062103d9/lib/gitlab/ldap/adapter.rb#L61) Example GitLab LDAP filter: `(memberOf=cn=foo,dc=bar)`. In contrast, an omniauth-ldap filter [replaces the 'normal' filters](https://gitlab.com/gitlab-org/omniauth-ldap/blob/76d77543dec0c585bb4e974262f43675f9810953/lib/omniauth/strategies/ldap.rb#L55) Example omniauth-ldap user filter: `(&(uid=%{username})(memberOf=cn=foo,dc=bar))`.
-
dosire authored
-
Marin Jankovski authored
-
Marin Jankovski authored
-
Dmitriy Zaporozhets authored
Compare api Fixes #1165
-
Marin Jankovski authored
-
Marin Jankovski authored
Review changelog @dzaporozhets updates the changelog and notifies the team.
-
Dmitriy Zaporozhets authored
Improve merge request page UX Increase Discussions and Changes tabs size. Added count of changes and comment to it Before and after: ![Screenshot 2014-05-27 12.08.42](https://dev.gitlab.org/uploads/dzaporozhets/gitlabhq/31fe70c9be/Screenshot_2014-05-27_12.08.42.png)
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Marin Jankovski authored
-
Dmitriy Zaporozhets authored
No link inside code block
-
Dmitriy Zaporozhets authored
Improve rake test Check for `system` call return value instead of `$?.exitstatus`
-
Dmitriy Zaporozhets authored
CSS truncation Use css truncation for event titles on dashboard. Fix vertical align of timestamps
-