|
|
5ffd362b6e
|
Update glog_logger.go
多了个空格
|
2021-11-03 15:02:21 +08:00 |
|
|
|
a423fba2a8
|
comment or be unexported
exported method Redis.UpdateExpire should have comment or be unexported
|
2021-11-03 14:59:28 +08:00 |
|
|
|
41d0832fa5
|
Merge branch 'master' into hotfix/i1421
|
2021-11-03 14:55:02 +08:00 |
|
|
|
5e7b0c9303
|
Merge branch 'master' of https://github.com/gogf/gf
|
2021-11-03 13:27:49 +08:00 |
|
|
|
0c43e7986f
|
improve function gutil.Dump/DumpWithType
|
2021-11-03 13:27:37 +08:00 |
|
|
|
bc1d76a796
|
add example for gqueue
|
2021-11-03 11:41:34 +08:00 |
|
|
|
6b9f72d973
|
📝 add example
|
2021-11-03 11:28:54 +08:00 |
|
|
|
d980cff663
|
📝 add example
|
2021-11-03 11:22:17 +08:00 |
|
|
|
7de69db707
|
232234
|
2021-11-03 10:16:41 +08:00 |
|
|
|
5e34aee2d7
|
example over
|
2021-11-03 00:49:06 +08:00 |
|
|
|
797719d8d5
|
Complete the following verification rule example method
1. passport 2.password 3.password2 4.password3 5.postcode 6.resident-id 7.bank-card 8.qq 9.ip 10.ipv4 11.ipv6
|
2021-11-02 23:47:25 +08:00 |
|
|
|
6c3aa6ede5
|
📝 add example
|
2021-11-02 20:08:15 +08:00 |
|
|
|
18459ec1bc
|
Merge pull request #1449 from mingzaily/master
Example for glist
|
2021-11-02 19:37:47 +08:00 |
|
|
|
e727788f42
|
Merge branch 'gogf:master' into master
|
2021-11-02 14:33:13 +08:00 |
|
|
|
3df7711e74
|
complete example for glist
|
2021-11-02 14:31:34 +08:00 |
|
|
|
c1f856fa8e
|
update
|
2021-11-02 13:27:54 +08:00 |
|
|
|
8ffc7699d6
|
Merge pull request #9 from gogf/master
pr from master
|
2021-11-02 11:25:49 +08:00 |
|
|
|
a3eff53c69
|
Modify "date" rule Example
|
2021-11-02 11:22:34 +08:00 |
|
|
|
56c12ad7c3
|
fix unit testing case for pakage gfile
|
2021-11-02 09:56:53 +08:00 |
|
|
|
77a0f59cd3
|
add automatic adding OmitNil option for data and where filtering if given struct name is defined like 'xxxForDao'
|
2021-11-02 09:55:37 +08:00 |
|
|
|
94768530cc
|
Complete the following verification rule example method
1. datetime 2.date-format 3.email 4.phone 5.phone-loose 6.telephone
|
2021-11-02 00:03:44 +08:00 |
|
|
|
79a233eb78
|
example&comment update
|
2021-11-01 19:46:39 +08:00 |
|
|
|
183d800f4c
|
📝 add example
|
2021-11-01 12:17:53 +08:00 |
|
|
|
191ad20436
|
Complete the following verification rule example method
1. date
|
2021-10-31 23:16:54 +08:00 |
|
|
|
c0c68d1e46
|
rename Println -> Print for package glog
|
2021-10-30 20:47:38 +08:00 |
|
|
|
ac6968edf1
|
improve Dump feature
|
2021-10-30 20:35:55 +08:00 |
|
|
|
e22e1d0e4a
|
remove function Println from package glog
|
2021-10-30 19:44:22 +08:00 |
|
|
|
42e27dd14c
|
add context parameter for package grpool
|
2021-10-30 18:09:58 +08:00 |
|
|
|
d817047c98
|
remove Logger interface from package gdb
|
2021-10-30 16:12:51 +08:00 |
|
|
|
e15cd6ae89
|
fix issue in package gcache
|
2021-10-30 16:00:38 +08:00 |
|
|
|
17e6063c5c
|
add neccessary parameter context for package gcron/gtimer
|
2021-10-30 15:36:10 +08:00 |
|
|
|
a8b2a2ff33
|
Merge remote-tracking branch 'origin/develop' into develop
|
2021-10-29 22:46:00 +08:00 |
|
|
|
4b3eb09492
|
Complete the following verification rule example method
1. required 2.required-if 3.required-unless 4.required-with 5.required-with-all 6.required-without 7.required-without-all 8.same 9.different 10.in 11.not-in
|
2021-10-29 22:44:35 +08:00 |
|
|
|
d1c09cb21d
|
完成以下校验规则示例方法
1. required 2.required-if 3.required-unless 4.required-with 5.required-with-all 6.required-without 7.required-without-all 8.same 9.different 10.in 11.not-in
|
2021-10-29 22:37:38 +08:00 |
|
|
|
1188793f8f
|
automatically add column prefix for where conditions
|
2021-10-29 16:57:56 +08:00 |
|
|
|
09b8df1818
|
add WherePrefix/WhereOrPrefix for gdb.Model
|
2021-10-29 15:49:08 +08:00 |
|
|
|
6192d32501
|
add LeftJoinOnField/InnerJoinOnField/InnerJoinOnField/FieldsPrefix/FieldsExPrefix for package gdb
|
2021-10-29 15:12:31 +08:00 |
|
|
|
a6a8d787e4
|
merge IgnoreEmptySliceWhere feature into OmitEmptyWhere
|
2021-10-29 10:50:14 +08:00 |
|
|
|
e5c6d3f777
|
fix issue in unit testing cases for package gjson
|
2021-10-28 23:46:24 +08:00 |
|
|
|
1bfa792ea9
|
fix context canceled error while propagate context from http.Request
|
2021-10-28 23:37:51 +08:00 |
|
|
|
8ef4f68215
|
add IgnoreEmptySliceWhere feature for package gdb; add OriginValueAndKind/OriginTypeAndKind functions for package internal/utils
|
2021-10-28 23:18:23 +08:00 |
|
|
|
493f5dcff2
|
remove unused functions for package gdb
|
2021-10-27 15:41:15 +08:00 |
|
|
|
2cf84e020f
|
add automatically detectting feature for 'in' attribute of parameters for package goai;add 'datetime' rule for package gvalid
|
2021-10-27 15:33:29 +08:00 |
|
|
|
e21bd9b4cb
|
Update gcron_schedule.go
|
2021-10-27 10:44:28 +08:00 |
|
|
|
ded94276a8
|
Merge branch 'master' into processconflict
|
2021-10-27 10:33:36 +08:00 |
|
|
|
a19ba3d530
|
add embedded struct fields overwrite feature for package internal/structs
|
2021-10-26 21:57:56 +08:00 |
|
|
|
e0674ee7fe
|
improve openapi implements
|
2021-10-25 21:23:47 +08:00 |
|
|
|
2481435829
|
improve openapi implements
|
2021-10-25 21:06:24 +08:00 |
|
|
|
e48b565e18
|
improve openapi implements
|
2021-10-25 20:36:09 +08:00 |
|
|
|
f6c2206b88
|
improve logging content field name from selected/updated to rows
|
2021-10-25 19:50:52 +08:00 |
|