summaryrefslogtreecommitdiffstats
path: root/test/unit/time_entry_import_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Remove current year from source file copyright headers and update year in foo...Marius Balteanu2024-02-261-1/+1
* Time Entry Import fails to import custom fields with "User" format (#38254).Go MAEDA2023-02-161-0/+27
* 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
* Allow imported time entries to override the selected project with the actual ...Marius Balteanu2022-04-031-0/+22
* Update copyright year in source files to 2022 (#36379).Go MAEDA2022-01-021-1/+1
* Update copyright year in source files to 2021 (#33069).Go MAEDA2021-03-251-1/+1
* remove spaces inside {} of test/unit/time_entry_import_test.rbToshi MARUYAMA2020-11-151-10/+10
* Replace Hash#merge! with Hash#[]= (#34160).Go MAEDA2020-10-241-3/+3
* Don't use User.current in TimeEntryImport model but #user instead (#32774).Jean-Philippe Lang2020-04-051-7/+9
* Update copyright year in source files to 2020 (#33069).Go MAEDA2020-03-031-1/+1
* Use 'user' as internal field instead of user_id because the column accepts al...Go MAEDA2020-02-191-2/+2
* Allow import time entries for other users (#32196).Jean-Philippe Lang2019-11-021-1/+40
* Add missing frozen string literals and copyrights (#31508).Go MAEDA2019-06-041-0/+19
* Import time entries (#28234).Go MAEDA2019-05-091-0/+136