33 Commits

Author SHA1 Message Date
王哈哈
1bb607b286
Modify comment syntax error (#5094) 2022-11-10 18:22:37 +08:00
Ming Deng
ab5a13f02a
fix 5022: Miss assiging ln to graceful Server (#5028) 2022-07-28 22:53:00 +08:00
Regan Yue
907956fbcf
refine comments for package core (#5014)
* Refine Comments

* refine comments for cache.go

* refine comments for log.go

* Update orm.go

* refine comments for orm_log.go,types.go

* Update utils.go

* Update doc.go

* refine comments

* refine comments

* Update db.go

* refine comments for core
2022-07-19 17:17:06 +08:00
Regan Yue
49be2581d1
Refine Comments : admin/profile.go,bean/mock.go,config/global.go... (#5009)
* Refine Comments

* refine comments for cache.go

* refine comments for log.go

* Update orm.go

* refine comments for orm_log.go,types.go

* Update utils.go

* Update doc.go
2022-07-08 21:19:52 +08:00
darkweak
22b78d011f
Update ini.go 2022-04-30 01:36:00 +02:00
Deng Ming
9081c40eaa Merge branch 'master' of github.com:beego/beego into dev 2022-01-28 00:12:47 +08:00
Deng Ming
b8cf07fa18 fix bug: etcd should use etcd as adapter name 2022-01-09 16:55:15 +08:00
Deng Ming
3e886f71ca replace beego.me with beego.vip 2021-11-29 21:29:29 +08:00
Matthew
27aae0ab09
Update ini.go
minor typo fix. donot -> do not
2021-10-02 18:01:37 -07:00
chenrui
bf815a310d
fix: word error 2021-08-31 15:23:11 +08:00
chenrui
8bfee444fd
fix(core/config/xml): prompt error when config format is incorrect 2021-08-31 15:20:11 +08:00
Ming Deng
28a6821b32 Remove goyaml2 dependencies 2021-08-30 23:10:26 +08:00
t29kida
4eb19f938a fix sonar problem
* Delete FIXME comment, because `string == ""` is beter than `len(string)` for checking string existence(by sonar)
* Remove duplicated code
* Fill empty block of code
2021-06-09 19:42:18 +09:00
loyalsoldier
41790b80ac
Fix lint and format code in core dir 2021-06-06 21:00:27 +08:00
loyalsoldier
ef7a85f0b3
Env: non-empty GOBIN & GOPATH 2021-05-19 23:05:43 +08:00
loyalsoldier
91d993b7e2
Fix imports by gci 2021-05-19 22:28:05 +08:00
CarolineZhang666
d356848ffc Deprecated BeeMap and replace all usage with 2021-05-19 11:10:56 +08:00
loyalsoldier
31d9367a52
Chore: update dependencies 2021-05-17 21:38:59 +08:00
Ming Deng
452dae86be allow register mock 2021-04-14 23:38:41 +08:00
Jihoon Seo
2bb6c45786 Update beego pkg paths 2021-01-28 13:35:38 +09:00
Ming Deng
385e1d390f update misspell and gofmt 2020-12-14 13:52:26 +08:00
Ming Deng
7bc6010604 rename to v2 2020-12-14 11:12:00 +08:00
Ming Deng
a70f7fc920 using new organization 2020-12-13 23:09:19 +08:00
Ming Deng
00ed1c3733 change the globalInstance to read conf/app.conf 2020-11-25 20:16:41 +08:00
Ming Deng
0958174bc8 update doc 2020-11-25 20:14:18 +08:00
Ming Deng
b4396c97bb fix init error of global instance 2020-11-05 22:00:43 +08:00
Ming Deng
45260e4119 Add global instance for config module 2020-10-24 22:13:15 +08:00
Ming Deng
93bdf97068 Fix ini Unmarshall method 2020-10-19 21:04:57 +08:00
Ming Deng
3fc21ae6ec Upgrade toml version 2020-10-14 00:25:31 +08:00
Ming Deng
2572094a8d remove config API's context parameter 2020-10-13 22:33:39 +08:00
Ming Deng
34d6a733e9 Support toml config 2020-10-11 23:26:48 +08:00
Ming Deng
d41abdb5e4 Remove scripts directory; update readme 2020-10-08 23:18:10 +08:00
Ming Deng
14c1b76569 remove pkg directory;
remove build directory;
remove githook directory;
2020-10-08 18:29:36 +08:00