604 Commits

Author SHA1 Message Date
zhuyasen
1903730499 fix: plugin name v1.15.1 2025-09-10 12:37:15 +08:00
zhuyasen
ca32dbb6f7 docs: update README 2025-09-07 10:32:57 +08:00
zhuyasen
af78f1826f release: update release log v1.15.0 2025-09-06 18:58:02 +08:00
zhuyasen
8adf907680 feat: add performance testing to run on the page 2025-09-06 18:54:09 +08:00
zhuyasen
c1c203f84d feat: adaptive processing of request body format and floating-point decimal point 2025-09-06 18:51:51 +08:00
zhuyasen
af78568807 docs: optimize printing information 2025-09-06 18:47:29 +08:00
zhuyasen
d0af80b2ca refactor: remove mandatory use of collaboration 2025-09-06 18:46:19 +08:00
zhuyasen
dac5582c59 feat: add elegant ending process library 2025-09-06 15:54:47 +08:00
zhuyasen
fd885f9c66 docs: change printf 2025-09-06 15:42:10 +08:00
zhuyasen
2ba59fdf8b feat: show process pid 2025-09-06 15:41:16 +08:00
zhuyasen
e494163eab Merge pull request #130 from Eric-Guo/condition_like_in_chinese
Fix api/v1/users/condition end point can not handle filter with Chinese
2025-09-04 12:31:01 +08:00
Eric-Guo
4b8ed643d6 Fix cyclomatic complexity 25 of func AdaptiveMysqlDsn is high (> 20) (gocyclo) 2025-09-04 11:37:38 +08:00
Eric-Guo
cc9cf382e7 Fix api/v1/users/condition end point can not handle filter with Chinese payload like:
{
  "columns": [
    {
      "name": "chinese_name",
      "exp": "like",
      "value": "过%"
    }
  ]
}
2025-09-04 11:37:38 +08:00
zhuyasen
b9db5f180e docs: add command readme 2025-09-01 19:24:21 +08:00
zhuyasen
e27d549a56 feat: add performance test command 2025-09-01 19:22:49 +08:00
zhuyasen
c68359d60d feat: optimize AI assistant 2025-08-30 12:15:52 +08:00
zhuyasen
84d97d3c27 feat: upgrade go-openai package version 2025-08-28 19:17:48 +08:00
zhuyasen
e03df223d2 docs: upadate release log v1.14.6 2025-08-24 20:25:39 +08:00
zhuyasen
6707e646da fix: update slice bug 2025-08-24 20:25:07 +08:00
zhuyasen
bee4eeabe1 docs: upadate release log 2025-08-24 13:00:37 +08:00
zhuyasen
3993776056 docs: upadate README 2025-08-24 12:59:42 +08:00
zhuyasen
ed95ad9626 feat: custom processing of statistical data 2025-08-23 23:23:11 +08:00
zhuyasen
e4f79a2b91 feat: custom processing of statistical data 2025-08-23 23:10:51 +08:00
zhuyasen
99591df7a6 docs: add url description 2025-08-22 22:06:55 +08:00
zhuyasen
793b25eb33 style: adjustment code 2025-08-21 23:16:15 +08:00
zhuyasen
ed05939320 feat: add StrToInt64 function 2025-08-21 18:50:07 +08:00
zhuyasen
fc4d5d5902 Merge pull request #128 from Eric-Guo/rails_cookie_auth
Rails cookie auth
2025-08-18 12:12:57 +08:00
Eric-Guo
74c2b066f3 Fix CI error 2025-08-18 11:27:20 +08:00
Eric-Guo
6dc7b87d7b Add How to using rails_cookie_auth file. 2025-08-18 11:13:18 +08:00
Eric-Guo
c770bf57b4 New DecodeSignedCookie helper 2025-08-18 11:12:44 +08:00
zhuyasen
e72bb74434 Merge pull request #126 from Eric-Guo/time_nil_check
Enhance condition handling for SQL drivers by adding nil checks for time.Time
2025-08-09 20:29:04 +08:00
Eric-Guo
ff8ba9ced7 fix: enhance condition handling for SQL drivers by adding nil checks for time.Time 2025-08-09 00:54:51 +08:00
zhuyasen
77e1490480 Merge pull request #125 from Eric-Guo/doc_update
Document update
2025-08-08 21:20:26 +08:00
Eric-Guo
41925880b8 Another 2 place can add docs. 2025-08-06 16:35:55 +08:00
Eric-Guo
6bf216044f registerServers and registerCloses is outdated and no use anymore, please update the README.md with real code 2025-08-06 14:51:13 +08:00
Eric-Guo
1dc2374c24 URL link breaks. 2025-08-06 14:50:54 +08:00
zhuyasen
686da32dc8 docs: update README v1.14.4 2025-08-03 22:24:51 +08:00
zhuyasen
e9d527a41d docs: update readme 2025-08-03 22:18:11 +08:00
zhuyasen
39607541ba feat: generate README 2025-08-03 22:17:31 +08:00
zhuyasen
7da21af79f fix: issues #123 2025-08-03 11:08:25 +08:00
zhuyasen
f8fe4202ae feat: add inspector 2025-07-31 20:15:52 +08:00
zhuyasen
10327339af refactor: rename function 2025-07-31 20:02:23 +08:00
zhuyasen
5da877b1c5 fix: issues #120 2025-07-31 19:50:43 +08:00
zhuyasen
f95dc285d2 fix: issues #119 2025-07-31 19:49:56 +08:00
zhuyasen
4ed6514b3b Merge pull request #121 from spzgy/patch-1
Update docker-compose.yml
2025-07-31 19:34:12 +08:00
spzgy
658837f32b Update docker-compose.yml
Fix the file suffix error
2025-07-31 17:37:04 +08:00
zhuyasen
4d5335d4c9 Merge pull request #116 from Eric-Guo/main
refactor: rename Path function to Location for clarity in config file handling
2025-07-28 21:26:02 +08:00
Eric-Guo
0447d292ea refactor: rename Path function to Location for clarity in config file handling 2025-07-28 15:14:47 +08:00
zhuyasen
613c6282f5 docs: update README v1.14.3 2025-07-27 16:28:01 +08:00
zhuyasen
4f7d18a2b7 docs: update home ui 2025-07-27 15:54:18 +08:00