- Nov 09, 2016
-
-
Alejandro Rodríguez authored
[ci skip]
-
Alejandro Rodríguez authored
[ci skip]
-
Rémy Coutable authored
[ci skip] Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
- Nov 02, 2016
-
-
Nur Rony authored
Changelog entry added in CHANGELOG-EE.md adds test for weight dropdown selected text uses Issue weight constant from Issue class resolves rubocop test errors by using ruby 1.9 syntax for RSpec adds new helper module for ee issueables removes weight_dropdown_label function from issuable_helpers make it working for numarics weight moves changelog entry to 8.14 and rubocop warning resolved adds line break after release version
-
- Nov 01, 2016
-
-
Valery Sizov authored
-
- Oct 31, 2016
-
-
Rémy Coutable authored
[ci skip] Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
- Oct 28, 2016
-
-
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.
-
- Oct 27, 2016
-
-
Valery Sizov authored
-
- Oct 26, 2016
-
-
Rémy Coutable authored
Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
- Oct 25, 2016
-
-
Douglas Barbosa Alexandre authored
-
Valery Sizov authored
-
- Oct 21, 2016
-
-
Yorick Peterse authored
This builds on https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/7006 and adjusts various parts to take care of EE specific workers.
-
Valery Sizov authored
-
- Oct 19, 2016
- Oct 18, 2016
-
-
Douglas Barbosa Alexandre authored
-
- Oct 17, 2016
-
-
Alfredo Sumaran authored
-
Timothy Andrew authored
-
Rémy Coutable authored
[ci skip] Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
Valery Sizov authored
-
Valery Sizov authored
-
James Lopez authored
It uses a user activity table instead of a column in users. Tested with mySQL and postgreSQL
-
- Oct 16, 2016
-
-
Robert Speicher authored
All this does is convert the version sections into headers. The list items shouldn't really be indented by two spaces, but it makes no difference to the rendering and this way we retain authorship history for the actual changes. [ci skip] Related to https://gitlab.com/gitlab-org/release-tools/merge_requests/29
-
- Oct 14, 2016
-
-
Borja Aparicio authored
-
- Oct 11, 2016
-
-
Rémy Coutable authored
Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
Borja Aparicio authored
-
- Oct 06, 2016
-
-
Rémy Coutable authored
Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
Ruben Davila authored
Some of our users are changing to GitLab as their main repository, it means that they're disabling the local mirror and setting up a remote mirror instead. This fix helps to avoid the extra steps required in order to achieve the desired configuration.
-
- Oct 05, 2016
-
-
James Lopez authored
-
- Oct 04, 2016
-
-
Valery Sizov authored
-
- Sep 29, 2016
-
-
Ruben Davila authored
-
Ruben Davila authored
-
- Sep 28, 2016
-
-
Ruben Davila authored
-
Jacob Schatz authored
Add missing url param to ajax call The `url` param was missing from the ajax call. This bug happened because the `url` param was not set. jQuery defaults to `location.href`. BUT if the user came to the protected branches page from another page a previously set `ajaxSettings.url` was used as default url (which defaults to `location.href`) so when the user submitted the form the request was made to a completely wrong `url`. Refreshing the page was working because `ajaxSettings.url` was set to the current page'`location.href` and that was the correct URL. This MR ensures the url will always be set with the right one. Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/22020 See merge request !760
-
- Sep 26, 2016
-
-
Alfredo Sumaran authored
-
Stan Hu authored
Projects that are in pending_delete could still trigger the mirror, leading to undefined method `mark_import_as_failed` errors and repeated Sidekiq retries.
-
- Sep 24, 2016
-
-
Ruben Davila authored
-
- Sep 23, 2016
-
-
Ruben Davila authored
-
Ruben Davila authored
-
- Sep 22, 2016
-
-
Rémy Coutable authored
Signed-off-by:
Rémy Coutable <remy@rymai.me>
-