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
/
issues_test.rb
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
*
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
1
-2
/
+28
*
Use absolute paths in test/**/* requires for Ruby 1.9.2 compatibility. #4050
Jean-Baptiste Barth
2010-12-12
1
-1
/
+1
*
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
*
Converts IssuesController to use the new API template system and makes xml/js...
Jean-Philippe Lang
2010-12-03
1
-3
/
+3
*
Makes projects API return XML description when creating a project (#6874).
Jean-Philippe Lang
2010-11-13
1
-0
/
+4
*
Allow key authentication when deleting issues (with tests) #6447
Eric Davis
2010-11-05
1
-18
/
+18
*
Allow key authentication when updating issues (with tests) #6447
Eric Davis
2010-11-05
1
-53
/
+74
*
Allow key authentication when creating issues (with tests) #6447
Eric Davis
2010-11-05
1
-40
/
+41
*
Refactor: Convert the tests for Issues#index and #show APIs to shoulda. #6447
Eric Davis
2010-11-04
1
-50
/
+15
*
Move all API tests into the ApiTest module to make management easier
Eric Davis
2010-11-01
1
-0
/
+349