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 (Expand)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
2017-03-16Add `requirements: { id: %r{[^/]+} }` for all projects and groups namespaced ...Rémy Coutable
2017-03-09Order milestone issues by position ascending in apiGeorge Andrinopoulos
2017-03-06Remove "subscribed" field from API responses returning list of issues or merg...Adam Niedzielski
2017-03-02Use iids as filter parameterJarka Kadlecova
2017-03-02Enable filtering milestones by search criteria in the APIMark Fletcher
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
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
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
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
2013-02-21API documentation update for milestonesSebastian Ziebell
2013-02-20Merge branch 'master' into fixes/apiSebastian Ziebell
2013-02-18Milestone uses StateMachine nowAndrew8xx8
2013-02-13API: extracted helper method to provide 400 bad request error with descriptionSebastian Ziebell
2013-02-06Status code 400 returned if title not given in a milestone (via API)Sebastian Ziebell
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
2012-08-22Remove DELETE API for MilestonesRobert Speicher
2012-08-16Add API for MilestonesRobert Speicher