Frédéric Mohier
Frédéric Mohier
I have a specific pipeline configuration where i need to have some inter services communication. Indeed, I need to use a nginx / php-fpm stack for my Symfony application and...
I started a pipeline and when I look into the wroker log I see that I cannot connect to the CDn for logging. Here is my log: ``` 2021-11-13 07:13:35...
In the swarm hatchery log, an error is raised because no configuration exists in the CDN microservice for a TCP connection: ``` 2021-11-12 10:25:00 [INFO] hatchery> swarm> connecting to sample-docker-engine:...
I am trying to create a pipeline where my tests require to use some external services (e.g. database, Redis, ...). I created a service requiring a worker model and 3...
When defining some options for a service, the CDS variables are not expanded. As an example: ``` version: v1.0 name: deploy-backend description: Deploy the application backend jobs: - job: Setup...
On the Open API page, the link to the Swagger UI template is broken. This link refers to `https://github.com/api-platform/core/blob/main/src/Bridge/Symfony/Bundle/Resources/views/SwaggerUi/index.html.twig` whereas the file in located in `src/Core/Bridge` ... note the missing...
With the V3 API set as True, an exception is raised: ``` JSON property "description" in class "JiraRestApi\Issue\IssueFieldV3" is an object and cannot be converted to a string ``` for...
In a fresh Docker container (alpine linux php-fpm 8.0) I executed the following commands : ``` # Install required packages $ composer require --dev matthiasnoback/live-code-coverage $ composer require --dev phpunit/phpcov...