Marek Štípek
22ec4fb83b
Fixing FormModelDescriber entity form type description regression
2018-05-13 20:36:53 +02:00
David Buchmann
d79dc5922d
Merge pull request #1322 from nelmio/params
...
Support references to config parameters
2018-05-11 10:43:37 +02:00
Guilhem Niot
c1fb7abfb8
Support references to config parameters
2018-05-10 19:10:13 +02:00
Guilhem N
4f42b5611f
Merge pull request #1320 from maryo/extended_builtin_form_types
...
Support for extended builtin form types
2018-05-10 18:02:32 +02:00
Guilhem N
9adca90e45
Merge pull request #1316 from dbu/faq
...
add more entries to the faq
2018-05-10 17:26:29 +02:00
Marek Štípek
b4ba46f9c2
Support for extended builtin form types
2018-05-10 01:01:26 +02:00
Guilhem N
bf52f136ce
Merge pull request #1319 from OndraM/fix-docs-model
...
Fix Model annotation example in docs
2018-05-09 19:46:01 +02:00
Ondřej Machulda
83de823e77
Fix Model annotation example in docs ( fixes #1318 )
2018-05-09 17:12:17 +02:00
David Buchmann
d0e16d6001
adjust to feedback
2018-05-08 08:08:20 +02:00
David Buchmann
16fa7cf618
add more entries to the faq
2018-05-07 10:05:03 +02:00
Guilhem N
304b3f5816
Merge pull request #1313 from phansys/modeldescriber
...
Normalize description for classes implementing `\DateTimeInterface`
2018-05-05 23:20:03 +02:00
Asmir Mustafic
4253ff6b67
Merge pull request #1277 from goetas/bazinga-hateoas
...
Add basic BazingaHateoasBundle support
2018-05-05 14:49:17 +02:00
Javier Spagnoletti
dbd2076921
Normalize description for classes implementing \DateTimeInterface
2018-05-04 15:22:18 -03:00
Guilhem N
2c72aa4eff
Merge pull request #1309 from goetas/form-collections
...
Handle form collection types
2018-04-27 19:36:50 +02:00
Asmir Mustafic
af30c6ac0e
handle form collection with type introspection
2018-04-27 12:43:42 +02:00
Asmir Mustafic
c5b1d538f8
Improve support for JMS dictionaries (associative arrays) ( #1301 )
...
* improve support for JMS dictionaries (associative arrays)
Doc: https://swagger.io/docs/specification/data-models/dictionaries/
* use schema merge instead of reflection
2018-04-21 16:57:37 +02:00
Guilhem N
1680ba3481
Merge pull request #1294 from Hexanet/fix-link-unlink-methods
...
Ignore unsupported HTTP methods
2018-04-20 18:57:39 +02:00
Floran Brutel
de8704f643
Better log message for unsupported http method
2018-04-20 17:24:28 +02:00
Floran Brutel
22c6eb5958
Add log when there are no valid http methods
2018-04-20 10:43:00 +02:00
Guilhem N
473a8ccd01
Merge pull request #1297 from magnetik/class
...
Load class NelmioApiDocBundle annotations
2018-04-19 17:56:25 +02:00
Floran Brutel
eb7e6b6803
Ignore path without valid methods
2018-04-19 09:51:52 +02:00
Guilhem N
604ab3d2b1
Merge pull request #1296 from magnetik/title
...
Add the swagger spec info name in <title>
2018-04-16 13:52:32 +02:00
Baptiste Lafontaine
c90f2a11c1
Load class NelmioApiDocBundle annotations
2018-04-16 13:46:06 +02:00
Baptiste Lafontaine
a91c89cfe7
Add the swagger spec info name in <title>
2018-04-16 09:59:57 +02:00
Floran Brutel
7aa4c829b7
Ignore LINK and UNLINK methods
2018-04-12 16:09:22 +02:00
David Buchmann
a0960d8f78
Merge pull request #1288 from rebangm/patch-1
...
Fix typo
2018-04-10 11:38:56 +02:00
Jean-Philippe Dépigny
6a039bfe62
Fix typo
...
Add backslash in `use Nelmio\ApiDocBundle\Annotation\Model;`
2018-04-10 11:17:11 +02:00
Guilhem N
f464fef932
Merge pull request #1285 from jlekowski/master
...
Fix #1283 : Invalid swagger.json generation - definition for entities …
2018-04-09 12:04:42 +02:00
Jerzy Lekowski
3b2d9da6c2
Fix #1283 : Invalid swagger.json generation - definition for entities with Assert\NotBlank and Assert\Length
2018-04-09 10:53:43 +01:00
Guilhem N
ff590b013c
Merge pull request #1282 from WhiteEagle88/fix_1276
...
Fixed #1276 : Symfony Serializer Groups cause Exception while parsing
2018-04-05 16:00:15 +02:00
Dmytro Boiko
badcc8abdd
Fixed #1276 : Symfony Serializer Groups cause Exception while parsing
2018-04-05 15:54:51 +03:00
Guilhem N
0a946c5529
Typo
2018-04-04 22:10:42 +02:00
Guilhem N
e71a952f4a
Merge pull request #1279 from phansys/changelog
...
Use "areas" instead of "routes" in example for `nelmio_api_doc.areas` at `CHANGELOG.md`
2018-04-04 13:40:33 +02:00
Javier Spagnoletti
84067b8c8b
Use "areas" instead of "routes" in example for nelmio_api_doc.areas
at CHANGELOG.md
2018-04-01 11:24:40 -03:00
Guilhem N
a356221c67
Update 3.2 release date
2018-03-24 11:23:14 +01:00
Guilhem N
c8a5fb0ecc
Merge pull request #1263 from nelmio/in-object-model
...
Support ``@Model`` in in-object annotations
2018-03-24 10:03:36 +01:00
Guilhem N
6263ed8479
Merge pull request #1243 from ManInTheBox/proper-fos-rest-describer-pattern-setting
...
Fix #1239 : FosRestDescriber properly configures Parameter#pattern property
2018-03-24 09:37:54 +01:00
Guilhem N
82b8d14bb2
Merge pull request #1264 from adeelnawaz/master
...
Updated SwaggerDocblockConvertCommand command in UPGRADE-3.0.md
2018-03-24 09:34:31 +01:00
Zarko Stankovic
e83856ad9a
Refactored code to achieve the logic we want for pattern and format.
2018-03-23 19:46:54 +01:00
Guilhem N
1c14bfeecb
Fix a link
2018-03-23 15:52:39 +01:00
Guilhem Niot
8026ff46eb
Support `@Model
` in in-object annotations
2018-03-22 19:14:01 +01:00
Guilhem N
61cda0161c
Merge pull request #1261 from nelmio/model
...
Support @Model through `ref`
2018-03-22 19:05:23 +01:00
Guilhem Niot
8a29e6824d
Add a test case
2018-03-22 19:03:25 +01:00
Guilhem Niot
9bf00b5196
Support @Model through ref
2018-03-22 18:37:29 +01:00
Guilhem N
beb0ca8df8
Merge pull request #1265 from phansys/doc
...
[Documentation] Add some examples about undocumented properties and annotations
2018-03-22 18:35:39 +01:00
Guilhem N
f9e28db38b
Merge pull request #1259 from simonbertonsugasti/patch-1
...
Update UPGRADE-3.0.md
2018-03-21 13:25:40 +01:00
Javier Spagnoletti
c8be7ebf15
[Documentation] Add some examples about undocumented properties and annotations
2018-03-19 14:44:15 -03:00
anawaz
7b62443417
Updated SwaggerDocblockConvertCommand command in UPGRADE-3.0.md
...
- Allowed null input in `escapeQuotes(string $str)` - description of an API can be null
- Added command option `views` to input comma separated list of views - the API can have view(s) other than `default`
2018-03-19 13:24:55 +01:00
David Buchmann
3698daa547
Merge pull request #1257 from phansys/ticket_1121
...
Allow to filter routes by host (#1121 )
2018-03-17 15:07:31 +01:00
Guilhem N
be54acd3ad
Merge pull request #1262 from phansys/API-PLAT
...
Respect invalid argument syntax used by PHP at `ApiPlatformDescriber::__construct()`
2018-03-17 14:57:03 +01:00