Commit Graph

168 Commits

Author SHA1 Message Date
shalvah
f6056d25ca Merge remote-tracking branch 'origin/master' 2018-09-12 02:07:09 +01:00
shalvah
c53da0879c Fix validation of before and after date rules (#194) 2018-09-12 02:04:03 +01:00
Marcel Pociot
52b48eb368 Apply fixes from StyleCI 2018-09-11 16:18:53 +00:00
shalvah
c70ceba5d3 Merge remote-tracking branch 'origin/master' 2018-09-11 17:13:25 +01:00
shalvah
676e6f496c Fix #317 - generate responses from @response tag regardless of HTTP method 2018-09-11 17:12:02 +01:00
Marcel Pociot
d19f419eb3 Apply fixes from StyleCI 2018-09-10 08:48:09 +00:00
shalvah
df8502520d Fix typo 2018-09-10 09:44:03 +01:00
shalvah
b446b8733c Set correct HTTP method when parsing FormRequest (fixes #260) 2018-09-10 09:01:34 +01:00
shalvah
fdf0180599 Print correct docs path to console 2018-09-10 06:53:34 +01:00
shalvah
25bcae72bc Remove extra slash from URL displayed in code samples 2018-09-10 06:50:53 +01:00
shalvah
db5e63d721 Port changes to Dingo (response call for only GET routes) 2018-09-10 06:41:16 +01:00
Shalvah A
91d119190e Merge pull request #279 from rhys-vanhouten/master
Make generator only fetch response from route if method is GET
2018-09-09 02:51:19 +01:00
Shalvah A
51d2fb17ba Merge pull request #236 from kotfire/master
Support custom validator method on laravel FormRequest
2018-09-09 02:46:09 +01:00
Marcel Pociot
32620365fb Apply fixes from StyleCI 2018-09-09 01:44:31 +00:00
Shalvah A
ac70e500bf Change error message for when neither of required options is supplied 2018-09-09 02:41:59 +01:00
Shalvah A
789413ce3d Merge branch 'master' into master 2018-09-09 02:37:35 +01:00
Shalvah A
2830ae485a Update DingoGenerator.php 2018-09-09 02:10:58 +01:00
Shalvah A
3085e01c13 Merge pull request #208 from alex-LE/master
allow description for custom validation rules
2018-09-09 02:05:38 +01:00
Shalvah A
2e59504d00 Merge pull request #120 from JapSeyz/patch-1
Allow changes to be made to the info vendor view
2018-09-09 02:01:58 +01:00
Shalvah A
dd7e52fe86 Merge pull request #203 from msonowal/feature-support-multiple-prefixes
Feature Added support for multiple prefixes
2018-09-07 11:09:21 +01:00
Shalvah A
fc0db6e2f0 Merge pull request #180 from rudiedirkx/no_head
#176 don't document HEAD
2018-09-07 10:57:34 +01:00
Marcel Pociot
0fce50f421 Apply fixes from StyleCI 2018-09-07 09:54:12 +00:00
Shalvah A
a954cd2d87 Merge pull request #297 from Amirhb/master
updating route-model-binding binding technique and preparing middlewares
2018-09-07 10:54:04 +01:00
Shalvah A
8955e16b70 Merge pull request #257 from hafael/master
remove --actAsUserId parameter conversion to int
2018-09-07 10:48:48 +01:00
Shalvah A
d8ee0c842b Merge pull request #256 from asmiarowski/dev-master
Memory leak, too many connections to SQL
2018-09-07 10:21:33 +01:00
Shalvah A
d3c565c944 Merge pull request #299 from t1sh0o/feature/add-nested-array-validations
Display the validation rules for array properties
2018-09-07 01:41:14 +01:00
Shalvah A
78ad2cc253 Merge pull request #261 from ciasia/patch-1
allow formatting and aside tags
2018-09-07 01:29:19 +01:00
Tihomir Tonov
d6e7e79aed Fix style violation 2018-08-14 16:43:56 +03:00
Tihomir Tonov
fdca5eeeb1 Add method to generate validation rules for nested array properties 2018-08-14 16:33:11 +03:00
Amir Hossein Babaeian
831fe37dc1 updating route-model-binding binding technique and preparing middlewares 2018-08-05 16:36:20 +04:30
vagrant
0dcb277043 Make generator only fetch response from route if method is GET 2018-04-14 12:41:33 +00:00
sempixel
fbdc6033b8 Too fast… 2018-03-12 17:35:09 +01:00
sempixel
c557ca970a We have to go deeper… 2018-03-12 17:27:35 +01:00
sempixel
9d20bd6d70 Correct JSON format for @response 2018-03-12 16:16:53 +01:00
Tim
5f8c5b505c allow formatting and aside tags
The group description was escaping everything by default meaning that the aside tag (which is quite useful) can't be used in a group header. This addresses that by no longer escaping the content, as is consistent with the rest of the library.
2018-02-15 17:46:49 +11:00
Rafael Villa-Verde
70fd369b61 remove --actAsUserId parameter conversion to int 2018-01-05 13:55:02 -02:00
Fabien SOMNIER
4a78f3db0f [BUGFIXES] Header containing ":" + invalid "showresponse" condition (#242)
* [BUGFIX] Header containing ":" values management

* [CHANGE] To pass styleci.io tests

* [BUGFIX] Invalid condition test to display response
2018-01-03 10:52:42 +01:00
Artur Śmiarowski
e852f6b439 Memory leak, too many connections to SQL 2018-01-03 07:54:34 +01:00
Bogdan Shtybin
f8564b60ff Added Subdomain API Router Support 2017-12-28 19:30:25 +02:00
Gustavo Real
bc27ba4de2 fix code style 2017-10-10 17:38:38 +01:00
Gustavo Real
fef4712966 support custom validator method on laravel form request 2017-10-10 17:21:48 +01:00
Jordan Hoff
2d4cf80ef7 Adds authProvider and authGuard Options (#213)
* Adds authProvider Option

* Add authGuard option too
2017-07-24 16:04:13 +02:00
Alexander Reichardt
130b59129e allow custom description for custom validation rules 2017-06-29 23:01:36 +02:00
Manash Jyoti Sonowal
ec2c9590e5 apply fixes from StyleCI 2017-06-16 23:44:44 +05:30
Manash Jyoti Sonowal
03ec9e4c36 Apply fixes from StyleCI 2017-06-16 23:43:15 +05:30
Manash Jyoti Sonowal
08a330c80a apply patch from StyleCI 2017-06-16 23:42:12 +05:30
Manash Jyoti Sonowal
28ff33be15 added support for multiple prefixes for routes which can be passed as separated by comma 2017-06-16 23:18:28 +05:30
Tobias van Beek
6b1c502758 Adddocblockhandling (#192)
* Add the handling for a @transformer @transformercollection or @result tag in the method docblock

* Update the readme to document the @transform, @transformercollection and @response tag

* Fix the styleci issues

* Apply patch form styleci

* Add a transformermodel tag and support PHP 5

* Fix the version without a modeltag

* Always use the transformermodel tag and a codestyle issue
2017-05-29 17:14:38 +02:00
Rudie Dirkx
888c53d5a2 Merge branch 'master' into no_head 2017-05-25 22:52:52 +02:00
Rudie Dirkx
db46be8edc #178 URI bugfix in params in getRouteResponse() (#179) 2017-05-15 07:08:00 +02:00