summaryrefslogtreecommitdiffstats
path: root/test/integration/api_test
Commit message (Expand)AuthorAgeFilesLines
* 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
* Makes versions resource shallow (#7403).Jean-Philippe Lang2011-07-051-4/+4
* Adds REST API for versions (#7403).Jean-Philippe Lang2011-07-041-0/+120
* Adds support for GET on /issues/:issue_id/relations (#7366).Jean-Philippe Lang2011-07-041-0/+19
* Adds REST API for issue relations (#7366).Jean-Philippe Lang2011-07-041-0/+83
* Fixed: GET /time_entries.xml ignores limit/offset parameters (#8356).Jean-Philippe Lang2011-05-221-0/+10
* Fix test/integration/api_test/users_test.rb fails due to changing en.yml (#80...Toshi MARUYAMA2011-04-011-2/+2
* Enable ability for administrators to delete users (#7296).Jean-Philippe Lang2011-01-161-15/+25
* Moves enabled_module_names param to project attribute so that it can be set t...Jean-Philippe Lang2011-01-061-1/+46
* Adds support for requesting information about current user using /users/curre...Jean-Philippe Lang2010-12-201-0/+17
* Use absolute paths in test/**/* requires for Ruby 1.9.2 compatibility. #4050Jean-Baptiste Barth2010-12-129-9/+9
* Refactor and add tests for News #index API (#7072).Jean-Philippe Lang2010-12-121-0/+94
* Moves mail_notification param to user hash param so that it can be set using ...Jean-Philippe Lang2010-12-121-1/+2
* Moves password param to user hash param so that it can be set using the User ...Jean-Philippe Lang2010-12-121-2/+3
* 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
* Adds REST API for TimeEntries (#6823).Jean-Philippe Lang2010-12-041-0/+134
* Moves project attributes default assignments from ProjectsController#new to t...Jean-Philippe Lang2010-12-031-0/+2
* Converts IssuesController to use the new API template system and makes xml/js...Jean-Philippe Lang2010-12-031-3/+3
* Projects API tests rewriting.Jean-Philippe Lang2010-12-031-79/+161
* Adds xml/json REST API for Users (#6260).Jean-Philippe Lang2010-12-031-0/+256
* Accept key auth for ProjectsController#show (#6841).Jean-Philippe Lang2010-11-271-0/+6
* Accept key auth for ProjectsController#destroy (#6841).Jean-Philippe Lang2010-11-271-8/+14
* Accept key auth for ProjectsController#update (#6841).Jean-Philippe Lang2010-11-271-10/+14
* Accept key auth for ProjectsController#create (#6841).Jean-Philippe Lang2010-11-271-14/+19
* Makes projects API return XML description when creating a project (#6874).Jean-Philippe Lang2010-11-132-2/+9
* Adds a "visible" option on User and Project custom fields (#1738).Jean-Philippe Lang2010-11-071-0/+9
* Allow key authentication when deleting issues (with tests) #6447Eric Davis2010-11-051-18/+18