- 28 Oct, 2016 5 commits
-
-
Stan Hu authored
-
Stan Hu authored
-
Stan Hu authored
-
Stan Hu authored
Issue #1159 exposed a bug where LDAP DNs would be loaded in ASCII-8BIT encoding but compared against UTF-8-encoded values. This comparison would always fail, causing the LDAP group sync to evict users with Unicode characters. The problem was quietly masked because the user would be re-added later in the group sync worker. This commit forces the UTF-8 encoding and falls back to the original value if that fails. The net-ldap library has an outstanding issue (https://github.com/ruby-ldap/ruby-net-ldap/issues/4) to load data in UTF-8 format instead of ASCII-8BIT. Per https://tools.ietf.org/html/rfc4514#section-3, LDAP DNs should be in UTF-8.
-
Valery Sizov authored
CE upstream See merge request !812
-
- 27 Oct, 2016 8 commits
-
-
Alfredo Sumaran authored
-
Sean McGivern authored
Proper ES version check See merge request !827
-
Valery Sizov authored
-
Sean McGivern authored
ES documentation: Fix rake command Closes https://gitlab.com/gitlab-org/gitlab-ee/issues/1169 See merge request !825
-
Sean McGivern authored
The gitlab:check rake task checks ES version according to requirements See merge request !824
-
Valery Sizov authored
-
Valery Sizov authored
-
Valery Sizov authored
-
- 26 Oct, 2016 6 commits
-
-
Achilleas Pipinellis authored
Improve Geo documentation for 8.13 This merge-request was initiated after feedback from costumers about our documentation. It's a bunch of small fixes to add extra troubleshooting and improve the understanding of the required steps. # Documentation changes/added: - [x] Add "Host key verification" troubleshooting doc for Geo - [x] Update rsync instructions to preserve repository user/group ownership - [x] Communicate better the setup steps and the correct order they must happen cc @dewetblomerus @marin See merge request !766
-
Achilleas Pipinellis authored
Add a trigger variable to docs trigger job From https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/7089 See merge request !819
-
Achilleas Pipinellis authored
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Timothy Andrew authored
We have separate methods to delete redundant CE/EE access levels. So, either `delete_redundant_access_levels` or `delete_redundant_ee_access_levels` needs to be called, not both (as was the case here).
-
Timothy Andrew authored
Lines were duplicated.
-
- 25 Oct, 2016 21 commits
-
-
Valery Sizov authored
-
Rémy Coutable authored
Fix branch protection API - EE-specific (spec) changes related to gitlab-org/gitlab-ce!6215. - Related to gitlab-org/gitlab-ce#21513. See merge request !718
-
Sean McGivern authored
Hides multiple board actions if user doesnt have permissions Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/23678 See merge request !816
-
James Lopez authored
As we now expire all caches and then call build_cache, we have to mock this in the spec as we are never creating an actual repo in the filesystem.
-
Douglas Barbosa Alexandre authored
-
Douglas Barbosa Alexandre authored
-
Phil Hughes authored
Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/23678
-
Valery Sizov authored
-
Sean McGivern authored
Fix for Elasticsearch::Transport::Transport::Errors::BadRequest: [400] Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/21036 See merge request !818
-
Valery Sizov authored
-
Valery Sizov authored
-
Valery Sizov authored
-
Valery Sizov authored
-
Achilleas Pipinellis authored
-
Achilleas Pipinellis authored
-
Achilleas Pipinellis authored
-
Stan Hu authored
-
Stan Hu authored
-
Stan Hu authored
-
Grzegorz Bizon authored
-
Stan Hu authored
-