Christophe Bliard
Christophe Bliard
Closing as not relevant yet
@dombesz The PR is ready for review. Thanks for taking over it.
This doc helped me to understand the Bug process when I joined OpenProject. I was surprised to find it in pull requests (Jens pointed me to it). It was January...
I also upgraded to 3.0.1 recently, and tests began to fail with this error too. My test was to ensure that two files were sent, like so: ``` expect(a_request(:post, "https://domain.com/")....
I will do the proposed changes. Expect it on next Friday. Thanks for the feedback.
I dug a little deeper about this issue, trying to implement it as an integration test. In fact it passes: the constant `RED` is defined in this case. It's because...
Happy new year to you too! I'll try to get a look this week. It should be easier for me as I am already using pry and can reproduce the...
I found a bug in scenario 13 : If start date is not set, then it does not work as expected  I pushed a failing test case for it.
It made the feature test "reverses the dates if the selected date is before the current start date" fail, for obvious reason. The special Scenario 13 is in contradiction with...
Nice! I was not sure about how to invalidate cache here, so I was counting on Rails caching response of SQL requests. Using `RequestStore` sounds perfect. Does `RequestStore` is reset...