summaryrefslogtreecommitdiffstats
path: root/test/integration/api_test/issues_test.rb
Commit message (Expand)AuthorAgeFilesLines
* remove trailing white-spaces from test/integration/api_test/issues_test.rb.Toshi MARUYAMA2011-09-011-48/+48
* Ability to load relations on /issues API (#7366).Jean-Philippe Lang2011-07-241-1/+20
* Respond with errors and appropriate content type on /issues API calls with in...Jean-Philippe Lang2011-07-231-0/+10
* Removed a few assertions.Jean-Philippe Lang2011-07-181-24/+0
* REST API for reading attachments (#7671).Jean-Philippe Lang2011-07-181-2/+28
* Use absolute paths in test/**/* requires for Ruby 1.9.2 compatibility. #4050Jean-Baptiste Barth2010-12-121-1/+1
* Restores object count and adds offset/limit attributes to API responses for p...Jean-Philippe Lang2010-12-111-2/+52
* Makes some attributes optional in API response to get faster/lightweight resp...Jean-Philippe Lang2010-12-111-3/+3
* Changes the representation of journal details in issue API.Jean-Philippe Lang2010-12-101-0/+34
* Support for updating custom fields using the received custom_fields array (#6...Jean-Philippe Lang2010-12-101-0/+17
* Fixed: error when serializing back objects with custom fields using ActiveRes...Jean-Philippe Lang2010-12-101-0/+26
* Adds subtasks to GET /issues/:id API (#5338).Jean-Philippe Lang2010-12-041-0/+54
* Converts IssuesController to use the new API template system and makes xml/js...Jean-Philippe Lang2010-12-031-3/+3
* Makes projects API return XML description when creating a project (#6874).Jean-Philippe Lang2010-11-131-0/+4
* Allow key authentication when deleting issues (with tests) #6447Eric Davis2010-11-051-18/+18
* Allow key authentication when updating issues (with tests) #6447Eric Davis2010-11-051-53/+74
* Allow key authentication when creating issues (with tests) #6447Eric Davis2010-11-051-40/+41
* Refactor: Convert the tests for Issues#index and #show APIs to shoulda. #6447Eric Davis2010-11-041-50/+15
* Move all API tests into the ApiTest module to make management easierEric Davis2010-11-011-0/+349