summaryrefslogtreecommitdiffstats
path: root/test/unit/issue_import_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Merged r22746 from trunk to 5.1-stable (#40043).Marius Balteanu2024-02-271-1/+1
* Fix RuboCop offense Rails/RedundantActiveRecordAllMethod (#37248).Go MAEDA2023-10-121-2/+2
* Fix RuboCop offense Performance/MapMethodChain (#37247).Go MAEDA2023-08-231-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
* Fix import with issue relations and invalid issues hangs without any error me...Marius Balteanu2022-02-201-0/+22
* Fix wrong variable name in Import#set_default_settings (#34718).Go MAEDA2022-01-071-0/+3
* Auto guess file encoding when importing CSV file (#34718).Go MAEDA2022-01-071-0/+27
* 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-2/+2
* Update copyright year in source files to 2021 (#33069).Go MAEDA2021-03-251-1/+1
* remove spaces inside {} of test/unit/issue_import_test.rbToshi MARUYAMA2020-11-121-41/+41
* Replace Hash#merge! with Hash#[]= (#34160).Go MAEDA2020-10-241-14/+14
* Support issue relations when importing issues (#28198).Go MAEDA2020-05-061-5/+122
* Update copyright year in source files to 2020 (#33069).Go MAEDA2020-03-031-1/+1
* CSV import does not keep the project it was clicked from (#21766).Jean-Philippe Lang2019-12-201-0/+28
* Support external ID when importing issues (#28213).Jean-Philippe Lang2019-06-201-0/+10
* Support "YYYY/MM/DD" date format when importing issues (#31450).Go MAEDA2019-05-301-0/+9
* Update copyright year.Go MAEDA2019-05-251-1/+1
* Generalize issues imports (#28234).Go MAEDA2019-05-091-0/+6
* 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
* Import UTF-8 issue CSV files with BOM and quoted strings (#30412).Go MAEDA2019-01-121-0/+9
* Set User.current to nil before unit tests.Jean-Philippe Lang2018-12-161-0/+1
* Adds a test for #30001.Jean-Philippe Lang2018-11-291-0/+12
* Adds a test for importing list custom fields with multiple values (#26148).Jean-Philippe Lang2017-07-191-0/+15
* Adds a test for importing list custom fields (#26148).Jean-Philippe Lang2017-07-191-0/+14
* Update copyright.Jean-Philippe Lang2017-06-251-1/+1
* Allow forward reference to parent when importing issues (#22701).Jean-Philippe Lang2017-01-211-0/+13
* Include required module (#22951).Jean-Philippe Lang2016-06-111-0/+2
* Set default language in import tests (#22951).Jean-Philippe Lang2016-06-111-0/+4
* Make Status map-able for CSV import (#22951).Jean-Philippe Lang2016-06-071-0/+9
* Make Tracker map-able for CSV import (#22951).Jean-Philippe Lang2016-06-071-1/+32
* Updates copyright for 2016.Jean-Philippe Lang2016-03-131-1/+1
* Use same logic for finding user as a custom field (#950).Jean-Philippe Lang2015-08-151-0/+10
* Use same logic for finding user when importing a file (#950).Jean-Philippe Lang2015-08-151-0/+9
* Set default date format based on user locale (#950).Jean-Philippe Lang2015-08-141-0/+10
* Adds support for custom date format when importing a CSV file (#950).Jean-Philippe Lang2015-08-141-0/+14
* Import issues from CSV file (#950).Jean-Philippe Lang2015-08-141-0/+89