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
*
Pull up #setup and #teardown in API tests.
Jean-Philippe Lang
2014-11-30
21
-82
/
+3
*
Test API authentification once.
Jean-Philippe Lang
2014-11-30
8
-223
/
+73
*
Removed some test contexts.
Jean-Philippe Lang
2014-11-23
3
-515
/
+328
*
Replaced remaining #assert_tag with #assert_select.
Jean-Philippe Lang
2014-11-22
14
-386
/
+135
*
Renamed #test_watchers to #test_issue_watchers.
Jean-Philippe Lang
2014-11-16
1
-5
/
+5
*
Adds API routing tests for time entries.
Jean-Philippe Lang
2014-11-16
1
-0
/
+9
*
Removed API tests for routes that are not implemented.
Jean-Philippe Lang
2014-11-16
1
-13
/
+0
*
Isolates all API routing tests to a specific test case.
Jean-Philippe Lang
2014-11-16
1
-0
/
+162
*
Merged rails-4.1 branch (#14534).
Jean-Philippe Lang
2014-10-22
3
-12
/
+9
*
Adds a test for adding a group membership with the REST API (#17904).
Jean-Philippe Lang
2014-10-04
1
-0
/
+10
*
Adds buit-in groups to give specific permissions to anonymous and non members...
Jean-Philippe Lang
2014-09-28
1
-2
/
+32
*
Issue API: include is_private attribute in xml/json output (#10914).
Jean-Philippe Lang
2014-09-13
1
-0
/
+10
*
Include enabled modules in projects API (#17602).
Jean-Baptiste Barth
2014-09-06
1
-0
/
+62
*
Add project is_public to GET /projects/:id and /projects API response (#17628).
Jean-Baptiste Barth
2014-08-15
1
-0
/
+2
*
Missing type=array attributes in custom fields API (#16739).
Jean-Philippe Lang
2014-04-26
1
-0
/
+2
*
explicitly set encoding UTF-8 (#16107)
Toshi MARUYAMA
2014-02-22
1
-1
/
+6
*
add "assert_response 401" to tests (#16107)
Toshi MARUYAMA
2014-02-22
1
-0
/
+2
*
Strip invalid UTF-8 bytes in User#find_by_login (#16107).
Jean-Philippe Lang
2014-02-22
1
-1
/
+7
*
Trigger basic HTTP authentication only when Basic authorization header is pre...
Jean-Philippe Lang
2014-02-22
1
-0
/
+10
*
update copyright year (#15977)
Toshi MARUYAMA
2014-01-29
26
-26
/
+26
*
REST API: Integer custom field validation fails when using non-string values ...
Jean-Philippe Lang
2014-01-25
1
-0
/
+46
*
Fixed: cannot retrieve members for closed projects through the REST API (#158...
Jean-Philippe Lang
2014-01-11
1
-0
/
+8
*
Adds project status to GET /projects/:id and GET /projects API response (#158...
Jean-Philippe Lang
2014-01-11
1
-6
/
+5
*
Rails4: replace deprecated Relation#first with finder options at ApiTest::Ver...
Toshi MARUYAMA
2014-01-10
1
-1
/
+1
*
Rails4: replace deprecated Relation#first with finder options at ApiTest::Ver...
Toshi MARUYAMA
2014-01-10
1
-2
/
+2
*
Rails4: replace deprecated Relation#first with finder options at ApiTest::Use...
Toshi MARUYAMA
2014-01-10
1
-2
/
+2
*
Rails4: replace deprecated Relation#first with finder options at ApiTest::Tim...
Toshi MARUYAMA
2014-01-10
1
-3
/
+3
*
Rails4: replace deprecated Relation#first with finder options at ApiTest::Pro...
Toshi MARUYAMA
2014-01-10
1
-3
/
+3
*
Rails4: replace deprecated Relation#first with finder options at ApiTest::Iss...
Toshi MARUYAMA
2014-01-10
1
-5
/
+5
*
Rails4: replace deprecated Relation#first with finder options at ApiTest::Iss...
Toshi MARUYAMA
2014-01-10
1
-1
/
+1
*
Rails4: replace deprecated Relation#first with finder options at ApiTest::Iss...
Toshi MARUYAMA
2014-01-10
1
-1
/
+1
*
Rails4: replace deprecated Relation#first with finder options at ApiTest::Att...
Toshi MARUYAMA
2014-01-10
1
-2
/
+2
*
Allow filtering with timestamp (#8842).
Jean-Philippe Lang
2014-01-03
1
-0
/
+23
*
Fixed that non-GET API requests respond with 422 (#15427).
Jean-Philippe Lang
2013-11-22
1
-0
/
+41
*
Wiki Pages REST API with version returns wrong comments (#15235).
Jean-Philippe Lang
2013-11-09
1
-0
/
+1
*
REST API: custom fields definition (#11159).
Jean-Philippe Lang
2013-09-29
1
-0
/
+43
*
Cleanup of finders with :conditions option.
Jean-Philippe Lang
2013-06-12
2
-9
/
+9
*
Removed some shoulda context.
Jean-Philippe Lang
2013-05-18
8
-859
/
+672
*
Removed some shoulda context.
Jean-Philippe Lang
2013-05-18
7
-530
/
+406
*
Add status to /users/:id API for admins (#13948).
Jean-Baptiste Barth
2013-05-05
1
-0
/
+12
*
Fixed: Unable to set custom fields for versions using the REST API (#13850).
Jean-Philippe Lang
2013-05-01
1
-0
/
+23
*
Add user's API key to /users/current.format (#8529).
Jean-Philippe Lang
2013-03-01
1
-0
/
+12
*
Add login to /users/:id API for current user (#13155).
Jean-Philippe Lang
2013-02-18
1
-0
/
+12
*
Removed unused fixtures.
Jean-Philippe Lang
2013-02-11
10
-14
/
+4
*
Add/remove issue watchers via the REST API (#6727).
Jean-Philippe Lang
2013-01-30
1
-0
/
+51
*
Make JSONP support optional and disabled by default (#12992).
Jean-Philippe Lang
2013-01-26
1
-4
/
+22
*
Adds missing copyright.
Jean-Philippe Lang
2013-01-22
4
-0
/
+68
*
Adds a subclass of ActionDispatch::IntegrationTest for API tests.
Jean-Philippe Lang
2013-01-22
23
-25
/
+25
*
Copyright for 2013 (#12788).
Jean-Philippe Lang
2013-01-12
19
-19
/
+19
*
Use 8+ characters long passwords in tests.
Jean-Philippe Lang
2012-11-27
1
-3
/
+3
[next]