Asmir Mustafic
0fb5d7afa2
jms 2.0 groups tested
2019-01-26 21:03:21 +01:00
Asmir Mustafic
e738102514
test low deps on 7.2
2019-01-26 20:55:52 +01:00
Asmir Mustafic
d15b4123c1
add hateoas v3 compat
2019-01-26 20:55:52 +01:00
Asmir Mustafic
66bcf02903
when the naming strategy is not available, we are using jms/serializer 2.0
2019-01-26 20:55:29 +01:00
Dmitriy Simushev
1b104bbf74
Add implementation of FormTypeExtensionInterface::getExtendedTypes ( #1453 )
...
This method is wanted by symfony >= 4.2 and will be required for
symfony >= 5.0
Fixes #1448
2019-01-25 18:25:46 +01:00
mantis
7a5c8a2e0d
Fix: Deprecation: A tree builder without a root node is deprecated since symfony 4.2 ( #1457 )
...
* Fix: Deprecation: A tree builder without a root node is deprecated since Symfony 4.2 and will not be supported anymore in 5.0.
* Fix: Deprecation: A tree builder without a root node is deprecated since Symfony 4.2 and will not be supported anymore in 5.0.
2019-01-25 18:17:45 +01:00
Guilhem N
edb54a1551
Merge pull request #1463 from MyHammer/fix-api-platform-documentation-decoration
...
Fix documentation decoration with API Platform
2019-01-23 13:42:03 +01:00
Guilhem N
2c3e3dd4cd
Merge pull request #1466 from obax/patch-1
...
Update index.rst
2019-01-23 13:40:06 +01:00
Olivier Bacs
43c7c0db58
Update index.rst
...
To reflect Symfony 4's directory and file hierarchy
2019-01-21 23:50:02 +00:00
Alexander Wenzel
f1bb40c6e4
Fix #1462 by allowing all supported implementations of NormalizerInterface in ApiPlatformDescriber
...
> add test
2019-01-11 16:54:58 +01:00
Asmir Mustafic
d00d145b20
allow jms serializer bundle 3.0
2019-01-11 10:42:01 +01:00
Guilhem N
0bca7f377d
Merge pull request #1447 from AyrtonRicardo/master
...
Change validation to allow fields described as DateTimeInterface.
2019-01-02 23:20:13 +01:00
Guilhem N
61b1ed35ad
Merge pull request #1452 from BigZ/feature/add-new-assert-uses
...
feature: Add new validation from constraints.
2018-12-24 01:24:14 +01:00
Romain BigZ Richard
9968027aad
feature: Add new validation from constraints.
...
- Add minimum and maximum from the range annotation
- Add maximum from the LessThan and LessThanOrEqual annotation
FIX: remove the extra date-time format, which was not standard and not in sync with what symfony exposes
Swagger specifies that date-time should follow the RFC3339, and this is what symfony does as default.
2018-12-19 16:25:14 +01:00
Ayrton Ricardo
2f53cc9c12
Add ',' in the end of array
2018-12-10 14:25:08 +01:00
Ayrton Ricardo
2ddf4362c0
Change validation to allow fields described as DateTimeInterface.
2018-12-10 14:21:09 +01:00
David Buchmann
7848e00d41
Merge pull request #1436 from mayflower/master_phpcsfixer
...
fix codestyle errors
2018-11-12 08:32:28 +01:00
Michael Moll
d37a543502
fix codestyle errors
2018-11-11 20:31:50 +01:00
Guilhem N
8839085239
Merge pull request #1427 from nelmio/issue
...
Fix alternative names issue
2018-11-04 12:28:46 +01:00
Guilhem Niot
76f25393c5
Fix alternative names issue
2018-11-04 12:24:45 +01:00
Quentin Stoeckel
1e9585a415
faq.rst: enhance readability in symfony.com docs ( #1420 )
...
It may be a bit less readable on GitHub though.
2018-10-31 16:34:46 +01:00
Quentin Stoeckel
6c6a04bba7
Various documentation enhancements ( #1423 )
2018-10-31 16:33:06 +01:00
Quentin Stoeckel
48aaca92e3
Fix NelmioApiDocBundle view customization instructions ( #1419 )
...
* Fix NelmioApiDocBundle view customization instructions
"Just create a file..." was not OK (missing views/ subdirectory, wrong SwaggerUi case)
The path showcased as code-block's first row was OK
* View customization instructions: remove unnecessary /views/ subdirectory
2018-10-19 20:11:39 +02:00
Asmir Mustafic
9bae1115d6
jms serializer group names are based on the internal property name, not on the serialized name ( #1421 )
2018-10-17 17:19:37 +02:00
Asmir Mustafic
7f78ef9ba6
Restore jms nested groups feature ( #1402 )
...
* fix missing variable definition
* fix caching typo
* do not pre allocate reserved names
* use model hash instead of spl hash
* register later the model
2018-10-10 17:24:13 +02:00
Guilhem N
cd40d556cb
Merge pull request #1404 from bifidokk/area-docs
...
Separated documentation for areas
2018-10-06 14:44:53 +02:00
Guilhem Niot
97b722f97d
Last fixes
2018-10-06 14:42:47 +02:00
Guilhem N
8ec31194a2
Update NelmioApiDocExtensionTest.php
2018-10-06 13:55:32 +02:00
Guilhem N
e6aa97c432
Update ConfigurationTest.php
2018-10-06 13:54:32 +02:00
Danil
635aa0f997
Fix test
2018-10-05 20:03:03 +05:00
Guilhem N
f6ca599b23
Fixes
2018-10-05 16:35:25 +02:00
Danil
8fad5a4025
Remove documentation from route builder
2018-10-05 15:14:36 +05:00
Danil
8692c1245e
Pr fixes
2018-10-05 10:36:48 +05:00
Guilhem N
67ff6bd1e1
Merge pull request #1403 from goetas/boolean-enums
...
Add boolean enums support to forms
2018-10-04 20:36:41 +02:00
Guilhem N
6c257256b3
Merge pull request #1405 from piotrantosik/choicevalidator
...
Fix choice annotation with callback method name without class
2018-10-04 20:24:07 +02:00
Guilhem N
452e3d483d
Merge pull request #1411 from magnetik/swagger-ui-update
...
Update swagger ui
2018-10-04 20:20:31 +02:00
Baptiste Lafontaine
70442dde60
Update swagger ui
2018-10-02 16:54:00 +02:00
Guilhem N
bf54244052
Merge pull request #1409 from paillechat/feature/load_responses_from_refs
...
Add ability to use response objects which defined in configuration
2018-10-02 16:38:20 +02:00
Ilia Burtsev
346235de97
Add ability to use response objects which defined in configuration
2018-10-02 17:02:17 +07:00
Piotr Antosik
a9d6b3fd46
Fix choice annotation with callback method name without class
2018-09-26 16:51:43 +02:00
Danil
77f4091805
Fix code style
2018-09-25 16:44:59 +05:00
Danil
f4edb17ffb
Fix extension test
2018-09-25 16:42:56 +05:00
Asmir Mustafic
bf01a8e019
add boolean enums support to forms
2018-09-24 17:35:57 +02:00
Guilhem N
c805beb3f5
Merge pull request #1396 from scaytrase/bugfix/respect-property-name-for-constraints
...
[Bug] Respect property name for constraints
2018-09-17 21:17:08 +02:00
Pavel Batanov
4902627bad
Make SymfonyConstraintAnnotationReaderTest use proper calls to reader
2018-09-11 14:00:51 +03:00
Pavel Batanov
995ade1c8d
Respect property name for constraints
2018-09-11 13:42:50 +03:00
Guilhem N
99833189fd
Ignore Type::$nullable ( #1391 )
2018-08-30 01:10:36 +02:00
Guilhem N
0e72b64e3c
Respect the spec in the FosRestDescriber ( #1390 )
2018-08-30 00:41:53 +02:00
Guilhem N
fcb36d8e8d
AssertLength doesn't make the field required ( #1389 )
2018-08-30 00:32:11 +02:00
eaunitrust
f0b1eb7849
master: RepeatedType added ( #1387 )
...
* master: RepeatedType added
* Fix RepeatedType support
2018-08-30 00:16:19 +02:00