GuilhemN
Repos
34
Followers
63
Following
15

The Symfony PHP framework

28142
8786

Generates documentation for your REST API from annotations

2117
755

This Bundle provides various tools to rapidly develop RESTful API's with Symfony

2769
698

Modelling of the impact of social tracing apps during the Covid19 pandemic

Samples demonstrating the use of SGX DCAP (Intel Enclaves leveraging a caching server to speed up attestation)

0
0

A π-calculus interpreter written in Go

5
0

Events

Created at 2 weeks ago

Fix Dockerfile

Created at 1 month ago

Add .gitkeep

Created at 1 month ago
create branch
GuilhemN create branch main
Created at 1 month ago
create repository
GuilhemN create repository
Created at 1 month ago
Incompatibility with DoctrineBundle v2.8

Thinking of it again, not sure what to do here. The recipe is not meant to be used when NelmioApiDocBundle is installed for dev only (you need to move the nelmio config in the dev folder to have it work when your app doesn't install dev dependencies, right?).

So in any case this will require manual steps on your side, and I'd say adding the framework.annotations: true config is one of these steps.

Created at 1 month ago
Fixed minor error in the default security policy documentation.

thank you @mickverm!

Created at 1 month ago

Fixed minor issue in configuration.

Added attributes/annotations switcher to the configuration block.

Created at 1 month ago
pull request closed
Fixed minor error in the default security policy documentation.

A missing - prevents the default security policy from being set. Added attributes/annotations switcher to the configuration block.

Created at 1 month ago
Cannot update past 4.2.0 because of doctrine/annotations v2 not being supported

Sure, there you go: https://github.com/nelmio/NelmioApiDocBundle/releases/tag/v4.11.1 😉

Created at 1 month ago
GuilhemN create tag v4.11.1
Created at 1 month ago

add support for doctrine/annotations 2.0

Fixes #2073

Created at 1 month ago
Cannot update past 4.2.0 because of doctrine/annotations v2 not being supported

It seems that something broke in the newer versions, as swagger got updated to support annotations v2, this bundle did not, as such I'm unable to update this bundle with my setup past the 4.2 version.

I'm not sure if I could help more than simply updating the composer file, as I'm not well versed in the internals of the bundle.

Created at 1 month ago
pull request closed
add support for doctrine/annotations 2.0

Fixes #2073

Created at 1 month ago
Cannot update past 4.2.0 because of doctrine/annotations v2 not being supported

Thanks for the report! Having a quick look at their upgrade file I don't think we need more than just updating the composer file.

I'll check that in https://github.com/nelmio/NelmioApiDocBundle/pull/2074

Created at 1 month ago
pull request opened
add support for doctrine/annotations 2.0

Fixes #2073

Created at 1 month ago
GuilhemN create branch GuilhemN-patch-1
Created at 1 month ago
RenderOpenApi::__construct(): Argument #1 ($generatorLocator) must be of type Psr\\Container\\ContainerInterface, Nelmio\\ApiDocBundle\\ApiDocGenerator given

@j-wbrown any specific reason why you're overwriting nelmio_api_doc.generator_locator? Seems like the root cause to me, this is a nelmio api doc bundle internal service, it should be well defined by the bundle on its own.

Created at 2 months ago
Support custom tags (#1710)

Feel free to open a new PR if you'd like to finish this @mvanduijker :)

Created at 2 months ago
Unable to specify server_url and servers urls

Done @arturssmirnovs, https://github.com/nelmio/NelmioApiDocBundle/releases/tag/v4.11.0 ;)

Created at 2 months ago
GuilhemN create tag v4.11.0
Created at 2 months ago
GuilhemN delete branch GuilhemN-patch-1
Created at 2 months ago

Do not call ReflectionMethod::getAttributes on php <8 (#2072)

  • Do not call ReflectionMethod::getAttributes on php<8

  • fix cs

Created at 2 months ago
pull request closed
Do not call ReflectionMethod::getAttributes on php <8
Created at 2 months ago
pull request opened
Do not call ReflectionMethod::getAttributes on php <8
Created at 2 months ago
GuilhemN create branch GuilhemN-patch-1
Created at 2 months ago
defaultRouteDisabled to handle attributes

Thank you @JohnstonCode

Created at 2 months ago