Marcel Pociot
7d94de8b16
Apply fixes from StyleCI
2019-10-08 21:16:47 +00:00
shalvah
f0f2aea049
Update tests
2019-10-08 22:13:18 +01:00
shalvah
7bc9339f20
urlParam: update tests
2019-10-06 18:33:54 +01:00
shalvah
c7740eae2b
Upgrade dependencies
2019-09-07 17:23:22 +01:00
shalvah
4572ffef35
Merge remote-tracking branch 'origin/master' into plugin-arch
...
# Conflicts:
# src/Tools/Generator.php
# src/Tools/Traits/ParamHelpers.php
2019-09-04 23:36:41 +01:00
Nicholas Catanchin
35a7ee8f6a
#543 Add test for https url, fixture
2019-09-05 04:25:06 +10:00
Marcel Pociot
1da32f9cba
Apply fixes from StyleCI
2019-09-02 16:20:32 +00:00
shalvah
d209dff999
Move Responses to strategies
2019-09-02 17:05:35 +01:00
Marcel Pociot
69121bb200
Apply fixes from StyleCI
2019-08-25 20:42:15 +00:00
shalvah
448c224e03
Code cleanup
2019-08-25 21:31:55 +01:00
shalvah
6458e4d5f8
Remove Dingo callable tuple test - Dingo doesn't support it
2019-08-25 21:23:44 +01:00
Daniel Alm
6bc4b53f8c
Add support for query parameters in the bash template and ensure that all query parameters are URL-encoded.
2019-07-29 11:33:01 +02:00
Daniel Alm
573e9efb63
Include query parameters and headers in the generated Postman collection. ( #537 )
...
* Include query parameters in the generated Postman collection.
* Style fixes
* Also include headers in the Postman collection.
* Also include JSON content type headers for good measure.
* Update the tests.
* Add a test to validate the body parameters in a Postman collection.
* Remove the "Content-Type" header again, as we are actually sending content as form data.
* Add a query test and make the tests more deterministic.
* PR fixes.
2019-07-16 10:42:46 +01:00
Marcel Pociot
9be9cd2ecb
Apply fixes from StyleCI
2019-06-23 20:25:02 +00:00
shalvah
5d2be82a57
Replace file/folder manipulation with Flysystem library
2019-06-23 21:24:50 +01:00
shalvah
b164263158
Add tests on output, config and bindings
2019-06-23 21:06:36 +01:00
shalvah
c7b0c79c8d
Merge remote-tracking branch 'origin/master'
2019-06-08 12:39:49 +02:00
shalvah
ced78cf066
Switch to apidoc.base_url
2019-06-08 12:27:36 +02:00
Shalvah
b64518339f
Fix typo
2019-05-29 10:19:45 +02:00
Zolotov Alexander
6a49c2399f
fix tests
2019-05-28 12:16:58 +10:00
Zolotov Alexander
867f63b83c
tests fix
2019-05-28 10:38:31 +10:00
Zolotov Alexander
62185f6295
tests fix
2019-05-28 10:17:26 +10:00
Zolotov Alexander
0b1d43cdbf
add tests
2019-05-28 09:46:50 +10:00
Radoslav Vitanov
d915818248
Fix domain name for the generated links
2019-02-10 17:03:11 +02:00
Enrico Werkema
8e37a7136c
Clean up style
2019-01-04 15:40:21 +01:00
Enrico Werkema
8ac4b33b21
Fix custom app url in Postman collection
...
The Postman collection currently doesn't use the APP_URL environment variable. This can be forced in the URL Laravel Facade
2019-01-04 15:38:10 +01:00
Marcel Pociot
2e66407a3b
Apply fixes from StyleCI
2018-12-12 20:58:24 +00:00
Shalvah
8ca27199ab
Update GenerateDocumentationTest.php
2018-12-12 21:50:16 +01:00
Shalvah
68507895e0
Merge branch 'master' into feat/natsort
2018-12-12 21:48:35 +01:00
An Phan
b73114f47a
Fix CS
2018-12-11 18:09:50 +01:00
An Phan
b530057e68
Support partial resource controller ( fixes #426 )
2018-12-11 18:04:25 +01:00
An Phan
817f882ed8
Sort the groups naturally ( fixes #423 )
2018-12-11 17:48:51 +01:00
shalvah
8628be4c12
Fix issues with rendering example requests
2018-10-26 08:47:17 +01:00
shalvah
b8ad92b9e5
Add authenticated annotation and badge support ( closes #345 )
2018-10-13 09:22:10 +01:00
shalvah
b0d5174e36
Uncomment tearDown block
2018-10-12 14:27:28 +01:00
shalvah
6e60d14ea2
Make bodyParam parsing more rbust
2018-10-12 14:26:08 +01:00
shalvah
8720048d6a
Fix style issues
2018-10-11 17:01:43 +01:00
shalvah
1418ed9189
Update tests
2018-10-11 15:13:53 +01:00
shalvah
dd55e48dd6
Implement parsing of bodyParam tag ( #343 ) and switch tests to use config ( #303 )
2018-10-11 13:29:32 +01:00
shalvah
da523ab383
Merge remote-tracking branch 'origin/master'
2018-10-07 14:39:15 +01:00
shalvah
ad45bca4e2
Update service provider and refactor namespaces
2018-10-07 14:39:06 +01:00
Shalvah A
752f7e3ad0
Update from base ( #8 )
...
* Update doc to address custom validation rules (#247 )
* Add description for array validation rule
* Apply fixes from StyleCI
* Remove dd() call
* replace api namespace by apidoc
* add needed apidoc renames
2018-10-07 14:37:53 +01:00
Marcel Pociot
18ed04cc86
Apply fixes from StyleCI
2018-10-06 23:34:05 +00:00
shalvah
87473f5a44
Add tests for partial resource routes ( #295 )
2018-10-07 00:25:46 +01:00
shalvah
70c0cda1cf
Add tests for prependinf and appending markdown ( #191 )
2018-09-16 10:13:35 +01:00
shalvah
d5bbd7b94e
Add support for appending/prepending markdown content ( closes #262 )
2018-09-15 21:10:23 +01:00
shalvah
5976188829
Code style fixes
2018-09-15 09:04:28 +01:00
shalvah
47e4816cae
Make tests work on Windows
2018-09-15 08:52:22 +01:00
shalvah
f923227298
Update tests, ignore IDE files
2018-09-09 20:29:10 +01:00
Rudie Dirkx
3fd150e230
#176 don't document HEAD III - tests
2017-05-25 23:07:21 +02:00