Commit Graph

6204 Commits

Author SHA1 Message Date
xiangzihao
197accc601
[Feature][e2e] Suggest e2e test adapt M1 chip (#9077) 2022-03-22 14:11:50 +08:00
caishunfeng
852597c9bf
[Bug-9070][Server]fix taskExecutionContext json convert error (#9072)
* [Bug-9070][Server]fix taskExecutionContext json convert error

* test

* add license header

Co-authored-by: caishunfeng <534328519@qq.com>
2022-03-22 14:02:07 +08:00
Devosend
f5ef410d06
[Fix][UI Next][V1.0.0-Alpha] fix queue display bug in tenant modal (#9064)
* fix queue always display first queue bug in tenant modal

* modify queueId init
2022-03-22 11:27:22 +08:00
Amy0104
bf1f959f58
[Feature][UI Next][V1.0.0-Alpha] Adjust all table column widths in th… (#9062)
* [Feature][UI Next][V1.0.0-Alpha] Adjust all table column widths in this project.

* [Fix][UI Next][V1.0.0-Alpha] Fix workflow delete handle (#9057)

* [Fix][UI Next][V1.0.0-Alpha] User Manage Queue display error (#9060)

* fix package bug (#9051)

* [Fix][UI Next][V1.0.0-Alpha] Fix the monitoring center does not support multiple worker. (#9061)

* [Fix][UI Next][V1.0.0-Alpha] Remove the unused Ref.

* [Fix-9025] [UI Next] Rectify this issue about failing to save a process when the user is ordinary user. (#9063)

* modify the back-edn api

* fix this issue

* [Fix][UI Next][V1.0.0-Alpha]Change the column-config file name to column-width-config and COLUMN_CONFIG to COLUMN_WIDTH_CONFIG.

* [Bug][UI Next] Fix style errors (#9067)

* [Feature][UI Next][V1.0.0-Alpha] Adjust all table column widths in this project.

* [Fix][UI Next][V1.0.0-Alpha] Remove the unused Ref.

* [Fix][UI Next][V1.0.0-Alpha]Change the column-config file name to column-width-config and COLUMN_CONFIG to COLUMN_WIDTH_CONFIG.

Co-authored-by: Devosend <devosend@gmail.com>
Co-authored-by: zixi0825 <sunzhaohe0825@gmail.com>
Co-authored-by: songjianet <1778651752@qq.com>
Co-authored-by: calvin <jianghuachinacom@163.com>
Co-authored-by: labbomb <739955946@qq.com>
2022-03-22 10:36:40 +08:00
labbomb
dac39921d8
[Bug][UI Next] Fix style errors (#9067) 2022-03-22 10:01:07 +08:00
calvin
9b163249d6
[Fix-9025] [UI Next] Rectify this issue about failing to save a process when the user is ordinary user. (#9063)
* modify the back-edn api

* fix this issue
2022-03-21 21:52:07 +08:00
songjianet
659c610457
[Fix][UI Next][V1.0.0-Alpha] Fix the monitoring center does not support multiple worker. (#9061) 2022-03-21 20:00:25 +08:00
zixi0825
63a10037a6
fix package bug (#9051) 2022-03-21 19:57:03 +08:00
Devosend
bae9f16b6c
[Fix][UI Next][V1.0.0-Alpha] User Manage Queue display error (#9060) 2022-03-21 18:56:49 +08:00
Devosend
cfe2473e57
[Fix][UI Next][V1.0.0-Alpha] Fix workflow delete handle (#9057) 2022-03-21 18:50:26 +08:00
xiangzihao
e0e7701341
[E2E] [CI] Fix flaky e2e test cause by #9036 (#9053) 2022-03-21 17:30:33 +08:00
Amy0104
af2321f228
[Fix][UI Next][V1.0.0-Alpha]Fix the data_quality.rule.all not configured in the language packs. (#9054) 2022-03-21 17:06:33 +08:00
Amy0104
8bb6971c2f
[Fix][UI Next][V1.0.0-Alpha] Fix the branch flow options not showing and back to show. (#9049) 2022-03-21 15:28:58 +08:00
Devosend
d91711b322
[Fix][UI Next][V1.0.0-Alpha] Menu error (#9036)
* modify the sidebar menu control mode

* modify side menu

* store last path

* fix security auth error

* fix resource e2e

* fix resource manage e2e bug
2022-03-21 15:19:27 +08:00
Amy0104
3a87e76c47
[Fix][UI Next][V1.0.0-Alpha] Fix the Dry Run Flag column of task instance table error. (#9038) 2022-03-21 10:18:54 +08:00
zhangxinruu
16bc226bad
[Fix][UI Next][V1.0.0-Alpha] When creating a new project, the last created project information is not cleared (#9037) 2022-03-21 09:22:05 +08:00
zhangxinruu
ce8f0ad0a5
[Fix][UI Next][V1.0.0-Alpha] Fix the WebexTeams alarm instance language support has problems. (#9033) 2022-03-20 17:52:40 +08:00
kezhenxu94
7cf79da5d9
Reduce the size of distribution tar (#9019) 2022-03-20 16:42:06 +08:00
songjianet
7ada204bda
[Fix][UI Next][V1.0.0-Alpha] Fix there is a problem with the language support of the PagerDuty alarm instance. (#9027) 2022-03-20 14:32:16 +08:00
xiangzihao
82394ba81d
[Feature-9021][E2E] Recover sub_process e2e test in ui-next (#9023) 2022-03-20 13:11:48 +08:00
Jiajie Zhong
fd5e79bd80
[python] Separate py from main dist and auto add gpg sign (#8999)
* Add new profile `python` to separate build python
  package from `release`. Now someone who does not interested
  in python api could build package without python environment
* Add auto gpg asc sign when run `mvn instal -Ppython`
* Add property to skip gpg sign `python.sign.skip`
* Set `python.sign.skip=false` sign python dist by default

Co-authored-by: kezhenxu94 <kezhenxu94@apache.org>
2022-03-19 22:07:24 +08:00
calvin
48dc0a059c
[Fix-9015][UI Next][V1.0.0-Alpha] Worked out this issue about failing to assign another project to an existing task group. (#9017) 2022-03-19 19:44:18 +08:00
songjianet
7b190e4ab3
[Fix][UI Next][V1.0.0-Alpha] Fix the new task group configuration item name is displayed as 0. (#9014) 2022-03-19 16:02:35 +08:00
songjianet
7114c1531e
[Fix][UI Next][V1.0.0-Alpha] Fix the information entered after the task group configuration is clicked on the Edit button is incorrect. (#9012) 2022-03-19 14:51:31 +08:00
labbomb
d9109739a0
[Fix][UI Next] Fix styling problems in the project (#9008) 2022-03-19 13:49:57 +08:00
songjianet
06ef1ae6cd
[Fix][UI Next][V1.0.0-Alpha] Fix there is a warning message in the task group configuration. (#9011) 2022-03-19 13:09:04 +08:00
songjianet
7ca204772b
[Fix][UI Next][V1.0.0-Alpha] Fix the workflow status field of the task definition page does not support chinese. (#9007) 2022-03-19 10:50:05 +08:00
songjianet
2e9740c39e
[Fix][UI Next][V1.0.0-Alpha] Fix the scale of the table on the task instance page is out of balance. (#9006) 2022-03-19 10:19:51 +08:00
songjianet
5c5f737a00
[Fix][UI Next][V1.0.0-Alpha] Fix the alarm instance management edit button floating prompt error. (#9005) 2022-03-19 10:16:37 +08:00
calvin
d89c7ac8bb
Add a new option of 'thisMonthBegin into the options of the month select for the dependent task. (#9004) 2022-03-19 09:51:36 +08:00
labbomb
7d94adabc8
[Feature][UI Next][V1.0.0-Alpha] The label of the form in the unified project is arranged up and down. (#8991)
* The label of the form in the unified project is arranged up and down

* delete label-width
2022-03-18 22:18:45 +08:00
songjianet
1a7d88e84b
[Fix][UI Next][V1.0.0-Alpha] Fix the task definition page table scale imbalance problem. (#8992) 2022-03-18 22:02:22 +08:00
Amy0104
85b2352abf
[Fix][UI Next][V1.0.0-Alpha] Fix the state column of task instance ta… (#8987)
* [Fix][UI Next][V1.0.0-Alpha] Fix the state column of task instance table displays error.

* [Fix][UI Next][V1.0.0-Alpha] Remove unused vars.

* [Fix][UI Next][V1.0.0-Alpha] Add class for the state icon for e2e in task instance table and workflow instance.
2022-03-18 21:10:18 +08:00
caishunfeng
a93033b620
[Bug-8790][Api]fix Duplicate key TaskDefinition (#8986)
Co-authored-by: caishunfeng <534328519@qq.com>
2022-03-18 19:02:16 +08:00
Jiajie Zhong
30746d9762
[python] Add integrated test to python gateway server (#8966)
* [python] Add integrated test to python gateway server

* Build java code and create standalone server image in GA
* Add component start docker in python
* Run example to make sure it work to it

close: #8035

* Fix build docker image working directory

* Fix working directory
2022-03-18 16:24:40 +08:00
songjianet
7ca5cddc2f
[Fix][UI Next][V1.0.0-Alpha] The problem of multi-language support in FeiShu alert instance. (#8981) 2022-03-18 15:51:15 +08:00
songjianet
9fbc62f784
[Fix][UI Next][V1.0.0-Alpha] Fix the new button in the English state of the alarm instance page lacks a space. (#8984) 2022-03-18 15:50:34 +08:00
Amy0104
c29a51a8c7
[Fix][UI Next][V1.0.0-Alpha] Add the hover tips for the alarm instance manage table action buttons. (#8978) 2022-03-18 14:32:22 +08:00
Amy0104
a485771a73
[Fix][UI Next][V1.0.0-Alpha] Add the hover tips for the datasource ta… (#8977)
* [Fix][UI Next][V1.0.0-Alpha] Add the hover tips for the datasource table action buttons.

* [Fix][UI Next][V1.0.0-Alpha] Remove the unused paramter for the datasource table operation column render function.
2022-03-18 14:29:51 +08:00
songjianet
045ef753d1
[Fix][UI Next][V1.0.0-Alpha] Fix the problem of table multilingual switching in datasource. (#8970) 2022-03-17 21:26:59 +08:00
songjianet
451f2849c1
[Fix][UI Next][V1.0.0-Alpha] Fix the problem of table multilingual switching in alarm instance management. (#8968) 2022-03-17 20:16:11 +08:00
calvin
44c8d615a4
[Fix-8834][UI Next][V1.0.0-Alpha] Rectify this issue about missing the path in the page of file management. (#8963)
* fix this issue

* merge from dev
2022-03-17 17:52:04 +08:00
Amy0104
b9e89b1922
[Fix][UI Next][V1.0.0-Alpha] Fix the stop button tips error and its uncorrect state when the record state is STOP. (#8960) 2022-03-17 16:30:53 +08:00
Devosend
2b63de0297
[Fix] [UI Next][V1.0.0-Alpha] Enviroment name display error in cron manage (#8957)
* fix timing modal env name -1 bug

* add param type
2022-03-17 15:46:36 +08:00
Amy0104
aa7dcf3a27
[Fix][UI Next][V1.0.0-Alpha]Fix the pagination of task instance table always one page. (#8954) 2022-03-17 15:19:10 +08:00
gaojun2048
3955d84ce3
[Bug][Security] Fix dir permission (#8938)
* only config dir need 700

* delete -R

* all config dir change

* yaml file in config dir change

* config dir permission change
2022-03-17 14:29:18 +08:00
Amy0104
b86dce53a3
[Fix][UI Next][V1.0.0-Alpha] Fix the workflow instance not clickable in task instance page. (#8952) 2022-03-17 12:39:09 +08:00
Devosend
192086e639
[Fix][UI Next][V1.0.0-Alpha] Fix the English display problem of timeout alert minute (#8950) 2022-03-17 12:37:40 +08:00
Amy0104
8fcca27fcb
[Fix][UI Next][V1.0.0-Alpha]Fix the serial wait text language not configured. (#8949) 2022-03-17 12:36:16 +08:00
Amy0104
e8e2e3a13d
[Fix][UI Next][V1.0.0-Alpha] Fix the edge missing after editing the first task node in dag page. (#8947) 2022-03-17 12:35:06 +08:00