- 03 Apr, 2017 1 commit
-
-
Joren De Groof authored
The MergeRequestsFinder uses the milestone_title instead of the milestone_id
-
- 09 Mar, 2017 1 commit
-
-
George Andrinopoulos authored
-
- 06 Mar, 2017 1 commit
-
-
Adam Niedzielski authored
-
- 02 Mar, 2017 2 commits
-
-
Jarka Kadlecova authored
-
Mark Fletcher authored
- Also remove a redundant test
-
- 17 Feb, 2017 1 commit
-
-
Joren De Groof authored
-
- 16 Feb, 2017 2 commits
-
-
Robert Schilling authored
-
Robert Schilling authored
-
- 28 Nov, 2016 1 commit
-
-
Livier authored
Restore changes for api spec files Fix error in rspec Users Delete extra space Repositories-spec
-
- 23 Nov, 2016 1 commit
-
-
Valery Sizov authored
-
- 22 Nov, 2016 1 commit
-
-
Robert Schilling authored
-
- 10 Nov, 2016 1 commit
-
-
Robert Schilling authored
-
- 30 Sep, 2016 1 commit
-
-
Makoto Scott-Hinkle authored
Updating test value for milestone title Adding API test for title with reserved HTML characters. Updating changelog Adding the MR number for fixing bug #22452. removing duplicate line Updating MR number.
-
- 27 Sep, 2016 1 commit
-
-
Makoto Scott-Hinkle authored
Updating test value for milestone title Adding API test for title with reserved HTML characters. Updating changelog Adding the MR number for fixing bug #22452. removing duplicate line Updating MR number.
-
- 19 Sep, 2016 1 commit
-
-
Mark Fletcher authored
* Remove call to Milestone#save! instead just Milestone#save * Add safety specs to stop a regression Fixes #22033
-
- 09 Aug, 2016 1 commit
-
-
tiagonbotelho authored
-
- 27 Jun, 2016 1 commit
-
-
Z.J. van de Weg authored
-
- 16 Jun, 2016 2 commits
-
-
James Lopez authored
This reverts commit 13e37a3e.
-
James Lopez authored
-
- 13 Jun, 2016 1 commit
-
-
Douglas Barbosa Alexandre authored
-
- 25 Apr, 2016 2 commits
-
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Stan Hu authored
Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/15579
-
- 12 Apr, 2016 1 commit
-
-
Robert Schilling authored
-
- 06 Apr, 2016 2 commits
-
-
Robert Schilling authored
-
Robert Schilling authored
-
- 13 Jun, 2015 1 commit
-
-
Robert Speicher authored
-
- 02 May, 2015 1 commit
-
-
jubianchi authored
-
- 12 Feb, 2015 1 commit
-
-
Jeroen van Baarsen authored
Signed-off-by: Jeroen van Baarsen <jeroenvanbaarsen@gmail.com>
-
- 22 Jan, 2015 2 commits
-
-
Hannes Rosenögger authored
-
Justin Whear authored
-
- 17 Jun, 2014 1 commit
-
-
Dmitriy Zaporozhets authored
-
- 11 Apr, 2014 1 commit
-
-
Jeroen van Baarsen authored
-
- 16 Oct, 2013 1 commit
-
-
Angus MacArthur authored
-
- 14 Oct, 2013 1 commit
-
-
Dmitriy Zaporozhets authored
-
- 18 Jul, 2013 1 commit
-
-
Izaak Alpert authored
The good: - You can do a merge request for a forked commit and it will merge properly (i.e. it does work). - Push events take into account merge requests on forked projects - Tests around merge_actions now present, spinach, and other rspec tests - Satellites now clean themselves up rather then recreate The questionable: - Events only know about target projects - Project's merge requests only hold on to MR's where they are the target - All operations performed in the satellite The bad: - Duplication between project's repositories and satellites (e.g. commits_between) (for reference: http://feedback.gitlab.com/forums/176466-general/suggestions/3456722-merge-requests-between-projects-repos) Fixes: Make test repos/satellites only create when needed -Spinach/Rspec now only initialize test directory, and setup stubs (things that are relatively cheap) -project_with_code, source_project_with_code, and target_project_with_code now create/destroy their repos individually -fixed remote removal -How to merge renders properly -Update emails to show project/branches -Edit MR doesn't set target branch -Fix some failures on editing/creating merge requests, added a test -Added back a test around merge request observer -Clean up project_transfer_spec, Remove duplicate enable/disable observers -Ensure satellite lock files are cleaned up, Attempted to add some testing around these as well -Signifant speed ups for tests -Update formatting ordering in notes_on_merge_requests -Remove wiki schema update Fixes for search/search results -Search results was using by_project for a list of projects, updated this to use in_projects -updated search results to reference the correct (target) project -udpated search results to print both sides of the merge request Change-Id: I19407990a0950945cc95d62089cbcc6262dab1a8
-
- 14 May, 2013 1 commit
-
-
Dmitriy Zaporozhets authored
-
- 10 Apr, 2013 1 commit
-
-
Dmitriy Zaporozhets authored
-
- 20 Feb, 2013 1 commit
-
-
Sebastian Ziebell authored
Updated the milestones API documentation and added return codes descriptions.
-
- 18 Feb, 2013 1 commit
-
-
Andrew8xx8 authored
-
- 06 Feb, 2013 1 commit
-
-
Sebastian Ziebell authored
A few more tests added to check status code when creating or updating milestones.
-