Commit Graph

1838 Commits

Author SHA1 Message Date
李铭昕
7fad91bb66
Merge pull request #152 from limingxinleo/dbconnection
Fixed db connection will not be closed when a low use frequency.
2019-07-08 16:26:02 +08:00
黄朝晖
4a90e6b7af
Update Frequency.php 2019-07-08 15:19:26 +08:00
李铭昕
877bc20952 Update 2019-07-08 14:57:34 +08:00
黄朝晖
a1582f1ca3
Merge pull request #165 from hyperf-cloud/huangzhhui-patch-1
Update json-rpc.md
2019-07-08 14:39:26 +08:00
黄朝晖
c04034ae0a
Update json-rpc.md 2019-07-08 14:39:12 +08:00
李铭昕
db73eed4db Added LowFrequencyInterface. 2019-07-08 14:36:05 +08:00
李铭昕
cd97ade3c8 Added comment. 2019-07-08 14:23:00 +08:00
黄朝晖
a3234e4eaf
Merge branch 'master' into dbconnection 2019-07-08 14:07:25 +08:00
李铭昕
c4adc4ddb7
Merge pull request #163 from limingxinleo/constants
Constants classes support custom arguments.
2019-07-08 10:46:13 +08:00
李铭昕
8104c0a642
Merge pull request #164 from daydaygo/gh-pages
fix: url of `component guide intro`
2019-07-08 10:40:34 +08:00
daydaygo
1dc434c072 fix: url of component guide intro 2019-07-08 10:36:57 +08:00
李铭昕
f96f77e2ea
Merge branch 'master' into constants 2019-07-08 10:34:08 +08:00
李铭昕
ee28f1dcfc Update CHANGELOG.md 2019-07-08 10:27:50 +08:00
李铭昕
3735f8177e Added arguments to Constants. 2019-07-08 10:20:42 +08:00
李铭昕
2bb7e9c852 Added swoole-dashboard. 2019-07-08 09:57:54 +08:00
黄朝晖
c9c2e45160
Merge pull request #160 from huangzhhui/gh-pages-1
Added Supervisor
2019-07-08 00:55:27 +08:00
huangzhhui
ead338fc00 Merge remote-tracking branch 'hyperf/gh-pages' into gh-pages-1 2019-07-08 00:53:07 +08:00
黄朝晖
0784be048f
Update supervisor.md 2019-07-08 00:42:21 +08:00
黄朝晖
c32d8ebbd6
Update summary.md 2019-07-08 00:27:28 +08:00
黄朝晖
bccfe7b562
Update summary.md 2019-07-08 00:27:10 +08:00
黄朝晖
3e2517f420
Update summary.md 2019-07-08 00:26:33 +08:00
黄朝晖
337f214f85
Update install.md 2019-07-08 00:26:09 +08:00
黄朝晖
d537f798e2
Update CHANGELOG.md 2019-07-08 00:23:38 +08:00
黄朝晖
46046758d7
Update CHANGELOG.md 2019-07-08 00:21:42 +08:00
张奇峰
168be30ccd 增加supervisor部署方案 2019-07-08 00:04:40 +08:00
黄朝晖
7264be4ef6
Update Frequency.php 2019-07-07 23:57:02 +08:00
黄朝晖
18755d0a69
Merge pull request #157 from huangzhhui/gh-pages
Adjust image size
2019-07-07 23:53:37 +08:00
huangzhhui
c419f347d5 Adjust image size 2019-07-07 23:52:57 +08:00
黄朝晖
8569686230
Merge pull request #156 from huangzhhui/gh-pages
Added donate
2019-07-07 23:44:08 +08:00
huangzhhui
96f5153fc2 Added donate 2019-07-07 23:43:32 +08:00
黄朝晖
be2627a2d4
Merge pull request #154 from hyperf-cloud/huangzhhui-patch-1
Update install.md
2019-07-07 23:01:18 +08:00
黄朝晖
845083463a
Update install.md 2019-07-07 23:01:08 +08:00
张奇峰
834349adf7 Merge remote-tracking branch 'origin/gh-pages' into gh-pages 2019-07-07 21:54:18 +08:00
张奇峰
2e36702b7d 补充项目后台运行、管理方案部署和配置 2019-07-07 21:53:47 +08:00
李铭昕
43db2a9cec Fixed testing for db connection. 2019-07-07 20:21:29 +08:00
李铭昕
ec1ce41cf0 Renamed Frequency. 2019-07-07 20:04:52 +08:00
李铭昕
75971e2c07 Optimized code. 2019-07-07 19:09:30 +08:00
李铭昕
ee4598ab55 Update CHANGELOG.md 2019-07-07 18:50:13 +08:00
李铭昕
52f9dfef31 Close db connection. 2019-07-07 18:37:01 +08:00
李铭昕
864df08c6e Flush pool when pool->getConnection is low frequency. 2019-07-07 18:29:22 +08:00
李铭昕
db7dfc7de6 Added FreqInterface. 2019-07-07 18:05:18 +08:00
李铭昕
6fdb731280
Merge pull request #140 from limingxinleo/swoole4.4
Support swoole 4.4.0
2019-07-07 12:21:27 +08:00
李铭昕
8b443360f9 Merge branch 'swoole4.4' of https://github.com/limingxinleo/hyperf into swoole4.4 2019-07-07 11:14:13 +08:00
李铭昕
c4f62d2f0d Added flags. 2019-07-07 11:12:55 +08:00
黄朝晖
8ee33e402d
Merge pull request #148 from huangzhhui/bugfix#122
Fixed #122
2019-07-07 01:16:26 +08:00
huangzhhui
c6f2853758 fixed #122 2019-07-07 01:15:29 +08:00
黄朝晖
0da252c668
Merge pull request #147 from huangzhhui/gh-pages
Update awesome-components.md
2019-07-07 00:53:32 +08:00
huangzhhui
cfe8ca8f9e Update awesome-components.md 2019-07-07 00:52:47 +08:00
黄朝晖
dd7cb74f91
Merge pull request #143 from huangzhhui/gh-pages
Update quick-start.md
2019-07-07 00:04:41 +08:00
huangzhhui
4b8369dedd Update quick-start.md 2019-07-07 00:04:06 +08:00