summaryrefslogtreecommitdiffstats
path: root/app/models/time_entry_import.rb
Commit message (Expand)AuthorAgeFilesLines
* Update copyright year to 2023 (#38141).Go MAEDA2023-01-011-1/+1
* Update copyright year in source files to 2021 (#33069).Go MAEDA2021-03-251-1/+1
* remove spaces inside {} of app/models/time_entry_import.rbToshi MARUYAMA2020-11-151-1/+1
* Don't use User.current in TimeEntryImport model but #user instead (#32774).Jean-Philippe Lang2020-04-051-1/+2
* 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/+9
* Use 'user' as internal field instead of user_id because the column accepts al...Go MAEDA2020-02-191-2/+2
* Identify time entry user just like issue assignee (#32196).Jean-Philippe Lang2019-11-021-1/+5
* Allow import time entries for other users (#32196).Jean-Philippe Lang2019-11-021-1/+25
* Add permission to import time entries (#32196, #28234).Go MAEDA2019-10-281-1/+1
* code cleanup: rubocop: fix Layout/EmptyLines in app/models/issue.rbToshi MARUYAMA2019-10-191-1/+0
* Add missing frozen string literals and copyrights (#31508).Go MAEDA2019-06-041-0/+19
* Import time entries (#28234).Go MAEDA2019-05-091-0/+80