- 24 Feb, 2019 1 commit
-
-
Stan Hu authored
https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/24624 extracted the X-Forwarded-For address directly, but this didn't consider the case where multiple proxies are in the chain. To fix this, we use the Rails implementation to filter trusted proxies, as documented by Grape: https://github.com/ruby-grape/grape#remote-ip Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/58103
-
- 23 Feb, 2019 2 commits
-
-
Lin Jen-Shin authored
Refactor params for NotesActions Closes #54924 See merge request gitlab-org/gitlab-ce!25278
-
Heinrich Lee Yu authored
Removes unneeded params from permitted list This also fixes commenting on commits with a hash starting with a large number
-
- 22 Feb, 2019 37 commits
-
-
Sid Sijbrandij authored
Docs serverless updates See merge request gitlab-org/gitlab-ce!25497
-
Douglas Barbosa Alexandre authored
Merge branch '58062-tracing-url-template-render-using-string-format-does-not-play-well-with-urls' into 'master' Switch back to using regexps in tracing_url_template Closes #58062 See merge request gitlab-org/gitlab-ce!25491
-
danielgruesso authored
-
danielgruesso authored
-
danielgruesso authored
-
danielgruesso authored
Merge branch 'docs-serverless-updates' of gitlab.com:gitlab-org/gitlab-ce into docs-serverless-updates
-
danielgruesso authored
-
Mike Lewis authored
-
Mike Lewis authored
-
danielgruesso authored
-
Daniel Gruesso authored
-
Daniel Gruesso authored
-
Marcia Ramos authored
Docs: add details about restricted SSH keys Closes #50489 See merge request gitlab-org/gitlab-ce!25478
-
Tristan Williams authored
-
Marcia Ramos authored
Add an index page to admin area section Closes #55234 See merge request gitlab-org/gitlab-ce!25375
-
Evan Read authored
-
Grzegorz Bizon authored
Resolve "/admin/runners page fails with an SQL Statement Timeout" Closes #53325 See merge request gitlab-org/gitlab-ce!25220
-
James Lopez authored
Lower the allowed Gitaly call count to 30 See merge request gitlab-org/gitlab-ce!25467
-
Zeger-Jan van de Weg authored
Prior to this change, 35 Gitaly RPCs were allowed. But recently there's been a renewed interest in performance. By lowering the number of calls new N + 1's will pop up. Later commits will add blocks to ignore the raised errors, followed by an issue for each to be fixed.
-
Achilleas Pipinellis authored
Ensure all lists are surrounded by new lines See merge request gitlab-org/gitlab-ce!25479
-
Evan Read authored
Markdown renderers find it easier to determine where lists start and end when lists are surrounded by new lines. For consistency, also ensure entries in the list are aligned when they span multipls lines.
-
Andrew Newdigate authored
This approach is able to cope with `%` characters in the URL template, which is important since `%` is a valid URL character. Additionally this approach is less likely to fail on an invalid string. This is important since the distributed tracing infrastructure is designed to degrade gracefully when not properly configured, and a small mistake in the configuration of the URL template could have led to a production outage.
-
Andrew Newdigate authored
Tracing URL templates should be able to include % characters. This test is intended to show that the current implementation needs rework in order to handle this requirement.
-
Kushal Pandya authored
Improve snippets empty state Closes #44045 and #20847 See merge request gitlab-org/gitlab-ce!18348
-
George Tsiolis authored
-
Kushal Pandya authored
Only show borders around markdown images in notes Closes #55703 See merge request gitlab-org/gitlab-ce!25448
-
Kamil Trzciński authored
Resolve "Fix danger commit messages check" Closes #58057 See merge request gitlab-org/gitlab-ce!25489
-
Lin Jen-Shin authored
-
Filipa Lacerda authored
Update dependency @gitlab/svgs to ^1.54.0 See merge request gitlab-org/gitlab-ce!25488
-
Sean McGivern authored
Port EE System Header And Footer feature to CE Closes #55057 See merge request gitlab-org/gitlab-ce!25241
-
Kushal Pandya authored
Resolve "Units are appended to Y axis label on metrics dashboard" Closes #56477 See merge request gitlab-org/gitlab-ce!25485
-
Adriel Santiago authored
Remove duplicate units from metrics dashboard graphs
-
Kushal Pandya authored
Move gfm_auto_complete_spec.js to Jest See merge request gitlab-org/gitlab-ce!25463
-
Achilleas Pipinellis authored
Linked no EFS article to backup section See merge request gitlab-org/gitlab-ce!25302
-
Sara Ahbabou authored
-
Lukas 'Eipi' Eipert authored
-
Phil Hughes authored
Resolve "Only load syntax highlighting css when selected" Closes #57739 and #56873 See merge request gitlab-org/gitlab-ce!25232
-