479 Commits

Author SHA1 Message Date
Simon Podlipsky
75c9db256a Upgrade Swagger UI to 3.25.0 2020-03-22 21:33:04 +01:00
Guilhem Niot
1a9a5d7ce6
Merge pull request #1552 from cyberemissary/duplicate-param-cleanup
Added describer that removes duplicate parameters when using $ref.
2020-03-14 11:41:27 +01:00
Guilhem Niot
eb99b32151
Merge pull request #1598 from loverg-c/fix/invalidTag
Fix invalid tag which doesn't has description
2020-03-08 10:19:36 +01:00
Clément Lovergne
9ba4735b78 Fix invalid tag which doesn't has description 2020-03-05 13:39:58 +01:00
Guilhem Niot
0fcf2d5c9a
Merge pull request #1591 from nelmio/analysis-e7YKjA
Apply fixes from StyleCI
2020-02-23 17:51:12 +01:00
Guilhem Niot
d58b4a4d66 Apply fixes from StyleCI 2020-02-23 16:50:24 +00:00
Guilhem Niot
974a81d344
Merge pull request #1575 from FilipBenco/master
Extensible property describing
2020-02-23 17:49:10 +01:00
Guilhem Niot
f5fa7d751a
Merge pull request #1589 from nelmio/FOSRestkey
Use FOSRest *Param::$key when defined
2020-02-21 11:00:04 +01:00
Guilhem Niot
b88793267e Use FOSRest *Param::$key when defined 2020-02-21 10:42:13 +01:00
Guilhem Niot
ebf7fa589b
Merge pull request #1578 from smoench/remove-fosrest-on-symfony5-test
remove FOSRest on symfony 5 test runs
2020-02-21 10:27:25 +01:00
Guilhem Niot
e8c0cc170d
Merge pull request #1588 from phansys/php74
PHP 7.4 is already released
2020-02-21 10:25:30 +01:00
Guilhem Niot
f8bc364245
Merge pull request #1587 from phansys/reflection_docblock
Allow "phpdocumentor/reflection-docblock:5.0"
2020-02-21 10:24:56 +01:00
Javier Spagnoletti
11111e418c PHP 7.4 is already released 2020-02-19 16:41:28 -03:00
Javier Spagnoletti
1e800c48e6 Allow "phpdocumentor/reflection-docblock:5.0" 2020-02-19 16:26:38 -03:00
Filip Benčo
b3f83d00cd
Merge pull request #1 from nelmio/master
Update from upstream
2020-02-18 21:21:41 +01:00
Filip Benčo
bb19ed7568 Revert ModelDescriberAwareInterface 2020-02-18 21:08:48 +01:00
Filip Benčo
90bae6738a Update after PR 2020-02-18 20:45:58 +01:00
cyberemissary
94f7715f68 Refactor Existing Ref parsing in RouteMetadataDescriber 2020-02-06 18:44:17 -05:00
Guilhem Niot
3710e95d26 Rework PR 2020-01-09 21:45:37 +01:00
cyberemissary
9b9dbe69dd Added describer that removes duplicate parameters when using $ref. 2020-01-09 14:29:52 -05:00
Guilhem Niot
9ab9d6da72
Merge pull request #1579 from Nyholm/patch-1
Update branch alias
2019-12-31 12:00:24 +01:00
Tobias Nyholm
bb1f228efa
Update branch alias 2019-12-31 00:41:05 +01:00
smoench
6f7c1fa870
remove FOSRest on symfony 5 test runs as FOSRest does not support symfony 5 yet 2019-12-20 10:52:36 +01:00
Guilhem Niot
d458761251
Merge pull request #1577 from smoench/fix-compatibility-with-symfony5
fix compatibility with symfony 5
2019-12-19 20:48:23 +01:00
smoench
0d6a1591c8
fix compatibility with symfony 5 2019-12-19 15:41:14 +01:00
Filip Benčo
325ba909e1 fix version in composer 2019-12-13 23:59:09 +01:00
Filip Benčo
0c0f1a72e9 Merge branch 'master' of https://github.com/nelmio/NelmioApiDocBundle 2019-12-13 23:56:34 +01:00
Filip Benčo
9d4df838a6 Reverse PHP version 2019-12-13 23:53:15 +01:00
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