Marcello Rocha

Results 12 issues of Marcello Rocha

`ROM::Struct`s have albeit having a schema (defined by query returns if I got it right) don't allow you to use them for initialisation. ``` # table authors (name:string, id:integer, created_at:datetime,...

feature

During the rom container setup, if would be very useful to have a `struct_namespace` setting so that we don't need to pass this to Repositories/Relations. Another idea is that this...

feature

:warning: Achtung: This is a true *draft* PR. The code is messy. The commit history is changing all the time and broken tests are a thing. :warning: This PR is...

enhancement
feature

Heya folks, I was working on `hanami/model` support for [one-to-one associations](https://github.com/hanami/model/blob/has_one/lib/hanami/model/associations/has_one.rb) when I noticed that when I associate a new record the old one is kept in the database. What...

bug

~~Relax... take a deep breath... Now imagine an incredible description for this PR.~~ ###### Related WorkPackage: [[OP#52450](https://community.openproject.org/projects/openproject/work_packages/52450)](https://community.openproject.org/projects/openproject/work_packages/52450) ### What? This PR intends to mirror the behaviour of `Nextcloud::CopyTemplateFolder` . ###...

HTTPX is having some trouble retrying WebDAV operations leading to broken behaviour. We have identified ways to fix, but for now we are disabling the feature.

#### Related Work Package: [OP#51842](https://community.openproject.org/projects/openproject/work_packages/51842) ## What and Why Those are in the work package linked above, so I'll omit for brevity. ## How? The tooltip is controlled by the...

feature
needs review

Hi, Since yours is the "base" (therefore semi-oficial) container for Archlinux and due to the shellshock bash fixes, I think the containers for arch (and dev) should be updated to...

## The Issue Since we added the usage of `GoodJob::Batch` on the `CopyProjectJob`, it initiates the redirect before the actual batch has ended. ## The fix We have to alter...

needs review

##### ⚠️ Related Work Package [OP#54984](https://community.openproject.org/projects/openproject/work_packages/54984) This replicates the workaround to forever retrying jobs that @ulferts applied in #15602 to other jobs using concurrency controls.