- 03 Jun, 2019 7 commits
-
-
Rémy Coutable authored
Use a path for the related merge requests endpoint Closes #61280 See merge request gitlab-org/gitlab-ce!28171
-
Ash McKenzie authored
Use source ref in pipeline webhook Closes #61553 See merge request gitlab-org/gitlab-ce!28772 (cherry picked from commit 2714f85c) 7e05f3b7 Use source ref for pipeline webhook
-
Filipa Lacerda authored
Fix height of input groups Closes #61304, #61303, #59254, and #60778 See merge request gitlab-org/gitlab-ce!28495 (cherry picked from commit 52758b92) 360646ea Fix height of input groups
-
Douglas Barbosa Alexandre authored
API: Fix recursive flag not working with Rugged get_tree_entries flag Closes #61979 See merge request gitlab-org/gitlab-ce!28494 (cherry picked from commit d951f047) c1827f1c API: Fix recursive flag not working with Rugged get_tree_entries flag
-
Nick Thomas authored
Fix uploading of LFS tracked file through UI Closes #61203 See merge request gitlab-org/gitlab-ce!28052 (cherry picked from commit 4d2d8124) 3f192e8a Fix Lfs::FileTransformer to work with file objects 48fcdf1f Add changelog entry
-
James Lopez authored
Allow a member to have an access level equal to parent group Closes gitlab-ee#11323 See merge request gitlab-org/gitlab-ce!27913 (cherry picked from commit 2b3b0bb1) 32ddc3fe Allow a member to have an access level equal to parent group
-
- 30 May, 2019 2 commits
-
-
GitLab Release Tools Bot authored
[ci skip]
-
Oswaldo Ferreira authored
-
- 28 May, 2019 1 commit
-
-
Tiger Watson authored
-
- 27 May, 2019 1 commit
-
-
Kerri Miller authored
First reported: https://gitlab.com/gitlab-org/gitlab-ce/issues/60143 When the page slug is "javascript:" and we attempt to link to a relative path (using `.` or `..`) the code will concatenate the slug and the uri. This MR adds a guard to that concat step that will return `nil` if the incoming slug matches against any of the "unsafe" slug regexes; currently this is only for the slug "javascript:" but can be extended if needed. Manually tested against a non-exhaustive list from OWASP of common javascript XSS exploits that have to to with mangling the "javascript:" method, and all are caught by this change or by existing code that ingests the user-specified slug.
-
- 25 May, 2019 1 commit
-
-
Peter Marko authored
-
- 23 May, 2019 1 commit
-
-
James Edwards-Jones authored
-
- 22 May, 2019 1 commit
-
-
Douwe Maan authored
Gitlab::HTTP now resolves the hostname only once, verifies the IP is not blocked, and then uses the same IP to perform the actual request, while passing the original hostname in the `Host` header and SSL SNI field.
-
- 21 May, 2019 1 commit
-
-
Felipe Artur authored
Fix milestone titles being leaked using search API when users cannot read milestones
-
- 20 May, 2019 1 commit
-
-
Alexandru Croitor authored
-
- 19 May, 2019 1 commit
-
-
Patrick Derichs authored
-
- 06 May, 2019 2 commits
-
-
Mark Chao authored
Prevents refspec as branch name, which would bypass branch protection when used in conjunction with rebase. HEAD seems to be a special case with lots of occurrence, so it is considered valid for now. Another special case is `refs/head/*`, which can be imported.
-
Patrick Derichs authored
-
- 03 May, 2019 1 commit
-
-
Stan Hu authored
This upgrades Gitaly to 1.34.2 for 11-10-stable.
-
- 01 May, 2019 3 commits
-
-
GitLab Release Tools Bot authored
[ci skip]
-
Ash McKenzie authored
Fix pipelines for merge requests does not show pipeline page when source branch is removed Closes #60432 See merge request gitlab-org/gitlab-ce!27803 (cherry picked from commit a2543ee2) 96b28d83 Fix ref_text of merge request pipelines
-
Sean McGivern authored
`on_stop` is not automatically triggered with pipelines for merge requests Closes #60885 See merge request gitlab-org/gitlab-ce!27618 (cherry picked from commit 2432a540) daa8f784 Fix environment automatic on_stop trigger
-
- 30 Apr, 2019 2 commits
-
-
GitLab Release Tools Bot authored
[ci skip]
-
charlieablett authored
-
- 29 Apr, 2019 12 commits
-
-
Nick Thomas authored
-
Sean McGivern authored
Make `CI_COMMIT_REF_NAME` and `SLUG` variable idempotent Closes #60822 See merge request gitlab-org/gitlab-ce!27663
-
Sean McGivern authored
Fix slow performance with compiling HAML templates Closes gitlab-ee#11198 See merge request gitlab-org/gitlab-ce!27782 (cherry picked from commit fe45f544) b02458ef Fix slow performance with compiling HAML templates fad99d93 Add Rubocop rule to ban include ActionView::Context
-
Annabel Dunstone Gray authored
Prevent text selection when dragging in issue boards Closes #59378 See merge request gitlab-org/gitlab-ce!27724 (cherry picked from commit fd05b2c9) 21116346 Add vendor prefixes for user-select
-
Douwe Maan authored
Resolve "Deployment jobs broken as of 11.10.0" Closes #60821 See merge request gitlab-org/gitlab-ce!27687 (cherry picked from commit 6885419a) 825d7596 Fix deployments for Kubernetes service templates
-
Filipa Lacerda authored
Resolve "MR Popover is not attached in system notes" Closes #60855 See merge request gitlab-org/gitlab-ce!27589 (cherry picked from commit 55767af4) 41ff0d1e Init MR Popovers onmount of system note
-
Fatih Acet authored
Fix Metrics environments dropdown Closes #60687 See merge request gitlab-org/gitlab-ce!27586 (cherry picked from commit 0f863c68) e4d1f5d3 Fix Metrics environments dropdown
-
Phil Hughes authored
Resolve "Merge Request Popover is not working on the To Do page" Closes #60540 See merge request gitlab-org/gitlab-ce!27382 (cherry picked from commit 6015b521) 5e38e42b Make sure to allow project information data tags on GFM 18885d50 Do not show MR Popover if all necessary data is not present
-
- 25 Apr, 2019 1 commit
-
-
GitLab Release Tools Bot authored
[ci skip]
-
- 24 Apr, 2019 2 commits
-
-
Małgorzata Ksionek authored
Refactor api events class to use external helper Move specs from old class Add changelog and magic string Refactor events class to be more explicit Remove blank line
-
Oswaldo Ferreira authored
-