Nikolay Kim
|
9f25fdf929
|
rename StreamServiceFactory to ServiceFactory
|
2019-03-04 14:31:46 -08:00 |
|
Nikolay Kim
|
82930de8e7
|
use default type for RouterBuilder
|
2019-03-04 14:03:46 -08:00 |
|
Nikolay Kim
|
04a3e59bd5
|
update tests
|
2019-03-04 12:41:39 -08:00 |
|
Nikolay Kim
|
0ff0daa795
|
allow custom checks for resource selection
|
2019-03-04 11:47:03 -08:00 |
|
Nikolay Kim
|
fb43940824
|
allow empty pattern
|
2019-03-03 21:00:58 -08:00 |
|
Nikolay Kim
|
0410f59cf5
|
prep release
|
2019-03-02 14:55:22 -08:00 |
|
Nikolay Kim
|
400023a07b
|
prepare actix-connector release
|
2019-03-02 14:47:52 -08:00 |
|
Nikolay Kim
|
2e4c84dbb6
|
prepare actix-server release
|
2019-03-02 14:42:31 -08:00 |
|
Nikolay Kim
|
672c3936a6
|
prepare actix-utils release
|
2019-03-02 14:30:32 -08:00 |
|
Nikolay Kim
|
fbf4444b04
|
prep release
|
2019-03-02 14:22:03 -08:00 |
|
Nikolay Kim
|
b5b3168b34
|
do not use void for now
|
2019-03-02 13:49:21 -08:00 |
|
Nikolay Kim
|
668e4f9ac4
|
update utils; add NewTransform::map_init_err
|
2019-03-02 13:18:01 -08:00 |
|
Nikolay Kim
|
d0b8b6940c
|
add configuration parameter to transform factory
|
2019-03-02 12:16:30 -08:00 |
|
Nikolay Kim
|
f1bc9d0deb
|
update tests
|
2019-02-22 18:47:29 -08:00 |
|
Nikolay Kim
|
6ed020565c
|
update service crate
|
2019-02-22 18:31:25 -08:00 |
|
Nikolay Kim
|
7ee33efdfd
|
moved boxed service and new service to actix-service
|
2019-02-22 18:20:54 -08:00 |
|
Nikolay Kim
|
83f51b28d7
|
allow to customize cfg parameter for FnNewService
|
2019-02-22 17:12:26 -08:00 |
|
Nikolay Kim
|
83a19e9cb3
|
add IntoConfigurableNewService
|
2019-02-22 14:30:00 -08:00 |
|
Nikolay Kim
|
6b4010892d
|
add IntoNewService for FnNewService
|
2019-02-22 14:19:43 -08:00 |
|
Nikolay Kim
|
d2bd9134aa
|
add fn service helpers
|
2019-02-22 14:13:48 -08:00 |
|
Nikolay Kim
|
a0e2d926e6
|
add fn_nservice
|
2019-02-22 13:20:52 -08:00 |
|
Nikolay Kim
|
43d2dd473f
|
update tests
|
2019-02-22 13:08:31 -08:00 |
|
Nikolay Kim
|
862be49e30
|
add Config argument to NewService
|
2019-02-22 12:44:37 -08:00 |
|
Nikolay Kim
|
6ea128fac5
|
Custom BoxedNewService implementation
|
2019-02-21 11:19:28 -08:00 |
|
Nikolay Kim
|
a97d7f0ccf
|
add BoxedNewService and BoxedService
|
2019-02-21 10:41:39 -08:00 |
|
Nikolay Kim
|
3d7daabdd7
|
add NewService impls for Rc<S> and Arc<S>
|
2019-02-19 11:31:54 -08:00 |
|
Nikolay Kim
|
32f4718880
|
Add Display impl for InOrderError
|
2019-02-11 08:39:28 -08:00 |
|
Nikolay Kim
|
b8f9bf4bc8
|
Add Display impl for TimeoutError
|
2019-02-11 08:34:57 -08:00 |
|
Nikolay Kim
|
e354c6df92
|
Drop service response
|
2019-02-09 21:39:17 -08:00 |
|
Nikolay Kim
|
a53f06a1a4
|
allow register router resource for ResourceDef
|
2019-02-09 20:43:39 -08:00 |
|
Nikolay Kim
|
9979bfb3ef
|
rename Pattern to ResourceDef
|
2019-02-09 07:24:35 -08:00 |
|
Nikolay Kim
|
17d0f84f63
|
prep actix-utils
|
2019-02-06 11:40:22 -08:00 |
|
Nikolay Kim
|
08bc328826
|
clippy warnings
|
2019-02-04 11:04:10 -08:00 |
|
Nikolay Kim
|
7dca264546
|
move transform map_err combinator to separate module
|
2019-02-04 10:55:39 -08:00 |
|
Nikolay Kim
|
3bddba5da5
|
helper method
|
2019-02-03 14:12:15 -08:00 |
|
Nikolay Kim
|
4be025926c
|
add InOrder service
|
2019-02-03 14:05:13 -08:00 |
|
Nikolay Kim
|
0063a26aab
|
prepare actix-service release
|
2019-02-03 13:32:51 -08:00 |
|
Nikolay Kim
|
bcc466f6ab
|
update tests
|
2019-02-03 11:48:11 -08:00 |
|
Nikolay Kim
|
663ae53954
|
fix Clone impl for Timeout
|
2019-02-03 11:37:34 -08:00 |
|
Nikolay Kim
|
406088524e
|
depend on git repo
|
2019-02-03 11:33:26 -08:00 |
|
Nikolay Kim
|
5b8446105f
|
depend on repo
|
2019-02-03 11:16:24 -08:00 |
|
Nikolay Kim
|
429ad453d3
|
change Apply::new_fn to old args order
|
2019-02-03 10:52:44 -08:00 |
|
Nikolay Kim
|
bd977373bc
|
generalize apply combinator with transform trait
|
2019-02-03 10:42:27 -08:00 |
|
Nikolay Kim
|
d45fb9521f
|
update deps
|
2019-02-01 20:11:30 -08:00 |
|
Nikolay Kim
|
94a0da3659
|
prepare actix-connector release
|
2019-02-01 20:06:53 -08:00 |
|
Nikolay Kim
|
8d62ac4b2f
|
prepare actix-server release
|
2019-02-01 20:03:31 -08:00 |
|
Nikolay Kim
|
442163690e
|
prepare actix-utils release
|
2019-02-01 20:00:12 -08:00 |
|
Nikolay Kim
|
d83bf95304
|
Use associated type instead of generic for Service definition
|
2019-02-01 19:53:13 -08:00 |
|
Nikolay Kim
|
8cdbf49187
|
better inflight readiness check
|
2019-02-01 15:15:53 -08:00 |
|
Nikolay Kim
|
132be0baa1
|
better naming
|
2019-02-01 14:48:09 -08:00 |
|