summaryrefslogtreecommitdiffstats
path: root/test/helpers/issues_helper_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Merged r22746 from trunk to 5.1-stable (#40043).Marius Balteanu2024-02-271-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
* Reverts r21958 and r21959 (#1739).Go MAEDA2022-11-181-58/+0
* Add the ability to change the author of an issue (#1739).Go MAEDA2022-11-161-0/+58
* Fix RuboCop offense Layout/LineLength due to r21757 (#37532).Go MAEDA2022-08-051-2/+18
* Add CSS class for relation type to related issues list (#37532).Go MAEDA2022-08-051-0/+14
* Change the default value for "Time span format" from "decimal" to "minutes" (...Go MAEDA2022-01-081-2/+2
* Update copyright year in source files to 2022 (#36379).Go MAEDA2022-01-021-1/+1
* Add missing fixture to IssuesHelperTest (#36347).Go MAEDA2021-12-241-1/+1
* Query links for related issues on issue page (#35559).Go MAEDA2021-08-231-0/+38
* Total spent time from issue page should link to global time entries if the is...Marius Balteanu2021-07-261-0/+22
* Revert r21082 (#35134).Marius Balteanu2021-07-261-22/+0
* Link total spent time to global time entries page when cross_project_issue_re...Marius Balteanu2021-07-261-0/+22
* Update copyright year in source files to 2021 (#33069).Go MAEDA2021-03-251-1/+1
* Show project ID instead of name in issue journal details if the project is no...Go MAEDA2021-03-181-0/+8
* Allow to add subtask from context menu (#34303).Go MAEDA2020-12-101-0/+7
* fix source indent of IssuesHelperTestToshi MARUYAMA2020-09-261-12/+14
* Update copyright year in source files to 2020 (#33069).Go MAEDA2020-03-031-1/+1
* cleanup: rubocop: fix Layout/IndentFirstArrayElement in test/helpers/issues_h...Toshi MARUYAMA2019-11-241-8/+14
* cleanup: rubocop: fix Layout/AlignArguments in test/helpers/issues_helper_tes...Toshi MARUYAMA2019-11-091-1/+1
* Fix that test_issue_due_date_details fails depending on time zone (#31499).Go MAEDA2019-06-091-2/+4
* Show "Due in X days" in issue details page (#31499).Go MAEDA2019-06-071-0/+19
* Update copyright year.Go MAEDA2019-05-251-1/+1
* Enable frozen_string_literal for some files under test directory (#26561).Go MAEDA2019-03-161-1/+1
* Add "frozen_string_literal: false" for all files (#26561).Go MAEDA2019-03-151-0/+2
* Move helper tests to test/helpers (#26504).Jean-Philippe Lang2017-07-301-0/+332