- 12 May, 2016 3 commits
-
-
Yorick Peterse authored
[ci skip]
-
Kamil Trzciński authored
Fix skipping pages when restoring backups Fixes https://gitlab.com/gitlab-org/gitlab-ee/issues/407 See merge request !375
-
Yorick Peterse authored
Prepare update guide for 8.8 See merge request !391
-
- 11 May, 2016 8 commits
-
-
Kamil Trzcinski authored
-
Douwe Maan authored
Reduce emails-on-push HTML size by using a simple monospace font With this simple change we reduce the size dramatically by reducing every inlined CSS instance of this: font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace" to this: font-family: monospace Before: ![image](/uploads/6ce445102dfe5bfcdf9cf3479218b0ad/image.png) After: ![image](/uploads/8e3a4216815986543ece75483d7f9063/image.png) Helps gitlab-org/gitlab-ce#15178 See merge request !384
-
Valery Sizov authored
-
Yorick Peterse authored
Updated EE CHANGELOG per 8-7-stable-ee See merge request !390
-
Yorick Peterse authored
[ci skip]
-
Yorick Peterse authored
-
Yorick Peterse authored
Fix LDAP access level spillover bug See merge request !499
-
Valery Sizov authored
ES: Refactoring Fixes https://gitlab.com/gitlab-org/gitlab-ee/issues/516 See merge request !365
-
- 10 May, 2016 7 commits
-
-
Robert Speicher authored
Mask credentials in URLs instead of remove them REF: #447 REF: https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/382#note_11713978 See merge request !385
-
Rubén Dávila authored
Also refactored Project#safe_import_url
-
Jacob Vosmaer authored
-
Jacob Vosmaer authored
-
Jacob Vosmaer authored
-
Jacob Vosmaer authored
-
Valery Sizov authored
-
- 09 May, 2016 6 commits
-
-
Stan Hu authored
With this simple change we reduce the size dramatically by reducing every instance of this: font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace" to this: font-family: monospace Helps #15178
-
Robert Speicher authored
Don't expose URL credentials in errors generated by Mirror sync. REF: #447 See merge request !382
-
Stan Hu authored
Fix typo See merge request !379
-
Rubén Dávila authored
* I introduced the new UrlSanitizer class which can help us to protect credentials used in URLs. * Renames `.process` class method to `.sanitize`
-
Kamil Trzcinski authored
-
Rubén Dávila authored
With this fix we remove the credentials from the repo URLs that are shown when there is an internal error with Git
-
- 06 May, 2016 3 commits
-
-
Valery Sizov authored
ES: Add more rake tasks See merge request !381
-
Valery Sizov authored
-
Valery Sizov authored
Update elasticsearch.md with more details Added info for running the index for all available indexes and clarification about how the process keep ElasticSearch up-to-date See merge request !369
-
- 05 May, 2016 10 commits
-
-
Robert Speicher authored
Add sort by weight in issuable filter Fixes #537 See merge request !378
-
Valery Sizov authored
ES: More efficient snippets search https://gitlab.com/gitlab-org/gitlab-ee/issues/375 See merge request !371
-
Felipe Artur authored
-
Valery Sizov authored
CE upstream See merge request !377
-
Valery Sizov authored
-
Valery Sizov authored
-
Valery Sizov authored
-
Douwe Maan authored
Delete ProjectImportData record only if Project is not a mirror. This fix ensure we always use the full import URL when syncing the mirror. REF: https://gitlab.com/gitlab-org/gitlab-ce/issues/17065 See merge request !370
-
Valery Sizov authored
-
Stan Hu authored
-
- 04 May, 2016 3 commits
-
-
Felipe Artur authored
-
Valery Sizov authored
-
Douwe Maan authored
Use 'exec' in Unicorn and Sidekiq launch scripts When running Unicorn or Sidekiq in the foreground this change removes an intermediate /bin/sh process. This makes process supervision in the GitLab Development Kit more reliable. This change does not affect Omnibus-GitLab (because there we do not use these launch scripts). Installations from source do use the launch scripts but for the standard GitLab init script this change will not make a difference. Custom installations using Upstart or Systemd may be affected however, because under certain configurations these systems count exactly how many forks happen during process startup, and we are reducing that number by one here. Closes https://gitlab.com/gitlab-org/gitlab-development-kit/issues/116 See merge request !3964
-