summaryrefslogtreecommitdiffstats
path: root/test/unit/issue_nested_set_test.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
* Current user should be nil to prevent ActiveJob::DeserializationError errors ...Go MAEDA2018-12-061-0/+4
* Update copyright.Jean-Philippe Lang2017-06-251-1/+1
* Adds .rebuild_single_tree! to rebuild a single tree (#24167).Jean-Philippe Lang2016-12-211-0/+19
* Updates copyright for 2016.Jean-Philippe Lang2016-03-131-1/+1
* Don't store total estimated hours on parent issues (#16092).Jean-Philippe Lang2015-05-251-20/+0
* Moved tests to issue_subtasking_test.Jean-Philippe Lang2015-05-251-20/+0
* Adds a setting to control done ratio on parent tasks (#5490).Jean-Philippe Lang2015-05-251-34/+0
* Adds settings to control start/due dates and priority on parent tasks (#5490).Jean-Philippe Lang2015-05-251-43/+0
* Copyright update.Jean-Philippe Lang2015-01-111-1/+1
* Insert children issues to respect same order as ids.Jean-Philippe Lang2015-01-071-2/+2
* Merged rails-4.1 branch (#14534).Jean-Philippe Lang2014-10-221-1/+1
* fix race condition of highest rgt at Issue#update_nested_set_attributes_on_pa...Toshi MARUYAMA2014-03-261-3/+7
* Adds some test helpers to cleanup tests.Jean-Philippe Lang2014-01-311-62/+58
* Fixed calculation of done_ratio of parent task with child having estimated_ti...Jean-Philippe Lang2014-01-311-0/+12
* Removed debug output.Jean-Philippe Lang2014-01-301-1/+0
* Reverts r12669 and add a test for #15870.Jean-Philippe Lang2014-01-301-0/+13
* update copyright year (#15977)Toshi MARUYAMA2014-01-291-1/+1
* adjust tests to awesome_nested_set new node lft and rgt value behavior changeToshi MARUYAMA2014-01-241-48/+41
* move awesome_nested_set leaf? modification to config/initializers/10-patches.rbToshi MARUYAMA2014-01-201-0/+5
* Fixed that issue nested set update is triggered even if parent is not changed...Jean-Philippe Lang2013-10-201-0/+35
* Test for #14798.Jean-Philippe Lang2013-09-111-0/+11
* not use assert_not_nil in Errors#[]Toshi MARUYAMA2013-07-301-2/+2
* Fixed: Circular loop when using relations and subtasks (#8794).Jean-Philippe Lang2013-03-171-16/+0
* Removed unused fixtures.Jean-Philippe Lang2013-02-031-6/+3
* Copyright for 2013 (#12788).Jean-Philippe Lang2013-01-121-1/+1
* Replaces find(:all) calls.Jean-Philippe Lang2012-12-021-1/+1
* Ignore non-working days when rescheduling an issue (#2161).Jean-Philippe Lang2012-10-291-1/+1
* Removed issue_create! helper in favour of Issue.generate!Jean-Philippe Lang2012-10-121-81/+76
* Isolate the test that actually require non transactional fixtures.Jean-Philippe Lang2012-10-111-25/+0
* Adds a setting to allow subtasks to belong to other projects (#5487).Jean-Philippe Lang2012-10-101-1/+9
* Copyright update.Jean-Philippe Lang2012-05-051-1/+1
* Deprecated Issue#move_to_project.Jean-Philippe Lang2012-01-071-2/+6
* Fixed: Deleting a subtasks doesn't update parent's rgt & lft values, introduc...Jean-Philippe Lang2011-11-151-0/+14
* Rails3: test: replace deprecated errors.on at test_moving_an_issue_to_a_desce...Toshi MARUYAMA2011-10-071-1/+1
* code layout clean up of test/unit/issue_nested_set_test.rbToshi MARUYAMA2011-10-071-1/+2
* Rails3: test: replace deprecated errors.on at test_creating_a_child_in_differ...Toshi MARUYAMA2011-10-071-1/+1
* remove trailing white-spaces from test/unit/issue_nested_set_test.rb.Toshi MARUYAMA2011-08-291-2/+2
* Fixed: Error deleting issue with grandchild (#8880).Jean-Philippe Lang2011-07-241-0/+14
* remove trailing white-spaces from unit issue nested set test.Toshi MARUYAMA2011-05-171-53/+53
* Fixed: deleting a parent issue may lead to a stale object error (#7920).Jean-Philippe Lang2011-04-011-0/+10
* Fixed: subtasks are deleted (not destroyed) when destroying parent issue (#73...Jean-Philippe Lang2011-01-221-1/+33
* Use absolute paths in test/**/* requires for Ruby 1.9.2 compatibility. #4050Jean-Baptiste Barth2010-12-121-1/+1
* Recalculate inherited attributes on parents when a child is moved under a new...Eric Davis2010-06-301-0/+9
* Makes subtasks rescheduled when a 'precedes' relation is set on a parent task.Jean-Philippe Lang2010-03-131-0/+15
* Adds subtasking (#443) including:Jean-Philippe Lang2010-03-131-0/+300