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
*
total_spent_hours not returned in 3.2 (#25526).
Jean-Philippe Lang
2017-04-06
1
-1
/
+0
*
Merged r16492 (#25526).
Jean-Philippe Lang
2017-04-05
1
-0
/
+9
*
Backported r16293 (#24875).
Jean-Philippe Lang
2017-01-30
1
-0
/
+31
*
Merged r15238.
Jean-Philippe Lang
2016-03-13
1
-1
/
+1
*
Fixed that Issues API may disclose changesets that are not visible (#21136).
Jean-Philippe Lang
2015-11-04
1
-0
/
+14
*
New custom fields of existing issues are not initialized with their default v...
Jean-Philippe Lang
2015-10-31
1
-2
/
+2
*
Adds tests for default custom field value (#21074).
Jean-Philippe Lang
2015-10-30
1
-0
/
+78
*
API: creating an issue with an invalid project_id should return 422 instead o...
Jean-Philippe Lang
2015-03-20
1
-0
/
+5
*
Fixed assertion (#19368).
Jean-Philippe Lang
2015-03-14
1
-1
/
+1
*
Fixed that creating an issue without tracker_id attribute ignores custom fiel...
Jean-Philippe Lang
2015-03-14
1
-0
/
+29
*
Adds a test for #19270.
Jean-Philippe Lang
2015-03-07
1
-0
/
+11
*
Fixed that timestamps may not be formatted as expected in XML responses (#190...
Jean-Philippe Lang
2015-02-16
1
-0
/
+9
*
Fixed attachment fixture (should be attached to issue 3 because one of its jo...
Jean-Philippe Lang
2015-01-24
1
-4
/
+4
*
Upgrade to Rails 4.2.0 (#14534).
Jean-Philippe Lang
2015-01-17
1
-7
/
+7
*
Copyright update.
Jean-Philippe Lang
2015-01-11
1
-1
/
+1
*
Use upload helper method.
Jean-Philippe Lang
2014-12-22
1
-20
/
+5
*
Use raw request content in tests to make sure that XML/JSON payload is proper...
Jean-Philippe Lang
2014-12-22
1
-7
/
+25
*
Adds tests for creating an issue with multiple uploads.
Jean-Philippe Lang
2014-12-22
1
-0
/
+57
*
Replaced "can't" with "cannot" in error messages.
Jean-Philippe Lang
2014-12-21
1
-5
/
+5
*
Pull up #setup and #teardown in API tests.
Jean-Philippe Lang
2014-11-30
1
-4
/
+0
*
Test API authentification once.
Jean-Philippe Lang
2014-11-30
1
-38
/
+0
*
Removed some test contexts.
Jean-Philippe Lang
2014-11-23
1
-489
/
+322
*
Replaced remaining #assert_tag with #assert_select.
Jean-Philippe Lang
2014-11-22
1
-141
/
+61
*
Issue API: include is_private attribute in xml/json output (#10914).
Jean-Philippe Lang
2014-09-13
1
-0
/
+10
*
update copyright year (#15977)
Toshi MARUYAMA
2014-01-29
1
-1
/
+1
*
Rails4: replace deprecated Relation#first with finder options at ApiTest::Iss...
Toshi MARUYAMA
2014-01-10
1
-5
/
+5
*
Allow filtering with timestamp (#8842).
Jean-Philippe Lang
2014-01-03
1
-0
/
+23
*
Cleanup of finders with :conditions option.
Jean-Philippe Lang
2013-06-12
1
-7
/
+7
*
Add/remove issue watchers via the REST API (#6727).
Jean-Philippe Lang
2013-01-30
1
-0
/
+51
*
Adds a subclass of ActionDispatch::IntegrationTest for API tests.
Jean-Philippe Lang
2013-01-22
1
-1
/
+1
*
Copyright for 2013 (#12788).
Jean-Philippe Lang
2013-01-12
1
-1
/
+1
*
code layout cleanup test/integration/api_test/issues_test.rb
Toshi MARUYAMA
2012-10-09
1
-27
/
+57
*
add missing fixture to test/integration/api_test/issues_test.rb
Toshi MARUYAMA
2012-10-09
1
-0
/
+1
*
Adds assertions on response status and body.
Jean-Philippe Lang
2012-07-14
1
-36
/
+21
*
Fixed that 200 API responses have a body containing one space (#11388).
Jean-Philippe Lang
2012-07-14
1
-0
/
+1
*
Copyright update.
Jean-Philippe Lang
2012-05-05
1
-1
/
+1
*
Adds a template for API error messages so that it does not depend on AR::Erro...
Jean-Philippe Lang
2012-03-04
1
-2
/
+2
*
Removed some generate! calls.
Jean-Philippe Lang
2012-03-04
1
-3
/
+3
*
Rails 3.1 compatibility.
Jean-Philippe Lang
2012-02-25
1
-2
/
+2
*
Adds support for adding attachments to issues through the REST API (#8171).
Jean-Philippe Lang
2012-02-23
1
-0
/
+68
*
Fixes assertion.
Jean-Philippe Lang
2012-02-04
1
-1
/
+1
*
Adds support for multiselect custom fields (#1189).
Jean-Philippe Lang
2012-01-29
1
-0
/
+120
*
Allows project to be changed from the regular issue update action (#4769, #98...
Jean-Philippe Lang
2012-01-07
1
-0
/
+16
*
Test cleanup.
Jean-Philippe Lang
2012-01-02
1
-26
/
+21
*
Test cleanup.
Jean-Philippe Lang
2012-01-02
1
-4
/
+0
*
Added 2 tests about passing custom field filter to /issues.xml
Etienne Massip
2011-10-05
1
-3
/
+34
*
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
[next]