Gaetan Craig-Riou
Gaetan Craig-Riou
I didn't really have time to look at this so no time lost here.
@Nwabor you should not need right to create the PR, have a look at the documentation here : https://github.com/openfoodfoundation/openfoodnetwork/wiki/Making-a-great-pull-request . Make sure you are using your own fork.
I checked staging and prod for the updated column and we are good
We need to make sure we can access prod DB from the new router before doing that as well. Looks like it's fairly easy to connect n8n to two domain,...
@RachL this is tracked here : https://github.com/openfoodfoundation/ofn-install/issues/926
I understand that using `optional: true` in the files below reflects the current behaviour, and that the database will enforce the links because null is set to false on the...
How is that different from something like Docker ? re `packwek` it's a nice idea, but it would require a lot of work to apply that to our code base...
Github action has started throwing deprecation warning : > Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/....
what would you use instead of Ansible ?
> We could make a test that simulates adding mailicious html to check if html_escape is working or it's redundant? It's not necessary, `html_escape` is part of Rails so it...