summaryrefslogtreecommitdiffstats
path: root/test/functional/timelog_controller_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Fix: Spent time CSV report returning `hours` as Rational instead of Float (#4...Go MAEDA2024-12-041-0/+10
* Spent hours ignoring "Time Span Format" Setting on several pages (#40924).Go MAEDA2024-06-301-2/+4
* Adds description field to custom queries (#9309).Marius Balteanu2024-06-041-2/+2
* Fix RuboCop offense Rails/HttpStatus (#39889).Go MAEDA2024-05-181-13/+13
* Remove current year from source file copyright headers and update year in foo...Marius Balteanu2024-02-261-1/+1
* Fix RuboCop offense Performance/MapMethodChain (#37247).Go MAEDA2023-08-231-6/+6
* Fix incorrect argument format for assert_select that causes ArgumentError wit...Go MAEDA2023-07-021-1/+1
* Add Parent task filter and column to Spent time (#37623).Go MAEDA2023-04-111-0/+46
* "Issue's subject" filter for spent time (#27821).Go MAEDA2023-04-091-0/+13
* Fix missing project_id in redirect after clicking "Create and add another" bu...Go MAEDA2023-02-051-1/+1
* 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
* Use query name as the file name when exporting queries (#16207).Go MAEDA2022-08-241-0/+12
* Add default spent time activity per role (#29286).Go MAEDA2022-08-091-1/+14
* Respect field visibility when filtering/sorting by associated issue fields (#...Marius Balteanu2022-06-161-0/+74
* Respect field visibility when showing associated issue fields (#37255).Marius Balteanu2022-06-161-0/+22
* Change the default value for "Time span format" from "decimal" to "minutes" (...Go MAEDA2022-01-081-8/+8
* Update copyright year in source files to 2022 (#36379).Go MAEDA2022-01-021-1/+1
* Fixes for Performance/StringIdentifierArgument introduced in RuboCop Performa...Go MAEDA2021-12-291-9/+9
* Rails 6.1: add header=present to csv tests (#29914, #32921).Go MAEDA2021-04-011-2/+2
* Update copyright year in source files to 2021 (#33069).Go MAEDA2021-03-251-1/+1
* Spent time details are displayed in incorrect order when sorted by week and d...Go MAEDA2020-12-121-0/+27
* shorten long line of TimelogControllerTestToshi MARUYAMA2020-11-301-12/+54
* remove spaces inside {} of TimelogControllerTestToshi MARUYAMA2020-11-141-7/+7
* fix source indent of TimelogControllerTestToshi MARUYAMA2020-10-281-42/+73
* fix source indent of TimelogControllerTestToshi MARUYAMA2020-10-241-33/+41
* add space after comma to TimelogControllerTestToshi MARUYAMA2020-10-051-3/+3
* shorten long line of TimelogControllerTestToshi MARUYAMA2020-10-051-4/+14
* Add missing fixture to TimelogControllerTest (#33785).Go MAEDA2020-08-021-1/+1
* Fix time entry user is shown twice in the User drop-down (#33341).Go MAEDA2020-04-271-1/+1
* Creating time tracking entry for other user through rest API fails with 403 (...Jean-Philippe Lang2020-04-051-6/+6
* Fixed assertion broken by r19654 (#3800).Jean-Philippe Lang2020-04-051-1/+1
* Editing time entries should show the time entry user (#3800).Jean-Philippe Lang2020-04-051-0/+7
* Reorder and rename test added in r19651 (#32973).Jean-Philippe Lang2020-04-051-15/+15
* Editing a time entry for a locked user changes the user to the current user (...Jean-Philippe Lang2020-04-051-0/+42
* Time entries csv export should check issue visibility (#33075).Jean-Philippe Lang2020-04-051-0/+13
* Update copyright year in source files to 2020 (#33069).Go MAEDA2020-03-031-1/+1
* Fix that selected user on timelog#edit is incorrect (#32959).Go MAEDA2020-02-091-0/+15
* Validate back_url everywhere (#32850).Jean-Philippe Lang2020-02-021-0/+13
* Use #media_type instead of #content_type to test the MIME type of a response ...Go MAEDA2020-01-271-1/+1
* Fix Internal Error when issue text custom field is shown in Spent time query ...Go MAEDA2020-01-121-0/+15
* CSV related tests fail with Rails 5.2.4 (#32526, #32525).Go MAEDA2019-12-081-2/+2
* Fixes the assertion so that it doesn't rely on the display order (#32436).Jean-Philippe Lang2019-11-201-4/+2
* Add missing fixture to TimelogControllerTest in order to fix random test fail...Go MAEDA2019-11-191-1/+1
* Add support for grouping by issue on timelog view (#32436).Jean-Philippe Lang2019-11-101-0/+14
* Adds "Target Version" column to the list of "Available columns" in "Spent tim...Go MAEDA2019-11-101-0/+33
* Update copyright year.Go MAEDA2019-05-251-1/+1
* Update Rails to 5.2.3 (#31113).Go MAEDA2019-03-311-2/+2
* Group time entries by created date (#30233).Go MAEDA2019-03-241-0/+14
* Enable frozen_string_literal for some files under test directory (#26561).Go MAEDA2019-03-161-1/+1