- 25 Feb, 2019 34 commits
-
-
Oswaldo Ferreira authored
-
Oswaldo Ferreira authored
Returns error in MergeToRefService when merge_to_tmp_merge_ref_path ff is disabled.
-
Oswaldo Ferreira authored
Move authorization checks to merge services instead relying solely on external checks.
-
Oswaldo Ferreira authored
Adds the ground work for writing into the merge ref refs/merge-requests/:iid/merge the merge result between source and target branches of a MR, without further side-effects such as mailing, MR updates and target branch changes.
-
Filipa Lacerda authored
Resolve "Styling of user, project and group avatars" Closes #52734 See merge request gitlab-org/gitlab-ce!25098
-
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
-
Marcia Ramos authored
Remove unnecessary difference between CE and EE Closes #58070 See merge request gitlab-org/gitlab-ce!25513
-
Evan Read authored
-
Grzegorz Bizon authored
Delegate last_pipeline to Project See merge request gitlab-org/gitlab-ce!25422
-
Kamil Trzciński authored
Allow maintainers to remove pages See merge request gitlab-org/gitlab-ce!25458
-
Vladimir Shushlin authored
Move remove_pages permission to maintainer Fix before_action in pages controller to check `remove_pages` permission Add specs
-
Kamil Trzciński authored
Expose refspec and depth to runner See merge request gitlab-org/gitlab-ce!25233
-
Douwe Maan authored
Docs: update code review guidelines Closes #57305 See merge request gitlab-org/gitlab-ce!25460
-
Douwe Maan authored
Add ability to set project path and name on fork using API Closes #40795 See merge request gitlab-org/gitlab-ce!25363
-
Douwe Maan authored
Make Admin::UsersController work with Ruby 2.6 See merge request gitlab-org/gitlab-ce!25316
-
Sean McGivern authored
Allow configuring POSTGRES_VERSION in Auto DevOps Closes #58098 See merge request gitlab-org/gitlab-ce!25500
-
Kamil Trzciński authored
Resolve "Don't display pipeline status if pipelines are disabled" Closes #52778 See merge request gitlab-org/gitlab-ce!25204
-
Scott Hampton authored
Pipeline status was showing failed on projects when CI was disabled. This checks to see if the feature is enabled before showing the status.
-
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
-
Shinya Maeda authored
fix fix and fix Allow full ref specification for pipeline creation Add spec Support backward compatibility Use ref path Runner feature flag Simplify the things Support fork workflow (Public only) Expose ref spec Use refspec Glooming Decouple unrelated changes Add changelog Revert unrelated file Decouple unnecessary Add spec Use refspecs Fix changelog Simplify Fix coding offence Fix a ok ok ok ok ok a a Fix Add workaround for ignore_column Fix git depth Fix coding offence Fix spec Simplify more Do not set ignored column Fix tests Fix pipeline Fix spec fix fixture yes Revert nonsense fix Revert more ok Decouple mr pipelines fix spev Remove unrelated changes
-
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
-