summaryrefslogtreecommitdiffstats
path: root/lib/redmine/nested_set
Commit message (Expand)AuthorAgeFilesLines
* Fix RuboCop offense Rails/WhereRange (#39889).Go MAEDA2024-05-182-2/+2
* Remove current year from source file copyright headers and update year in foo...Marius Balteanu2024-02-263-3/+3
* Use a global lock provided by @with_advisory_lock@ gem to work around deadloc...Marius Balteanu2023-11-181-23/+50
* Update copyright year to 2023 (#38141).Go MAEDA2023-01-013-3/+3
* Update copyright year in source files to 2022 (#36379).Go MAEDA2022-01-023-3/+3
* Replace pluck().first with pick() (#32909).Go MAEDA2021-04-032-3/+3
* Update copyright year in source files to 2021 (#33069).Go MAEDA2021-03-253-3/+3
* shorten long line of lib/redmine/nested_set/project_nested_set.rbToshi MARUYAMA2020-12-091-11/+31
* fix source indent of lib/redmine/nested_set/project_nested_set.rbToshi MARUYAMA2020-07-031-20/+28
* fix source indent of lib/redmine/nested_set/issue_nested_set.rbToshi MARUYAMA2020-07-031-26/+34
* Update copyright year in source files to 2020 (#33069).Go MAEDA2020-03-033-3/+3
* Remove trailing whitespaces from lib (#31506).Go MAEDA2019-06-061-4/+4
* Update copyright year.Go MAEDA2019-05-253-3/+3
* Use Regexp#match? to reduce allocations of MatchData object (#28940).Go MAEDA2019-03-272-2/+2
* Enable frozen_string_literal for some files under app and lib directory (#265...Go MAEDA2019-03-163-3/+3
* Add "frozen_string_literal: false" for all files (#26561).Go MAEDA2019-03-153-0/+6
* Update copyright.Jean-Philippe Lang2017-06-253-3/+3
* Adds .rebuild_single_tree! to rebuild a single tree (#24167).Jean-Philippe Lang2016-12-211-0/+10
* Reverted r16053 (#23318).Jean-Philippe Lang2016-12-101-2/+1
* #lock_nested_set very slow on mysql with thousands of subtasks (#23318).Jean-Philippe Lang2016-12-101-1/+2
* Add tablename to siblings query (#24296).Jean-Philippe Lang2016-11-181-1/+1
* Reverts r15891 (#23318).Jean-Philippe Lang2016-10-091-4/+1
* #lock_nested_set very slow on mysql with thousands of subtasks (#23318).Jean-Philippe Lang2016-10-081-1/+4
* Use .distinct instead of .uniq.Jean-Philippe Lang2016-07-141-1/+1
* Updates copyright for 2016.Jean-Philippe Lang2016-03-133-3/+3
* Copyright update.Jean-Philippe Lang2015-01-113-3/+3
* Move always possible for new records.Jean-Philippe Lang2015-01-072-2/+2
* Use r13844 workaround for SQLServer only.Jean-Philippe Lang2015-01-071-3/+8
* Fixed dead locks with SQLServer.Jean-Philippe Lang2015-01-071-2/+2
* Moved Project#hierarchy to NestedSet::Traversing.Jean-Philippe Lang2015-01-071-0/+8
* Insert children issues to respect same order as ids.Jean-Philippe Lang2015-01-071-1/+1
* Replaces awesome_nested_set gem with a simple and more robust implementation ...Jean-Philippe Lang2015-01-073-0/+470