1
0
mirror of https://github.com/astaxie/beego.git synced 2024-06-26 09:44:13 +00:00
Commit Graph

3919 Commits

Author SHA1 Message Date
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
Ming Deng
961f300c14 Fix JL tests 2020-09-20 13:15:48 +08:00
Ming Deng
7570abd310
Merge pull request #4232 from flycash/stale-workflows
Add stale.yml
2020-09-19 23:57:40 +08:00
Ming Deng
7c8136710c Add stale.yml 2020-09-19 23:54:33 +08:00
Ming Deng
a3ece98cec Add IndexNaming interface so users can custom the index name when they use es as the logger 2020-09-19 23:49:52 +08:00
Ming Deng
a31dce6216
Merge pull request #4230 from jianzhiyao/frt/movement_for_4198
movement for 4198
2020-09-19 23:24:57 +08:00
Ming Deng
a1782cc22d Add tests for log module 2020-09-19 23:14:17 +08:00
Anker Jam
67f64afa85 movement for 4198 2020-09-19 21:45:37 +08:00
Ming Deng
2539fe3831
Merge pull request #4229 from wangle201210/develop-2.0
Provides a quick format method by PatternLogFormatter struct
2020-09-19 21:25:12 +08:00
wangle
05c125ec2d change to pointer receiver 2020-09-19 20:18:09 +08:00
wangle
6e638ef6c8 Provides a quick format method by PatternLogFormatter struct 2020-09-19 18:28:53 +08:00
Ming Deng
df043f22fc
Merge pull request #4225 from HITWHTigerLiu/develop-2.0
Empty field in validator.Error when label struct tag is not declared #4222
2020-09-17 21:27:18 +08:00
Ming Deng
fbaf3380c6
Merge pull request #4203 from jianzhiyao/frt/proposal_4105
warpping for global modelCache
2020-09-17 21:11:33 +08:00
jianzhiyao
b7bc57c4d1 delete interface 2020-09-16 19:46:14 +08:00
Ming Deng
32cdda96bd
Merge pull request #4205 from AllenX2018/postgres-query-builder
PostgresQueryBuilder
2020-09-14 21:21:59 +08:00
jianzhiyao
5995b00fa2 Merge branch 'develop-2.0' into frt/proposal_4105 2020-09-14 19:16:09 +08:00
l00427301
5618df8c76 Empty field in validator.Error when label struct tag is not declared #4222 2020-09-14 16:18:24 +08:00
AllenX2018
c6c9ad46f9 PostgresQueryBuilder 2020-09-14 09:50:28 +08:00
Ming Deng
5973ef107c
Merge pull request #4221 from flycash/ftr/log_format
fix 4219
2020-09-12 00:02:51 +08:00
Ming Deng
b575fa1ebe fix 4219 2020-09-11 23:48:45 +08:00
Ming Deng
6bbca96c6c
Merge pull request #4220 from flycash/ftr/log_format
refactor log module
2020-09-11 22:08:05 +08:00
Ming Deng
63cd8e4e15 refactor log module 2020-09-11 21:47:22 +08:00
Ming Deng
93736a8e66
Merge pull request #4216 from flycash/ftr/log_format
Log format support
2020-09-11 00:11:27 +08:00
Ming Deng
654d87b210 Merge log_format 2020-09-10 23:31:49 +08:00
Ming Deng
0048b7d158
Merge pull request #4188 from IamCathal/custom-log-formatter-third-pr
Custom logging format PR#3
2020-09-10 22:40:48 +08:00
jianzhiyao
00e44952ff optimize modelCache 2020-09-09 19:04:34 +08:00
IamCathal
8982f5d702 Add unit tests for custom log formatter
Also moved is Colorful check to WriteMsg function to make the interface for user's using the custom logging formatting simpler. The user does not have to check if the text is colorful now, the WriteMsg function handles it.
2020-09-09 00:23:57 +01:00
Ming Deng
6612bc4c2a
Merge pull request #4214 from flycash/rft/dbOption
Optimize orm by using BDOption rather than hints
2020-09-09 00:06:44 +08:00
Ming Deng
f580a714d5 Optimize orm by using BDOption rather than hints 2020-09-08 21:44:14 +08:00
Ming Deng
9ccd58bfff
Merge pull request #4211 from flycash/adt/all
allow users to ignore some table when run orm commands
2020-09-07 21:52:39 +08:00
Ming Deng
0f50b07a20 allow users to ignore some table when run orm commands 2020-09-07 21:40:44 +08:00
Ming Deng
b86cf22fc4
Merge pull request #4210 from flycash/adt/all
Move pr 3784
2020-09-07 20:53:45 +08:00
Ming Deng
6bf01eaeca Move pr 3784 here 2020-09-07 20:37:05 +08:00
Ming Deng
8e015deee5
Merge pull request #4208 from flycash/adt/all
Adapter: all module
2020-09-06 19:58:46 +08:00
Ming Deng
3acda41bc7 Fix UT 2020-09-06 10:39:20 +00:00
Ming Deng
5b3dd7e50f Adapter: orm 2020-09-06 13:33:52 +08:00
Ming Deng
f4a43814be Adapter: utils 2020-09-05 18:07:42 +08:00
Ming Deng
35f1bd2119 Adapter: testing 2020-09-05 16:58:49 +08:00