- 25 Feb, 2019 15 commits
-
-
Rémy Coutable authored
Properly implement API pagination headers and add specs Closes #57684 See merge request gitlab-org/gitlab-ce!25267
-
Kamil Trzciński authored
Ability to filter confidential issues Closes #50747 See merge request gitlab-org/gitlab-ce!24960
-
Rémy Coutable authored
API endpoint for bulk updating issues and MRs Closes #49449 See merge request gitlab-org/gitlab-ce!25201
-
Rémy Coutable authored
Fix misspellings in app/spec comments See merge request gitlab-org/gitlab-ce!25517
-
Nick Thomas authored
Fix 404s when C++ .gitignore template selected Closes #57857 See merge request gitlab-org/gitlab-ce!25416
-
Kamil Trzciński authored
Update GitLab Runner Helm Chart to 0.2.0 See merge request gitlab-org/gitlab-ce!25493
-
Filipa Lacerda authored
Port design-management-vue-app to CE See merge request gitlab-org/gitlab-ce!25494
-
Filipa Lacerda authored
Remove duplicate XHR request when requesting new pipeline page Closes #58095 See merge request gitlab-org/gitlab-ce!25506
-
Kushal Pandya authored
Project Templates for Netlify Closes #57785 See merge request gitlab-org/gitlab-ce!25453
-
Jason Lenny authored
Merge branch '57785-create-project-template-for-netlify' of https://gitlab.com/gitlab-org/gitlab-ce into 57785-create-project-template-for-netlify
-
Takuya Noguchi authored
Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
-
Grzegorz Bizon authored
Properly handle multiple X-Forwarded-For addresses in runner IP Closes #58103 See merge request gitlab-org/gitlab-ce!25511
-
Evan Read authored
docs: Fix misspellings in docs See merge request gitlab-org/gitlab-ce!25505
-
Takuya Noguchi authored
Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
-
Clement Ho authored
Remove convertPermissionToBoolean() from common_utils.js See merge request gitlab-org/gitlab-ce!25454
-
- 24 Feb, 2019 6 commits
-
-
Evan Read authored
Docs: fix url of pipeline status badge See merge request gitlab-org/gitlab-ce!25404
-
Aviad Levy authored
-
Evan Read authored
Update minimum ruby version to 2.5. See merge request gitlab-org/gitlab-ce!25496
-
Joshua Lambert authored
-
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
-
Stan Hu authored
When a user clicked on another page in the pipeline page, the following would happen: 1. PipelinesService.getPipelines() would be called to fetch the new page 2. In the success handler, Poll.restart() would be called 3. This would invoke Poll.makeRequest(), which would fire off a new request. To fix this, we introduce a enable(), which will: 1. Update the request data accordingly 2. Clear the old timeout if necessary and start a new timer Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/58095
-
- 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 17 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
-