summaryrefslogtreecommitdiffstats
path: root/test/integration/api_test
Commit message (Expand)AuthorAgeFilesLines
* Adds membership ids to /users/:id API response.Jean-Philippe Lang2012-02-061-0/+28
* TypoJean-Philippe Lang2012-02-061-1/+1
* Adds a simple API for listing roles (#9725).Jean-Philippe Lang2012-02-061-0/+69
* REST API for project memberships (#7420).Jean-Philippe Lang2012-02-061-0/+190
* Fixes assertion.Jean-Philippe Lang2012-02-041-1/+1
* Adds support for multiselect custom fields (#1189).Jean-Philippe Lang2012-01-291-0/+120
* Makes Version REST API accept due_date attribute (#10013).Jean-Philippe Lang2012-01-211-0/+14
* 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-81/+28
* Test cleanup.Jean-Philippe Lang2012-01-029-79/+73
* Test cleanup.Jean-Philippe Lang2012-01-021-8/+4
* Test cleanup.Jean-Philippe Lang2012-01-0210-40/+0
* code layout clean up test/integration/api_test/users_test.rbToshi MARUYAMA2011-12-231-9/+43
* Make sure that tests restore the attachments path to the tmp dir so that fixt...Jean-Philippe Lang2011-12-161-1/+5
* reset Attachment.storage_path at the end of attachment testsToshi MARUYAMA2011-11-241-5/+5
* REST API for issue categories (#9553).Jean-Philippe Lang2011-11-201-0/+127
* Makes issue categories available in project REST API (#9553).Jean-Philippe Lang2011-11-201-1/+36
* Adds API response to /issue_statuses to get the list of all available statuse...Jean-Philippe Lang2011-11-201-0/+51
* Adds API response to /trackers to get the list of all available trackers (#71...Jean-Philippe Lang2011-11-201-0/+51
* Prevent projects tests from deleting fixture files.Jean-Philippe Lang2011-11-191-0/+1
* Added 2 tests about passing custom field filter to /issues.xmlEtienne Massip2011-10-051-3/+34
* Rails3: replace "all" fixtures at test/integration/api_test/token_authenticat...Toshi MARUYAMA2011-09-251-1/+8
* Rails3: replace "all" fixtures at test/integration/api_test/http_basic_login_...Toshi MARUYAMA2011-09-251-1/+8
* Rails3: replace "all" fixtures at test/integration/api_test/http_basic_login_...Toshi MARUYAMA2011-09-251-1/+8
* Rails3: replace "all" fixtures at test/integration/api_test/disabled_rest_api...Toshi MARUYAMA2011-09-251-1/+8
* Rails3: replace "all" fixtures at test/integration/api_test/queries_test.rbToshi MARUYAMA2011-09-251-1/+9
* Rails3: replace "all" fixtures at test/integration/api_test/versions_test.rbToshi MARUYAMA2011-09-251-1/+9
* Rails3: replace "all" fixtures at test/integration/api_test/news_test.rbToshi MARUYAMA2011-09-241-1/+9
* Rails3: replace "all" fixtures at test/integration/api_test/attachments_test.rbToshi MARUYAMA2011-09-241-1/+9
* Rails3: replace "all" fixtures at test/integration/api_test/issue_relations_t...Toshi MARUYAMA2011-09-241-1/+9
* Rails3: replace "all" fixtures at test/integration/api_test/time_entries_test.rbToshi MARUYAMA2011-09-241-1/+9
* remove trailing white-spaces from test/integration/api_test/issues_test.rb.Toshi MARUYAMA2011-09-011-48/+48
* remove trailing white-spaces from test/integration/api_test/queries_test.rb.Toshi MARUYAMA2011-08-311-5/+5
* remove trailing white-spaces from test/integration/api_test/time_entries_test...Toshi MARUYAMA2011-08-311-15/+15
* remove trailing white-spaces from test/integration/api_test/users_test.rb.Toshi MARUYAMA2011-08-311-42/+42
* remove trailing white-spaces from test/integration/api_test/issue_relations_t...Toshi MARUYAMA2011-08-311-12/+12
* remove trailing white-spaces from test/integration/api_test/versions_test.rb.Toshi MARUYAMA2011-08-281-15/+15
* remove trailing white-spaces from test/integration/api_test/http_basic_login_...Toshi MARUYAMA2011-08-271-1/+1
* remove trailing white-spaces from test/integration/api_test/news_test.rb.Toshi MARUYAMA2011-08-271-12/+12
* remove trailing white-spaces from test/integration/api_test/projects_test.rb.Toshi MARUYAMA2011-08-271-41/+41
* remove trailing white-spaces from test/integration/api_test/token_authenticat...Toshi MARUYAMA2011-08-271-1/+1
* remove trailing white-spaces from test/integration/api_test/http_basic_login_...Toshi MARUYAMA2011-08-271-1/+1
* remove trailing white-spaces from test/integration/api_test/disabled_rest_api...Toshi MARUYAMA2011-08-271-8/+8
* remove trailing white-spaces from test/integration/api_test/attachments_test.rb.Toshi MARUYAMA2011-08-271-11/+11
* 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-182-2/+106
* Makes custom queries available through the REST API (#5737).Jean-Philippe Lang2011-07-061-0/+55
* Makes relations resource shallow (#7366).Jean-Philippe Lang2011-07-051-3/+3