1
0
mirror of https://github.com/astaxie/beego.git synced 2024-06-02 05:23:28 +00:00
Commit Graph

3906 Commits

Author SHA1 Message Date
Ming Deng
022ad862ac
Merge pull request #4274 from flycash/loadCfg
Fix ini Unmarshall method
2020-10-19 21:51:37 +08:00
Ming Deng
93bdf97068 Fix ini Unmarshall method 2020-10-19 21:04:57 +08:00
Ming Deng
140a4b90a3
Merge pull request #4266 from flycash/loadCfg
Using unmarshaler to parse config in web module
2020-10-14 22:26:12 +08:00
Ming Deng
c07acaebbc Support unmarshaler 2020-10-14 22:20:25 +08:00
Ming Deng
105b874477
Merge pull request #4265 from flycash/rft/configCtx
Upgrade toml version
2020-10-14 00:28:30 +08:00
Ming Deng
3fc21ae6ec Upgrade toml version 2020-10-14 00:25:31 +08:00
Ming Deng
ccf873fa8b
Merge pull request #4264 from flycash/rft/configCtx
remove config API's context parameter
2020-10-13 22:52:46 +08:00
Ming Deng
2572094a8d remove config API's context parameter 2020-10-13 22:33:39 +08:00
Ming Deng
568626cd57
Merge pull request #4262 from flycash/ftr/toml
Support toml config
2020-10-12 22:55:55 +08:00
Ming Deng
34d6a733e9 Support toml config 2020-10-11 23:26:48 +08:00
Ming Deng
e44f16c672
Merge pull request #4257 from flycash/fix/adapter
Remove scripts directory & update readme
2020-10-09 08:48:08 +08:00
Ming Deng
d41abdb5e4 Remove scripts directory; update readme 2020-10-08 23:18:10 +08:00
Ming Deng
f1358cf78d
Merge pull request #4255 from flycash/fix/adapter
Reorganize packages
2020-10-08 18:37:42 +08:00
Ming Deng
14c1b76569 remove pkg directory;
remove build directory;
remove githook directory;
2020-10-08 18:29:36 +08:00
Ming Deng
2708916f96
Merge pull request #4252 from flycash/fix/adapter
Reset func call depth & add adapter.sh
2020-10-06 18:33:45 +08:00
Ming Deng
034cb3222e Add adapter script which is used to replace v1 package with v2 adapter package 2020-10-06 16:43:16 +08:00
Ming Deng
66804324f2 Fix: Set func call depth as 3 2020-10-06 11:52:24 +08:00
Ming Deng
dc65055cf6
Merge pull request #4250 from flycash/adt/logs
logs Adapter
2020-10-05 23:26:55 +08:00
Ming Deng
8cc74652a2 Fix: adapter's controller must implement ControllerInterface 2020-10-05 23:00:20 +08:00
Ming Deng
6aa6c55f07 logs Adapter 2020-10-05 21:55:26 +08:00
Ming Deng
ff762b561c
Merge pull request #4249 from flycash/rft/moveSession
move core/session to web/session
2020-10-05 19:45:38 +08:00
Ming Deng
d8e8f41230 move core/session to web/session 2020-10-05 19:04:57 +08:00
Ming Deng
9e6b8fcf34
Merge pull request #4248 from flycash/rft/renameInfra
rename infrastructure to core
2020-10-05 18:40:20 +08:00
Ming Deng
48e98482f7 rename infrastructure to core 2020-10-05 18:14:01 +08:00
Ming Deng
ff7a8b966b
Merge pull request #4247 from flycash/adt/cache
Adapter: cache API
2020-10-05 14:46:13 +08:00
Ming Deng
f9bef68aa9 Adapter: cache API 2020-10-05 14:35:12 +08:00
Ming Deng
484beb8bad
Merge pull request #4245 from flycash/ftr/cache-ctx
Add context to cache API
2020-10-05 14:25:09 +08:00
Ming Deng
43560dede4
Merge pull request #4246 from jianzhiyao/frt/seperate_orm_alone
seperate orm alone & deadlock in task module
2020-10-05 14:24:51 +08:00
Anker Jam
c435d231ab complete check 2020-10-05 10:38:14 +08:00
Anker Jam
b838683731 add api for testing 2020-10-05 10:33:23 +08:00
Anker Jam
70cca5e298 make code testable in task module 2020-10-05 10:13:29 +08:00
Anker Jam
f1cca45d8d fix deadlock about changed sign 2020-10-05 01:31:27 +08:00
Anker Jam
4dc694411f fix deadlock in task module 2020-10-05 00:16:58 +08:00
Ming Deng
3364c609de Add context to cache API 2020-10-04 23:12:29 +08:00
Anker Jam
c5d43e87fe seperate orm alone 2020-10-04 22:16:19 +08:00
Ming Deng
b89d9511ab
Merge pull request #4237 from flycash/rft/cache-decup
Decouple web module from cache module
2020-10-04 19:01:31 +08:00
Ming Deng
325a0821c1
Merge pull request #4239 from flycash/rft/httplib
decouple httplib module from web module and config module
2020-09-29 22:22:27 +08:00
Ming Deng
dd3f1ce9be decouple httplib from config 2020-09-27 00:44:02 +08:00
Ming Deng
463e96447a decouple httplib from web module 2020-09-27 00:37:46 +08:00
Ming Deng
03498529b9 Decouple web module from cache module 2020-09-22 22:58:58 +08:00
Ming Deng
9a7c43c404
Merge pull request #4235 from flycash/ftr/adminCommand
decouple web module and task module
2020-09-21 22:50:08 +08:00
Ming Deng
44127edefc design Command for governor module & decouple web module from task module 2020-09-20 14:52:29 +00:00
Ming Deng
089006525e
Merge pull request #4234 from flycash/ftr/multi-sever
Multi server support
2020-09-20 22:44:32 +08:00
Ming Deng
2846043f2a Fix UT 2020-09-20 14:27:30 +00:00
Ming Deng
e6a257f987 Fix BUG 2020-09-20 12:02:28 +00:00
Ming Deng
2473e69417 Rewrite admin service by using multiple server feature 2020-09-20 15:36:53 +08:00
Ming Deng
d455805a0a Multiple server refactor 2020-09-20 15:36:53 +08:00
Ming Deng
bd1cfefec7 rft: Move build info to pkg 2020-09-20 15:36:53 +08:00
Ming Deng
7effdb0e7d
Merge pull request #4233 from flycash/esIndexName
Add IndexNaming interface
2020-09-20 14:22:32 +08:00
Ming Deng
b027968c0b
Merge pull request #4231 from flycash/ut/log
Add tests for log module
2020-09-20 13:50:22 +08:00