summaryrefslogtreecommitdiffstats
path: root/test/unit/time_entry_import_test.rb
Commit message (Collapse)AuthorAgeFilesLines
* Merged r22112 from trunk to 5.0-stable (#38254).Go MAEDA2023-02-241-0/+27
| | | | git-svn-id: https://svn.redmine.org/redmine/branches/5.0-stable@22114 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Update copyright year to 2023 (#38141).Go MAEDA2023-01-011-1/+1
| | | | git-svn-id: https://svn.redmine.org/redmine/branches/5.0-stable@22014 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Update copyright year in source files to 2022 (#36379).Go MAEDA2022-01-021-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@21342 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Update copyright year in source files to 2021 (#33069).Go MAEDA2021-03-251-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@20846 e93f8b46-1217-0410-a6f0-8f06a7374b81
* remove spaces inside {} of test/unit/time_entry_import_test.rbToshi MARUYAMA2020-11-151-10/+10
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@20380 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Replace Hash#merge! with Hash#[]= (#34160).Go MAEDA2020-10-241-3/+3
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@20175 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Don't use User.current in TimeEntryImport model but #user instead (#32774).Jean-Philippe Lang2020-04-051-7/+9
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@19678 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Update copyright year in source files to 2020 (#33069).Go MAEDA2020-03-031-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@19553 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Use 'user' as internal field instead of user_id because the column accepts ↵Go MAEDA2020-02-191-2/+2
| | | | | | | | | also user login as value, not only the id (#22913). Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@19523 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Allow import time entries for other users (#32196).Jean-Philippe Lang2019-11-021-1/+40
| | | | | | Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@18890 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Add missing frozen string literals and copyrights (#31508).Go MAEDA2019-06-041-0/+19
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@18225 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Import time entries (#28234).Go MAEDA2019-05-091-0/+136
Patch by Gregor Schmidt. git-svn-id: http://svn.redmine.org/redmine/trunk@18146 e93f8b46-1217-0410-a6f0-8f06a7374b81