summaryrefslogtreecommitdiffstats
path: root/test/functional/imports_controller_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Fix: "Import issues" and "Import time entries" pages are visible to users wit...Go MAEDA2024-11-031-0/+12
* Fix RuboCop offense Layout/SpaceAfterComma, one of the offenses enabled in ru...Go MAEDA2024-08-121-1/+1
* Fix RuboCop offense Rails/HttpStatus (#39889).Go MAEDA2024-05-181-6/+6
* Remove current year from source file copyright headers and update year in foo...Marius Balteanu2024-02-261-1/+1
* Use `require_relative` instead of `require File.expand_path(..., __FILE__)` (...Go MAEDA2023-01-011-1/+1
* Update copyright year to 2023 (#38141).Go MAEDA2023-01-011-1/+1
* Update copyright year in source files to 2022 (#36379).Go MAEDA2022-01-021-1/+1
* Test if the encoding drop-down in the import settings includes all CSV encodi...Go MAEDA2022-01-021-1/+10
* Reject CSV file without data row when importing (#35137).Go MAEDA2021-06-201-0/+21
* Allow Unique ID and relation fields to be auto mapped (#35131).Go MAEDA2021-04-231-0/+12
* Update copyright year in source files to 2021 (#33069).Go MAEDA2021-03-251-1/+1
* Display more detailed error message when attempting to import malformed CSV f...Go MAEDA2021-02-271-0/+21
* fix source indent of ImportsControllerTestToshi MARUYAMA2020-10-261-51/+46
* Replace Hash#merge! with Hash#[]= (#34160).Go MAEDA2020-10-241-1/+1
* Update copyright year in source files to 2020 (#33069).Go MAEDA2020-03-031-1/+1
* Auto select fields mapping in import based on the internal field name (ex: es...Go MAEDA2020-02-191-2/+79
* Use 'user' as internal field instead of user_id because the column accepts al...Go MAEDA2020-02-191-1/+1
* CSV import does not keep the project it was clicked from (#21766).Jean-Philippe Lang2019-12-201-1/+2
* Allow import time entries for other users (#32196).Jean-Philippe Lang2019-11-021-0/+35
* Add missing fixtures to ImportsControllerTest (#31865).Go MAEDA2019-08-081-1/+1
* Update copyright year.Go MAEDA2019-05-251-1/+1
* Option to send email notifications while importing issues from CSV files (#22...Go MAEDA2019-05-101-0/+38
* Remove trailing whitespaces from test/functional/imports_controller_test.rbGo MAEDA2019-05-091-3/+3
* Generalize issues imports (#28234).Go MAEDA2019-05-091-1/+2
* Enable frozen_string_literal for some files under test directory (#26561).Go MAEDA2019-03-161-1/+1
* Add "frozen_string_literal: false" for all files (#26561).Go MAEDA2019-03-151-0/+2
* Update copyright.Jean-Philippe Lang2017-06-251-1/+1
* Use Rails 5 syntax for functional tests.Jean-Philippe Lang2017-05-311-19/+69
* Rescue any EncodingError exceptions (#25861).Jean-Philippe Lang2017-05-271-0/+11
* Removes calls to #assert_template and #assigns in functional tests.Jean-Philippe Lang2016-07-181-6/+7
* Adds our own class for controller tests.Jean-Philippe Lang2016-07-141-1/+1
* Adds assertions for import result.Jean-Philippe Lang2016-06-081-0/+3
* Updates copyright for 2016.Jean-Philippe Lang2016-03-131-1/+1
* Adds support for custom date format when importing a CSV file (#950).Jean-Philippe Lang2015-08-141-1/+2
* Import issues from CSV file (#950).Jean-Philippe Lang2015-08-141-0/+200