summaryrefslogtreecommitdiff
path: root/spec/requests/api/issues_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* Change `foo.should` syntax to `expect(foo).to` in specsRobert Speicher2015-06-131-4/+4
* Query issues, merge requests and milestones with their IID through APIjubianchi2015-05-021-0/+8
* Updated rspec to rspec 3.x syntaxJeroen van Baarsen2015-02-121-106/+107
* Filters issues by milestone via APIjubianchi2014-09-261-6/+58
* Improve error reporting on users APIjubianchi2014-09-161-0/+18
* Filters issues by labels via APIjubianchi2014-09-041-1/+64
* Filters issues by state via APIjubianchi2014-09-011-0/+26
* Improve labels validation and expose error messagesjubianchi2014-08-201-6/+50
* Do label validation for issues/merge requests APIRobert Schilling2014-08-141-0/+20
* Remove rails observers from applicationDmitriy Zaporozhets2014-06-171-3/+0
* Added API testing groupJeroen van Baarsen2014-04-111-1/+1
* Merge pull request #5469 from NARKOZ/api-pagination-headersDmitriy Zaporozhets2014-03-311-0/+6
|\
| * add 'Link' header for API responseNihad Abbasov2013-10-291-0/+6
* | Fix testsDmitriy Zaporozhets2014-03-251-12/+0
|/
* 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
* Drop support of root namespace in modelHiroyuki Sato2013-09-171-0/+2
* Refactor API classes. So api classes like Gitlab::Issues become API::IssuesDmitriy Zaporozhets2013-05-141-1/+1
* API: issues documentation and API functions updatedSebastian Ziebell2013-02-271-0/+16
* Issue uses StateMachine nowAndrew8xx82013-02-181-3/+13
* Rspec fixesDmitriy Zaporozhets2013-01-041-1/+1
* Fix api specs. Use id instead pathDmitriy Zaporozhets2013-01-021-5/+5
* Fix few bugs and tests after refactoring ownership logicDmitriy Zaporozhets2013-01-021-1/+1
* Fixed some tests and snippet colorizeDmitriy Zaporozhets2012-11-231-5/+5
* Remove backward compatibility of factories.Vincent Bonmalais2012-11-131-3/+3
* make API specs more organized and readableNihad Abbasov2012-09-121-4/+6
* Fix milestone API specs and moved to requests/apiRobert Speicher2012-08-291-1/+1
* Mark api milestone specs as pendingDmitriy Zaporozhets2012-08-291-1/+1
* Merge branch 'milestone_api' of https://github.com/tsigo/gitlabhq into tsigo-...Dmitriy Zaporozhets2012-08-291-3/+2
* Clean up request specsRobert Speicher2012-08-251-7/+7
* Add a simple `api` method to ApiHelpers, replacing api_prefixRobert Speicher2012-08-251-0/+2
* Cleanup spec/support folder and spec/spec_helperRobert Speicher2012-08-251-0/+71