Frédéric Mohier
Frédéric Mohier
I achieved this with the following configuration: ``` # config/api/company.yaml # ----- App\Entity\Company: attributes: order: createdAt: DESC normalization_context: groups: [ 'company:read' ] skip_null_values: false denormalization_context: groups: [ 'company:write' ] id:...
IMHO extending the configuration that still exists in the _api_platform.yaml_ file should be a better solution than the one you are proposing. It may be easy to : ``` openapi:...
As a workaround, I used a pipeline to login near my Docker registry and then pull the images I am interested in. Nevertheless, it may be really interesting to use...
Hi @yesnault For sure, the worker model can be an image pulled from a private repository; I do not have any problem with this. But a service cannot be pulled...
Thank you for this information. I made some more tests and I confirm that I cannot Docker pull public images. I will investigate with the hatchery log.
No. For me this project looks dead ... where as I found it a very good solution :(
I tried with your commit but the problem is still present. Sorry but I do not have many time at the moment to investigate.
No matter. I do not have any emergency with this feature
IMHO, the best solution remains to introduce the environment variables loading in the extension `loadBootstrap` function (as of #127). This because if you did not set the `APP_ENV` variable accordingly...
@reypm I do not use PHPStorm to run the Behat tests. As such, sorry, I cannot help ...