15 Commits

Author SHA1 Message Date
Dombi Attila 46ef0c505f [#64836] Incorrect rescheduling after non working days are changed
https://community.openproject.org/work_packages/64836

Change Project::Phase::ApplyWorkingDaysChangeJob to reschedule only from the first phase that has a start date.
2025-06-16 16:13:28 +03:00
ulferts abc3f387c2 rename project phases` services and contracts 2025-06-10 13:12:51 +02:00
Ivan Kuchin 8ae22e1d7e test Projects::Phases::ApplyWorkingDaysChangeJob 2025-06-04 18:33:33 +02:00
ulferts 3b2121f733 Revert "Merge remote-tracking branch 'origin/release/13.4' into dev"
This reverts commit 40b2bbeb09, reversing
changes made to b4c6cb17cc.
2024-03-21 11:31:17 +01:00
Ivan Kuchin 7787e457a3 Revert "Merge branch 'dev' into release/13.4"
This reverts commit a901541269, reversing
changes made to e573ca00b7.
2024-03-20 20:19:08 +01:00
Oliver Günther 337eda7dfa Revert "Revert "Merge pull request #12998 from opf/task/48717-replace-delayedjob""
This reverts commit dfa75621ea.
2024-03-07 13:59:24 +01:00
Markus Kahl dfa75621ea Revert "Merge pull request #12998 from opf/task/48717-replace-delayedjob"
This reverts commit 9f3e4c48ea, reversing
changes made to 10412f7c85.
2024-03-07 12:40:15 +00:00
Oliver Günther f17ad241b1 Remove the reorder_hierarchy_job and inline it in the migration 2024-02-20 12:39:40 +01:00
Christophe Bliard c795874f7f Update copyright year for 2024
command used: `rg -l 'Copyright \(C\) 2012-202\d the OpenProject' | xargs -n 100 sed -i -r 's/Copyright \(C\) 2012-202. the OpenProject/Copyright (C) 2012-2024 the OpenProject/'`
2024-01-02 16:23:54 +01:00
Christophe Bliard 4c2a9d0aa8 Enable RSpec zero monkey patching mode
The plan for RSpec 4.0 is to disable monkey patching.

See https://github.com/rspec/rspec-core/blob/main/features/configuration/zero_monkey_patching_mode.feature for details.
2023-05-31 19:22:29 +02:00
Christophe Bliard aa23106c11 lint: autocorrect RSpec/FactoryBot/ConsistentParenthesesStyle
command is

    rubocop -A --only RSpec/FactoryBot/ConsistentParenthesesStyle modules spec
2023-03-07 15:04:32 +01:00
Christophe Bliard 21a696ef9b Update copyright information for 2023 2022-12-30 15:51:26 +01:00
Oliver Günther 300da0608b Also reorder project roots and sort by lft only
Previously, we only reordered children when a project gets saved,
this obviously does not sort the project roots.

To fix this, the reorder job is extended to resort all project roots.
When saving a project, all its siblings are being resorted.
2022-04-28 21:23:12 +02:00
Christophe Bliard bc8d423ec2 update copyright information for 2022 2022-03-01 17:05:59 +01:00
Oliver Günther 78e404412a Resort projects when creating or updating their name 2022-02-07 09:03:30 +01:00