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
*
Use `fixtures :all` to ensure consistent test data and improve test reliabili...
Go MAEDA
11 days
1
-28
/
+0
*
Fix flacky test after Rails 7 update which fails occasionally because databas...
Marius Balteanu
2024-08-20
1
-1
/
+1
*
Fix "ArgumentError: Invalid response name: unprocessable_entity" with Rack 3....
Go MAEDA
2024-06-12
1
-7
/
+7
*
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
1
-3
/
+3
*
Remove current year from source file copyright headers and update year in foo...
Marius Balteanu
2024-02-26
1
-1
/
+1
*
Adds @:user_preference@ fixture to @Redmine::ApiTest::IssuesTest@ (#40239).
Marius Balteanu
2024-02-25
1
-0
/
+1
*
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
1
-1
/
+1
*
Update copyright year to 2023 (#38141).
Go MAEDA
2023-01-01
1
-1
/
+1
*
Replace Member.find_or_new with ActiveRecord's find_or_initialize_by (#36730).
Go MAEDA
2022-03-14
1
-1
/
+1
*
Update copyright year in source files to 2022 (#36379).
Go MAEDA
2022-01-02
1
-1
/
+1
*
Add information about whether an issue is open or closed to Issues API respon...
Go MAEDA
2021-10-02
1
-2
/
+14
*
Add total estimated hours, spent hours, total spent hours for issues to issue...
Go MAEDA
2021-06-27
1
-0
/
+28
*
Include new statuses allowed by workflow in Issues REST API (#24976).
Go MAEDA
2021-04-19
1
-0
/
+22
*
Update copyright year in source files to 2021 (#33069).
Go MAEDA
2021-03-25
1
-1
/
+1
*
fix source indent of test/integration/api_test/issues_test.rb
Toshi MARUYAMA
2020-12-03
1
-2
/
+2
*
remove spaces inside {} of test/integration/api_test/issues_test.rb
Toshi MARUYAMA
2020-09-12
1
-5
/
+5
*
Updating an issue via REST API causes internal server error if invalid projec...
Go MAEDA
2020-05-14
1
-0
/
+28
*
Update copyright year in source files to 2020 (#33069).
Go MAEDA
2020-03-03
1
-1
/
+1
*
Use #media_type instead of #content_type to test the MIME type of a response ...
Go MAEDA
2020-01-27
1
-11
/
+11
*
cleanup: rubocop: fix Layout/IndentFirstHashElement in test/integration/api_t...
Toshi MARUYAMA
2019-11-24
1
-17
/
+27
*
cleanup: rubocop: fix Layout/AlignArguments in test/integration/api_test/issu...
Toshi MARUYAMA
2019-11-09
1
-103
/
+128
*
Code cleanup: RuboCop: Fix Performance/Count and Performance/Detect.
Go MAEDA
2019-10-02
1
-1
/
+1
*
code cleanup: rubocop: fix Layout/IndentHeredoc in test/integration/api_test/...
Toshi MARUYAMA
2019-09-30
1
-12
/
+9
*
code cleanup: rubocop: fix Layout/EmptyLinesAroundBlockBody in test/integrati...
Toshi MARUYAMA
2019-09-30
1
-25
/
+21
*
code cleanup: rubocop: fix Layout/LeadingCommentSpace in test/integration/api...
Toshi MARUYAMA
2019-09-30
1
-4
/
+0
*
code cleanup: rubocop: fix Layout/ClosingHeredocIndentation in test/integrati...
Toshi MARUYAMA
2019-09-25
1
-35
/
+31
*
ApiTest fails if config.time_zone is set (#31388).
Go MAEDA
2019-06-08
1
-4
/
+4
*
Update copyright year.
Go MAEDA
2019-05-25
1
-1
/
+1
*
Enable frozen_string_literal for some files under test directory (#26561).
Go MAEDA
2019-03-16
1
-1
/
+1
*
Add "frozen_string_literal: false" for all files (#26561).
Go MAEDA
2019-03-15
1
-0
/
+2
*
Ajax Request Returns 200 but an error event is fired instead of success (#300...
Go MAEDA
2019-02-05
1
-6
/
+6
*
fix element order (#26769)
Toshi MARUYAMA
2017-08-28
1
-1
/
+1
*
add category_id to REST issue creation tests (#26769)
Toshi MARUYAMA
2017-08-28
1
-0
/
+4
*
Update copyright.
Jean-Philippe Lang
2017-06-25
1
-1
/
+1
*
Use Rails 5 syntax for integration tests.
Jean-Philippe Lang
2017-06-01
1
-68
/
+102
*
Adds a test for #25526.
Jean-Philippe Lang
2017-04-05
1
-0
/
+9
*
Add attachment information to issues.xml in REST API (#12181).
Jean-Philippe Lang
2017-03-03
1
-0
/
+16
*
Issues API does not respect time_entries_visibility (#24875).
Jean-Philippe Lang
2017-01-29
1
-0
/
+33
*
Don't use assert_equal nil.
Jean-Philippe Lang
2016-12-12
1
-0
/
+4
*
Use assert_nil instead of assert_equal.
Jean-Philippe Lang
2016-12-11
1
-2
/
+2
*
Enforce issue assignee validation (#23921).
Jean-Philippe Lang
2016-12-10
1
-0
/
+8
*
Let the API accept project identifier for creating issues (#23766).
Jean-Philippe Lang
2016-10-01
1
-0
/
+10
*
Removes calls to #assert_template and #assigns in integration tests.
Jean-Philippe Lang
2016-07-21
1
-5
/
+2
*
Include private_notes property in xml/json Journals output (#20985).
Jean-Philippe Lang
2016-05-16
1
-1
/
+8
*
Total spent hours and estimated hours need to be get via REST (#21757).
Jean-Philippe Lang
2016-03-19
1
-0
/
+64
*
Updates copyright for 2016.
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
[next]