Commit Graph

5464 Commits

Author SHA1 Message Date
李铭昕
91cadc2550
Merge pull request #2019 from weskiller/master
Fixed bug that `gen:model` generate property failed, when used `morphTo` or `where`.
2020-07-01 10:28:21 +08:00
李铭昕
9878c2b08f Format code. 2020-07-01 10:24:01 +08:00
李铭昕
d3010b3937 FIxed morphTo when does not has args. 2020-07-01 10:00:05 +08:00
weskiller
b776ca8fc2 Fixed MorphTo Model class namespace 2020-06-30 21:31:28 +08:00
weskiller
c191287c54 Fixed morphTo not define name 2020-06-30 20:57:49 +08:00
weskiller
6d5e9f4239 Fixed gen:model generate morphTo relation annotate, and relation method used where 2020-06-30 19:19:42 +08:00
李铭昕
0e6e12b11d
Fixed default config. (#2014) 2020-06-30 13:46:39 +08:00
黄朝晖
6023344407
Merge pull request #2010 from sy-records/patch-1
Update constants.md
2020-06-30 13:20:39 +08:00
黄朝晖
61368737e2
Update constants.md 2020-06-30 13:15:11 +08:00
沈唁
99ecda9555 Update constants.md
Update constants.md

Update constants.md

Update constants.md
2020-06-29 19:17:21 +08:00
黄朝晖
58e2998bfd
Merge pull request #2005 from yasarluo/patch-1
Update changelog.md
2020-06-29 11:33:34 +08:00
Yasar Luo
fb7fc19239
Update changelog.md 2020-06-29 08:28:27 +08:00
祇是一支歌
041bf8fa8e
fix: change the binding attribute order in aop trait (#1989) (#1990)
* fix: change the binding attribute order in aop trait (#1989)

before:
The old binding order is parent->trait->current
It causes some properties of current to not be bound
after:
The new binding order is current->trait->parent

* docs(contribute): update pull request url

* Update PropertyHandlerTrait.php

* Removed uesless code.

* Fixed handled property not be handled again by parent class.

Co-authored-by: 李铭昕 <715557344@qq.com>
2020-06-28 15:20:33 +08:00
黄朝晖
0a299268d1
Merge pull request #1998 from haozing/patch-3
所需版本更新
2020-06-28 13:29:12 +08:00
haozing
191baeb33b
所需版本更新
1.Swoole扩展版本
2.hyperf最新docker镜像
2020-06-28 10:32:43 +08:00
黄朝晖
29e0d46993
Merge pull request #1853 from nfangxu/command-doc
update command.md
2020-06-28 00:27:25 +08:00
huangzhhui
323d4a111f Translate doc 2020-06-28 00:26:45 +08:00
huangzhhui
1b4511dfd9 Update command.md 2020-06-28 00:25:05 +08:00
huangzhhui
70c13647e0 Merge remote-tracking branch 'origin/master' into pr/1853 2020-06-28 00:22:47 +08:00
huangzhhui
d399afa36b Update command.md 2020-06-28 00:22:19 +08:00
李铭昕
d014e6aed8
Fixed default driver not found. (#1994) 2020-06-27 05:35:18 +08:00
黄朝晖
9dc74e4525
Merge pull request #1993 from bob-yangpf/bob-yangpf-v2
docs(contribute): update pull request url
2020-06-27 03:07:22 +08:00
黄朝晖
19463bd056
Merge pull request #1987 from sy-records/update-doc
remove ./
2020-06-27 03:01:41 +08:00
杨鹏飞
80913175fb docs(contribute): update pull request url 2020-06-26 19:20:17 +08:00
李铭昕
1d54de7cbd
Optimized code for watcher. (#1988) 2020-06-26 14:14:08 +08:00
sy-records
55326e0abd remove ./ 2020-06-25 10:54:10 +08:00
沈唁
059aedf3e6
Changed exit_code 0 to SIGTERM when swoole short name do not set disable. (#1986)
* Add get php path

* Update CHANGELOG-2.0.md

Co-authored-by: 李铭昕 <715557344@qq.com>
2020-06-25 10:05:07 +08:00
李铭昕
7233402df8
Fixed global_imports do not work when the aliases are not all lowercase letters. (#1985) 2020-06-25 09:56:19 +08:00
沈唁
3f35cb60d9
Added command gen:constants. (#1934)
* add gen constants

* update doc

* Update CHANGELOG-2.0.md

Co-authored-by: 李铭昕 <715557344@qq.com>
2020-06-25 08:09:16 +08:00
李铭昕
7a66b3c250
Merge pull request #1982 from limingxinleo/2.0-watcher
Added watcher component.
2020-06-25 08:01:06 +08:00
李铭昕
fce95cd786
Format code. (#1983) 2020-06-25 07:15:36 +08:00
黄朝晖
86316cc42a
Merge pull request #1976 from comdeng/patch-1
修改错别字
2020-06-24 22:15:48 +08:00
黄朝晖
d7b79955cf
Merge pull request #1973 from haozing/patch-2
更新版本
2020-06-24 22:15:15 +08:00
李铭昕
d6ac43509b Added test cases. 2020-06-24 20:39:37 +08:00
李铭昕
9201f2aa5b Added watcher component. 2020-06-24 20:26:43 +08:00
comdeng
d96faba5bd
修改错别字 2020-06-23 23:40:13 +08:00
haozing
f92998bcca
更新版本
更新版本
2020-06-23 17:30:12 +08:00
Kids Return
e831fe0a93
Fixed bug that migration will be created although class already exists. (#1952)
* Fix same migration file class name

* show gen:migration command description

* Fix test

* Fix test

* Update CHANGELOG-2.0.md

Co-authored-by: 李铭昕 <715557344@qq.com>
2020-06-23 16:39:11 +08:00
hector
b4b6522ac1
Fixt isMethodsExists bug (#1960)
* Fixt isMethodsExists bug

* Update CHANGELOG-2.0.md

Co-authored-by: huangzhhui <huangzhwork@gmail.com>
2020-06-23 11:55:30 +08:00
dayday
a470692f58
Update 2.0.md (#1958)
* Update 2.0.md

* Update

* Update annotation.md

* Update annotation.md

* update

* Update 2.0.md

* Update 2.0.md

* Update 2.0.md

* Translate

* Update

Co-authored-by: 李铭昕 <715557344@qq.com>
Co-authored-by: huangzhhui <huangzhwork@gmail.com>
2020-06-23 11:47:44 +08:00
motian
6dd6fbe6d8
Fix start errors when file aspects.php not exist. (#1961)
* Fix start errors when file aspects.php not exist.

* Update CHANGELOG-2.0.md

Co-authored-by: 李铭昕 <715557344@qq.com>
2020-06-23 11:39:12 +08:00
李铭昕
8c89785c16
Fixed the wrong http code when initRequestAndResponse failed. (#1965)
* Added test cases.

* Fixed the wrong http code when `initRequestAndResponse` failed.

* Update CHANGELOG-2.0.md
2020-06-23 11:37:22 +08:00
黄朝晖
e02068a5d7
Merge pull request #1963 from sy-records/update-badge
update badge link
2020-06-23 11:25:59 +08:00
李铭昕
33bcb55969
Fixed 500 caused by empty body. (#1964) 2020-06-23 10:44:43 +08:00
sy-records
0ae0d03d39 update badge link 2020-06-23 08:32:46 +08:00
hector
c67160fe96
Make ClassLoader easier to be extended (#1959)
* Make ClassLoader easier to be extended

* Update CHANGELOG-2.0.md

Co-authored-by: 李铭昕 <715557344@qq.com>
2020-06-22 19:28:29 +08:00
黄朝晖
cf118b671b
Merge pull request #1957 from sy-records/upgrade-2.0
update docs
2020-06-22 18:44:24 +08:00
sy-records
5c550dd416 fix typo 2020-06-22 17:14:57 +08:00
sy-records
0407f3b5ae update docs 2020-06-22 17:09:53 +08:00
huangzhhui
c20229f811 Remove 1shanghu sponsor logo 2020-06-22 14:00:58 +08:00