Olivier Cuypers

Results 24 comments of Olivier Cuypers

The issue is that all the dockerfiles are stored under the same repository. So there is no way to add tag for individual image through Docker Automatic Builds. If we...

Agreed that versions would have been very nice. We try to avoid compatibility break as much as possible but changes have always hidden side effects. Sorry about that.

@giorgiosironi thanks for your advice. I believe you use Jenkins to build and push your images on DockerHub. This gives you more control than us since we are using [DockerHub...

@byrnedo That's a good idea. Could you please make a PR ?

@byrnedo sorry for the late answer. There no real tests. From what I read I guess you tested it on your side. If you confirm so I would merge the...

Hi @byrnedo, thanks for your proposal. I have no experience with both of these test frameworks. I would say choose the one you feel more confortable with.

@LaiNguyen do you see your custom directives listed ? I don't see mine ... I thought I could get it documented like this: ```gql "Authentication/authorization directive." directive @auth( "Minimum role...

@2fd , I was playing around following you examples without success for my use case. I'm using an API gateway which does the schema stitching with micro-services (all in graphql)....

@epoberezkin any progress on this one ? It seems this blocks the [express-openapi-validator](https://github.com/cdimascio/express-openapi-validator/issues/573) from being able to handle OpenApi v3.1 schema. It would be great to have both issues solved...