index
:
redmine.git
0.6-stable
0.7-stable
0.8-stable
0.9-stable
1.0-stable
1.1-stable
1.2-stable
1.3-stable
1.4-stable
2.0-stable
2.1-stable
2.2-stable
2.3-stable
2.4-stable
2.5-stable
2.6-stable
3.0-stable
3.1-stable
3.2-stable
3.3-stable
3.4-stable
4.0-stable
4.1-stable
4.2-stable
5.0-stable
5.1-stable
6.0-stable
integration-to-svn-stable-1.0
integration-to-svn-trunk
master
nbc
plugin-hooks
swistak
work
Mirror of redmine code source: https://github.com/redmine/redmine
www-data
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
test
/
integration
/
api_test
Commit message (
Expand
)
Author
Age
Files
Lines
*
remove trailing white-spaces from test/integration/api_test/issues_test.rb.
Toshi MARUYAMA
2011-09-01
1
-48
/
+48
*
remove trailing white-spaces from test/integration/api_test/queries_test.rb.
Toshi MARUYAMA
2011-08-31
1
-5
/
+5
*
remove trailing white-spaces from test/integration/api_test/time_entries_test...
Toshi MARUYAMA
2011-08-31
1
-15
/
+15
*
remove trailing white-spaces from test/integration/api_test/users_test.rb.
Toshi MARUYAMA
2011-08-31
1
-42
/
+42
*
remove trailing white-spaces from test/integration/api_test/issue_relations_t...
Toshi MARUYAMA
2011-08-31
1
-12
/
+12
*
remove trailing white-spaces from test/integration/api_test/versions_test.rb.
Toshi MARUYAMA
2011-08-28
1
-15
/
+15
*
remove trailing white-spaces from test/integration/api_test/http_basic_login_...
Toshi MARUYAMA
2011-08-27
1
-1
/
+1
*
remove trailing white-spaces from test/integration/api_test/news_test.rb.
Toshi MARUYAMA
2011-08-27
1
-12
/
+12
*
remove trailing white-spaces from test/integration/api_test/projects_test.rb.
Toshi MARUYAMA
2011-08-27
1
-41
/
+41
*
remove trailing white-spaces from test/integration/api_test/token_authenticat...
Toshi MARUYAMA
2011-08-27
1
-1
/
+1
*
remove trailing white-spaces from test/integration/api_test/http_basic_login_...
Toshi MARUYAMA
2011-08-27
1
-1
/
+1
*
remove trailing white-spaces from test/integration/api_test/disabled_rest_api...
Toshi MARUYAMA
2011-08-27
1
-8
/
+8
*
remove trailing white-spaces from test/integration/api_test/attachments_test.rb.
Toshi MARUYAMA
2011-08-27
1
-11
/
+11
*
Ability to load relations on /issues API (#7366).
Jean-Philippe Lang
2011-07-24
1
-1
/
+20
*
Respond with errors and appropriate content type on /issues API calls with in...
Jean-Philippe Lang
2011-07-23
1
-0
/
+10
*
Removed a few assertions.
Jean-Philippe Lang
2011-07-18
1
-24
/
+0
*
REST API for reading attachments (#7671).
Jean-Philippe Lang
2011-07-18
2
-2
/
+106
*
Makes custom queries available through the REST API (#5737).
Jean-Philippe Lang
2011-07-06
1
-0
/
+55
*
Makes relations resource shallow (#7366).
Jean-Philippe Lang
2011-07-05
1
-3
/
+3
*
Makes versions resource shallow (#7403).
Jean-Philippe Lang
2011-07-05
1
-4
/
+4
*
Adds REST API for versions (#7403).
Jean-Philippe Lang
2011-07-04
1
-0
/
+120
*
Adds support for GET on /issues/:issue_id/relations (#7366).
Jean-Philippe Lang
2011-07-04
1
-0
/
+19
*
Adds REST API for issue relations (#7366).
Jean-Philippe Lang
2011-07-04
1
-0
/
+83
*
Fixed: GET /time_entries.xml ignores limit/offset parameters (#8356).
Jean-Philippe Lang
2011-05-22
1
-0
/
+10
*
Fix test/integration/api_test/users_test.rb fails due to changing en.yml (#80...
Toshi MARUYAMA
2011-04-01
1
-2
/
+2
*
Enable ability for administrators to delete users (#7296).
Jean-Philippe Lang
2011-01-16
1
-15
/
+25
*
Moves enabled_module_names param to project attribute so that it can be set t...
Jean-Philippe Lang
2011-01-06
1
-1
/
+46
*
Adds support for requesting information about current user using /users/curre...
Jean-Philippe Lang
2010-12-20
1
-0
/
+17
*
Use absolute paths in test/**/* requires for Ruby 1.9.2 compatibility. #4050
Jean-Baptiste Barth
2010-12-12
9
-9
/
+9
*
Refactor and add tests for News #index API (#7072).
Jean-Philippe Lang
2010-12-12
1
-0
/
+94
*
Moves mail_notification param to user hash param so that it can be set using ...
Jean-Philippe Lang
2010-12-12
1
-1
/
+2
*
Moves password param to user hash param so that it can be set using the User ...
Jean-Philippe Lang
2010-12-12
1
-2
/
+3
*
Restores object count and adds offset/limit attributes to API responses for p...
Jean-Philippe Lang
2010-12-11
1
-2
/
+52
*
Makes some attributes optional in API response to get faster/lightweight resp...
Jean-Philippe Lang
2010-12-11
1
-3
/
+3
*
Changes the representation of journal details in issue API.
Jean-Philippe Lang
2010-12-10
1
-0
/
+34
*
Support for updating custom fields using the received custom_fields array (#6...
Jean-Philippe Lang
2010-12-10
1
-0
/
+17
*
Fixed: error when serializing back objects with custom fields using ActiveRes...
Jean-Philippe Lang
2010-12-10
1
-0
/
+26
*
Adds subtasks to GET /issues/:id API (#5338).
Jean-Philippe Lang
2010-12-04
1
-0
/
+54
*
Adds REST API for TimeEntries (#6823).
Jean-Philippe Lang
2010-12-04
1
-0
/
+134
*
Moves project attributes default assignments from ProjectsController#new to t...
Jean-Philippe Lang
2010-12-03
1
-0
/
+2
*
Converts IssuesController to use the new API template system and makes xml/js...
Jean-Philippe Lang
2010-12-03
1
-3
/
+3
*
Projects API tests rewriting.
Jean-Philippe Lang
2010-12-03
1
-79
/
+161
*
Adds xml/json REST API for Users (#6260).
Jean-Philippe Lang
2010-12-03
1
-0
/
+256
*
Accept key auth for ProjectsController#show (#6841).
Jean-Philippe Lang
2010-11-27
1
-0
/
+6
*
Accept key auth for ProjectsController#destroy (#6841).
Jean-Philippe Lang
2010-11-27
1
-8
/
+14
*
Accept key auth for ProjectsController#update (#6841).
Jean-Philippe Lang
2010-11-27
1
-10
/
+14
*
Accept key auth for ProjectsController#create (#6841).
Jean-Philippe Lang
2010-11-27
1
-14
/
+19
*
Makes projects API return XML description when creating a project (#6874).
Jean-Philippe Lang
2010-11-13
2
-2
/
+9
*
Adds a "visible" option on User and Project custom fields (#1738).
Jean-Philippe Lang
2010-11-07
1
-0
/
+9
*
Allow key authentication when deleting issues (with tests) #6447
Eric Davis
2010-11-05
1
-18
/
+18
[next]