Commit Graph

1415 Commits

Author SHA1 Message Date
lganzzzo
8d342e2967 tests: Add InMemoryDataTest. 2021-10-28 02:46:03 +03:00
lganzzzo
b5ef1ba022 data: introduce data resources. 2021-10-28 01:59:00 +03:00
Leonid Stryzhevskyi
cce1befde1
Update 1.3.0.md 2021-10-27 01:39:21 +03:00
Leonid Stryzhevskyi
bc3d17750d
Temporary file (#498)
* TemporaryFile: use shared file-handle.

* Tests. Uncomment all.
2021-10-27 01:34:19 +03:00
lganzzzo
e65a686982 Fix fuzzers build 2021-10-26 03:01:22 +03:00
Leonid Stryzhevskyi
995658834e
Update Router.hpp 2021-10-26 00:22:48 +03:00
Leonid Stryzhevskyi
4fabd8a87a
Update README.md 2021-10-25 04:53:20 +03:00
Leonid Stryzhevskyi
dc3f0e733b
Update README.md 2021-10-25 04:49:31 +03:00
lganzzzo
f43f3fe661 HttpRouter: better API. 2021-10-25 02:19:13 +03:00
lganzzzo
ddb25bed54 ORM: use provider::ResourceHandle. 2021-10-24 01:51:27 +03:00
Leonid Stryzhevskyi
05405fff86
Merge pull request #453 from oatpp/v1.3.0
V1.3.0
2021-10-23 22:29:24 +03:00
lganzzzo
251e812d91 Merge branch 'master' into v1.3.0 2021-10-21 02:58:11 +03:00
Leonid Stryzhevskyi
ebabbe8517
Merge pull request #496 from oatpp/auto_handle_expect_100
SimpleBodyDecoder: automatically handle 'Expect: 100' header.
2021-10-21 02:57:27 +03:00
lganzzzo
7a7f57c25b SimpleBodyDecoder: automatically handle 'Expect: 100' header. 2021-10-21 02:31:04 +03:00
Leonid Stryzhevskyi
293938af7b
Update 1.3.0.md 2021-10-21 00:50:13 +03:00
Leonid Stryzhevskyi
1d12e47638
Update 1.3.0.md 2021-10-21 00:42:22 +03:00
Leonid Stryzhevskyi
a0818026d9
Merge pull request #495 from oatpp/better_provider_interface
Better provider interface
2021-10-20 04:57:07 +03:00
lganzzzo
c3f22dfb43 ConnectionHandler: proper server stoppage. (#476) 2021-10-20 04:32:56 +03:00
lganzzzo
6335fc7acf Server: Revert (#484) - remove undesired locking. (#483) 2021-10-20 01:47:01 +03:00
lganzzzo
11e4cd1166 network: Introduce 'ConnectionProviderSwitch' (#483) 2021-10-20 01:22:08 +03:00
lganzzzo
2d47208df3 Merge branch 'v1.3.0' into better_provider_interface 2021-10-20 00:29:21 +03:00
lganzzzo
e71c94a83d Merge with master 2021-10-20 00:28:57 +03:00
Leonid Stryzhevskyi
243fa57119
Update azure-pipelines.yml 2021-10-19 15:40:55 +03:00
Leonid Stryzhevskyi
67859e2772
Update azure-pipelines.yml 2021-10-19 15:39:27 +03:00
Benedikt-Alexander Mokroß
79e7a73043
Merge pull request #494 from bamkrs/alwaysIncludeEmptyCollectionElements
Added `alwaysIncludeEmptyCollectionElements` to `Serializer`
2021-10-19 13:42:50 +02:00
Benedikt-Alexander Mokroß
7ef7cbf0a3 Renamed alwaysIncludeEmptyCollectionElements to alwaysIncludeNullCollectionElements 2021-10-19 12:51:21 +02:00
Benedikt-Alexander Mokroß
071dd3b3ed Added alwaysIncludeEmptyCollectionElements to Serializer 2021-10-19 11:06:15 +02:00
Benedikt-Alexander Mokroß
1da42223ba Documented oatpp::parser::json::mapping::Serializer::Config::alwaysIncludeRequired in changelog. 2021-10-19 08:24:02 +02:00
lganzzzo
114024766f network::tcp::client::ConnectionProvider: Fix windows build. 2021-10-19 03:43:42 +03:00
lganzzzo
d74d6b2308 provider: Decouple Provider and Invalidator. 2021-10-19 03:34:16 +03:00
lganzzzo
cc6c54f3a9 Merge with master 2021-10-16 02:00:50 +03:00
Benedikt-Alexander Mokroß
62b9908971
Merge pull request #492 from bamkrs/keep_required_fields
Add option to include required fields in JSON even if `value == nullptr` and `includeNullFields == false`.
2021-10-15 12:57:57 +02:00
Benedikt-Alexander Mokroß
defcc35e09 Renamed honorRequired to alwaysIncludeRequired. 2021-10-15 10:50:17 +02:00
Leonid Stryzhevskyi
ac2862d984
Update README.md 2021-10-15 02:00:23 +03:00
Leonid Stryzhevskyi
398abeb825
Update 1.3.0.md 2021-10-15 01:50:18 +03:00
Leonid Stryzhevskyi
1521d335b3
Merge pull request #493 from oatpp/request_response_bundle_data
Request response bundle data
2021-10-15 01:26:39 +03:00
lganzzzo
736ffa2c07 Tests. Fix web::FullTest. 2021-10-15 00:55:37 +03:00
lganzzzo
d6a95c57e7 Tests. web::FullTest: reduce iterations number. 2021-10-15 00:20:41 +03:00
lganzzzo
10e33b5158 Bundle: add API docs. 2021-10-14 23:23:24 +03:00
lganzzzo
3d89dc4403 ApiController: introduce 'BUNDLE' parameters to access request bundle data. 2021-10-14 23:18:16 +03:00
Benedikt-Alexander Mokroß
cf9530ced5 Add option to include required fields in JSON even if value == nullptr and includeNullFields == false. 2021-10-14 11:05:35 +02:00
lganzzzo
c80047b6bd UnitTest.hpp fix includes 2021-10-14 02:30:55 +03:00
lganzzzo
e3747736fc data::Bundle: fix get() method. 2021-10-14 02:21:59 +03:00
lganzzzo
fa4cdf93fc Merge branch 'v1.3.0' into request_response_bundle_data 2021-10-14 02:18:45 +03:00
Leonid Stryzhevskyi
842f62a7c1
Merge pull request #491 from oatpp/refactor_object_wrapper
Refactor object wrapper
2021-10-14 02:17:49 +03:00
lganzzzo
29817260c7 data::mapping: Void is a friend of ObjectWrapper. 2021-10-14 01:38:10 +03:00
lganzzzo
bc1806fa5b Merge branch 'v1.3.0' into refactor_object_wrapper 2021-10-14 01:18:50 +03:00
lganzzzo
904be7ca61 oatpp::data: introduce class 'Bundle'. 2021-10-14 01:09:09 +03:00
lganzzzo
de4de060cc Merge branch 'master' into v1.3.0 2021-10-14 00:05:45 +03:00
Leonid Stryzhevskyi
e9fceb93d3
Merge pull request #489 from kmeinhar/master
[UnitTest]: Added before and after methods to Unit Test
2021-10-14 00:04:37 +03:00