Commit Graph

165 Commits

Author SHA1 Message Date
李铭昕
53d40d94d4
Added stdoutlogger testing. (#1037) 2019-11-28 10:25:15 +08:00
李铭昕
60689a5437 Merge branch 'master' into pr/860 2019-11-21 09:55:23 +08:00
sy-records
9fd7530bf5 Update composer.json 2019-11-15 09:19:00 +08:00
Reasno
f6110a2de7 Merge branch 'master' of https://github.com/hyperf/hyperf into retry 2019-11-15 01:18:43 +08:00
Luffy
854d07a2c8 Update composer.json (#947) 2019-11-14 20:42:18 +08:00
李铭昕
3fa03c5fbe
Merge pull request #941 from daydaygo/dayday-201911140956
add config-zookeeper
2019-11-14 13:32:23 +08:00
黄朝晖
c407b1e09a
Merge pull request #921 from huangzhhui/session
Add Session component
2019-11-14 12:54:46 +08:00
李铭昕
0a2623c0af Optimized code. 2019-11-14 11:22:30 +08:00
李铭昕
3b8b23dddc Format code. 2019-11-13 10:47:16 +08:00
huangzhhui
ae964cac5d Merge remote-tracking branch 'upstream/master' into session 2019-11-11 20:38:49 +08:00
谷溪
abaee5d56b
Merge branch 'master' into retry 2019-11-11 00:25:59 +08:00
Dickens Gao
8ecbae4947 Added twig template engine for view. (#905) 2019-11-10 14:58:14 +08:00
李铭昕
05c375c07f
Added smarty testing. (#912) 2019-11-10 14:34:57 +08:00
李铭昕
d83e764c0e Merge branch 'master' into pr/827 2019-11-09 16:12:58 +08:00
谷溪
13394dcc96
Merge branch 'master' into retry 2019-11-07 17:16:26 +08:00
Reasno
83114383d2 Add Retry Component
Merge branch 'master' of https://github.com/hyperf/hyperf into retry
2019-11-05 15:15:29 +08:00
李铭昕
c387bb8e12 Format code. 2019-11-02 14:29:10 +08:00
李铭昕
a5385bb12e Optimized code. 2019-10-31 10:49:13 +08:00
李铭昕
e2d3542086 Moved repejota/nats into hyperf/nats. 2019-10-31 10:31:24 +08:00
李铭昕
f94d83fc12 Added nats component. 2019-10-30 22:04:16 +08:00
李铭昕
95ce15c17b
Merge pull request #796 from limingxinleo/1.1-etcd
Optimized etcd.
2019-10-30 16:26:57 +08:00
李铭昕
e0d7f2d596 Fixed namespaces for testing. 2019-10-30 14:36:00 +08:00
李铭昕
c7d73cf21c Optimized EtcdClient::getDefaultHandler. 2019-10-27 18:58:19 +08:00
huangzhhui
2fd430e7b5 Merge remote-tracking branch 'upstream/master' into session 2019-10-27 16:17:47 +08:00
Reasno
c6c8e1004b Add Metric Component
Support a various of Metrics providers, including prometheus, statsd, influxdb.
2019-10-25 16:51:03 +08:00
李铭昕
a690f36b3e Added protocol. 2019-10-22 19:29:31 +08:00
Peter Kokot
4cf07d573f Add ext-swoole to composer requirement (#671) 2019-10-08 17:47:24 +08:00
Dacheng Gao
6524415bba Fix LICENSE link 2019-10-06 19:53:21 +08:00
黄朝晖
85a14a8375
Merge pull request #429 from chunhei2008/feat/validation
Add validation component
2019-09-29 18:03:18 +08:00
水煮牛肉
c8ea4ca394 Deleted useless code of guzzle. (#618)
* Deleted useless code of guzzle.

* Optimized .
2019-09-26 14:58:19 +08:00
huangzhhui
3f783a65be Merge remote-tracking branch 'upstream/master' into pr/429 2019-09-20 23:42:41 +08:00
黄朝晖
0c327bd0ca
Merge pull request #478 from Reasno/tracer
Adopt opentracing interfaces and support jaeger
2019-09-20 23:28:21 +08:00
李铭昕
784ed332a2 Merge branch 'master' into 1.0-merge 2019-09-20 09:55:03 +08:00
huangzhhui
3c7553e918 Merge remote-tracking branch 'upstream/master' into pr/478 2019-09-20 00:21:15 +08:00
李铭昕
67eb4af5c8
Fixed the next request will be effected after using stopPropagation. (#571)
* Create Propagation.php

* Fixed stopPropagation will effect the next request.

* Added testing.

* Update phpunit.xml

* Update CHANGELOG.md
2019-09-16 09:28:45 +08:00
wangyi
f2258295d0 Merge branch 'master' into feat/validation 2019-09-10 18:28:22 +08:00
李铭昕
ca05d123a9 Added testing. 2019-09-10 17:13:55 +08:00
huangzhhui
8b2b06df28 Optimized 2019-09-04 16:19:23 +08:00
黄朝晖
1ebf616c0f
Merge pull request #489 from sy-records/master
Update SwooleTracker
2019-09-03 10:07:42 +08:00
reasno
bf4ad4a932 Add Documentation
Merge branch 'master' into tracer

Pass PHPStan
2019-08-31 18:33:41 +08:00
Luffy
5919740780
Update composer.json 2019-08-30 16:34:16 +08:00
Reasno
fcad7ce6bf [Feature] Adopt opentracing interface and support jaeger
This PR unties all Zipkin details from the hyper/tracer. All tracing interaction is done through the standard Opentracing interfaces. Configuration format is slightly modified according to the discussion in #453. Two adapters are provided out of box, Zipkin and Jaeger. The architecture is made pluggable now. Anything that implements opentracing can be used as the underlying tracer. Users are free to implement their own solution.

Note you need to "composer require jonahgeorge/jaeger-client-php" to use Jaeger as tracer.
2019-08-29 16:36:14 +08:00
李铭昕
2c9dadfda4 Merge branch '1.0' into pr/429 2019-08-28 11:48:48 +08:00
李铭昕
3fd84b3027 Merge branch 'master' into 1.0-merge 2019-08-28 11:41:30 +08:00
huangzhhui
7faea6efff Add __(), trans() and trans_choice() functions 2019-08-28 02:13:37 +08:00
huangzhhui
2c26101f2b Merge remote-tracking branch 'upstream/1.0' into pr/428 2019-08-28 00:59:02 +08:00
李铭昕
f5c381bc5b Optimized phpstan.neon 2019-08-27 13:30:24 +08:00
李铭昕
b2044339d0 Added ProxyFactory into Container. 2019-08-26 15:01:49 +08:00
李铭昕
e6f9fd0cee Update 2019-08-26 14:51:04 +08:00
李铭昕
315ba20ad2 Added testing. 2019-08-25 14:29:44 +08:00