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-02-16Paginate all endpoints that return an arrayRobert Schilling
2016-11-28Changed API spec files to describe the correct classLivier
2016-11-23Add a starting date to milestonesValery Sizov
2016-11-22Fix IID filter for merge requests and milestonesRobert Schilling
2016-11-10Grapify milestones APIRobert Schilling
2016-09-30Allowing ">" to be used for Milestone models's title and storing the value in...Makoto Scott-Hinkle
2016-09-19Ensure validation messages are shown within the milestone formMark Fletcher
2016-08-09adds second batch of tests changed to active tensetiagonbotelho
2016-06-27Use HTTP matchers if possibleZ.J. van de Weg
2016-06-14Project members with guest role can't access confidential issuesDouglas Barbosa Alexandre
2016-04-25Improve Milestones API specsRémy Coutable
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-06Improve coding and doc styleRobert Schilling
2016-04-06API: Ability to filter milestones by stateRobert Schilling
2015-06-14Change `foo.should` syntax to `expect(foo).to` in specsRobert Speicher
2015-05-02Query issues, merge requests and milestones with their IID through APIjubianchi
2015-02-12Updated rspec to rspec 3.x syntaxJeroen van Baarsen
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
2014-06-17Remove rails observers from applicationDmitriy Zaporozhets
2014-04-11Added API testing groupJeroen van Baarsen
2013-10-16Fixing unsafe use of Thread.current variable :current_userAngus MacArthur
2013-10-14Extend API Issues, MergeRequets, Milestones with iid fieldDmitriy Zaporozhets
2013-07-18Merge Request on forked projectsIzaak Alpert
2013-05-14Refactor API classes. So api classes like Gitlab::Issues become API::IssuesDmitriy Zaporozhets
2013-04-11Specs refactoring to reduce test time. Disabled observers by default for specsDmitriy Zaporozhets
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-06Tests added to check status codes when handling milestone via APISebastian Ziebell
2013-01-04Rspec fixesDmitriy Zaporozhets
2013-01-02Fix api specs. Use id instead pathDmitriy Zaporozhets
2013-01-02Fix few bugs and tests after refactoring ownership logicDmitriy Zaporozhets
2012-11-24Fixing requests after namespaces. Fixed admin bug with access to projectDmitriy Zaporozhets
2012-11-13Remove backward compatibility of factories.Vincent Bonmalais
2012-08-29Fix milestone API specs and moved to requests/apiRobert Speicher