Skip to content

Commit

Permalink
Feature bailongsen (#630)
Browse files Browse the repository at this point in the history
* fix: 调试请求接口

* fix: 添加执行结果

* fix: 完善执行结果

* fix: 调试执行sql结果

* [Bug][scaleph-engine-sql-gateway] fix flink sql gateway query result error (#616)

fix: flink sql gateway query result error

* [Bug][scaleph-engine-sql-gateway] fix flink sql gateway query result error (#617)

fix: flink sql gateway query result error

* [Feature][scaleph-engine-sql-gateway] add column info for flink sql query result (#618)

feature: add column info for flink sql query result

* [Feature][scaleph-engine-sql-gateway] optimize Flink TimestampData and DecimalData format (#619)

feature: optimize Flink TimestampData and DecimalData format

* [Feature][scaleph-engine-sql-gateway] add sql gateway splited service (#623)

* feature: add flink sql gateway service interface

* feature: upgrade flink kubernetes operator api

* feature: upgrade flink kubernetes operator api

* feature: add dataservice module

* feature: add flink sql gateway service interface

* feature: add dataservice module

* fix: dataservice sql script error

* feature: dataservice config mapper

* feature: dataservice config controller

* feature: dataservice parameter and result map sql table

* feature: dataservice parameter and result map mapper

* feature: dataservice parameter and result map interface

* feature: dataservice parameter and result map service

* feature: add dataservice parameter and result mapping sql table

* feature: add dataservice parameter and result mapping mapper

* fix: jobId NPE

* fix: jobId NPE

* feature: add parametermap and resultmap

* feature: add parametermap and resultmap

* feature: add parametermap and resultmap

* feature: add parametermap and resultmap

* feature: add parametermapping and resultmapping

* feature: add parametermapping and resultmapping

* feature: add flink custom artifact table

* fix: docker build

* fix: docker build

* fix: docker build

* fix: flink sql gateway feitch results api page param error

* fix: 修改sql执行结果

* fix: 将sql执行结果对象和数组格式转换成字符串格式并添加超出省略

* fix: 修改图片展示格式

---------

Co-authored-by: bailongsen <[email protected]>
Co-authored-by: kalencaya <[email protected]>
  • Loading branch information
3 people authored Oct 27, 2023
1 parent c5f6bfc commit 8d3e715
Show file tree
Hide file tree
Showing 17 changed files with 33 additions and 15 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions scaleph-ui-react/public/images/EditorResult/folderOpen.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions scaleph-ui-react/public/images/EditorResult/分类.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions scaleph-ui-react/public/images/EditorResult/刷新.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions scaleph-ui-react/public/images/EditorResult/向下.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions scaleph-ui-react/public/images/EditorResult/复制.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions scaleph-ui-react/public/images/EditorResult/成功.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions scaleph-ui-react/public/images/EditorResult/搜索.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions scaleph-ui-react/public/images/EditorResult/播放.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions scaleph-ui-react/public/images/EditorResult/柜子.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions scaleph-ui-react/public/images/EditorResult/查看.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions scaleph-ui-react/public/images/EditorResult/目录.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -131,10 +131,10 @@ const RenderTableBox: React.FC = () => {
<div className={styles.modelName}>Table</div>
<div className={styles.iconBox}>
<div className={styles.refreshIcon} onClick={() => refreshTableList()}>
<img src="https://s.xinc818.com/files/webcill0mnbh0t7hz95/刷新.svg" />
<img src="/images/EditorResult/刷新.svg" />
</div>
<div className={styles.searchIcon} onClick={() => openSearch()}>
<img src="https://s.xinc818.com/files/webcill23gnulb18o7z/搜索.svg" />
<img src="/images/EditorResult/搜索.svg" />
</div>
</div>
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ const CodeEditor: React.FC = () => {
<div className={styles.consoleOptionsWrapper}>
<div className={styles.consoleOptionsLeft}>
<Button type="primary" className={styles.runButton} onClick={onRun}>
<img src="https://s.xinc818.com/files/webcilkhr2wedded3qp/播放.svg" alt="" />
<img src="/images/EditorResult/播放.svg" alt="" />
{intl.formatMessage({ id: 'Run' })}
</Button>
<Button type="default" className={styles.saveButton} onClick={onSave}>
Expand Down
Loading

0 comments on commit 8d3e715

Please sign in to comment.