summaryrefslogtreecommitdiffstats
path: root/test/integration/api_test/issues_test.rb
Commit message (Expand)AuthorAgeFilesLines
...
* Test API authentification once.Jean-Philippe Lang2014-11-301-38/+0
* Removed some test contexts.Jean-Philippe Lang2014-11-231-489/+322
* Replaced remaining #assert_tag with #assert_select.Jean-Philippe Lang2014-11-221-141/+61
* Issue API: include is_private attribute in xml/json output (#10914).Jean-Philippe Lang2014-09-131-0/+10
* update copyright year (#15977)Toshi MARUYAMA2014-01-291-1/+1
* Rails4: replace deprecated Relation#first with finder options at ApiTest::Iss...Toshi MARUYAMA2014-01-101-5/+5
* Allow filtering with timestamp (#8842).Jean-Philippe Lang2014-01-031-0/+23
* Cleanup of finders with :conditions option.Jean-Philippe Lang2013-06-121-7/+7
* Add/remove issue watchers via the REST API (#6727).Jean-Philippe Lang2013-01-301-0/+51
* Adds a subclass of ActionDispatch::IntegrationTest for API tests.Jean-Philippe Lang2013-01-221-1/+1
* Copyright for 2013 (#12788).Jean-Philippe Lang2013-01-121-1/+1
* code layout cleanup test/integration/api_test/issues_test.rbToshi MARUYAMA2012-10-091-27/+57
* add missing fixture to test/integration/api_test/issues_test.rbToshi MARUYAMA2012-10-091-0/+1
* Adds assertions on response status and body.Jean-Philippe Lang2012-07-141-36/+21
* Fixed that 200 API responses have a body containing one space (#11388).Jean-Philippe Lang2012-07-141-0/+1
* Copyright update.Jean-Philippe Lang2012-05-051-1/+1
* Adds a template for API error messages so that it does not depend on AR::Erro...Jean-Philippe Lang2012-03-041-2/+2
* Removed some generate! calls.Jean-Philippe Lang2012-03-041-3/+3
* Rails 3.1 compatibility.Jean-Philippe Lang2012-02-251-2/+2
* Adds support for adding attachments to issues through the REST API (#8171).Jean-Philippe Lang2012-02-231-0/+68
* Fixes assertion.Jean-Philippe Lang2012-02-041-1/+1
* Adds support for multiselect custom fields (#1189).Jean-Philippe Lang2012-01-291-0/+120
* Allows project to be changed from the regular issue update action (#4769, #98...Jean-Philippe Lang2012-01-071-0/+16
* Test cleanup.Jean-Philippe Lang2012-01-021-26/+21
* Test cleanup.Jean-Philippe Lang2012-01-021-4/+0
* Added 2 tests about passing custom field filter to /issues.xmlEtienne Massip2011-10-051-3/+34
* 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