summaryrefslogtreecommitdiffstats
path: root/test/functional/timelog_report_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Use `fixtures :all` to ensure consistent test data and improve test reliabili...Go MAEDA12 days1-7/+0
* Remove current year from source file copyright headers and update year in foo...Marius Balteanu2024-02-261-1/+1
* Workaround to fix a random failing test on MySQL 8 caused by the removal of i...Marius Balteanu2023-11-261-1/+1
* Fix incorrect argument format for assert_select that causes ArgumentError wit...Go MAEDA2023-07-021-2/+2
* 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
* Duplicate activities in time entry report when project-specific activies exis...Go MAEDA2022-01-191-0/+13
* Change the default value for "Time span format" from "decimal" to "minutes" (...Go MAEDA2022-01-081-12/+12
* Update copyright year in source files to 2022 (#36379).Go MAEDA2022-01-021-1/+1
* Rails 6.1: add header=present to csv tests (#29914, #32921).Go MAEDA2021-04-011-5/+5
* Update copyright year in source files to 2021 (#33069).Go MAEDA2021-03-251-1/+1
* Fix missing subject and tracker name in CSV export of time (#33052).Go MAEDA2020-03-041-0/+15
* Update copyright year in source files to 2020 (#33069).Go MAEDA2020-03-031-1/+1
* CSV related tests fail with Rails 5.2.4 (#32526, #32525).Go MAEDA2019-12-081-5/+5
* Fix that spent time report CSV shows translation missing text if custom field...Go MAEDA2019-12-061-2/+2
* Per role visibility settings for spent time custom fields (#31859).Go MAEDA2019-08-091-1/+1
* Update copyright year.Go MAEDA2019-05-251-1/+1
* Update Rails to 5.2.3 (#31113).Go MAEDA2019-03-311-5/+5
* Support frozen_string_literal in test/**/*.rb (#26561).Go MAEDA2019-03-211-1/+1
* Decode hexadecimal-encoded literals in order to be frozen string literals fri...Go MAEDA2019-03-191-15/+11
* Remove unnecessary encoding magic comment (#31034).Go MAEDA2019-03-161-1/+0
* Add "frozen_string_literal: false" for all files (#26561).Go MAEDA2019-03-151-0/+2
* Fix broken tests due to r17593 (#29739).Go MAEDA2018-10-111-1/+1
* Only allow the use of visible custom fields in time entry reports (#29162).Go MAEDA2018-07-121-0/+12
* Add links to Users, Projects and Versions in timelog report (#29042).Go MAEDA2018-06-181-0/+15
* remove trailing white spaces from test/functional/timelog_report_test.rbToshi MARUYAMA2017-12-281-3/+3
* Renames time_entry_reports_controller_test.rb to timelog_report_test.rb.Jean-Philippe Lang2017-07-301-0/+364