Commit Graph

27 Commits

Author SHA1 Message Date
29fe672dbc branch-2.1: [fix](ui) fix ui builds failed error #52711 (#52776)
Cherry-picked from #52711

Co-authored-by: Jeffrey <color.dove@gmail.com>
2025-07-05 09:03:09 +08:00
708b5b548c [fix](ui): fix data preview error (#34521) 2024-05-24 16:23:58 +08:00
5539f85fec [fix](ui) fix database cannot be choosed bug (#32091) 2024-03-13 16:21:13 +08:00
a77e9fbc99 (chores)(ui) download profile filename add profile_id (#23065) 2023-08-17 09:11:01 +08:00
42feda9446 [feature](ui) add profile download button in the list page (#22409) 2023-07-31 20:35:52 +08:00
f8ef4ed18f [fix](log4j) fix some issues when modify log config (#21099)
Co-authored-by: caiconghui1 <caiconghui1@jd.com>
2023-06-26 08:46:33 +08:00
635a9f7a0e [fix](ui)(fe-system) fix fe System Info query error when the fe server run in Windows. (#20072) (#20073)
1. Fix duplicate '/' in front-end request URI.
2. When the FileSystemSeparator is '\\', replace '\\' as '/'

Co-authored-by: labuladuo <labuladuo@douyu.tv>
2023-05-26 15:25:44 +08:00
0dd45ce158 [feature](ui)add copy profile button #18965 2023-04-24 08:44:38 +08:00
9173096b2d [fix](ui) fix download txt format error (#17789)
fix download txt format error
2023-03-16 17:59:29 +08:00
948654ad38 [fix](ui)format the text file of profile #17645 2023-03-10 19:54:28 +08:00
cb7d0fddfb (# [feature](ui)add profile download button 17547) 2023-03-08 21:54:33 +08:00
Pxl
6bb721d86b [Chore](build) fix some warning on code generate and webui #17078
[WARNING:gensrc/thrift/parquet.thrift:22] Uncaptured doctext at on line 18.

[WARNING:gensrc/thrift/parquet.thrift:23] Uncaptured doctext at on line 22.

[WARNING:gensrc/thrift/parquet.thrift:436] Uncaptured doctext at on line 428.

WARNING in asset size limit: The following asset(s) exceed the recommended size limit (244 KiB).WARNING in asset size limit: The following asset(s) exceed the
  recommended size limit (244 KiB). This can impact web performance


WARNING in entrypoint size limit: The following entrypoint(s) combined asset size exceeds the recommended limit


Warning : Macro "NonTerminator" has been declared but never used.
2023-02-26 13:01:19 +08:00
eb116cd25e [chore](ui) execute selected code in sql editor. (#16906)
* ui playground support selection sql to execute

* ui playground support selection sql to execute
2023-02-23 14:25:06 +08:00
663676ccfe fix(ui): 1. fix component/table can not change pageSize,affect system/query profile/session page etc. (#15533)
2. add antd Table Component missing rowKey property to fit react specification
2. fix system/query profile/session/configuration page maybe lead memory leak when switch these pages fast
3.other grammar fix to fit typescript and react specification

Co-authored-by: tongyang.hty <hantongyang@douyu.tv>
2023-01-09 08:46:18 +08:00
9b371f6b0b [fix](web ui) fix fe web ui (#14887) 2022-12-29 21:19:44 +08:00
Pxl
7e5ec6f817 remove ant-design/compatible (#11789) 2022-08-16 12:02:49 +08:00
b3d476eebb [fix](ui)source map files not included in production builds (#11612)
Co-authored-by: wangyf0555 <wangyongfeng@flywheels.com>
2022-08-10 08:19:07 +08:00
6a7487a302 [improvement]Remove the page button on the System page (#10900) 2022-07-16 06:00:08 +08:00
7a1ad65d88 [fix](fe-ui) fix home page spin bug #7170 (#7912)
The Spin(loading circle) will disappear after hardware info loaded
2022-01-30 16:47:58 +08:00
bb98c08489 [LICENSE] Remove unused font file and fix license (#5642)
* remove unused font file and fix license
2021-04-13 14:21:38 +08:00
771cb64290 Solve the situation that the hardware information of the Web UI home page cannot be loaded (#5585)
Solve the situation that the hardware information of the Web UI home page cannot be loaded

Co-authored-by: zhangjf@shuhaisc.com <zhangfeng800729>
2021-04-08 09:10:56 +08:00
5781d67afe Fix file licences (#5414)
Add license to files
For Doris 0.14
2021-02-24 16:37:17 +08:00
Ben
7b5468e7b8 [Build] Fix ui build error: classnames and react-router dependencies (#5283) 2021-02-01 00:11:47 +08:00
1d89e0670a [License] Add other license declare in NOTICE (#4831) 2020-11-05 20:30:49 +08:00
c5b034acc4 [FE UI] Fix some bugs about new FE UI (#4830)
1. Add a search boxer in the left tree view of Playground.
2. Fix some visual bugs of UI.
3. Fix bugs that link failed in QueryProfile view.
4. Fix bugs that cookie is always invalid.
5. Set cookie to HTTP_ONLY to make it more safe.
2020-11-05 20:30:09 +08:00
c934cf93e1 [UI Part 5] Enable HTTP Server 2 by FE config (#4684)
This is the last PR of proposal #4308

1. Add a new FE config `enable_http_server_v2` to enable new HTTP Server implementation. The default value is false.
2. Add a new FE config `http_api_extra_base_path` so that we can set base path for Frontend UI.
3. Refactor the new HTTP API response body. The return http status code is always 200, and using internal code in response body to indicate the certain error.
2020-10-13 10:07:50 +08:00
a88782e0c5 [UI Part 4] A new UI for Frontend (#4602)
A new FE UI interface implemented with React framework.
Need to work with the new Spring framework and RESTful API in #4596.

This is a simple UI for Doris. User can develope their own UI if they want

Proposal #4308
2020-09-16 15:03:24 +08:00