Commit Graph

1305 Commits

Author SHA1 Message Date
daydaygo
ecf4c4a3fd add use for model.stub 2019-06-01 17:06:40 +08:00
李铭昕
5fe69a3aec Use make to new ModelUpdateVistor. 2019-06-01 15:04:34 +08:00
李铭昕
e7cb7654e8 Update gen:command options. 2019-06-01 10:34:39 +08:00
huangzhhui
09bbed04c1 Added config() function and adjusted composer dependencies 2019-05-31 22:53:41 +08:00
huangzhhui
a50e7d1d6f Use data_get() and data_set() instead of Arr::get() and Arr::set() 2019-05-31 22:52:51 +08:00
huangzhhui
9bb15f83ab Added co() function, same as go() 2019-05-31 22:51:24 +08:00
huangzhhui
e9fef2743a Added unit test of migrate:reset command 2019-05-31 17:47:56 +08:00
huangzhhui
8bdf6a1a04 Added unit test of migrate:rollback command 2019-05-31 16:49:02 +08:00
李铭昕
0ae73a7fd9 Added property pool for model-cache. 2019-05-31 15:51:38 +08:00
李铭昕
fd5ac2f6da Renamed RedisProxy poolName -> pool. 2019-05-31 15:51:21 +08:00
huangzhhui
2633a5d050 Format 2019-05-31 02:37:50 +08:00
huangzhhui
298d036170 Added migrate command unit test 2019-05-31 02:37:37 +08:00
huangzhhui
68e51448f6 Added unit test 2019-05-31 02:13:36 +08:00
huangzhhui
37a7b53e64 Optimized variable name and exception message 2019-05-31 02:12:55 +08:00
zcmzc
6cd972308c Add command to composer.json 2019-05-30 17:31:18 +08:00
daydaygo
bbf61deeb6 fix aliyun-acm config 2019-05-30 14:40:56 +08:00
huangzhhui
6ae8199f86 Added command and config-aliyun-acm components 2019-05-30 02:46:00 +08:00
huangzhhui
df0c948498 Added MIT license 2019-05-30 02:45:28 +08:00
huangzhhui
340560c8da Rename the process name 2019-05-30 02:38:58 +08:00
huangzhhui
1d8b332610 Optimized requires 2019-05-30 02:38:47 +08:00
huangzhhui
961603cec7 Optimized 2019-05-30 02:38:34 +08:00
daydaygo
4d5368fbec Merge branch 'master' of github.com:hyperf-cloud/hyperf 2019-05-30 00:00:07 +08:00
daydaygo
df66b02888 add hyperf/config-aliyun-acm 2019-05-29 23:52:43 +08:00
huangzhhui
bad4c0e19a Use MIT license 2019-05-29 20:39:59 +08:00
huangzhhui
035b974a87 Use MIT license 2019-05-29 20:38:01 +08:00
huangzhhui
144d8cc319 Format code style 2019-05-29 20:33:59 +08:00
huangzhhui
bab358df70 Format code style 2019-05-29 20:30:46 +08:00
huangzhhui
819a410138 Added migrate:status command 2019-05-29 20:26:39 +08:00
huangzhhui
ec20ea45fe Added a factory to create DatabaseMigrationRepository object 2019-05-29 20:25:12 +08:00
huangzhhui
64d649e068 Added dependencies and registered commands 2019-05-29 20:24:50 +08:00
huangzhhui
2f29979896 Added migrate:rollback command 2019-05-29 20:24:23 +08:00
huangzhhui
07df6b0955 Added migrate:reset command 2019-05-29 20:24:14 +08:00
huangzhhui
1b63d27833 Added migrate:fresh and migrate:refresh commands 2019-05-29 20:23:58 +08:00
huangzhhui
0e72406bb9 Added migrate and migrate:install commands 2019-05-29 20:23:43 +08:00
huangzhhui
8f626f08e7 Fixed non-exist method 2019-05-29 20:21:45 +08:00
huangzhhui
f8940514cf Set default value of $connection as default 2019-05-29 20:21:25 +08:00
huangzhhui
59e3ae9ec0 Added a Schema proxy class to instead of Facade 2019-05-29 20:20:30 +08:00
huangzhhui
6d1556129a Removed useless switch case 2019-05-29 20:19:32 +08:00
huangzhhui
08e8d6ce53 Update ConfirmableTrait.php 2019-05-29 20:19:04 +08:00
huangzhhui
dfd8519eda Optimzied abstract command 2019-05-29 20:18:55 +08:00
daydaygo
649f8ddbfa Merge branch 'master' of github.com:hyperf-cloud/hyperf 2019-05-29 18:00:07 +08:00
daydaygo
3056d1566e hyperf/config-apollo need hyperf/process 2019-05-29 16:41:10 +08:00
huangzhhui
5c78be96b0 Use getArguments and getOptions methods instead of configure 2019-05-29 15:20:03 +08:00
huangzhhui
3b64d19471 Create ConfirmableTrait.php 2019-05-29 15:19:15 +08:00
huangzhhui
b4dbc80e85 Added name property to define the command and added specifyParameters() method to parse options and arguments 2019-05-29 15:19:09 +08:00
huangzhhui
74406e22d0 Added gen:migration command to generate the migration file via templete 2019-05-29 14:41:03 +08:00
huangzhhui
08a96c109c Added $output property of constructor 2019-05-28 20:11:12 +08:00
李铭昕
b75e18b1c1 Removed default value from @Process. 2019-05-28 18:07:40 +08:00
李铭昕
ade1292dfa Deleted AfterScan event. 2019-05-28 12:41:57 +08:00
李铭昕
5c888ddd00 Added BootApplication event. 2019-05-28 10:24:09 +08:00