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
/
functional
/
imports_controller_test.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix: "Import issues" and "Import time entries" pages are visible to users wit...
Go MAEDA
2024-11-03
1
-0
/
+12
*
Fix RuboCop offense Layout/SpaceAfterComma, one of the offenses enabled in ru...
Go MAEDA
2024-08-12
1
-1
/
+1
*
Fix RuboCop offense Rails/HttpStatus (#39889).
Go MAEDA
2024-05-18
1
-6
/
+6
*
Remove current year from source file copyright headers and update year in foo...
Marius Balteanu
2024-02-26
1
-1
/
+1
*
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
*
Update copyright year in source files to 2022 (#36379).
Go MAEDA
2022-01-02
1
-1
/
+1
*
Test if the encoding drop-down in the import settings includes all CSV encodi...
Go MAEDA
2022-01-02
1
-1
/
+10
*
Reject CSV file without data row when importing (#35137).
Go MAEDA
2021-06-20
1
-0
/
+21
*
Allow Unique ID and relation fields to be auto mapped (#35131).
Go MAEDA
2021-04-23
1
-0
/
+12
*
Update copyright year in source files to 2021 (#33069).
Go MAEDA
2021-03-25
1
-1
/
+1
*
Display more detailed error message when attempting to import malformed CSV f...
Go MAEDA
2021-02-27
1
-0
/
+21
*
fix source indent of ImportsControllerTest
Toshi MARUYAMA
2020-10-26
1
-51
/
+46
*
Replace Hash#merge! with Hash#[]= (#34160).
Go MAEDA
2020-10-24
1
-1
/
+1
*
Update copyright year in source files to 2020 (#33069).
Go MAEDA
2020-03-03
1
-1
/
+1
*
Auto select fields mapping in import based on the internal field name (ex: es...
Go MAEDA
2020-02-19
1
-2
/
+79
*
Use 'user' as internal field instead of user_id because the column accepts al...
Go MAEDA
2020-02-19
1
-1
/
+1
*
CSV import does not keep the project it was clicked from (#21766).
Jean-Philippe Lang
2019-12-20
1
-1
/
+2
*
Allow import time entries for other users (#32196).
Jean-Philippe Lang
2019-11-02
1
-0
/
+35
*
Add missing fixtures to ImportsControllerTest (#31865).
Go MAEDA
2019-08-08
1
-1
/
+1
*
Update copyright year.
Go MAEDA
2019-05-25
1
-1
/
+1
*
Option to send email notifications while importing issues from CSV files (#22...
Go MAEDA
2019-05-10
1
-0
/
+38
*
Remove trailing whitespaces from test/functional/imports_controller_test.rb
Go MAEDA
2019-05-09
1
-3
/
+3
*
Generalize issues imports (#28234).
Go MAEDA
2019-05-09
1
-1
/
+2
*
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
*
Update copyright.
Jean-Philippe Lang
2017-06-25
1
-1
/
+1
*
Use Rails 5 syntax for functional tests.
Jean-Philippe Lang
2017-05-31
1
-19
/
+69
*
Rescue any EncodingError exceptions (#25861).
Jean-Philippe Lang
2017-05-27
1
-0
/
+11
*
Removes calls to #assert_template and #assigns in functional tests.
Jean-Philippe Lang
2016-07-18
1
-6
/
+7
*
Adds our own class for controller tests.
Jean-Philippe Lang
2016-07-14
1
-1
/
+1
*
Adds assertions for import result.
Jean-Philippe Lang
2016-06-08
1
-0
/
+3
*
Updates copyright for 2016.
Jean-Philippe Lang
2016-03-13
1
-1
/
+1
*
Adds support for custom date format when importing a CSV file (#950).
Jean-Philippe Lang
2015-08-14
1
-1
/
+2
*
Import issues from CSV file (#950).
Jean-Philippe Lang
2015-08-14
1
-0
/
+200