summaryrefslogtreecommitdiffstats
path: root/app/models/issue_import.rb
Commit message (Expand)AuthorAgeFilesLines
* Fix: "Import issues" and "Import time entries" pages are visible to users wit...Go MAEDA2024-11-031-1/+1
* Remove current year from source file copyright headers and update year in foo...Marius Balteanu2024-02-261-1/+1
* Update copyright year to 2023 (#38141).Go MAEDA2023-01-011-1/+1
* Fix import with issue relations and invalid issues hangs without any error me...Marius Balteanu2022-02-201-1/+5
* Update copyright year in source files to 2022 (#36379).Go MAEDA2022-01-021-1/+1
* Allow Unique ID and relation fields to be auto mapped (#35131).Go MAEDA2021-04-231-1/+11
* Update copyright year in source files to 2021 (#33069).Go MAEDA2021-03-251-1/+1
* Use match? instead of =~ when MatchData is not used (#34150).Go MAEDA2020-10-231-1/+1
* Support issue relations when importing issues (#28198).Go MAEDA2020-05-061-0/+126
* 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/+17
* code cleanup: rubocop: fix Layout/ElseAlignment in app/models/issue_import.rbToshi MARUYAMA2019-10-141-6/+7
* Support external ID when importing issues (#28213).Jean-Philippe Lang2019-06-201-9/+21
* 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-1/+1
* Generalize issues imports (#28234).Go MAEDA2019-05-091-0/+7
* 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
* CSV importer ignores shared version names of other projects (#30001).Jean-Philippe Lang2018-11-291-1/+4
* Update copyright.Jean-Philippe Lang2017-06-251-1/+1
* Allow forward reference to parent when importing issues (#22701).Jean-Philippe Lang2017-01-211-4/+21
* Make Status map-able for CSV import (#22951).Jean-Philippe Lang2016-06-071-1/+5
* Make Tracker map-able for CSV import (#22951).Jean-Philippe Lang2016-06-071-3/+31
* Limit trackers for new issue to certain roles (#7839).Jean-Philippe Lang2016-06-051-1/+1
* Updates copyright for 2016.Jean-Philippe Lang2016-03-131-1/+1
* Add column `estimated_hours` for CSV import (#21867).Jean-Philippe Lang2016-01-301-0/+3
* Use same logic for finding user when importing a file (#950).Jean-Philippe Lang2015-08-151-1/+1
* Use named scope to find the matching version (#950).Jean-Philippe Lang2015-08-151-1/+1
* Adds support for custom date format when importing a CSV file (#950).Jean-Philippe Lang2015-08-141-3/+9
* Import issues from CSV file (#950).Jean-Philippe Lang2015-08-141-0/+145