summaryrefslogtreecommitdiffstats
path: root/test/fixtures/files
Commit message (Expand)AuthorAgeFilesLines
* Fix import with issue relations and invalid issues hangs without any error me...Marius Balteanu2022-02-201-0/+6
* Rename test/fixtures/configuration/*.yml.example to test/fixtures/files/confi...Go MAEDA2021-07-104-0/+32
* Reject CSV file without data row when importing (#35137).Go MAEDA2021-06-201-0/+1
* Allow Unique ID and relation fields to be auto mapped (#35131).Go MAEDA2021-04-231-2/+2
* Display more detailed error message when attempting to import malformed CSV f...Go MAEDA2021-02-271-0/+2
* CSV import raises an exception if CSV header has empty columns (#22913, #34326).Go MAEDA2020-12-051-2/+2
* Import user accounts from CSV file (#33102).Go MAEDA2020-05-301-0/+4
* Support issue relations when importing issues (#28198).Go MAEDA2020-05-063-10/+20
* Auto select fields mapping in import based on the internal field name (ex: es...Go MAEDA2020-02-191-0/+2
* Use 'user' as internal field instead of user_id because the column accepts al...Go MAEDA2020-02-191-1/+1
* Identify time entry user just like issue assignee (#32196).Jean-Philippe Lang2019-11-021-4/+4
* Allow import time entries for other users (#32196).Jean-Philippe Lang2019-11-021-5/+5
* Render Textile and Markdown attachments on the preview page (#29752).Go MAEDA2019-10-032-0/+8
* Support external ID when importing issues (#28213).Jean-Philippe Lang2019-06-201-0/+5
* Support "YYYY/MM/DD" date format when importing issues (#31450).Go MAEDA2019-05-301-0/+2
* Test for r18158 (#22481).Go MAEDA2019-05-121-0/+0
* Import time entries (#28234).Go MAEDA2019-05-091-0/+5
* Attachment preview does not work for some source files such as JavaScript and...Go MAEDA2019-05-041-0/+1
* Fix that Content-Type header field is empty when sending a file of unknown ty...Go MAEDA2019-04-301-0/+232
* Support frozen_string_literal in test/**/*.rb (#26561).Go MAEDA2019-03-211-1/+1
* Add "frozen_string_literal: false" for all files (#26561).Go MAEDA2019-03-151-0/+2
* Add a fixture for r17786 (#30412).Go MAEDA2019-01-121-0/+4
* Adds a test for importing list custom fields with multiple values (#26148).Jean-Philippe Lang2017-07-191-4/+4
* Rescue any EncodingError exceptions (#25861).Jean-Philippe Lang2017-05-271-0/+1
* Allow forward reference to parent when importing issues (#22701).Jean-Philippe Lang2017-01-211-0/+5
* Make Status map-able for CSV import (#22951).Jean-Philippe Lang2016-06-071-4/+4
* Make Tracker map-able for CSV import (#22951).Jean-Philippe Lang2016-06-071-4/+4
* Add column `estimated_hours` for CSV import (#21867).Jean-Philippe Lang2016-01-301-4/+4
* Use same logic for finding user when importing a file (#950).Jean-Philippe Lang2015-08-151-4/+4
* Adds support for custom date format when importing a CSV file (#950).Jean-Philippe Lang2015-08-141-0/+4
* Import issues from CSV file (#950).Jean-Philippe Lang2015-08-142-0/+7
* Store attachments in subdirectories (#5298).Jean-Philippe Lang2012-12-136-0/+0
* add functional attachment test of mercurial export file (#11868)Toshi MARUYAMA2012-09-191-0/+13
* add unit application helper test to use latest image file (#3261)Toshi MARUYAMA2011-11-242-0/+0
* attachment: add a functional test to show invalid UTF-8 text file (#2371)Toshi MARUYAMA2011-11-171-0/+13
* attachment: add a functional test to show UTF-8 text file (#2371)Toshi MARUYAMA2011-11-171-0/+1
* Strip non utf8 content when displaying diff (ruby1.9 compatibility).Jean-Philippe Lang2011-01-012-3/+16
* Fixed: wrong digest for text files under Windows (#2264).Jean-Philippe Lang2008-12-021-1/+2
* File viewer for attached text files.Jean-Philippe Lang2008-06-093-0/+23
* file upload test now uses ActionController::TestUploadedFileJean-Philippe Lang2007-02-181-0/+1