2153f77
(HEAD -> master)
v0.49 by
2018-08-03 16:21:34 +0200
470340e
Merge pull request #81 from algoo/develop by
2018-08-03 16:21:03 +0200
5216037
Merge branch 'master' into develop by
2018-08-03 16:20:54 +0200
749942f
Merge pull request #79 from algoo/feature/76__aiohttp by
2018-08-03 16:18:23 +0200
85e2efa
aiohttp context: A 204 no content response should not have content by
2018-08-02 16:12:23 +0200
5b70aed
aiohttp context: A 204 no content response should not have content type header by
2018-08-02 16:07:04 +0200
ce94d6c
Merge branch 'feature/76__aiohttp' of github.com:algoo/hapic into feature/76__aiohttp by
2018-08-02 15:50:59 +0200
c8ff050
Support handle exception for aiohttp by
2018-08-02 15:50:15 +0200
0658e5a
Merge branch 'feature/76__aiohttp' of https://github.com/algoo/hapic into feature/76__aiohttp by
2018-07-31 16:46:26 +0200
ed9319f
fix comment by
2018-07-31 16:33:36 +0200
54c691a
document output stream by
2018-07-31 16:32:54 +0200
7c36cc8
output_stream: permit ingore or interrupt when serialization error by
2018-07-31 16:19:21 +0200
57708de
add docstring by
2018-07-31 09:51:08 +0200
a74afa1
clean example_a_aiohttp.py by
2018-07-31 09:36:08 +0200
6bad337
add aiohttp doc generation support by
2018-07-27 17:05:59 +0200
2bf383d
drop support of python 3.4 by
2018-07-27 10:54:09 +0200
1e95063
remove pocs by
2018-07-26 17:10:02 +0200
18afa07
finish basic support (without doc generation) of aiohttp and outuput stream in async by
2018-07-26 17:07:36 +0200
e5eb747
poc blsi with hapic by
2018-07-26 12:47:30 +0200
b5e9ebe
poc before by
2018-07-26 10:22:32 +0200
c497377
output stream async by
2018-07-25 11:11:07 +0200
fc33b22
make async compatible for input_body and output_body only by
2018-07-24 16:39:20 +0200
9a00759
begin to implement input_query in async by
2018-07-23 17:22:56 +0200
f8f2792
aiohttp support for input_path by
2018-07-23 17:00:26 +0200
8653aeb
v0.48 by
2018-07-10 18:44:49 +0200
aa2ded1
Merge pull request #74 from algoo/develop by
2018-07-10 18:44:30 +0200
812f549
remove non-breakable space by
2018-07-10 17:49:53 +0200
3d30352
v0.47 by
2018-07-09 20:13:46 +0200
53657de
Merge pull request #73 from algoo/develop by
2018-07-09 20:12:55 +0200
379d16c
Merge pull request #72 from algoo/feature/flask_error_handler by
2018-07-09 20:12:15 +0200
81322e9
add add exception handling to flask context by
2018-07-09 19:52:06 +0200
ea31eb8
correctly dump error response by
2018-07-09 19:51:31 +0200
795614a
v0.46 by
2018-07-04 11:57:20 +0200
8665282
fix packaging doc by
2018-07-04 11:55:25 +0200
fd06aa5
Merge branch 'develop' of github.com:algoo/hapic into develop by
2018-07-04 11:53:22 +0200
1ea2bc5
add doc about packaging by
2018-07-04 11:53:11 +0200
1d5546a
v0.45 by
2018-07-04 11:33:25 +0200
c99191e
v0.44 by
2018-07-04 11:27:08 +0200
5b5986d
Merge pull request #71 from algoo/develop by
2018-07-04 11:13:25 +0200
c935bad
Merge pull request #70 from algoo/buxx-patch-3 by
2018-07-04 11:04:39 +0200
0735736
add description and licence to pypi by
2018-07-04 08:50:52 +0200
94798c9
v0.43 by
2018-07-04 08:32:52 +0200
fc6544e
Merge pull request #68 from algoo/develop by
2018-07-04 08:32:28 +0200
85aaf13
Merge pull request #67 from algoo/buxx-patch-2 by
2018-07-03 23:08:41 +0200
5e39b8c
Merge pull request #66 from algoo/buxx-patch-1 by
2018-07-03 23:08:07 +0200
4a75a59
Fix flask get_validation_error_response by
2018-07-03 20:09:31 +0200
bd8366f
Must use dumped format when return exception response by
2018-07-03 19:34:37 +0200
a9f6ea8
Merge pull request #63 from algoo/fix/57_support_for_additionals_fields_for_query_path_params by
2018-06-19 14:16:09 +0200
cc746b8
code indentation by
2018-06-19 14:14:04 +0200
696322b
fix version + doc by
2018-06-07 10:54:01 +0200
9b668ba
Merge branch 'develop' of github.com:algoo/hapic into fix/57_support_for_additionals_fields_for_query_path_params by
2018-06-04 10:16:50 +0200
c9b45e8
merge with upstream by
2018-06-04 09:36:23 +0200
1bcfa41
Support for additionals fields for query/path params by
2018-06-01 17:09:24 +0200
880bb22
v0.42 by
2018-06-01 15:47:37 +0200
90fec3f
Merge pull request #62 from algoo/develop by
2018-06-01 15:45:02 +0200
d72385e
Merge branch 'master' into develop by
2018-06-01 15:41:50 +0200
cc0893e
add make_hapic_release to .gitignore by
2018-05-29 14:50:27 +0200
160d391
use excfile strategy to avoid import trouble for version in setup.py by
2018-05-29 14:45:35 +0200
4eedbc9
use __version__ as version name by
2018-05-29 12:35:00 +0200
5edf619
v0.41 by
2018-05-24 16:21:21 +0200
214ca01
v0.40 by
2018-05-24 10:25:41 +0200
cba4a1b
v0.39 by
2018-05-17 10:42:40 +0200
8b77867
Merge pull request #61 from algoo/develop by
2018-06-01 15:38:26 +0200
a2ce52f
Merge pull request #59 from algoo/feature/58__include_traceback_in_general_exception_catcher by
2018-06-01 15:37:29 +0200
0535270
fix context: include traceback in case of general catched exception (Issue #58) by
2018-06-01 15:11:54 +0200
f993ca5
use __version__ as version name by
2018-05-29 12:35:00 +0200
eaafc10
v0.41 by
2018-05-24 16:21:21 +0200
ae25a1e
Merge pull request #54 from algoo/develop by
2018-05-24 16:20:42 +0200
176eb69
Merge pull request #49 from algoo/feature/global_exception_handler_for_pyramid by
2018-05-24 16:20:12 +0200
2d4f7d4
fix wrong merge conflict resolution by
2018-05-24 16:17:27 +0200
8e37758
Merge branch 'develop' into feature/global_exception_handler_for_pyramid by
2018-05-24 16:13:35 +0200
09de7f8
v0.40 by
2018-05-24 10:25:41 +0200
7feefc0
Merge pull request #53 from algoo/develop by
2018-05-24 10:25:03 +0200
9c892e1
Merge pull request #51 from algoo/feature/8__debug_mode by
2018-05-18 16:44:25 +0200
093a2c7
fix tests by
2018-05-18 16:03:04 +0200
251f46f
include traceback in handled decorator to by
2018-05-18 15:55:03 +0200
fd3d43a
add debug mode in contexts to display exceptions info only in debug mode by
2018-05-18 15:52:31 +0200
8dded6a
add fixme for exception_handling test by
2018-05-17 17:08:23 +0200
f5d1a8e
support global exceptions handlings for pyramid + test by
2018-05-17 15:33:46 +0200
2eb0fc8
v0.39 by
2018-05-17 10:42:40 +0200
d5b526e
Merge pull request #48 from algoo/develop by
2018-05-17 10:40:55 +0200
730d2be
Merge pull request #47 from inkhey/fix/update_hapic_apispec_dependency by
2018-05-17 10:37:59 +0200
76e07b5
Fix version number: it is automatised by
2018-05-17 10:37:24 +0200
f105d4e
fix hapic_apispec version for pypi by
2018-05-17 10:27:43 +0200
1e5cbc8
v0.39 by
2018-05-16 15:51:02 +0200
0538971
use hapic_apispec 0.37 by
2018-05-16 15:50:09 +0200
1e0c7c4
Merge pull request #46 from algoo/master by
2018-05-15 11:05:42 +0200
86e2b1a
v0.38 by
2018-05-15 11:04:07 +0200
5c71c0e
Merge pull request #45 from algoo/develop by
2018-05-15 11:03:28 +0200
c610b83
v0.37 by
2018-05-14 17:53:44 +0200
f4bac97
Merge pull request #44 from algoo/feature/43__add_a_feature_to_manage_exceptions_globally by
2018-05-14 17:49:24 +0200
0130572
comment by
2018-05-14 16:45:36 +0200
64ed503
comment and remove interface method by
2018-05-14 16:44:28 +0200
4d3fc94
Use HandledException class instead tuple by
2018-05-14 16:40:57 +0200
cfd242c
add test for BottleContext by
2018-05-14 16:31:16 +0200
899e928
fix BottleContext by
2018-05-14 16:28:18 +0200
7a69d2c
naming and comments by
2018-05-14 14:56:42 +0200
4d2a83d
fix tests by
2018-05-14 14:40:37 +0200
92f11b2
Start introduce to hapic global exception handling by
2018-05-04 17:24:49 +0200
a1e9443
v0.36 by
2018-04-28 00:46:13 +0200