Commit Graph
147 Commits
Author SHA1 Message Date
Zexi Li 9d2c172820 fix(webconsole,monitor): pprof handlers of gorilla mux 2025-03-11 11:49:14 +08:00
Jian QiuandQiu Jian 951d570bb3 fix: disable server TLS 1.0, 1.x and 1.2 SHA1 (#22165)
Co-authored-by: Qiu Jian <qiujian@yunionyun.com>
2025-02-24 17:29:34 +08:00
Jian QiuandQiu Jian 290626c484 feature: hashed worker manager (#21886)
Co-authored-by: Qiu Jian <qiujian@yunionyun.com>
2024-12-23 22:05:24 +08:00
屈轩 3b5f8dfe16 fix(region): 补充部分翻译 (#20730) 2024-07-07 09:01:00 +08:00
Zexi Li 41e3ff1859 feat(host): container log (#20513) 2024-06-13 15:28:52 +08:00
Jian QiuandQiu Jian 8abda21433 fix: task improvements (#20379)
Co-authored-by: Qiu Jian <qiujian@yunionyun.com>
2024-05-29 14:41:21 +08:00
Jian QiuandQiu Jian 6f5ec57944 fix: trigger project sync by informer (#19836)
Co-authored-by: Qiu Jian <qiujian@yunionyun.com>
2024-04-02 00:23:44 +08:00
屈轩 d6c4428763 fix(common): auto disable 3des cipher suites (#19391) 2024-02-01 10:56:55 +08:00
ioito 4b4edbd571 fix(region): aliyun health check tls error 2023-09-25 15:09:56 +08:00
Qiu Jian 5eb50e369b fix: disable application profiling by default 2023-07-18 21:03:49 +08:00
Qiu Jian 96581515d1 fix: add process timeout option default_process_timeout_seconds 2023-06-21 13:01:07 +08:00
gouqi11and马鸿飞 75814646cf fix(cloudcommon): add crud note (#16870)
Co-authored-by: 马鸿飞 <mahongfei@yunion.cn>
2023-04-27 14:34:49 +08:00
ioito 014c19b24f fix(common): show exception with remote addr and duration 2023-04-11 13:44:06 +08:00
ioito 9ddaa5e3b4 fix(common): service exception 2023-01-14 10:22:54 +08:00
wanyaoqi 3f7e134fbf fix(worker): policy and task worker count configurable (#14958) 2023-01-05 22:36:50 +08:00
Jian QiuandQiu Jian 21716cefb5 fix: remove mutual dependency of cloudmux on onecloud (#15621)
Co-authored-by: Qiu Jian <qiujian@yunionyun.com>
2022-12-27 01:21:26 +08:00
Jian QiuandQiu Jian ec90862764 fix: remove dependency of appctx on i18n (#15615)
Co-authored-by: Qiu Jian <qiujian@yunionyun.com>
2022-12-23 23:44:52 +08:00
屈轩 bac71bf2a0 fix(cloudmon): add process stats metric (#15392) 2022-11-17 20:40:08 +08:00
Qiu Jian 47b0be0efd fix: allow upload image via apigateway backend proxy 2022-11-02 20:32:18 +08:00
Qiu Jian 7a0a3a47f7 fix: add HSTS (RFC 6797) header if TLS enabled
https://www.tenable.com/plugins/nessus/142960
2022-09-07 07:48:41 +08:00
bqyang 5b92f78518 test(radix_test.go): refactor TestRadixNode func make it more tidy (#14885) 2022-09-01 20:32:34 +08:00
huangzekeng 3230ad06a9 fix(apigateway): edit http redirect code 301 to 302 2022-08-08 13:50:16 +08:00
Zexi Li 757f703879 feat(appsrv): pprof handler with prefix 2022-07-12 21:50:47 +08:00
屈轩 2a0deea6e9 fix(common): data resp (#14264) 2022-05-17 16:36:52 +08:00
zhaoxiangchun f82803f29d fix(region): app replace backgroud ctx 2022-04-11 14:51:36 +08:00
屈轩 9f539a4bce fix(apigateway): export timeout (#13827) 2022-03-31 12:57:06 +08:00
Qiu Jian ead9115b6f fix: add header x-xss-protection 2022-01-19 12:55:51 +08:00
Qiu Jian bb193f7941 fix: system server randomly lose connectivity in vpc network 2021-12-22 02:43:23 +08:00
Qiu Jian 97a3ab12a2 support sqlite 2021-11-17 07:25:00 +08:00
Zexi Li 738aaa7ab8 fix(keystone): appsrv listen multi port failed cause of race condition 2021-08-26 16:52:54 +08:00
Qu Xuan 20b151fbc2 fix(region): remove debug info 2021-07-13 17:25:58 +08:00
rainzm 311d0efb80 feat(notify,region): improvement of news subscription 2021-06-24 10:30:01 +08:00
Qu Xuan 7b845d17c7 fix(common): dump task info when stucking 2021-04-26 10:45:38 +08:00
Qu Xuan 627503cdc1 feat(cloudid): add azure saml 2021-01-18 14:58:19 +08:00
Yousong Zhou 771824d307 feat(appsrv): Application: add Stop method for shutdown behaviour 2020-12-02 18:04:31 +08:00
Qiu Jian 9073461f99 fix: enforce response charset 2020-10-30 12:50:23 +08:00
wanyaoqi 1cfee7cf6c replace NewFloat by NewFloat64 and NewFloat32 2020-10-14 11:54:30 +08:00
Yousong Zhou 1c1dcbde45 i18n: move out from httperrors pkg 2020-09-21 10:12:57 +08:00
Yousong Zhou c2bca8ab39 Feature/yousong text (#7487)
* notify: log with context info

* region: guests: log with context info

* region: hosts: log with context info

* region: misc: remove redundant log

* region: skus: use NewInternalServerError instead of NewGeneralError

* appsrv: dispatcher: preserve text id

* appsrv: dispatcher: remove commented-out code

* cloudcommon: db_dispatcher: note errors that won't be translated

* cloudcommon: db: rbac: preserve text id

* cloudcommon: caller: preserve text id

* treewide: fix fmt string

* region: guest_actions: preserve text id

* region: guest_actions: fix fmt string

* region: usages: fix fmt string

* mcclient: hosts: remove redundant return value

* cloudcommon: fetch: preserve text id

* region: guest_template: preserve text id

* cloudcommon: db: db_dispatcher: preserve text id

* region: guest_actions: preserve text id

* httperrors: add funcs for wrap lang tag into context

* vendor: golang.org/x/text

* httperrors: error with context

* httperrors: HTTPError

* treewide: fix typo

* treewide: use en in source code

* locales: initial version
2020-08-25 15:26:31 +08:00
Qiu Jian 92f05be309 feature: cloudid saml support phase1 -- framework and api 2020-08-18 01:21:56 +08:00
Qiu Jian 0967843896 feature: unified sso login framework 2020-07-21 16:13:18 +08:00
Yousong Zhou 7a3f241450 appsrv: quash low-value debug log lines 2020-06-28 14:49:38 +08:00
Qiu Jian 3b32f0a4d9 sp support 2020-06-22 09:52:58 +08:00
Qiu Jian 3b7a1e9467 feature: support SAML idp 2020-06-22 09:52:58 +08:00
Yousong Zhou 358f5d41af appsrv: rework TestRing 2020-06-17 10:52:14 +08:00
Yousong Zhou e37f15cac2 appsrv: ring: release ring content on pop 2020-06-17 10:52:14 +08:00
wanyaoqi 7bcedd41e8 do not close worker chan
don't close worker chan after put work, will cause dead loop
2020-05-13 18:55:16 +08:00
Qiu Jian c29f4011e6 fix: worker may block by worker_chan 2020-03-30 19:25:00 +08:00
TangBin a93358a932 get spec return jsonclient err 2020-03-18 15:46:58 +08:00
Yousong Zhou f3558f7b91 appsrv: use signalutils.SetDumpStackSignal() 2020-02-26 11:36:48 +08:00