Christophe Vergne

Results 8 comments of Christophe Vergne

Hi, I took a look and in fact, there is confusion in controllers between "export" feature and "api" feature. As they use the same bundle, the allowed formats for export...

yep, so the idea would be to change the `sendResponse` method in `src/Wallabag/ApiBundle/Controller/EntryRestController.php` to use the [view layer of FOSRestBundle](https://symfony.com/doc/master/bundles/FOSRestBundle/2-the-view-layer.html). About the documentation part, after quick check, available formats are...

That's really strange as actions/cache@v3 has 2 timeout (since at least 4 months now) : 1. 1 hour for the entire download 2. 10 minutes for each download segment of...

I've noticed it because, on a project I'm working on, we are using it, but I can confirm it's pretty easy to handle it again outside of the library. So...

@fogrye 👋 Not a significant feedback, but don't forget to update the README by bumping `5` to `6` here : https://github.com/thecodingmachine/graphqlite-bundle/blob/9fc3c793541ae29a1b75665826759be9f0fdbca5/README.md?plain=1#L10

👋 I think it's missing in the documentation, but there is already an healthcheck endpoint on `/healthz` which returns an empty HTTP 200.

Hello @homersimpsons The PR requires [the one from the main library](https://github.com/thecodingmachine/graphqlite/pull/685) to be released to work, which will fix the pipeline ^^' That's why I left the PR in draft...

MDN says for [HEAD](https://developer.mozilla.org/en-US/docs/Web/HTTP/Methods/HEAD) : > The **HEAD** HTTP method requests the metadata of a resource in the form of headers that the server would have sent if the **GET**...