summaryrefslogtreecommitdiff
path: root/spec/requests/api/milestones_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* Allowing ">" to be used for Milestone models's title and storing the value in...Makoto Scott-Hinkle2016-09-291-0/+8
* Ensure validation messages are shown within the milestone formMark Fletcher2016-09-191-2/+21
* adds second batch of tests changed to active tenseactive-tense-test-coveragetiagonbotelho2016-08-091-15/+15
* Use HTTP matchers if possibleZ.J. van de Weg2016-06-271-18/+18
* Project members with guest role can't access confidential issuesDouglas Barbosa Alexandre2016-06-131-0/+13
* Improve Milestones API specsRémy Coutable2016-04-251-36/+27
* Filter confidential issues from milestones API if user does not have accessStan Hu2016-04-251-1/+39
* API: Add iid filter to milestonesRobert Schilling2016-04-121-3/+5
* Improve coding and doc styleRobert Schilling2016-04-061-3/+5
* API: Ability to filter milestones by stateRobert Schilling2016-04-061-0/+17
* Change `foo.should` syntax to `expect(foo).to` in specsRobert Speicher2015-06-131-3/+3
* Query issues, merge requests and milestones with their IID through APIjubianchi2015-05-021-0/+7
* Updated rspec to rspec 3.x syntaxJeroen van Baarsen2015-02-121-26/+26
* Fix the test and add documentation for the "per-milestone issues API call"Hannes Rosenögger2015-01-221-21/+24
* Add per-milestone issues API callJustin Whear2015-01-221-0/+14
* Remove rails observers from applicationDmitriy Zaporozhets2014-06-171-6/+0
* Added API testing groupJeroen van Baarsen2014-04-111-1/+1
* Fixing unsafe use of Thread.current variable :current_userAngus MacArthur2013-10-161-0/+12
* Extend API Issues, MergeRequets, Milestones with iid fieldDmitriy Zaporozhets2013-10-141-0/+1
* Merge Request on forked projectsIzaak Alpert2013-07-171-0/+1
* Refactor API classes. So api classes like Gitlab::Issues become API::IssuesDmitriy Zaporozhets2013-05-141-1/+1
* Specs refactoring to reduce test time. Disabled observers by default for specsDmitriy Zaporozhets2013-04-101-0/+1
* API documentation update for milestonesSebastian Ziebell2013-02-201-3/+12
* Merge branch 'master' into fixes/apiSebastian Ziebell2013-02-201-0/+10
|\
| * Milestone uses StateMachine nowAndrew8xx82013-02-181-0/+10
* | Tests added to check status codes when handling milestone via APISebastian Ziebell2013-02-061-0/+24
|/
* Rspec fixesDmitriy Zaporozhets2013-01-041-1/+1
* Fix api specs. Use id instead pathDmitriy Zaporozhets2013-01-021-4/+4
* Fix few bugs and tests after refactoring ownership logicDmitriy Zaporozhets2013-01-021-1/+1
* Fixing requests after namespaces. Fixed admin bug with access to projectDmitriy Zaporozhets2012-11-231-4/+4
* Remove backward compatibility of factories.Vincent Bonmalais2012-11-131-3/+3
* Fix milestone API specs and moved to requests/apiRobert Speicher2012-08-291-0/+47