summaryrefslogtreecommitdiffstats
path: root/app/models/import.rb
Commit message (Expand)AuthorAgeFilesLines
* Fix CSV import file encoding auto-detection failure with multibyte characters...Go MAEDA2024-10-201-1/+15
* Remove current year from source file copyright headers and update year in foo...Marius Balteanu2024-02-261-1/+1
* Use ApplicationRecord instead of ActiveRecord::Base (#38975).Marius Balteanu2024-01-231-1/+1
* Fix RuboCop offense Performance/StringIdentifierArgument (#39888).Go MAEDA2023-12-201-1/+1
* Auto-detection of field wrapper type when importing CSV file (#39511).Go MAEDA2023-11-161-1/+2
* Fix RuboCop offense Style/InverseMethods: Use `present?` instead of inverting...Go MAEDA2023-03-251-1/+1
* Update copyright year to 2023 (#38141).Go MAEDA2023-01-011-1/+1
* Fix wrong variable name in Import#set_default_settings (#34718).Go MAEDA2022-01-071-1/+1
* RuboCop: fix Style/RedundantSort in app/models/import.rb (#34718).Go MAEDA2022-01-071-1/+1
* Auto guess file encoding when importing CSV file (#34718).Go MAEDA2022-01-071-1/+9
* Update copyright year in source files to 2022 (#36379).Go MAEDA2022-01-021-1/+1
* Use File.exist? instead of deprecated File.exists? (#36358).Go MAEDA2021-12-271-1/+1
* Update copyright year in source files to 2021 (#33069).Go MAEDA2021-03-251-1/+1
* remove spaces inside {} of app/models/import.rbToshi MARUYAMA2020-11-171-1/+1
* Support issue relations when importing issues (#28198).Go MAEDA2020-05-061-1/+7
* 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-0/+1
* Fix ruby 2.7 warning: The last argument is used as the keyword parameter (#32...Go MAEDA2020-01-231-1/+1
* CSV import does not keep the project it was clicked from (#21766).Jean-Philippe Lang2019-12-201-1/+9
* Support external ID when importing issues (#28213).Jean-Philippe Lang2019-06-201-3/+8
* Support "YYYY/MM/DD" date format when importing issues (#31450).Go MAEDA2019-05-301-0/+1
* Update copyright year.Go MAEDA2019-05-251-1/+1
* Don't rescue Exception class (#31387).Go MAEDA2019-05-251-2/+2
* Option to send email notifications while importing issues from CSV files (#22...Go MAEDA2019-05-101-1/+2
* Generalize issues imports (#28234).Go MAEDA2019-05-091-0/+12
* Use Regexp#match? to reduce allocations of MatchData object (#28940).Go MAEDA2019-03-271-1/+1
* 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
* Import UTF-8 issue CSV files with BOM and quoted strings (#30412).Go MAEDA2019-01-121-0/+1
* Update copyright.Jean-Philippe Lang2017-06-251-1/+1
* Allow forward reference to parent when importing issues (#22701).Jean-Philippe Lang2017-01-211-1/+21
* CSV import delimiter detection broken (#22583).Jean-Philippe Lang2016-04-241-1/+1
* Updates copyright for 2016.Jean-Philippe Lang2016-03-131-1/+1
* Set default date format based on user locale (#950).Jean-Philippe Lang2015-08-141-1/+5
* Adds support for custom date format when importing a CSV file (#950).Jean-Philippe Lang2015-08-141-0/+16
* Import issues from CSV file (#950).Jean-Philippe Lang2015-08-141-0/+229