William Durand
ff5c201880
Merge pull request #519 from mjanser/fix-swagger-formatter
...
Fix parsing of filters, default values and base path in SwaggerFormatter
2014-10-06 11:47:14 +02:00
Martin Janser
b8cc4d9264
Fix parsing of filters, default values, descriptions and base path in SwaggerFormatter
2014-10-06 10:50:14 +02:00
William Durand
3889e7ff24
Merge pull request #523 from jeskew/master
...
Update parser to convert empty array defaults to null
2014-09-29 17:12:56 +02:00
Jonathan Eskew
37ae52ba0a
Update parser to convert empty array defaults to null
...
Don't let empty arrays get passed through as defaults.
2014-09-26 14:19:55 -04:00
William Durand
6bcd5e8d81
Merge pull request #518 from AveVlad/patch-1
...
Add highlight index.md
2014-09-22 10:19:00 +02:00
Vlad
59ea615b7b
Update index.md
2014-09-21 05:04:16 +04:00
William Durand
3f3580f9c3
Merge pull request #514 from stof/patch-2
...
Remove EOLed Symfony versions from Travis
2014-09-11 10:34:36 +02:00
Christophe Coevoet
8861fb9d95
Remove EOLed Symfony versions from Travis
...
Currently, the testsuite relies on SensioFrameworkExtraBundle 3.x which requires Symfony 2.3+. Given that 2.1 and 2.2 are EOLed, removing them from Travis is simpler than updating the testsuite to support them.
2014-09-10 14:29:24 +02:00
William Durand
4b163e1b80
Merge pull request #469 from bezhermoso/collections
...
Support collections on output (including named collections)
2014-09-06 11:33:45 +02:00
William Durand
f503b73dc4
Merge pull request #507 from jaugustin/fix-side-effect-list-expand-btn
...
fix side effect introduce with list/expand buttons
2014-09-06 11:32:20 +02:00
Jérémie Augustin
01fb243751
fix side effect introduce with list/expand buttons
2014-09-05 11:40:06 +02:00
Bez Hermoso
0d17c10b70
Collection handling fix.
2014-09-04 11:29:31 -07:00
Bez Hermoso
5fa69a0504
Tests for aliased collections; Swagger formatting for wrapped collections.
2014-09-04 11:19:54 -07:00
Bez Hermoso
c56aceaef5
Updated regex pattern to base on http://fr2.php.net/manual/en/language.oop5.basic.php
2014-09-04 10:47:58 -07:00
Bez Hermoso
4b7dbcd478
Improved directive parsing, and separate test class for parsing directives.
2014-09-04 10:47:57 -07:00
Bez Hermoso
928a23e2c8
Updated regex pattern matching and added tests for parsing array<..> directives.
2014-09-04 10:47:57 -07:00
Bez Hermoso
f5c1b06807
Support for collections.
2014-09-04 10:47:57 -07:00
Bez Hermoso
06cfe9d48b
Allow parsers to remove/replace root parameters.
2014-09-04 10:47:57 -07:00
William Durand
8fe99a9c45
Merge pull request #504 from EmmanuelVella/patch-2
...
Replace incorrect jQuery.size() method
2014-09-04 10:12:53 +02:00
Emmanuel Vella
2d87ad0fe1
Replace incorrect jQuery.size() method
2014-09-03 15:49:16 +02:00
William Durand
ca0dd69752
Merge pull request #497 from pyrech/security-annotation-support
...
Added support for Security annotation
2014-09-02 08:55:54 +02:00
Loick Piera
16b104edec
Added support for Security annotation
2014-08-28 00:12:34 +02:00
William Durand
72a1418b7d
Merge pull request #456 from bezhermoso/swagger-doc
...
Updated the docs. Added sections on caching and Swagger support.
2014-08-27 08:59:42 +02:00
Bez Hermoso
4be579f7a2
Same-origin policy violation notes
2014-08-26 17:27:41 -07:00
Bez Hermoso
9b544ef535
Updated the docs. Added sections on caching and Swagger support.
2014-08-26 16:26:39 -07:00
William Durand
d6777b881b
Merge pull request #493 from EmmanuelVella/query-parameters
...
Add query parameters in sandbox request URL
2014-08-26 15:39:14 +02:00
Emmanuel Vella
f9d713f9b4
Add query parameters in sandbox request URL
2014-08-26 12:44:11 +02:00
William Durand
0d45e7f186
Merge pull request #467 from bezhermoso/model_naming_strategy
...
Swagger: Alternate model naming strategy.
2014-08-26 09:05:18 +02:00
Bez Hermoso
480fcc5ecd
Added clear()
2014-08-25 10:14:04 -07:00
Bez Hermoso
a5a13501e2
Alternate model naming strategy.
2014-08-25 10:14:04 -07:00
William Durand
fad6f576ee
Merge pull request #455 from bezhermoso/swagger-dump-command
...
api:swagger:dump update
2014-08-25 12:00:30 +02:00
William DURAND
b2a996e047
Merge pull request #440 from thenetexperts/tags-with-colors
2014-08-25 11:28:31 +02:00
thenetexperts
e1c7e8a5bd
adding optional color codes for tags annotation
2014-08-25 11:27:49 +02:00
William Durand
f8793d2439
Merge pull request #478 from spolischook/patch-1
...
Disallow PhpDocHandler rewrite already existing/parsed "requirements" doc point
2014-08-25 10:46:49 +02:00
William Durand
87d269fedb
Merge pull request #491 from jaugustin/feat-section-hide-show
...
[DX] Sections enhancement #489
2014-08-25 10:45:25 +02:00
jaugustin
ae2c62fad1
add show/hide button and list/expand operations buttons on sections
...
add a new parameter default_sections_opened: false (default)
To start with sections opened or closed
2014-08-23 17:17:46 +02:00
William Durand
6952c4b32c
Fix #486
2014-08-21 22:44:19 +02:00
William Durand
ce54848c31
Merge pull request #486 from JeroenDeDauw/patch-1
...
Only show request format dropdown when there are multiple formats
2014-08-21 10:40:20 +02:00
Jeroen De Dauw
83fc7d08bc
Only show request format dropdown when there are multiple formats
2014-08-21 04:43:44 +02:00
William Durand
a1ec98376b
Merge pull request #485 from bezhermoso/cache-param-handling-patch
...
Caching: Pass in parameters for late resolving
2014-08-20 22:09:17 +02:00
Bez Hermoso
313f0af195
Pass in parameter for late resolving.
2014-08-20 10:26:43 -07:00
William Durand
068d2f1a32
Merge pull request #484 from bezhermoso/fix_items_for_collection_parameters
...
[Fix] 'items' parameter for collections in parameters.
2014-08-19 22:08:24 +02:00
Bez Hermoso
d99c209f7d
Fix: 'items' parameter for collections in parameters.
2014-08-19 12:32:06 -07:00
William Durand
fd0d78e0a8
Merge pull request #472 from sroze/recursive-groups
...
Added nested JMS groups exclusion
2014-08-18 17:28:42 +02:00
William Durand
57ef437d25
Merge pull request #482 from mathielen/patch-1
...
Impossible to access an attribute (\"custom_endpoint\") on a NULL variab...
2014-08-18 17:28:31 +02:00
Markus Thielen
b6f7179b59
Impossible to access an attribute (\"custom_endpoint\") on a NULL variable
...
My setup obviously does not have a authentication property set. This change fixes the error.
2014-08-18 11:55:01 +02:00
Samuel ROZE
3e3ef87b79
Added nested JMS groups exclusion
2014-08-18 11:32:36 +02:00
William Durand
d32381d18d
Merge pull request #476 from bezhermoso/swagger-collection-parameter
...
[Fix] Missing handling for DataTypes::COLLECTION in parameters (input)
2014-08-16 14:29:11 +02:00
Sergey Polischook
3e6a47818e
Update PhpDocHandler.php
...
https://github.com/nelmio/NelmioApiDocBundle/issues/477
2014-08-16 01:59:39 +03:00
Bez Hermoso
b289a6e846
Missing handling for DataTypes::COLLECTION in parameters (input)
2014-08-15 09:47:35 -07:00