- Feb 14, 2018
-
-
🙈 jacopo beschi 🙉 authored
-
- Feb 13, 2018
-
-
Jeff Stubler authored
Closes #26466.
-
Stan Hu authored
When JIRA or Redmine were enabled and the branch name did not match the matching regular expression, the `issue_iid` would be `nil`, preventing users from creating merge requests. Closes #43193
-
- Feb 12, 2018
-
-
Ahmad Sherif authored
Fixes #37438 Fixes gitaly#999
-
George Tsiolis authored
- Remove Gitlab::ImportExport::ProjectCreator from GitlabProjectsImportService - Override ::Projects::CreateService params
-
- Feb 09, 2018
-
-
[10.4] Fix GH namespace security issue
-
- Feb 07, 2018
-
-
Ahmad Sherif authored
Fixes #37439 Fixes gitaly#1000
-
Rubén Dávila authored
-
- Feb 06, 2018
-
-
Jarka Kadlecova authored
-
Tiago Botelho authored
-
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.
-
-
Tiago Botelho authored
-
Tiago Botelho authored
-
Grzegorz Bizon authored
-
Winnie Hellmann authored
-
Grzegorz Bizon authored
-
Shinya Maeda authored
-
Shinya Maeda authored
-
Shinya Maeda authored
-
Shinya Maeda authored
-
-
- Feb 05, 2018
-
-
Grzegorz Bizon authored
-
Grzegorz Bizon authored
Currently we still need to run EnsureStageService within a transaction, because when it runs within in a transaction we are going to stick to the primary database when using database load balancing. Extracting this out of the transaction makes it possible to hit into problems with replication lag in pipeline commit status API, which can cause a lot of trouble.
-
- Feb 02, 2018
-
-
Oswaldo Ferreir authored
-
Oswaldo Ferreir authored
-
Mario de la Ossa authored
-
Andrew McCallum authored
-
- Feb 01, 2018
-
-
Oswaldo Ferreir authored
-
Micael Bergeron authored
-
- Jan 29, 2018
-
-
Oswaldo Ferreir authored
-
- Jan 25, 2018
-
-
Grzegorz Bizon authored
-
- Jan 24, 2018
-
-
Grzegorz Bizon authored
-
Grzegorz Bizon authored
-
- Jan 17, 2018
-
-
Alexis Reigel authored
-
Alexis Reigel authored
with .public_send we can't make sure that the scope on the model actually exists.
-
Jarka Kadlecova authored
-
Mario de la Ossa authored
Adds `#build_notification_recipients` to `NotificationRecipientService` that returns the `NotificationRecipient` objects in order to be able to access the new attribute `reason`. This new attribute is used in the different notifier methods in order to add the reason as a header: `X-GitLab-NotificationReason`. Only the reason with the most priority gets sent.
-
Robert Speicher authored
Merge branch '41293-fix-command-injection-vulnerability-on-system_hook_push-queue-through-web-hook' into 'security-10-3' Don't allow line breaks on HTTP headers See merge request gitlab/gitlabhq!2277 (cherry picked from commit 7fc0a6fc096768a5604d6dd24d7d952e53300c82) 073b8f9c Don't allow line breaks on HTTP headers
-
Sean McGivern authored
check project access on MR create See merge request gitlab/gitlabhq!2273 (cherry picked from commit 1fe2325d6ef2bced4c5e97b57691c894f38b2834) 43e85f49 check project access on MR create
-