Christophe Bliard
Christophe Bliard
While testing installation of OpenProject on Ubuntu 22.04 due to [work package #42069](https://community.openproject.org/projects/openproject/work_packages/42069), the first wizard to choose edition was not displayed. This PR tries to fix it, but [the...
Related to: Non working days & duration in scheduling https://community.openproject.org/work_packages/41821
I just got this error while using safer_rails_console today in development: ``` NameError: uninitialized constant SaferRailsConsole::Patches::Sandbox::AutoRollback::RED from /home/cbliard/.rbenv/versions/2.5.3/lib/ruby/gems/2.5.0/gems/safer_rails_console-0.3.0/lib/safer_rails_console/patches/sandbox/auto_rollback.rb:15:in `handle_and_reraise_exception' ``` This PR should fix the error. Tests added: ``` ::SaferRailsConsole::Patches::Sandbox::AutoRollback...
https://community.openproject.org/wp/50965
I experienced some random `Ferrum::TimeoutError` when calling `wait_for_idle`. For the same navigation, sometime it would fail, sometime it would pass. After adding debug information output for `requestWillBeSent`, `responseReceived`, `loadingFinished` and...
https://community.openproject.org/wp/49409
https://community.openproject.org/wp/53466 AppSignal can sometimes detect missing interpolation in i18n strings in SaaS: https://appsignal.com/openproject-gmbh/sites/62b06dacd2a5e41321946fcf/exceptions/incidents/877/samples/timestamp/2024-03-07T13:29:18Z It can be detected earlier with i18n-tasks gem: ``` i18n-tasks check-consistent-interpolations ``` This pull request modifies the...
https://community.openproject.org/wp/54646 Childless work packages should not have any totals being set. This PR adds a migration to fix it, and modifies a background job which was mistakingly computing and setting...
Migrating from Rails 5.2 to Rails 6.0.4.1, and I got this error when loading schema in sqlite: ``` #