851 Commits

Author SHA1 Message Date
Filip Benčo
35e48e42d3 FIx PHP version 2019-12-13 23:47:19 +01:00
Filip Benčo
b36c1f2073 Fix Symfony version contraints 2019-12-13 23:44:15 +01:00
Filip Benčo
e9926b8025 Fix BC 2019-12-13 23:32:30 +01:00
Filip Benčo
2a3b2df56a Fix nullable array variables 2019-12-13 23:29:52 +01:00
Filip Benčo
f16ac2e785 Fix tests 2019-12-13 22:54:58 +01:00
Filip Benčo
7fc2f99158 Fix codestyle 2019-12-13 22:48:28 +01:00
Filip Benčo
5d8765db04 Fix codestyle 2019-12-13 22:45:32 +01:00
Filip Benčo
2de03859c0 Fix some bugs and confings 2019-12-13 22:20:13 +01:00
Filip Benčo
f9eacee3fd Add exntensible Property Describers 2019-12-13 21:40:42 +01:00
Guilhem Niot
f47454bd13
Merge pull request #1564 from maxhelias/sf5
Allow Symfony 5
2019-12-04 23:21:55 +01:00
Maxime Helias
bfcbf59caf Allow Symfony 5 2019-11-29 13:59:27 +01:00
Guilhem Niot
f596adfb4d
Merge pull request #1556 from maxhelias/reflection-method
Use getReflectionMethod instead of getReflactionClassAndMethod
2019-11-21 18:18:16 +01:00
Guilhem Niot
e9cdde1355
Merge pull request #1557 from maxhelias/deprecation
Remove deprecated notice about controller_name_converter
2019-11-21 18:16:01 +01:00
Maxime Helias
aa1432f35c Use getReflectionMethod instead of getReflactionClassAndMethod 2019-11-21 18:14:59 +01:00
Guilhem Niot
bea1faec94
Merge pull request #1558 from maxhelias/fix-travis
Fix build travis
2019-11-21 18:12:47 +01:00
Guilhem Niot
220e31667a
Merge pull request #1560 from piotrantosik/support_twig3
Allow Twig 3
2019-11-21 18:11:18 +01:00
Piotr Antosik
e8d4afd1af
Fix tests 2019-11-21 11:41:06 +01:00
Piotr Antosik
dc1f11a46f
Allow Twig 3 2019-11-21 08:53:58 +01:00
Maxime Helias
3888d6b976 Fix build travis 2019-11-20 12:15:00 +01:00
Maxime Helias
1464865de1 Remove deprecated notice about controller_name_converter 2019-11-19 17:23:12 +01:00
Nadrshin
99f5d37601 Support JMS "bool" type (alias for "boolean") (#1547) 2019-11-14 21:06:26 +01:00
DemigodCode
50cf155855 Fix Controllers used as Services in Symfony >=4.1 (#1530)
* Symfony >4.1 ControllerService support

* Add usage

* StyleCI Fix

* Fix unittests deprecation for Symfony 4.3

* missing quote

* Revert "missing quote"

This reverts commit 25ca0a5b0b0ab01c7de52ae10b185ffeead38880.

* Revert "Fix unittests deprecation for Symfony 4.3"

This reverts commit bcdb51483d6052037820f1c669ee91a7099aced4.

* Test another deprecation fix

* Revert "Test another deprecation fix"

This reverts commit d9bc1b604e4ebec7789316472fd656ce30ee9e57.

* Syntax not removed in sf <4.1 only deprecated
2019-07-09 11:59:30 +02:00
Gripinskiy Sergey
57f8cf4634 Question about @SWG\Tag annotation added to FAQ (#1525) 2019-06-15 15:22:54 +02:00
Guilhem N
48c29474e0
Update swagger-ui (#1518) 2019-06-10 12:32:09 +02:00
Paweł Mikołajczuk
14e4eedbad Merge pull request #1522 from ahilles107/port/options_support_in_model
Port/options support in model
2019-06-01 15:31:09 +02:00
Guilhem N
846e2e3ae4
Merge pull request #1456 from cyberemissary/cache-authorization
Cache authorization in local storage.
2019-05-18 09:56:51 +02:00
cyberemissary
31ef0bdc58 Cache authorization in local storage. 2019-05-17 16:50:49 -04:00
Asmir Mustafic
eb255010a0 Support typed embedded relation with willdurand/hateoas 3.0 (#1510)
* allow typed embedded relation with hateoas 3.0

* symfony/framework-bundle 4.2.7 is broken

https://github.com/symfony/symfony/pull/31156

* internal public methods
2019-05-02 10:02:16 +02:00
Guilhem N
101648bb8f
Merge pull request #1506 from nelmio/GuilhemN-patch-1
Fix map support of FOSRestBundle
2019-04-23 21:46:19 +02:00
Guilhem N
bad6df703e
Merge pull request #1482 from goetas/use-jms-groups-logic
Use jms/serializer groups detection logic
2019-04-23 21:23:56 +02:00
Serhii Polishchuk
74fcffdc37 Fixed names and multi for array query params (#1509) 2019-04-23 21:12:44 +02:00
Asmir Mustafic
4fbf096595
require jms v3 2019-04-23 15:13:44 +02:00
Guilhem N
a3800fb29a
Fix CS 2019-04-20 13:21:54 +02:00
Guilhem N
90293e171f
Fix map support of FOSRestBundle 2019-04-20 13:18:00 +02:00
Asmir Mustafic
54053571a8
let composer decide the stability 2019-04-17 22:05:30 +02:00
Asmir Mustafic
65e940f7f8
use jms serialization groups detection 2019-04-17 22:05:30 +02:00
Serhii Kondratiuk
ccad10aae1 Added name_patterns filter option (#1504) 2019-04-16 17:22:50 +02:00
Asmir Mustafic
d6ea99420e Allow model describers on jms custom types (#1495)
* allow model describers on jms custom types

* add fallback describer

* test custom type def

* remove object_fallback describer from the container when jms is not active
2019-04-16 12:13:33 +02:00
Guilhem N
258dd2f69f
Improve exceptions message (#1502) 2019-04-12 09:35:49 +02:00
Guilhem N
2c504cdd98
Add exceptions in the upgrading command to warn about the requirement to run it on 2.x (#1501) 2019-04-11 20:54:16 +02:00
Guilhem N
92dfcc41a4
Bump Phpunit Bridge (#1499) 2019-04-10 21:44:40 +02:00
Guilhem N
23b179a481
Fix the test suite (broken due to an update in Api-Platform) (#1498) 2019-04-10 21:07:34 +02:00
Ayrton Ricardo
253e71a46e Provide default host to generated .json documentation (#1492)
* Add default host to the current request host to keep the same behaviour as js does

* Add host to test case

* Revert deleted code

* Revert not needed update on expected result
2019-04-10 20:55:04 +02:00
Guilhem Niot
0bd54ea99a update command 2019-03-09 18:18:05 +01:00
Guilhem Niot
42c08fa681 Merge branch 'fix-SwaggerDocblockConvertCommand' of https://github.com/gesof/NelmioApiDocBundle into gesof-fix-SwaggerDocblockConvertCommand 2019-03-09 18:15:10 +01:00
neFAST
92790b1d28 FIX #1428 Make sure FormInterfaceConfig has a 'documentation' option … (#1429)
* FIX #1428 Make sure FormInterfaceConfig has a 'documentation' option before getting it

FIX #1428

* adding SubmitType to Tests

* Update UserType.php

* Update UserType.php

* Update FunctionalTest.php

* Update FunctionalTest.php

* removed check to see how unit test handles this

* Add test back

* Cs
2019-03-07 08:48:56 +01:00
Guilhem N
0fe8373d53
Merge pull request #1480 from netbull/patch-1
Fix for missing basePath
2019-02-28 19:42:15 +01:00
Aleksandar Dimitrov
f0bc1d3ff4
Fix for missing basePath
If it is used without `#/definitions/` the documentation gives an error: `Could not resolve reference because of: Tried to resolve a relative URL, without having a basePath..`
2019-02-27 16:54:49 +02:00
Alex
1e055eecf3 fix schema in SwaggerDocblockConvertCommand 2019-02-26 17:44:25 +02:00
Guilhem N
279d20be78
Merge pull request #1472 from nelmio/GuilhemN-patch-1
Do not autowire the form extension
2019-02-18 17:27:10 +01:00