- 25 Feb, 2019 31 commits
-
-
GitLab Bot authored
-
Kamil Trzciński authored
Ability to filter confidential issues Closes #50747 See merge request gitlab-org/gitlab-ce!24960
-
Filipa Lacerda authored
(EE port) Resolve "Styling of user, project and group avatars" See merge request gitlab-org/gitlab-ee!9682
-
Martin Wortschack authored
- Add rectangular avatar classes - Update avatar for groups - Update avatar for projects - Update avatar for frequent items - Update avatar on "Fork project" page - Conditionally add rectangular avatar class to autocomplete items
-
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
-
GitLab Bot authored
-
Kamil Trzciński authored
Update GitLab Runner Helm Chart to 0.2.0 See merge request gitlab-org/gitlab-ce!25493
-
Filipa Lacerda authored
Date range group secure graph See merge request gitlab-org/gitlab-ee!9446
-
GitLab Bot authored
-
Filipa Lacerda authored
Setup initial Vue app for design management See merge request gitlab-org/gitlab-ee!9652
-
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
-
James Lopez authored
Allow plus symbol in maven package version Closes #8680 See merge request gitlab-org/gitlab-ee!9657
-
GitLab Bot authored
-
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
-
Lin Jen-Shin authored
Fix NotesController in EE failing since 16fe447d Closes #9935 and #9934 See merge request gitlab-org/gitlab-ee!9680
-
Takuya Noguchi authored
Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
-
GitLab Bot authored
-
Grzegorz Bizon authored
Properly handle multiple X-Forwarded-For addresses in runner IP Closes #58103 See merge request gitlab-org/gitlab-ce!25511
-
Heinrich Lee Yu authored
-
GitLab Bot authored
-
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>
-
GitLab Bot authored
-
Thong Kuah authored
16fe447d:modified how NotesActions normalized notes params on creation. Update this controller to always override :target_type and :target_id
-
Clement Ho authored
Remove convertPermissionToBoolean() from common_utils.js See merge request gitlab-org/gitlab-ce!25454
-
Clement Ho authored
Remove convertPermissionToBoolean() from common_utils.js (EE-port) See merge request gitlab-org/gitlab-ee!9649
-
GitLab Bot authored
-
- 24 Feb, 2019 8 commits
-
-
Evan Read authored
Docs: fix url of pipeline status badge See merge request gitlab-org/gitlab-ce!25404
-
Aviad Levy authored
-
GitLab Bot 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
EE Allow Gitaly N+1 in MR CreationsController Closes #9917 See merge request gitlab-org/gitlab-ee!9671
-
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 1 commit
-
-
GitLab Bot authored
-