- 31 Mar, 2016 3 commits
-
-
connorshea authored
I’ve removed everything related to the feature based on this commit: ce08f919f34fd8849834365 Resolves #10857.
-
Zeger-Jan van de Weg authored
-
Douglas Barbosa Alexandre authored
-
- 30 Mar, 2016 1 commit
-
-
Douglas Barbosa Alexandre authored
-
- 28 Mar, 2016 1 commit
-
-
Robert Speicher authored
Closes #14694.
-
- 22 Mar, 2016 1 commit
-
-
Rubén Dávila authored
* I got an error when updating GDK because it already exists.
-
- 21 Mar, 2016 4 commits
-
-
Douwe Maan authored
-
Douwe Maan authored
-
Felipe Artur authored
-
Zeger-Jan van de Weg authored
-
- 20 Mar, 2016 3 commits
-
-
Douwe Maan authored
-
Douwe Maan authored
-
Douwe Maan authored
-
- 19 Mar, 2016 3 commits
-
-
Zeger-Jan van de Weg authored
-
Zeger-Jan van de Weg authored
-
Grzegorz Bizon authored
According to endbosses' suggestions.
-
- 18 Mar, 2016 2 commits
-
-
Douglas Barbosa Alexandre authored
-
Douglas Barbosa Alexandre authored
-
- 17 Mar, 2016 4 commits
-
-
Douglas Barbosa Alexandre authored
-
Felipe Artur authored
-
Grzegorz Bizon authored
-
Felipe Artur authored
-
- 16 Mar, 2016 2 commits
-
-
Felipe Artur authored
-
Yorick Peterse authored
On PostgreSQL the index is created concurrently. Fixes gitlab-org/gitlab-ce#14325
-
- 14 Mar, 2016 1 commit
-
-
Jacob Vosmaer authored
-
- 13 Mar, 2016 1 commit
-
-
Zeger-Jan van de Weg authored
The user has the rights of a public user execpt it can never create a project, group, or team. Also it cant view internal projects.
-
- 11 Mar, 2016 6 commits
-
-
Robert Speicher authored
It's unclear how these blank values got added, but GitLab.com had a few: ``` irb(main):002:0> Note.where("line_code IS NOT NULL AND line_code = ''").count => 439 ``` We've added a migration to convert any existing records to use a NULL value when blank, and updated Note to set blank values to nil before validation.
-
Yorick Peterse authored
This explains the user what they need to run and where to go in case they want to learn more about "CREATE EXTENSION".
-
Yorick Peterse authored
This also includes e.g. the appearances table which apparently wasn't already included in the schema.
-
Yorick Peterse authored
This allows the LIKE condition to use an index. Without a GIN + trigram index LIKE queries using a wildcard at the start _won't_ use an index and instead perform a sequence scan.
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
- 10 Mar, 2016 5 commits
-
-
Felipe Artur authored
-
Felipe Artur authored
Prevent Groups to have smaller visibility than projects Add default_group_visibility_level to configuration Code improvements
-
Felipe Artur authored
-
Felipe Artur authored
-
Felipe Artur authored
-
- 09 Mar, 2016 2 commits
-
-
Douglas Barbosa Alexandre authored
-
Yorick Peterse authored
This wasn't included in gitlab-org/gitlab-ce!3000.
-
- 07 Mar, 2016 1 commit
-
-
tiagonbotelho authored
-