summaryrefslogtreecommitdiffstats
path: root/app/controllers/imports_controller.rb
Commit message (Expand)AuthorAgeFilesLines
* Display more detailed error message when attempting to import malformed CSV f...Go MAEDA2021-02-271-1/+1
* CSV import raises an exception if CSV header has empty columns (#22913, #34326).Go MAEDA2020-12-051-1/+1
* remove spaces inside {} of ImportsControllerToshi MARUYAMA2020-11-141-2/+1
* use "do end" instead of {} at ImportsControllerToshi MARUYAMA2020-11-061-4/+4
* add empty line after guard clause to ImportsControllerToshi MARUYAMA2020-11-031-0/+2
* avoid using rescue in its modifier form at ImportsController#import_typeToshi MARUYAMA2020-07-081-1/+6
* 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-1/+33
* CSV import does not keep the project it was clicked from (#21766).Jean-Philippe Lang2019-12-201-1/+1
* Update copyright year.Go MAEDA2019-05-251-1/+1
* Generalize issues imports (#28234).Go MAEDA2019-05-091-4/+40
* Enable frozen_string_literal for some files under app and lib directory (#265...Go MAEDA2019-03-161-1/+1
* Add "frozen_string_literal: false" for all files (#26561).Go MAEDA2019-03-151-0/+2
* Drop Ruby 2.2 support (#30356).Go MAEDA2019-02-191-2/+1
* Fix: ImportsControllerTest fails with csv gem 1.0.2 (#28689).Go MAEDA2018-05-061-4/+7
* Merged rails-5.1 branch (#23630).Jean-Philippe Lang2017-07-231-2/+2
* Update copyright.Jean-Philippe Lang2017-06-251-1/+1
* Rescue any EncodingError exceptions (#25861).Jean-Philippe Lang2017-05-271-1/+1
* Menu items mapping.Jean-Philippe Lang2016-12-161-0/+1
* Use .before_action instead of .before_filter.Jean-Philippe Lang2016-07-141-2/+2
* Helper is needed to render the sidebar (#14790).Jean-Philippe Lang2016-07-121-0/+1
* Make Tracker map-able for CSV import (#22951).Jean-Philippe Lang2016-06-071-5/+1
* Updates copyright for 2016.Jean-Philippe Lang2016-03-131-1/+1
* Import issues from CSV file (#950).Jean-Philippe Lang2015-08-141-0/+124