Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-06-16Order issues by priorityFelipe Artur
2017-06-16Remove Drag and drop and sorting from milestone viewFelipe Artur
2017-04-03Fixes milestone/merge_request API endpoint to really scope the resultsJoren De Groof
The MergeRequestsFinder uses the milestone_title instead of the milestone_id
2017-03-16Add `requirements: { id: %r{[^/]+} }` for all projects and groups namespaced ↵Rémy Coutable
API routes Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-03-09Order milestone issues by position ascending in apiGeorge Andrinopoulos
2017-03-06Remove "subscribed" field from API responses returning list of issues or ↵Adam Niedzielski
merge requests
2017-03-02Use iids as filter parameterJarka Kadlecova
2017-03-02Enable filtering milestones by search criteria in the APIMark Fletcher
- Also remove a redundant test
2017-02-17Add API endpoint to get all milestone merge requestsJoren De Groof
2016-12-04Use the pagination helper in the APIRobert Schilling
2016-11-23Add a starting date to milestonesValery Sizov
2016-11-22Fix IID filter for merge requests and milestonesRobert Schilling
2016-11-17Remove default value for `project` argument on subscribable concernDouglas Barbosa Alexandre
2016-11-14Use #to_h to convert params to a hashRobert Schilling
2016-11-10Grapify milestones APIRobert Schilling
2016-09-30Small improvements thanks to Robert's feedbackRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2016-07-01Enable Style/EmptyLines cop, remove redundant onesGrzegorz Bizon
2016-04-25Filter confidential issues from milestones API if user does not have accessStan Hu
Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/15579
2016-04-12API: Add iid filter to milestonesRobert Schilling
2016-04-08API: Expose subscribed? on issuesRobert Schilling
2016-04-06Improve coding and doc styleRobert Schilling
2016-04-06API: Ability to filter milestones by stateRobert Schilling
2015-01-22Fix the test and add documentation for the "per-milestone issues API call"Hannes Rosenögger
2015-01-22Add per-milestone issues API callJustin Whear
2015-01-07Add a message when unable to save an object through api.Marin Jankovski
2014-12-30Forward the messages in api response.Marin Jankovski
2014-06-10Replace milestone observer with servicesDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2013-10-16Fixing unsafe use of Thread.current variable :current_userAngus MacArthur
2013-06-06Fix milestone api docs: invalid param for closeDmitriy Zaporozhets
2013-05-14Refactor API classes. So api classes like Gitlab::Issues become API::IssuesDmitriy Zaporozhets
2013-02-27API: extracted helper method to validate required parameters, code clean upSebastian Ziebell
Added a helper method to check if required parameters are given in an API call. Can be used to return a `400 Bad Request` return code if a required attribute is missing. Code clean up and fixed tests.
2013-02-21API documentation update for milestonesSebastian Ziebell
Updated the milestones API documentation and added return codes descriptions.
2013-02-20Merge branch 'master' into fixes/apiSebastian Ziebell
Conflicts: spec/requests/api/projects_spec.rb
2013-02-18Milestone uses StateMachine nowAndrew8xx8
2013-02-13API: extracted helper method to provide 400 bad request error with descriptionSebastian Ziebell
Extracted a method for 400 error (Bad request) and adjusted code accordingly. The name of the missing attribute is used to show which one was missing from the request. It is used to give an appropriate message in the json response.
2013-02-06Status code 400 returned if title not given in a milestone (via API)Sebastian Ziebell
If a milestone is created via API but no title given then status code 400 (Bad request) is returned instead of 404. A small helper method handles the errors collection of a milestone.
2012-12-21Remove all references tp the project code parameter from the APIRiyad Preukschas
2012-09-21APi for commits. Better api docsDmitriy Zaporozhets
2012-09-16Method name changedAlex Denisov
2012-09-16API attributes refactoredAlex Denisov
2012-09-10Error throwing moved to api_helperAlex Denisov
2012-09-10Auth for APIrandx
2012-09-03add pagination to APINihad Abbasov
2012-08-29Add milestone API docs to doc/README and views/help/apiRobert Speicher
Also removes `closed` attribute option from create action.
2012-08-22Remove DELETE API for MilestonesRobert Speicher
2012-08-16Add API for MilestonesRobert Speicher