summaryrefslogtreecommitdiffstats
path: root/test/unit/issue_subtasking_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Fix RuboCop offense Layout/SpaceInsideParens, one of the offenses enabled in ...Go MAEDA2024-08-121-1/+1
* Remove current year from source file copyright headers and update year in foo...Marius Balteanu2024-02-261-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
* The done ratio of a parent issue may not be 100% even if all subtasks have a ...Go MAEDA2022-06-081-4/+11
* Update copyright year in source files to 2022 (#36379).Go MAEDA2022-01-021-1/+1
* Allow addition/removal of subtasks to show in parent's history (#6033).Go MAEDA2021-11-081-0/+1
* Update copyright year in source files to 2021 (#33069).Go MAEDA2021-03-251-1/+1
* Done ratio of a parent issue may be shown as 99% even though all subtasks are...Go MAEDA2020-06-141-0/+10
* Update copyright year in source files to 2020 (#33069).Go MAEDA2020-03-031-1/+1
* Code cleanup: RuboCop: Rails/ActiveRecordAliasesGo MAEDA2019-08-171-1/+1
* Limit total_estimated_hours to visible issues (#31778).Go MAEDA2019-08-071-1/+4
* 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
* Set User.current to nil before unit tests.Jean-Philippe Lang2018-12-161-0/+4
* The progress exceeding 99.5% is displayed as 100% (#27848).Jean-Philippe Lang2018-01-081-0/+11
* Update copyright.Jean-Philippe Lang2017-06-251-1/+1
* remove trailing white-spaces from test/unit/issue_subtasking_test.rbToshi MARUYAMA2017-05-271-2/+2
* Prevent parent issue from being closed if a child issue is open (#10989).Jean-Philippe Lang2016-12-211-0/+9
* Closing all subtasks causes error if default priority is not defined and prio...Jean-Philippe Lang2016-10-011-0/+24
* Fixed that progress of parent should be calculated with total estimated hours...Jean-Philippe Lang2016-09-011-0/+20
* Updates copyright for 2016.Jean-Philippe Lang2016-03-131-1/+1
* Only consider open subtasks when computing the priority of a parent issue (#5...Jean-Philippe Lang2016-01-161-1/+10
* Calculate done_ratio based on children instead of leaves (#20995).Jean-Philippe Lang2015-11-141-0/+20
* add missing fixtures to IssueSubtaskingTestToshi MARUYAMA2015-07-061-1/+3
* Don't store total estimated hours on parent issues (#16092).Jean-Philippe Lang2015-05-251-14/+42
* Moved tests to issue_subtasking_test.Jean-Philippe Lang2015-05-251-0/+20
* Adds a setting to control done ratio on parent tasks (#5490).Jean-Philippe Lang2015-05-251-0/+64
* Adds settings to control start/due dates and priority on parent tasks (#5490).Jean-Philippe Lang2015-05-251-0/+146