Commit Graph

1305 Commits

Author SHA1 Message Date
huangzhhui
dabaad8c60 Renamed the class name 2019-05-27 18:43:52 +08:00
huangzhhui
a1e1bdb02a Listen AfterScan event, and only register the callback once 2019-05-27 18:42:36 +08:00
huangzhhui
c19fdb6d78 Added AfterScan event, config/container.php would trigger this event after container scanned 2019-05-27 18:42:15 +08:00
huangzhhui
9be8046d15 Added has() static method 2019-05-27 18:41:15 +08:00
huangzhhui
34158c5c03 Added default options 2019-05-27 18:05:53 +08:00
李铭昕
82d11c3873 Fixed typo. 2019-05-27 14:52:58 +08:00
李铭昕
4310eae5d6 Merge branch 'master' of github.com:hyperf-cloud/hyperf 2019-05-27 14:47:38 +08:00
李铭昕
4c4a47c386 Added comments. 2019-05-27 14:47:27 +08:00
李铭昕
c244d8366e Added Redis Factory. 2019-05-27 14:44:31 +08:00
huangzhhui
84cceb9f95 Removed uncomplete command 2019-05-27 14:31:36 +08:00
huangzhhui
049b464084 Removed uncomplete dependency 2019-05-27 14:24:37 +08:00
huangzhhui
f72f06e578 Set $poolName property to public level 2019-05-27 14:23:53 +08:00
huangzhhui
2a477655cb Adjusted dependencies 2019-05-27 14:23:39 +08:00
huangzhhui
be8908093f Keep the functions.php file 2019-05-27 14:13:36 +08:00
huangzhhui
34e2cea3da make() function willnt throw an exception when make method doesnt exists in container 2019-05-27 14:09:31 +08:00
huangzhhui
00a4c55085 Moved make() function to utils component from di component 2019-05-27 14:08:46 +08:00
huangzhhui
596a1e23bb Update Filesystem.php 2019-05-27 10:24:29 +08:00
huangzhhui
ed3a345d17 Update Filesystem.php 2019-05-27 10:23:05 +08:00
huangzhhui
6ee9d45eee Create FileNotFoundException.php 2019-05-27 10:22:56 +08:00
huangzhhui
a31080b697 Merge branch 'master' of github.com:hyperf-cloud/hyperf 2019-05-27 10:09:19 +08:00
huangzhhui
c6d5242b0d Added install command and the test 2019-05-26 17:38:09 +08:00
huangzhhui
63f5e5a2d4 Added Filesystem helper 2019-05-26 17:36:05 +08:00
李铭昕
5e39d03e9a Optimized code. 2019-05-26 17:14:08 +08:00
李铭昕
8beb3f25a0 Added ask for command. 2019-05-26 16:59:51 +08:00
李铭昕
619ce396df Added some output style. 2019-05-26 16:39:40 +08:00
李铭昕
338f519150 Renamed Hyperf Command. 2019-05-26 16:22:21 +08:00
李铭昕
3c10532a6a Added command component. 2019-05-26 15:50:22 +08:00
李铭昕
fab79d4566 Optimized CacheEvict. 2019-05-24 17:06:13 +08:00
李铭昕
d40bc998c4 Added collect for @Cacheable, @CacheEvict. 2019-05-24 17:01:57 +08:00
李铭昕
1342fb0db0 Fixed Annotation @CacheEvict not work expected. 2019-05-24 16:53:08 +08:00
zcmzc
bbd757c715 Merge remote-tracking branch 'origin/master' 2019-05-21 17:52:18 +08:00
zcmzc
adc5a143a4 Fix 2019-05-21 17:51:39 +08:00
李铭昕
f3b22e8819 Fixed typo. 2019-05-21 14:43:40 +08:00
李铭昕
bbcbc7ea0e Fixed typo. 2019-05-21 14:41:56 +08:00
daydaygo
db6346c850 Merge branch 'master' of github.com:hyperf-cloud/hyperf 2019-05-21 14:02:48 +08:00
daydaygo
8614c40e2c fix 2019-05-21 14:02:44 +08:00
zcmzc
fc412ae3da Fix 2019-05-21 10:14:00 +08:00
huangzhhui
f62cb08c4a Optimized unit test 2019-05-19 21:56:23 +08:00
huangzhhui
4151e6c30a Added FailCache() annotation 2019-05-19 14:28:52 +08:00
huangzhhui
3eaebfebae Overrided the $container property in children class 2019-05-18 23:27:24 +08:00
huangzhhui
3b650a9d81 Refactor server and add jsonrpc-http protocol 2019-05-18 22:02:58 +08:00
huangzhhui
ad25471ebd Removed all helper methods 2019-05-18 21:50:25 +08:00
huangzhhui
3775cad4d2 Optimized comment and return type 2019-05-18 13:43:14 +08:00
huangzhhui
346c3c689f Removed :self return type in public/protected methods, this will cause the children class cannot override the method 2019-05-18 13:42:54 +08:00
huangzhhui
5018f087bc Seperate format() method to formatRequest() and formatResponse() methods 2019-05-18 13:41:52 +08:00
huangzhhui
e3d0d3cf25 Override all parent methods, and make it extends \Hyperf\HttpMessage\Server\Response 2019-05-18 13:40:21 +08:00
huangzhhui
1d5b47b3af ErrorHandler does not require to return a Response object anymore 2019-05-17 23:55:18 +08:00
daydaygo
d7d1810ca0 refactor 2019-05-17 21:12:57 +08:00
daydaygo
49fe486510 merge 2019-05-16 20:41:30 +08:00
daydaygo
486205f81f format exception log 2019-05-16 20:39:58 +08:00