- 21 Oct, 2017 15 commits
-
-
Clement Ho authored
-
Winnie Hellmann authored
-
Toon Claes authored
-
Clement Ho authored
-
Phil Hughes authored
-
Kamil Trzcinski authored
-
Filipa Lacerda authored
-
Guilherme Vieira authored
-
Alejandro Rodríguez authored
They're costly. This will also avoid some edge cases where charlock_holmes assigns a weird encoding to a perfectly valid UTF-8 string.
-
Rémy Coutable authored
Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
Rémy Coutable authored
Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
Rémy Coutable authored
Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
Rémy Coutable authored
Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
Nick Thomas authored
-
- 18 Oct, 2017 6 commits
-
-
Sean McGivern authored
We don't want the locale to be set to Brazilian Portuguese for any subsequent specs!
-
Clement Ho authored
-
Filipa Lacerda authored
-
Bob Van Landuyt authored
The locale code is turned into an asset path with an underscore instead of a dash. The language codes are transformed by `I18n.locale` into a code with a dash. But the resources for translating are always stored in a path using a `_` separating the language and the region code.
-
Toon Claes authored
When there are no groups defined in the auth hash attributes, `Gitlab::Saml::AuthHash#groups` should return an empty array, and `Gitlab::Saml::User#find_user` should not mark the user as external. Closes gitlab-org/gitlab-ce#38923.
-
Jacopo authored
In API v4 when requesting a branch with an invalid refname shows an helpful error message: 'The branch refname is invalid'.
-
- 17 Oct, 2017 15 commits
-
-
Jen-Shin Lin authored
Security fixes for 10.1 RC See merge request gitlab/gitlabhq!2209
-
Filipa Lacerda authored
-
Eric Eastwood authored
-
Clement Ho authored
-
Winnie Hellmann authored
-
Kamil Trzcinski authored
-
Clement Ho authored
-
Kamil Trzcinski authored
-
Bob Van Landuyt authored
The problem would occur when the `ForkedProjectLink` was deleted, but the `ForkNetworkMember` was not. The delete would be rolled back and retried. But the error would not be saved because `Project#forked?` would still be true, because the `ForkNetworkMember` exists. But the `Project#forked_project_link` would be `nil`. So the validation for the visibility level would fail.
-
Sean McGivern authored
This is already handled for diffs, but not commits.
-
Bob Van Landuyt authored
-
Phil Hughes authored
-
Phil Hughes authored
Adds a test for flattenedFiles Changes the data method to not be an arrow method Various other review fixes
-
Bob Van Landuyt authored
-
Bob Van Landuyt authored
Instead of from the configuration file
-
- 16 Oct, 2017 4 commits
-
-
Annabel Dunstone Gray authored
-
Clement Ho authored
-
Phil Hughes authored
-
Phil Hughes authored
-