- Feb 14, 2018
-
-
Robert Schilling authored
-
Jarka Kadlecova authored
-
- Feb 13, 2018
-
-
Filipa Lacerda authored
-
Drew Blessing authored
Constructors shouldn't throw exceptions. We also learned that different LDAP servers behave a bit unexpectedly sometimes - returning attributes we didn't ask for, or returned attributes with language subtypes.
-
Jeff Stubler authored
Closes #26466.
-
- Feb 12, 2018
-
-
Michael Kozono authored
-
Rubén Dávila authored
This reverts commit a58f8c32, reversing changes made to cd5d75c3.
-
-
Onuwa Nnachi Isaac authored
-
Winnie Hellmann authored
-
George Tsiolis authored
-
- Feb 09, 2018
-
-
Filipa Lacerda authored
-
Robert Speicher authored
-
Kamil Trzcińśki authored
Fix using wildcards in protected tags to expose protected variables
-
[10.4] Fix GH namespace security issue
-
Robert Speicher authored
Restrict Todo API mark_as_done endpoint to the user's todos only
-
Douwe Maan authored
[10.4] Fix stored XSS in code blocks
-
Robert Schilling authored
-
Robert Schilling authored
-
Filipa Lacerda authored
Adds CSS for child envrionments
-
- Feb 08, 2018
-
-
George Tsiolis authored
-
Lin Jen-Shin authored
-
Hassan Zamani authored
-
Bob Van Landuyt authored
Since populating the fork networks was scheduled multiple times because of bugs that needed to be fixed: - https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/15595/ Creating fork networks for projects that were missing the root of the fork network. - https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/15709 The API allowed creating forked_project_links without fork_network_members. Scheduling this migration multiple times would case it to run concurrently. Which in turn would try to insert the same data into `fork_network_members` causing duplicate key errors. This avoids running the migration multiple times.
-
Shah El-Rahman authored
-
Shah El-Rahman authored
-
- Feb 07, 2018
-
-
Simon Knox authored
-
Oswaldo Ferreir authored
-
Rubén Dávila authored
-
-
Dylan Griffith authored
-
- Feb 06, 2018
-
-
Andreas Brandl authored
Closes #40755.
-
Dylan Griffith authored
- Move the exception handling as close to the source as possible to avoid leaking Psych ahstraction - Also remove unnecessary rescue all statement from LintsController. This should not be necessary anymore since any YAML errors should all be caught by the #validation_message method.
-
Douwe Maan authored
-
Douwe Maan authored
-
-
Bastian Blank authored
Signed-off-by:
Bastian Blank <waldi@debian.org>
-
James Edwards-Jones authored
Uses Lfs::FileModificationHandler to coordinate LFS detection, creation of LfsObject, etc Caveats: 1. This isn't used by the multi-file editor / Web IDE 2. This isn't used on rename. We'd need to be able to download LFS files and add them to the commit if they no longer match so not as simple. 3. We only check the root .gitattributes file, so this should be improved to correctly check for nested .gitattributes files in subfolders.
-
-