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
*
Merged r23391 from trunk to 6.0-stable (#41961).
Go MAEDA
2024-12-11
28
-165
/
+0
*
Merged r23304 from trunk to 6.0-stable (#41819).
Go MAEDA
2024-11-25
1
-3
/
+6
*
Merge r23246 from trunk to 6.1-stable (#41623).
Marius Balteanu
2024-11-13
1
-1
/
+1
*
Fix flacky test after Rails 7 update which fails occasionally because databas...
Marius Balteanu
2024-08-20
1
-1
/
+1
*
Ensures desired test adapter is used in Active Job tests (#36320).
Marius Balteanu
2024-08-20
1
-0
/
+4
*
Fix RuboCop offense Layout/EmptyLinesAroundClassBody, one of the offenses ena...
Go MAEDA
2024-08-12
1
-1
/
+0
*
Fix "ArgumentError: Invalid response name: unprocessable_entity" with Rack 3....
Go MAEDA
2024-06-12
13
-34
/
+34
*
Add `updated_on` and `updated_by` fields to Issues API journal response (#404...
Go MAEDA
2024-05-27
1
-0
/
+2
*
Fix RuboCop offense Rails/HttpStatus (#39889).
Go MAEDA
2024-05-18
9
-41
/
+41
*
Fixes failing tests caused by r22802 (#40652).
Marius Balteanu
2024-05-03
1
-2
/
+2
*
Fixes missing fixture: add :groups_users fixture to @Redmine::ApiTest::UsersT...
Marius Balteanu
2024-03-21
1
-1
/
+1
*
Remove current year from source file copyright headers and update year in foo...
Marius Balteanu
2024-02-26
29
-29
/
+29
*
Adds @:user_preference@ fixture to @Redmine::ApiTest::IssuesTest@ (#40239).
Marius Balteanu
2024-02-25
1
-0
/
+1
*
Fix RuboCop offense Layout/SpaceAroundBlockParameters (#23307).
Go MAEDA
2024-02-01
1
-1
/
+1
*
Include auth_source in /users API response if request includes auth_source (#...
Marius Balteanu
2024-01-31
1
-0
/
+19
*
Fix RuboCop offense Layout/SpaceAfterComma (#40099).
Go MAEDA
2024-01-27
1
-1
/
+1
*
Adds user status to users list API (#38948).
Marius Balteanu
2024-01-25
1
-0
/
+1
*
Include @auth_source@ in /users/:id API response if auth_source is requested ...
Marius Balteanu
2024-01-25
1
-0
/
+37
*
Remove deprecated @status=@ param used to get all users. @status=*@ should be...
Marius Balteanu
2024-01-25
1
-7
/
+0
*
Add test cases for @status=*@, @status=@ and @status=|1|3@ (#40099).
Marius Balteanu
2024-01-25
1
-0
/
+23
*
Fix RuboCop offenses due to r22343: Style/RedundantRegexpEscape, Layout/Empty...
Go MAEDA
2023-10-16
1
-5
/
+5
*
Add missing Homepage attribute in Projects API response (#39113).
Go MAEDA
2023-10-15
1
-0
/
+4
*
API compatibility to legacy status and name query params (#39181, #37674)
Go MAEDA
2023-10-15
1
-0
/
+38
*
Add description for issue statuses and display them in issue new/edit form (#...
Go MAEDA
2023-08-31
1
-0
/
+2
*
Unable to retrieve custom fields set as "For all projects" via Projects API (...
Go MAEDA
2023-06-30
1
-0
/
+5
*
Fix RuboCop offense Performance/RedundantEqualityComparisonBlock (#38146).
Go MAEDA
2023-01-11
1
-1
/
+1
*
Fix RuboCop offense Performance/FixedSize (#38146).
Go MAEDA
2023-01-11
1
-2
/
+3
*
Use `require_relative` instead of `require File.expand_path(..., __FILE__)` (...
Go MAEDA
2023-01-01
29
-29
/
+29
*
Update copyright year to 2023 (#38141).
Go MAEDA
2023-01-01
29
-29
/
+29
*
Fix RuboCop offense Rails/Pluck (#37248).
Go MAEDA
2022-10-28
1
-2
/
+2
*
Add description field to custom fields API (#37617).
Go MAEDA
2022-09-01
1
-0
/
+1
*
Fix internal server error when trying to retrieve AnonymousUser's information...
Marius Balteanu
2022-05-27
1
-0
/
+18
*
Fix test failure due to r21601 (#36938).
Go MAEDA
2022-05-25
1
-1
/
+1
*
Background job for project deletion (#36691).
Marius Balteanu
2022-05-17
1
-3
/
+7
*
Add support for PUT API to journals (#10171).
Go MAEDA
2022-03-23
1
-0
/
+95
*
Replace Member.find_or_new with ActiveRecord's find_or_initialize_by (#36730).
Go MAEDA
2022-03-14
1
-1
/
+1
*
Update API test to use token based authentication when twofa is enabled for u...
Marius Balteanu
2022-02-25
1
-2
/
+7
*
Disable API authentication with username and password when two-factor authent...
Marius Balteanu
2022-02-24
1
-0
/
+9
*
Fix WikiContentVersion API returns 500 if author is nil (#36494).
Marius Balteanu
2022-02-18
1
-0
/
+11
*
Add test for #34766.
Marius Balteanu
2022-01-30
1
-0
/
+7
*
Include avatar URL in Users API (#36303).
Go MAEDA
2022-01-21
1
-2
/
+12
*
Update copyright year in source files to 2022 (#36379).
Go MAEDA
2022-01-02
28
-28
/
+28
*
You can configure default project queries in the following places (#35795):
Marius Balteanu
2021-11-15
1
-1
/
+14
*
Add information about whether an issue is open or closed to Issues API respon...
Go MAEDA
2021-10-02
1
-2
/
+14
*
File upload fails when run with uWSGI (#35715).
Go MAEDA
2021-08-14
1
-0
/
+25
*
API to close/reopen projects (#35507).
Go MAEDA
2021-07-09
1
-0
/
+17
*
Add enabled core fields to /trackers API response (#35505).
Go MAEDA
2021-07-06
1
-0
/
+6
*
Add total estimated hours, spent hours, total spent hours for issues to issue...
Go MAEDA
2021-06-27
1
-0
/
+28
*
API to archive/unarchive projects (#35420).
Go MAEDA
2021-06-24
1
-0
/
+17
*
Remove deprecated WikiContent::Version (#35031).
Go MAEDA
2021-05-15
1
-6
/
+6
[next]