Commit Graph

5116 Commits

Author SHA1 Message Date
daguang
c39a58f812 improve clickhouse driver 2022-04-04 14:56:44 +08:00
daguang
5034f231a9 improve clickhouse driver 2022-04-04 12:46:11 +08:00
daguang
64afd5f64c Merge branch 'master' of https://github.com/DGuang21/gf into feature-clickhouse-driver 2022-04-02 18:35:12 +08:00
Macrow
0e0d2e1c45 fix: break when finished set custom listener in newGracefulServer method 2022-04-01 09:03:36 +08:00
John Guo
52d8371ba9 add UT case for package gdb 2022-03-31 21:40:28 +08:00
daguang
1d74b58d36 Merge branch 'master' of https://github.com/DGuang21/gf into feature-clickhouse-driver 2022-03-31 21:29:17 +08:00
John Guo
66803fd664 fix issue in package gdb 2022-03-31 16:57:32 +08:00
John Guo
87609a3424 version update 2022-03-31 16:52:15 +08:00
John Guo
b4184e4523 Merge branch 'master' of https://github.com/gogf/gf 2022-03-31 16:16:57 +08:00
John Guo
05508e4fcb improve cache feature for package gdb 2022-03-31 16:15:44 +08:00
John Guo
372bae4799 fix issue in missing first result column when in select cache scenario 2022-03-31 15:42:12 +08:00
Macrow
c7f51b8e77 fix: SetListener test data race error 2022-03-30 14:55:03 +08:00
John Guo
21f48d3750 improve Unique function performance for normal arrays 2022-03-30 14:32:16 +08:00
Macrow
b57cbacc82 refactor: method SetListener accepts slice of net.Listener and remove method SetListeners 2022-03-29 23:22:23 +08:00
John Guo
126a81d89a
Merge pull request #1697 from cuishuang/master
fix some typos
2022-03-29 20:38:20 +08:00
John Guo
707dc6b346 add xextensions feature for package goai 2022-03-29 20:31:00 +08:00
John Guo
c1c86c026f fix type integer from type number for package goai 2022-03-28 16:40:43 +08:00
John Guo
5c4982cb0c add Sort field for Pat of package goai 2022-03-28 16:20:08 +08:00
John Guo
fed38ea7ab add Sort field for Operation of package goai 2022-03-28 16:18:44 +08:00
John Guo
4d6ef1c52d add sort field for path of package goai 2022-03-28 15:59:02 +08:00
John Guo
c6aba6da4d improve ExternalDocs feature for package goai 2022-03-28 15:21:58 +08:00
John Guo
ec92d2b7f4 improve empty slice/object validation logic for package gvalid 2022-03-25 17:53:58 +08:00
John Guo
6810e71220 add UT case for package goai 2022-03-25 12:00:09 +08:00
John Guo
f4192d695c remove sort feature for openapi 2022-03-24 22:08:06 +08:00
John Guo
6664437b06 add sort feature for path of openapi 2022-03-24 21:56:37 +08:00
John Guo
96a135834a improve openapi genereating for package ghttp 2022-03-24 20:15:54 +08:00
John Guo
09ba1bf1fb imrove context handling for package gdb 2022-03-24 17:51:49 +08:00
John Guo
cc01629b57 improve hook and sharding feature for package gdb 2022-03-24 15:33:30 +08:00
cuishuang
2d586859c3 fix some typos
Signed-off-by: cuishuang <imcusg@gmail.com>
2022-03-23 21:45:00 +08:00
John Guo
a5e20e4939 improve openapi paths sequence in json as api defined sequence 2022-03-23 17:39:38 +08:00
John Guo
0e3f4f45e0 improve hook feature for package gdb 2022-03-23 16:23:33 +08:00
John Guo
045c3e132f improve hook feature for package gdb 2022-03-23 16:17:18 +08:00
John Guo
80c068ae05 add example for properties of swagger schema object 2022-03-23 15:05:37 +08:00
John Guo
6574b8cbfe change build-in swagger ui to public cdn 2022-03-23 14:48:34 +08:00
John Guo
20c48b1712 change build-in swagger ui to public cdn 2022-03-23 14:46:56 +08:00
John Guo
ee16b6df88 change build-in swagger ui to public cdn 2022-03-23 14:43:48 +08:00
Macrow
325887fa18 fix: SetListener overwrite default address 2022-03-22 21:35:53 +08:00
Macrow
73ca527b0a feat: add SetListener and throw error in SetListeners 2022-03-22 13:34:15 +08:00
John Guo
439350836e fix example case for package gsession 2022-03-21 22:44:21 +08:00
John Guo
5ee387672b enhancement from issue #1689 2022-03-21 22:36:06 +08:00
John Guo
f670c24e2c fix issue #1681 2022-03-21 22:24:59 +08:00
John Guo
f2e1f63396 fix issue #1679 2022-03-21 22:04:15 +08:00
John Guo
6dacdd60dc add sharding feature for package gdb 2022-03-21 21:17:48 +08:00
John Guo
87ccc27ee4 sharding feature develop 2022-03-21 14:26:56 +08:00
Macrow
147348e0d1 refactor: remove unnecessary code in method getListenAddress of Server 2022-03-20 10:17:44 +08:00
Macrow
ad202ea735 refactor: adjust method SetListeners of server and add unit test 2022-03-20 02:31:21 +08:00
John Guo
950695664c improve hook feature for package gdb 2022-03-19 23:38:57 +08:00
John Guo
d1f76f3834 Merge branch 'master' of https://github.com/gogf/gf 2022-03-19 22:54:50 +08:00
John Guo
66e6a05e5f cli template update 2022-03-19 22:54:38 +08:00
John Guo
0f430c66ae
Merge pull request #1684 from houseme/fix-1674
improve ignore and up websocket 1.5.0
2022-03-19 22:50:53 +08:00