status stringclasses 1
value | repo_name stringclasses 13
values | repo_url stringclasses 13
values | issue_id int64 1 104k | updated_files stringlengths 11 1.76k | title stringlengths 4 369 | body stringlengths 0 254k ⌀ | issue_url stringlengths 38 55 | pull_url stringlengths 38 53 | before_fix_sha stringlengths 40 40 | after_fix_sha stringlengths 40 40 | report_datetime timestamp[ns, tz=UTC] | language stringclasses 5
values | commit_datetime timestamp[us, tz=UTC] |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 8,592 | ["dolphinscheduler-python/pydolphinscheduler/.pre-commit-config.yaml", "dolphinscheduler-python/pydolphinscheduler/DEVELOP.md", "dolphinscheduler-python/pydolphinscheduler/setup.py", "dolphinscheduler-python/pydolphinscheduler/src/pydolphinscheduler/exceptions.py", "dolphinscheduler-python/pydolphinscheduler/tox.ini"] | [Feature][python] Add CI auto remove unused package | ### Search before asking
- [X] I had searched in the [issues](https://github.com/apache/dolphinscheduler/issues?q=is%3Aissue) and found no similar feature requirement.
### Description
We need a package to auto remove unused package instead of remove by hand
this issue started when issue #8591 is done
### Use case... | https://github.com/apache/dolphinscheduler/issues/8592 | https://github.com/apache/dolphinscheduler/pull/8897 | eefe7896c81b74ce56d80e354aaa3f8e1e02e3b3 | e53ac4e304c3b0d80a710d27d1ebc66d60a43822 | 2022-03-01T03:44:39Z | java | 2022-03-16T01:33:26Z |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 8,591 | ["dolphinscheduler-python/pydolphinscheduler/.flake8", "dolphinscheduler-python/pydolphinscheduler/.pre-commit-config.yaml", "dolphinscheduler-python/pydolphinscheduler/DEVELOP.md"] | [Feature][python] Add pre-commit to run basic test before commit | ### Search before asking
- [X] I had searched in the [issues](https://github.com/apache/dolphinscheduler/issues?q=is%3Aissue) and found no similar feature requirement.
### Description
Some of the tests could be run locally before users submit to the remote branch. I think [pre-commit](https://pre-commit.com)... | https://github.com/apache/dolphinscheduler/issues/8591 | https://github.com/apache/dolphinscheduler/pull/8843 | 13b1ffe12ac2d87262a6f0f2cf2bc082b945f47e | a308fa3bef42da19c62c81abc83845f89c3f6d81 | 2022-03-01T03:24:07Z | java | 2022-03-14T12:51:55Z |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 8,581 | ["dolphinscheduler-api/src/main/resources/i18n/messages.properties", "dolphinscheduler-api/src/main/resources/i18n/messages_en_US.properties", "dolphinscheduler-api/src/main/resources/i18n/messages_zh_CN.properties"] | [Bug] [API-Doc] missing some chinese translation | ### Search before asking
- [X] I had searched in the [issues](https://github.com/apache/dolphinscheduler/issues?q=is%3Aissue) and found no similar issues.
### What happened

### What you expected to happen
above.
### How to reproduce
above... | https://github.com/apache/dolphinscheduler/issues/8581 | https://github.com/apache/dolphinscheduler/pull/8588 | eb88d9cbd328f5c2aef5f21015b8cfa8f5adc5d6 | 3cfb3270fe2dbe3b009c307ce31881c772c24eee | 2022-02-28T10:07:12Z | java | 2022-03-01T07:14:52Z |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 8,580 | ["dolphinscheduler-api/src/main/java/org/apache/dolphinscheduler/api/configuration/AppConfiguration.java"] | [Bug][UI Next][V1.0.0-Alpha] Errors that appear in standalone after packaging and compiling. | ### Search before asking
- [X] I had searched in the [issues](https://github.com/apache/dolphinscheduler/issues?q=is%3Aissue) and found no similar issues.
### What happened
I'm trying to package ```UI-Next``` into the docker image of ```dev``` branch. I try to replace the ```dist``` folder compiled by ```UI-... | https://github.com/apache/dolphinscheduler/issues/8580 | https://github.com/apache/dolphinscheduler/pull/8748 | 220ec8f5fb93181c6b0e264b2a8d9f4bcc9785e3 | fc334b7b139960b061e6bb952029627d26f60005 | 2022-02-28T09:51:45Z | java | 2022-03-08T03:09:08Z |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 8,577 | ["dolphinscheduler-ui-next/src/views/projects/workflow/components/dag/dag-context-menu.tsx", "dolphinscheduler-ui-next/src/views/projects/workflow/components/dag/index.tsx", "dolphinscheduler-ui-next/src/views/projects/workflow/components/dag/use-node-menu.ts", "dolphinscheduler-ui-next/src/views/projects/workflow/comp... | [Bug][UI Next][V1.0.0-Alpha] Workflow instance view log error | ### Search before asking
- [X] I had searched in the [issues](https://github.com/apache/dolphinscheduler/issues?q=is%3Aissue) and found no similar issues.
### What happened
Workflow instance show the log path instead of the log content when I view log.
 and found no similar issues.
### What happened
<img width="1223" alt="image" src="https://user-images.githubusercontent.com/76080484/155693270-c322ed34-8867-4ba4-849c-f5bc99249fb4.png">
... | https://github.com/apache/dolphinscheduler/issues/8544 | https://github.com/apache/dolphinscheduler/pull/9107 | 08ea1aa701910d90ed16164e9019557292cc4249 | 7c5bebea98b64394a74960a5fa0e7a40af26c465 | 2022-02-25T09:55:26Z | java | 2022-03-23T10:58:41Z |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 8,530 | ["dolphinscheduler-ui-next/src/views/projects/workflow/definition/timing/use-table.ts"] | [Feature][UI] Custom timezone | ### Search before asking
- [X] I had searched in the [issues](https://github.com/apache/dolphinscheduler/issues?q=is%3Aissue) and found no similar feature requirement.
### Description
1. Add the timezone selete on the right header, when user change timezone info, call the updateUser interface to update.
 and found no similar feature requirement.
### Description
Add basic configure for CLI, which includes:
* Third part CLI package
* Basics usage for CLI
* Document for CLI
* Verify work ... | https://github.com/apache/dolphinscheduler/issues/8518 | https://github.com/apache/dolphinscheduler/pull/8516 | 52ed895338a9dcb473fc16c6b8b61b59a19eb1f8 | 3025f67d370e02ebae075a4ef68e1d7f0461b2d6 | 2022-02-24T07:09:07Z | java | 2022-02-24T08:05:55Z |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 8,513 | ["dolphinscheduler-dao/src/main/java/org/apache/dolphinscheduler/dao/datasource/SpringConnectionFactory.java", "dolphinscheduler-dist/release-docs/LICENSE", "pom.xml", "tools/dependencies/known-dependencies.txt"] | [Upgrade] Upgrade mybatis-plus to 3.4.3 | ### Discussed in https://github.com/apache/dolphinscheduler/discussions/8162
<div type='discussions-op-text'>
<sup>Originally posted by **YiuTerran** January 24, 2022</sup>
Mybatis-plus v3.2.0 using mybatis 3.5.2.
There are high level security problems for this version. See [CVE-2020-26945](https://nvd.nist.... | https://github.com/apache/dolphinscheduler/issues/8513 | https://github.com/apache/dolphinscheduler/pull/8515 | 33b50bab7232434a7ac5787b20f4e08db69a7d95 | ca6d148a1b48195a359a3ab29d449229a87dd05a | 2022-02-24T03:07:16Z | java | 2022-02-25T00:31:12Z |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 8,506 | ["dolphinscheduler-master/src/main/java/org/apache/dolphinscheduler/server/master/runner/WorkflowExecuteThread.java"] | [Bug] [Master] process instance stop result wrong | ### Search before asking
- [X] I had searched in the [issues](https://github.com/apache/dolphinscheduler/issues?q=is%3Aissue) and found no similar issues.
### What happened
1. Stop a process instance which task instance can not find worker group. The state of the stop process instance is success. If taskIns... | https://github.com/apache/dolphinscheduler/issues/8506 | https://github.com/apache/dolphinscheduler/pull/8529 | 3cfb3270fe2dbe3b009c307ce31881c772c24eee | 74afdcf8f315eb84ba1a87386e4ebab7767c6b35 | 2022-02-23T09:45:07Z | java | 2022-03-01T07:20:02Z |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 8,499 | ["dolphinscheduler-dao/src/main/resources/sql/dolphinscheduler_mysql.sql", "dolphinscheduler-dao/src/main/resources/sql/dolphinscheduler_postgresql.sql", "dolphinscheduler-dao/src/main/resources/sql/upgrade/2.1.0_schema/mysql/dolphinscheduler_ddl.sql", "dolphinscheduler-dao/src/main/resources/sql/upgrade/2.1.0_schema/p... | [Feature][Master] Optimize workflowlieage query speed | ### Search before asking
- [X] I had searched in the [issues](https://github.com/apache/dolphinscheduler/issues?q=is%3Aissue) and found no similar feature requirement.
### Description
Optimize workflowlieage query speed
### Use case
_No response_
### Related issues
_No response_
### Are you willing to submit a... | https://github.com/apache/dolphinscheduler/issues/8499 | https://github.com/apache/dolphinscheduler/pull/8500 | 64baf6dc3db9f58d32947539a6fa36ac6e1eb200 | 512f8cb5dde7fb42398e7caa50c0c6665b6ec45f | 2022-02-23T05:37:00Z | java | 2022-02-23T08:53:36Z |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 8,497 | ["dolphinscheduler-ui-next/src/locales/modules/en_US.ts", "dolphinscheduler-ui-next/src/locales/modules/zh_CN.ts", "dolphinscheduler-ui-next/src/views/projects/workflow/definition/components/start-modal.tsx", "dolphinscheduler-ui-next/src/views/projects/workflow/definition/components/use-form.ts"] | [Feature][UI Next][V1.0.0-Alpha] Dependent tasks can re-run automatically in the case of complement | ### Search before asking
- [X] I had searched in the [issues](https://github.com/apache/dolphinscheduler/issues?q=is%3Aissue) and found no similar feature requirement.
### Description
Add a select button to control the switch of complement dependent process.
Api:
Add param ```complementDependentMode```... | https://github.com/apache/dolphinscheduler/issues/8497 | https://github.com/apache/dolphinscheduler/pull/8739 | 1d7ee2c5c444b538f3606e0ba4b22d64f0c2686d | aa5392529bb8d2ba7b4b73a9527adf713f8884c8 | 2022-02-23T04:41:14Z | java | 2022-03-07T10:05:58Z |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 8,463 | ["dolphinscheduler-api/src/main/java/org/apache/dolphinscheduler/api/service/impl/ProcessDefinitionServiceImpl.java", "dolphinscheduler-service/src/main/java/org/apache/dolphinscheduler/service/process/ProcessService.java"] | [Bug] [API] releaseWorkflowAndSchedule api of timing does not take effect/relation api cause workflow offline afterbinding | ### Search before asking
- [X] I had searched in the [issues](https://github.com/apache/dolphinscheduler/issues?q=is%3Aissue) and found no similar issues.
### What happened
1. releaseWorkflowAndSchedule api of timing does not take effect
2. relation api cause workflow offline afterbinding
### What you expected t... | https://github.com/apache/dolphinscheduler/issues/8463 | https://github.com/apache/dolphinscheduler/pull/8464 | cd8c5e1c9aeff536c705c9152b31a09a674ea864 | 8d0a0f9c323c8153573b159090aa93d6ea87a30d | 2022-02-21T07:07:39Z | java | 2022-02-21T07:58:59Z |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 8,432 | ["dolphinscheduler-master/src/main/java/org/apache/dolphinscheduler/server/master/registry/ServerNodeManager.java"] | [Bug] [Standalone] table t_ds_worker_group not found in standalone mode | ### Search before asking
- [X] I had searched in the [issues](https://github.com/apache/dolphinscheduler/issues?q=is%3Aissue) and found no similar issues.
### What happened
table t_ds_worker_group not found in standalone mode
### What you expected to happen
running successfully.
### How to reproduce
running sta... | https://github.com/apache/dolphinscheduler/issues/8432 | https://github.com/apache/dolphinscheduler/pull/8433 | 668b36c73187279349ee91e128791926b1bbc86b | 8200a3f15ab5c7de0ea8e4d356ce968c6380e42a | 2022-02-18T11:10:48Z | java | 2022-02-18T13:46:52Z |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 8,431 | ["dolphinscheduler-api/src/main/java/org/apache/dolphinscheduler/api/service/impl/TaskDefinitionServiceImpl.java"] | [Bug] [API] The name of the process definition doesn't display on the page of task definition. | ### Search before asking
- [X] I had searched in the [issues](https://github.com/apache/dolphinscheduler/issues?q=is%3Aissue) and found no similar issues.
### What happened
When I browsed the list page of task definition I found that the name of process definition didn't display. So I checked the result of the req... | https://github.com/apache/dolphinscheduler/issues/8431 | https://github.com/apache/dolphinscheduler/pull/8509 | 6fb112d1daf1a07dee15dcc0ca00ed272d2e387b | c590ad43d7826a2c441801d71ee07ba284cfb042 | 2022-02-18T10:35:35Z | java | 2022-02-24T00:50:03Z |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 8,412 | ["dolphinscheduler-ui/src/js/conf/home/pages/projects/pages/definition/pages/list/_source/timing.vue"] | [Bug] [UI] Workflow definition timing manage edit | ### Search before asking
- [X] I had searched in the [issues](https://github.com/apache/dolphinscheduler/issues?q=is%3Aissue) and found no similar issues.
### What happened
Environment name is not assigned when i edit timing manage in workflow define. as follows:
 and found no similar issues.
### What happened
I edited a task in the Task Definition page, and then saved.
 and found no similar issues.
### What happened
I see the 2.0.2-release note, [Feature-7451][Worker]remove date+1 when the data is supplemented.
But i use 2.0.3, when COMPLEMENT DATA the da... | https://github.com/apache/dolphinscheduler/issues/8394 | https://github.com/apache/dolphinscheduler/pull/8532 | ca6d148a1b48195a359a3ab29d449229a87dd05a | e174d7a40ef8326d698701e97fe347fd730f1277 | 2022-02-15T15:42:21Z | java | 2022-02-25T02:27:08Z |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 8,378 | ["dolphinscheduler-api/src/main/java/org/apache/dolphinscheduler/api/service/impl/ProcessTaskRelationServiceImpl.java"] | [Bug] [API] DeleteTaskRelation api report ConcurrentModificationException | ### Search before asking
- [X] I had searched in the [issues](https://github.com/apache/dolphinscheduler/issues?q=is%3Aissue) and found no similar issues.
### What happened
<img width="1434" alt="lQLPDhsmXnHJphTNATDNCzSwRBcst_MOkoUCD4luqgD0AA_2868_304" src="https://user-images.githubusercontent.com/42576980/1538597... | https://github.com/apache/dolphinscheduler/issues/8378 | https://github.com/apache/dolphinscheduler/pull/8379 | 806333a11c03e5757d0c8dc56b5d1ca62fbacd1d | f9c090e048250a6ec57719be9bc0f385d5b97f97 | 2022-02-14T11:58:33Z | java | 2022-02-17T07:38:13Z |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 8,370 | ["dolphinscheduler-ui/src/js/conf/home/pages/resource/pages/file/pages/list/_source/list.vue", "dolphinscheduler-ui/src/js/module/components/fileUpdate/fileReUpload.vue"] | [Bug] [UI] There isn't the re-uploading file button when the file is in the root directory. | ### Search before asking
- [X] I had searched in the [issues](https://github.com/apache/dolphinscheduler/issues?q=is%3Aissue) and found no similar issues.
### What happened
There isn't the re-uploading file button when the file is under the root directory.
 and found no similar issues.
### What happened
Hello, I don't want to use 「sudo-u」 scheduling tasks
so change 「conf/common.properties」 this configuration:
```shell
# use sudo or not, ... | https://github.com/apache/dolphinscheduler/issues/8366 | https://github.com/apache/dolphinscheduler/pull/8388 | d9129297abac14aba74e87009477fc3502ac116b | 806333a11c03e5757d0c8dc56b5d1ca62fbacd1d | 2022-02-14T00:24:11Z | java | 2022-02-17T07:23:21Z |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 8,344 | ["dolphinscheduler-python/pydolphinscheduler/UPDATING.md", "dolphinscheduler-python/pydolphinscheduler/docs/source/config.rst", "dolphinscheduler-python/pydolphinscheduler/src/pydolphinscheduler/cli/commands.py", "dolphinscheduler-python/pydolphinscheduler/src/pydolphinscheduler/core/configuration.py", "dolphinschedule... | [Feature][python] Support read configuration in env variable | ### Search before asking
- [X] I had searched in the [issues](https://github.com/apache/dolphinscheduler/issues?q=is%3Aissue) and found no similar feature requirement.
### Description
After https://github.com/apache/dolphinscheduler/issues/8249 is merged, our cli could read config in local file, but in some case, u... | https://github.com/apache/dolphinscheduler/issues/8344 | https://github.com/apache/dolphinscheduler/pull/9517 | 4221ee2433d6a4ffeb75347f8edbc45a7d835118 | 59a026d897d5fa3599dd58e932d164370a63b5f4 | 2022-02-11T04:37:34Z | java | 2022-04-15T07:46:44Z |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 8,343 | ["dolphinscheduler-dist/pom.xml", "dolphinscheduler-dist/src/main/assembly/dolphinscheduler-python-api.xml", "dolphinscheduler-dist/src/main/assembly/dolphinscheduler-src.xml", "dolphinscheduler-python/pom.xml", "dolphinscheduler-python/pydolphinscheduler/setup.py", "pom.xml"] | [Feature][python] Fix pydolphinscheduler release to ASF's dist problem | ### Search before asking
- [X] I had searched in the [issues](https://github.com/apache/dolphinscheduler/issues?q=is%3Aissue) and found no similar feature requirement.
### Description
We contain pydolphinscheduler source code in DolphinScheduler version 2.0.3 release in ASF's dist directory, combining with what dol... | https://github.com/apache/dolphinscheduler/issues/8343 | https://github.com/apache/dolphinscheduler/pull/8470 | 891a002beac4b429e20c03aeae77da4c72c39f6c | 36964c2b5a63c563354e6528f88bbe6a4a30c4ee | 2022-02-11T03:50:48Z | java | 2022-02-25T03:06:26Z |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 8,335 | ["dolphinscheduler-ui/src/js/conf/home/pages/dag/_source/formModel/tasks/sqoop.vue"] | [Bug] [UI] Sqoop node change data source type to hive error | ### Search before asking
- [X] I had searched in the [issues](https://github.com/apache/dolphinscheduler/issues?q=is%3Aissue) and found no similar issues.
### What happened

### What you expected to happen
change successfully.
### How to reproduce
change s... | https://github.com/apache/dolphinscheduler/issues/8335 | https://github.com/apache/dolphinscheduler/pull/8348 | 13d9031b687dc51bb8dc424cbe02053807c081fb | 0f04b3cfaaafbb5faeb1c48328ed60c49e17977f | 2022-02-10T10:02:58Z | java | 2022-02-11T08:49:51Z |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 8,296 | ["dolphinscheduler-dao/src/main/resources/sql/upgrade/2.0.4_schema/mysql/dolphinscheduler_ddl.sql", "dolphinscheduler-dao/src/main/resources/sql/upgrade/2.0.4_schema/mysql/dolphinscheduler_dml.sql", "dolphinscheduler-dao/src/main/resources/sql/upgrade/2.0.4_schema/postgresql/dolphinscheduler_ddl.sql", "dolphinscheduler... | [Bug] [API] Update process definition error | ### Search before asking
- [X] I had searched in the [issues](https://github.com/apache/dolphinscheduler/issues?q=is%3Aissue) and found no similar issues.
### What happened
```
[ERROR] 2022-02-07 17:44:03.394 org.apache.dolphinscheduler.api.service.impl.ProcessDefinitionServiceImpl:[332] - error:
java.lang.Illega... | https://github.com/apache/dolphinscheduler/issues/8296 | https://github.com/apache/dolphinscheduler/pull/8408 | af39ae3ce9e055da5a9485ccc5f5678e8120ad17 | f6e2a2cf2387cf4f3ff1d794cea8158bac989fb7 | 2022-02-07T09:57:26Z | java | 2022-02-18T13:05:43Z |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 8,284 | ["dolphinscheduler-alert/dolphinscheduler-alert-plugins/dolphinscheduler-alert-dingtalk/src/main/java/org/apache/dolphinscheduler/plugin/alert/dingtalk/DingTalkAlertChannelFactory.java", "dolphinscheduler-alert/dolphinscheduler-alert-plugins/dolphinscheduler-alert-dingtalk/src/main/java/org/apache/dolphinscheduler/plug... | [Improvement][Alert] Dingtalk alert plugin supports markdown message type | ### Search before asking
- [X] I had searched in the [issues](https://github.com/apache/dolphinscheduler/issues?q=is%3Aissue) and found no similar feature requirement.
### Description
Dingtalk alert plugin supports markdown message type
### Use case
Dingtalk alert plugin supports markdown message type to format a... | https://github.com/apache/dolphinscheduler/issues/8284 | https://github.com/apache/dolphinscheduler/pull/8285 | 78cac085323b1a28d866ed10357c89f2122d06a3 | 36d526d3a803f2ad9203ea54d93a255663bc6eaf | 2022-02-05T12:10:47Z | java | 2022-02-07T14:07:37Z |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 8,281 | ["dolphinscheduler-datasource-plugin/dolphinscheduler-datasource-api/src/main/java/org/apache/dolphinscheduler/plugin/datasource/api/client/CommonDataSourceClient.java", "dolphinscheduler-datasource-plugin/dolphinscheduler-datasource-api/src/test/java/org/apache/dolphinscheduler/plugin/datasource/api/client/CommonDataS... | [Bug] [DataSource] mysql 8 jdbc connect failed | ### Search before asking
- [X] I had searched in the [issues](https://github.com/apache/dolphinscheduler/issues?q=is%3Aissue) and found no similar issues.
### What happened
I was in dev model and using StandaloneServer
When I created a mysql 8 dataresourse, and clicked button "test connection" but dolphinsched... | https://github.com/apache/dolphinscheduler/issues/8281 | https://github.com/apache/dolphinscheduler/pull/9199 | 052df581f58405c840d97711f75894a682028a3c | 13cc84eb8a75c8b2e99faa2c60a4f44e4df6360c | 2022-02-04T11:14:49Z | java | 2022-03-28T04:32:49Z |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 8,258 | ["dolphinscheduler-python/pydolphinscheduler/src/pydolphinscheduler/core/task.py", "dolphinscheduler-python/pydolphinscheduler/tests/core/test_task.py", "dolphinscheduler-python/pydolphinscheduler/tests/testing/task.py"] | [Feature][python] Custom log for meanful an easier log formatter | ### Search before asking
- [X] I had searched in the [issues](https://github.com/apache/dolphinscheduler/issues?q=is%3Aissue) and found no similar feature requirement.
### Description
ATT, for now we just use logging and it should be confgire each file we want to add log, maybe we should add a custom logger ... | https://github.com/apache/dolphinscheduler/issues/8258 | https://github.com/apache/dolphinscheduler/pull/8901 | 9a93910ac5af8512e6f02f664995897e8e0459a5 | 32a5ccac72682b2efc1639a46d0fd6458b37216e | 2022-01-29T08:10:54Z | java | 2022-03-15T11:16:33Z |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 8,255 | ["dolphinscheduler-api/src/main/java/org/apache/dolphinscheduler/api/configuration/PythonGatewayConfiguration.java", "dolphinscheduler-api/src/main/java/org/apache/dolphinscheduler/api/python/PythonGateway.java", "dolphinscheduler-api/src/main/resources/application.yaml", "dolphinscheduler-standalone-server/src/main/re... | [Feature][python] Add authentication for python gateway server | ### Search before asking
- [X] I had searched in the [issues](https://github.com/apache/dolphinscheduler/issues?q=is%3Aissue) and found no similar feature requirement.
### Description
separate from #6407 . **Authentication**, add secret to ensure only trusted people could connect to gateway.
### Use case
_No resp... | https://github.com/apache/dolphinscheduler/issues/8255 | https://github.com/apache/dolphinscheduler/pull/12893 | 70fe39bb2d2012a7d792f9248b8c10d48569a3a8 | 6d8befa0752c1e8005651c7b57b2301c7b9606fc | 2022-01-29T07:59:32Z | java | 2022-11-14T10:43:08Z |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 8,254 | ["dolphinscheduler-api/src/main/java/org/apache/dolphinscheduler/api/python/PythonGateway.java", "dolphinscheduler-python/pydolphinscheduler/UPDATING.md", "dolphinscheduler-python/pydolphinscheduler/src/pydolphinscheduler/core/process_definition.py", "dolphinscheduler-python/pydolphinscheduler/src/pydolphinscheduler/ja... | [Feature][python] Find a way to add attr location to process definition | ### Search before asking
- [X] I had searched in the [issues](https://github.com/apache/dolphinscheduler/issues?q=is%3Aissue) and found no similar feature requirement.
### Description
Separate from #6407
**Beautify workflow DAG graphic**: when workflow create by Python API, we set default location as `{"x": 0, "y"... | https://github.com/apache/dolphinscheduler/issues/8254 | https://github.com/apache/dolphinscheduler/pull/11681 | 635fde19817800221903034c58c858df86e54714 | 4dca488cd50b4392d222167c01ae2a79fd295e77 | 2022-01-29T07:57:47Z | java | 2022-08-27T15:38:46Z |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 8,213 | ["dolphinscheduler-master/src/main/java/org/apache/dolphinscheduler/server/master/registry/ServerNodeManager.java"] | [Bug] [dolphinscheduler-server] task run error when worker group name contains uppercase letters | ### Search before asking
- [X] I had searched in the [issues](https://github.com/apache/dolphinscheduler/issues?q=is%3Aissue) and found no similar issues.
### What happened
worker group名称存在大写的时候,运行任务报错;错误如下
_[INFO] 2022-01-27 08:00:00.389 TaskLogLogger:[134] - set work flow 299 task 463 running
[INFO] 2022-01-2... | https://github.com/apache/dolphinscheduler/issues/8213 | https://github.com/apache/dolphinscheduler/pull/8448 | 02e47da30b76334c6847c8142a735cdd94f0cc43 | 234f399488e7fb0937cbf322c928f7abb9eb8365 | 2022-01-27T04:05:26Z | java | 2022-02-19T13:38:58Z |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 8,204 | ["dolphinscheduler-worker/src/main/java/org/apache/dolphinscheduler/server/worker/processor/HostUpdateProcessor.java"] | [Bug] [Dev] standalone-server start error | ### Search before asking
- [X] I had searched in the [issues](https://github.com/apache/dolphinscheduler/issues?q=is%3Aissue) and found no similar issues.
### What happened

### What you expected to happen
start successfully.
### How to reproduce
./bin/dol... | https://github.com/apache/dolphinscheduler/issues/8204 | https://github.com/apache/dolphinscheduler/pull/8205 | 7945a2f3aad15649e671dfa2e80586b14f3472e4 | b05ba4d1b9e6e66fb42f9cd5f7212e919c07725c | 2022-01-26T08:17:34Z | java | 2022-01-26T09:51:20Z |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 8,201 | [".github/ISSUE_TEMPLATE/document.yml"] | [Feature][community] Add document issue template | ### Search before asking
- [X] I had searched in the [issues](https://github.com/apache/dolphinscheduler/issues?q=is%3Aissue) and found no similar feature requirement.
### Description
Add new issue template about document bug or feature
### Use case
_No response_
### Related issues
_No response_
### Are you wi... | https://github.com/apache/dolphinscheduler/issues/8201 | https://github.com/apache/dolphinscheduler/pull/10804 | 2d8b4932b30861076d636fdd35510917e4c157d7 | 1485c6fba29bbab5688f535bfb0b44d9ede154e8 | 2022-01-26T07:07:39Z | java | 2022-07-06T03:52:55Z |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 8,187 | ["dolphinscheduler-ui/src/js/conf/home/pages/resource/pages/file/pages/subdirectory/_source/list.vue", "dolphinscheduler-ui/src/js/module/components/fileUpdate/fileReUpload.vue", "dolphinscheduler-ui/src/js/module/components/nav/nav.vue"] | [Bug] [resource] Whether the re-upload function can be retained | ### Search before asking
- [X] I had searched in the [issues](https://github.com/apache/dolphinscheduler/issues?q=is%3Aissue) and found no similar issues.
### What happened
In the Resource Center, the re-upload function is gone.
If you need to re-upload the file, you must delete the file before uploading it.
... | https://github.com/apache/dolphinscheduler/issues/8187 | https://github.com/apache/dolphinscheduler/pull/8359 | b0dbc33730bcc3a8cdb70c3daab469ce8d9769aa | 3f6caef08fc79e8253ff69372f36dbef49d312d2 | 2022-01-25T03:42:49Z | java | 2022-02-13T03:47:10Z |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 8,186 | ["dolphinscheduler-ui/src/js/conf/home/pages/resource/pages/taskGroups/taskGroupQueue/index.vue", "dolphinscheduler-ui/src/js/module/i18n/locale/en_US.js"] | [Bug] [UI] the page of task group queue is empty | ### Search before asking
- [X] I had searched in the [issues](https://github.com/apache/dolphinscheduler/issues?q=is%3Aissue) and found no similar issues.
### What happened

when we change the language to en... | https://github.com/apache/dolphinscheduler/issues/8186 | https://github.com/apache/dolphinscheduler/pull/8272 | 6be220129fe214eeb56b9e774ef42c65b78bffa8 | 83d08e013af78288a59be33f10397918b7b17d3d | 2022-01-25T03:40:08Z | java | 2022-01-31T09:39:18Z |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 8,182 | ["dolphinscheduler-task-plugin/dolphinscheduler-task-python/src/main/java/org/apache/dolphinscheduler/plugin/task/python/PythonTask.java", "dolphinscheduler-task-plugin/dolphinscheduler-task-python/src/test/java/org/apache/dolphinscheduler/plugin/task/python/PythonTaskTest.java"] | [Bug] [plugin] python task execute error | ### Search before asking
- [X] I had searched in the [issues](https://github.com/apache/dolphinscheduler/issues?q=is%3Aissue) and found no similar issues.
### What happened
PYTHON_HOME configuration is as follows:
export PYTHON_HOME=/usr/bin/python3
When performing the task, the prompt cannot find the relevant ... | https://github.com/apache/dolphinscheduler/issues/8182 | https://github.com/apache/dolphinscheduler/pull/8196 | fb9f4a1339b31fdfcf43828cbe024ac11d8392d1 | a1cc2fd11ac97b2bace6977f946c0bc0480cc620 | 2022-01-25T00:28:28Z | java | 2022-01-26T03:09:57Z |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 8,181 | ["dolphinscheduler-ui/src/js/conf/home/pages/dag/_source/canvas/canvas.vue", "dolphinscheduler-ui/src/js/conf/home/pages/dag/_source/dag.vue"] | [Bug] [UI] There is no obvious difference between a disabled task and a normal task, and it is not easy to identify | ### Search before asking
- [X] I had searched in the [issues](https://github.com/apache/dolphinscheduler/issues?q=is%3Aissue) and found no similar issues.
### What happened
There is no obvious difference between a disabled task and a normal task, and it is not easy to identify.
Whether disabled tasks can be dist... | https://github.com/apache/dolphinscheduler/issues/8181 | https://github.com/apache/dolphinscheduler/pull/8332 | fc9a31f81375fff820a6a718b606b359073cd892 | 42aab0f47ad65909c7ca498d644642e61a377b29 | 2022-01-25T00:18:30Z | java | 2022-02-10T10:39:04Z |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 8,172 | ["dolphinscheduler-ui/src/js/conf/home/pages/dag/_source/canvas/canvas.vue", "dolphinscheduler-ui/src/js/conf/home/pages/dag/_source/canvas/contextMenu.scss"] | [Bug] [UI] Right-clicking the workflow does not respond | ### Search before asking
- [X] I had searched in the [issues](https://github.com/apache/dolphinscheduler/issues?q=is%3Aissue) and found no similar issues.
### What happened
1.Select a workflow with many tasks.
2.Modify && save && online.
3.Enter the workflow, select a task, and right-click without responding.
... | https://github.com/apache/dolphinscheduler/issues/8172 | https://github.com/apache/dolphinscheduler/pull/8346 | 91b91c95192a23c1c4e0320d328b1a9776bccfc0 | d9df8319a2bf4cb515d1598431a98cef2d80f8a2 | 2022-01-24T08:33:14Z | java | 2022-02-11T12:24:07Z |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 8,170 | ["dolphinscheduler-ui/src/js/conf/home/pages/dag/_source/formModel/formModel.vue"] | [Bug] [UI] SUB_PROCESS Clicking into the child node does not react | ### Search before asking
- [X] I had searched in the [issues](https://github.com/apache/dolphinscheduler/issues?q=is%3Aissue) and found no similar issues.
### What happened
**Workflow Definition List page**, select Workflow, Enter, Select SUB_PROCESS Component Click into child nodes without reaction.
note... | https://github.com/apache/dolphinscheduler/issues/8170 | https://github.com/apache/dolphinscheduler/pull/8371 | f9c090e048250a6ec57719be9bc0f385d5b97f97 | 6334a8221a0dfa35d7fb69de227b5aedbe775a0f | 2022-01-24T08:21:58Z | java | 2022-02-17T07:44:19Z |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 8,169 | ["dolphinscheduler-ui/src/js/conf/home/pages/dag/_source/dag.vue"] | [Bug] [UI] After you save the workflow, it jumps to the workflow list page | ### Search before asking
- [X] I had searched in the [issues](https://github.com/apache/dolphinscheduler/issues?q=is%3Aissue) and found no similar issues.
### What happened
Developers generally write a task to save once, and then jump to the workflow list page, whether it can stay on the workflow editing page like ... | https://github.com/apache/dolphinscheduler/issues/8169 | https://github.com/apache/dolphinscheduler/pull/8198 | 3c10bbe1571573257c855667d99590c6aa87b423 | baf0c95add2772f4ea6f08788f216b5ef83557ed | 2022-01-24T08:15:10Z | java | 2022-01-28T10:42:36Z |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 8,163 | ["dolphinscheduler-ui/src/js/conf/home/pages/dag/_source/canvas/canvas.vue"] | [Bug] [UI] The task name is not displayed completely | ### Search before asking
- [X] I had searched in the [issues](https://github.com/apache/dolphinscheduler/issues?q=is%3Aissue) and found no similar issues.
### What happened
The names of the people in the workflow cannot be displayed in full and cannot be searched.
Most of our workflows have a lot of tasks, which c... | https://github.com/apache/dolphinscheduler/issues/8163 | https://github.com/apache/dolphinscheduler/pull/8280 | 6ae3efb5b6caaa72437c45bdf80c3f1b87c76a67 | 41efe305bb40097bf5cfd4c948d49ff787a4634c | 2022-01-24T03:43:18Z | java | 2022-02-04T08:41:16Z |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 8,158 | ["dolphinscheduler-ui-next/src/router/modules/resources.ts", "dolphinscheduler-ui-next/src/views/resource/task-group/option/components/form-modal.tsx", "dolphinscheduler-ui-next/src/views/resource/task-group/option/components/table-action.tsx", "dolphinscheduler-ui-next/src/views/resource/task-group/option/index.module... | [Improvement][UI-Next] Need to alter the structure of directories and folder's name about the component of task group. | ### Search before asking
- [X] I had searched in the [issues](https://github.com/apache/dolphinscheduler/issues?q=is%3Aissue) and found no similar feature requirement.
### Description
Need to use the way of spinal case to name folders in the module of 'ui-next' .
 and found no similar feature requirement.
### Description
add at@ msg in the dingtalk task plugin
When a custom bot sends a message, you can specify the "@person list" by your mobile phon... | https://github.com/apache/dolphinscheduler/issues/8138 | https://github.com/apache/dolphinscheduler/pull/8139 | e0dbf3edc6200ed2abd1dffbcfaff8b53d7996f4 | 1fd748f376ad652783c94fd7c2d9e602291acb16 | 2022-01-20T10:53:08Z | java | 2022-01-21T09:09:39Z |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 8,135 | ["dolphinscheduler-datasource-plugin/dolphinscheduler-datasource-api/src/main/java/org/apache/dolphinscheduler/plugin/datasource/api/datasource/AbstractDataSourceProcessor.java", "dolphinscheduler-datasource-plugin/dolphinscheduler-datasource-api/src/test/java/org/apache/dolphinscheduler/plugin/datasource/api/datasourc... | [Bug] [DataSource] jdbc connect parameters can not input '@' | ### Search before asking
- [X] I had searched in the [issues](https://github.com/apache/dolphinscheduler/issues?q=is%3Aissue) and found no similar issues.
### What happened
In 2.0.2 version, when I create hive datasource with kerberos, then need input principal to jdbc connect parameters,
when Test connect , The ... | https://github.com/apache/dolphinscheduler/issues/8135 | https://github.com/apache/dolphinscheduler/pull/8293 | 8200a3f15ab5c7de0ea8e4d356ce968c6380e42a | 2a1406073a73b349f63396567919f81a802785d8 | 2022-01-20T07:29:54Z | java | 2022-02-18T13:58:43Z |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 8,119 | ["dolphinscheduler-api/src/main/java/org/apache/dolphinscheduler/api/service/ProcessDefinitionService.java", "dolphinscheduler-api/src/main/java/org/apache/dolphinscheduler/api/service/impl/ProcessDefinitionServiceImpl.java", "dolphinscheduler-api/src/main/java/org/apache/dolphinscheduler/api/service/impl/ProcessInstan... | [Bug] [API] Update ProcessInstance error and without reason output | ### Search before asking
- [X] I had searched in the [issues](https://github.com/apache/dolphinscheduler/issues?q=is%3Aissue) and found no similar issues.
### What happened

Update ProcessInstance error.And there is no cause for error.
### What ... | https://github.com/apache/dolphinscheduler/issues/8119 | https://github.com/apache/dolphinscheduler/pull/8122 | 38b40e7ac49390164207104a4a788639b12696c4 | b5631d5281e84b72afa44a3d37631ffdbfd178ca | 2022-01-19T07:32:41Z | java | 2022-01-21T01:32:38Z |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 8,113 | ["dolphinscheduler-ui-next/src/components/chart/modules/Graph.tsx"] | [Feature][UI Next] Feature graph component. | ### Search before asking
- [X] I had searched in the [issues](https://github.com/apache/dolphinscheduler/issues?q=is%3Aissue) and found no similar feature requirement.
### Description
_No response_
### Use case
_No response_
### Related issues
[#7332](https://github.com/apache/dolphinscheduler/issues/7332)
###... | https://github.com/apache/dolphinscheduler/issues/8113 | https://github.com/apache/dolphinscheduler/pull/8114 | 66bc76cedad0b698d53ef1968fac7a5b80f7b83f | d6e1d955117a74ee487e1d14337ab7a7d9c18e73 | 2022-01-19T03:04:31Z | java | 2022-01-19T03:27:25Z |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 8,110 | ["dolphinscheduler-spi/src/main/java/org/apache/dolphinscheduler/spi/task/TaskExecutionContextCacheManager.java", "dolphinscheduler-worker/src/main/java/org/apache/dolphinscheduler/server/worker/WorkerServer.java"] | [Bug] [Worker/Master] Data duplication caused by worker faking death | ### Search before asking
- [X] I had searched in the [issues](https://github.com/apache/dolphinscheduler/issues?q=is%3Aissue) and found no similar issues.
### What happened
1. Because of cpu load is too high, worker lost connection with Zookeeper.
2. Master failover the worker and restart the tasks, but cannot kil... | https://github.com/apache/dolphinscheduler/issues/8110 | https://github.com/apache/dolphinscheduler/pull/8490 | 512f8cb5dde7fb42398e7caa50c0c6665b6ec45f | f2b9796bc20ef40e1737ea3afe9a00503b44ae3d | 2022-01-18T16:27:25Z | java | 2022-02-23T10:22:42Z |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 8,098 | ["dolphinscheduler-ui/src/js/conf/home/pages/resource/pages/udf/pages/subUdfDirectory/_source/rename.vue"] | [Bug] [UI] udf sub resource manage edit modal can't close | ### Search before asking
- [X] I had searched in the [issues](https://github.com/apache/dolphinscheduler/issues?q=is%3Aissue) and found no similar issues.
### What happened
When I renamed the UDF sub resource, I clicked the Cancel Modal, but it didn't respond. as follows:
 and found no similar issues.
### What happened
when I used Parameter for clickhouse datax task. it was always failed .
### What you expected to happen
[WARN] 2022-01-17 20:19:50.042 - [ta... | https://github.com/apache/dolphinscheduler/issues/8092 | https://github.com/apache/dolphinscheduler/pull/8091 | e0a99dd9093dacd161512535b0046699f3cf26af | f1a02159783e2a01094a06eb7681d4532cdbbff4 | 2022-01-17T13:16:14Z | java | 2022-01-18T08:53:25Z |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 8,077 | ["dolphinscheduler-master/src/main/java/org/apache/dolphinscheduler/server/master/runner/WorkflowExecuteThread.java"] | [Bug] [dolphinscheduler-worker] Timeout alarm no alarm notification sent | ### Search before asking
- [X] I had searched in the [issues](https://github.com/apache/dolphinscheduler/issues?q=is%3Aissue) and found no similar issues.
### What happened

The worker log is as fo... | https://github.com/apache/dolphinscheduler/issues/8077 | https://github.com/apache/dolphinscheduler/pull/9485 | b1d57dbce491d13d29ca44ebab776c49fa3656c7 | 508ed9769aebe70a87539eccb70b6a08d34e0183 | 2022-01-17T02:29:51Z | java | 2022-04-18T12:34:22Z |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 8,074 | [".github/stale.yml"] | [Feature][Github] Add stale mechanism to auto mark issues and PRs as stale | ### Search before asking
- [X] I had searched in the [issues](https://github.com/apache/dolphinscheduler/issues?q=is%3Aissue) and found no similar feature requirement.
### Description
We should add stale mechanism to auto mark issues and PRs as stale status to control the number, which can also remind us which need... | https://github.com/apache/dolphinscheduler/issues/8074 | https://github.com/apache/dolphinscheduler/pull/8075 | 90ea6ebb6f6e5db0e0e444c32da8ccaa180bd459 | 6b9198acfcf8b61f554295edd0e09d07d674bc8e | 2022-01-16T16:00:05Z | java | 2022-01-16T16:24:10Z |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 8,073 | ["dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskGroupMapper.xml", "dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskGroupQueueMapper.xml"] | [Bug] [API] The result of querying the task groups is disordered after editing a task group. | ### Search before asking
- [X] I had searched in the [issues](https://github.com/apache/dolphinscheduler/issues?q=is%3Aissue) and found no similar issues.
### What happened
After editing a task group and saving it, the list of querying task groups was disordered. It's because that the sql doesn't use the clause of ... | https://github.com/apache/dolphinscheduler/issues/8073 | https://github.com/apache/dolphinscheduler/pull/8274 | 1f87eb67609d52fa0d5cf780e406572458b17836 | 6ae3efb5b6caaa72437c45bdf80c3f1b87c76a67 | 2022-01-16T14:02:51Z | java | 2022-02-04T05:23:36Z |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 8,056 | ["dolphinscheduler-api/src/main/java/org/apache/dolphinscheduler/api/service/impl/EnvironmentServiceImpl.java"] | [Bug] [Environment Edit Worker Group] Edit the bug of worker grouping in environment management. | ### Search before asking
- [X] I had searched in the [issues](https://github.com/apache/dolphinscheduler/issues?q=is%3Aissue) and found no similar issues.
### What happened
### There are problems in Dev and 202 and 203
- Create a new environment, configure workers, and select multiple groups
![b2582efd4dee1545e... | https://github.com/apache/dolphinscheduler/issues/8056 | https://github.com/apache/dolphinscheduler/pull/8072 | c0d69125eb1c8ddb2993697533e9b490f2611cc1 | 7391cc20f01bef62b9a30f7b6b7f54fb41bdab03 | 2022-01-15T02:19:47Z | java | 2022-01-17T02:30:40Z |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 8,053 | ["dolphinscheduler-service/src/main/java/org/apache/dolphinscheduler/service/quartz/cron/AbstractCycle.java", "dolphinscheduler-service/src/main/java/org/apache/dolphinscheduler/service/quartz/cron/CronUtils.java", "dolphinscheduler-service/src/main/java/org/apache/dolphinscheduler/service/quartz/cron/CycleFactory.java... | [Bug] [dolphinscheduler-service] CronUtils.getMaxCycle return null | ### Search before asking
- [X] I had searched in the [issues](https://github.com/apache/dolphinscheduler/issues?q=is%3Aissue) and found no similar issues.
### What happened
每年一月每天早上七点
I want to run the task every January at 7am
when I pass this cron , it should return YEAR , not null
CronUtils.getMaxCycle(... | https://github.com/apache/dolphinscheduler/issues/8053 | https://github.com/apache/dolphinscheduler/pull/8086 | b705a08794f34acdd0be32e6e535a1e6973267ad | e0a99dd9093dacd161512535b0046699f3cf26af | 2022-01-14T13:21:02Z | java | 2022-01-18T02:44:30Z |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 8,050 | ["dolphinscheduler-ui/src/js/conf/home/pages/dag/_source/canvas/canvas.vue", "dolphinscheduler-ui/src/js/conf/home/pages/dag/_source/dag.vue"] | [Bug] [UI] Forbidden tasks need to be represented by a forbidden icon | ### Search before asking
- [X] I had searched in the [issues](https://github.com/apache/dolphinscheduler/issues?q=is%3Aissue) and found no similar issues.
### What happened

### What you expected to h... | https://github.com/apache/dolphinscheduler/issues/8050 | https://github.com/apache/dolphinscheduler/pull/8332 | fc9a31f81375fff820a6a718b606b359073cd892 | 42aab0f47ad65909c7ca498d644642e61a377b29 | 2022-01-14T10:29:19Z | java | 2022-02-10T10:39:04Z |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 8,029 | ["docs/docs/en/guide/task/switch.md", "docs/docs/zh/guide/task/switch.md", "docs/img/switch_configure.jpg", "docs/img/tasks/demo/switch_01.png", "docs/img/tasks/demo/switch_02.png", "docs/img/tasks/demo/switch_03.png", "docs/img/tasks/demo/switch_04.png"] | [Feature][Document] Add example and notice about task type Switch | Due to our tasks task description is not containing some detail, and I think we should add a new section notice and give an example to the task switch in the document https://dolphinscheduler.apache.org/en-us/docs/latest/user_doc/guide/task/switch.html | https://github.com/apache/dolphinscheduler/issues/8029 | https://github.com/apache/dolphinscheduler/pull/10247 | 36bba3fcdff58176a27b71155db6539244496106 | 7e39e0d48de07183f15504fa4e087c790f2479e7 | 2022-01-14T01:32:45Z | java | 2022-06-08T06:17:05Z |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 8,028 | ["docs/docs/en/guide/task/conditions.md", "docs/docs/zh/guide/task/conditions.md", "docs/img/condition_dag_en.png", "docs/img/condition_task_en.png", "docs/img/condition_task_zh.png", "docs/img/tasks/demo/condition_task01.png", "docs/img/tasks/demo/condition_task02.png", "docs/img/tasks/demo/condition_task03.png"] | [Feature][Document] Add example and notice about task type Conditions | Due to our tasks task description is not containing some detail, and I think we should add a new section notice and give an example to the task conditions in the document https://dolphinscheduler.apache.org/en-us/docs/latest/user_doc/guide/task/conditions.html | https://github.com/apache/dolphinscheduler/issues/8028 | https://github.com/apache/dolphinscheduler/pull/9945 | f790bc25fd76b47e076ea19945e8e43cc3219a7a | 12a4b012683d3129b2d279aed005e290aa0c3003 | 2022-01-14T01:32:31Z | java | 2022-05-11T03:43:11Z |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 8,010 | ["dolphinscheduler-ui/src/js/conf/home/pages/dag/_source/dag.scss"] | [Bug] Frond-ends edit bug | ### Search before asking
- [X] I had searched in the [issues](https://github.com/apache/dolphinscheduler/issues?q=is%3Aissue) and found no similar issues.
### What happened
version 2.0.2

as above pictur... | https://github.com/apache/dolphinscheduler/issues/8010 | https://github.com/apache/dolphinscheduler/pull/8039 | 7d5ab53d0d041f93afd6b062400d5e875c7d6be3 | 677482795c5d95f26a6b64fe5bf00372626d4a59 | 2022-01-13T14:02:11Z | java | 2022-01-14T06:33:57Z |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 8,000 | ["dolphinscheduler-api/src/main/java/org/apache/dolphinscheduler/api/service/impl/ProcessDefinitionServiceImpl.java"] | [Bug][Api] process update user name is wrong | After admin modifies the workflow of ordinary user Jane, the modified user is still Jane , should be admin

_Originally posted by @janeHe13 in https://github.com/apache/dolphinscheduler/issues/7777#issue... | https://github.com/apache/dolphinscheduler/issues/8000 | https://github.com/apache/dolphinscheduler/pull/8063 | 027af091c736a801df3082ea5323d6821a7d64dd | 5bcf7bcce6702dd4828215659c04cb487a70eff0 | 2022-01-13T09:59:37Z | java | 2022-01-15T15:52:06Z |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 7,993 | ["dolphinscheduler-e2e/dolphinscheduler-e2e-case/src/test/resources/docker/file-manage/common.properties", "dolphinscheduler-e2e/dolphinscheduler-e2e-case/src/test/resources/docker/file-manage/docker-compose.yaml"] | [Feature][CI] Optimize Reousrce Center E2E test | ### Search before asking
- [X] I had searched in the [issues](https://github.com/apache/dolphinscheduler/issues?q=is%3Aissue) and found no similar feature requirement.
### Description
At present, the E2E test in the resource center introduces the HDFS container, which is a small Hadoop stand-alone container.... | https://github.com/apache/dolphinscheduler/issues/7993 | https://github.com/apache/dolphinscheduler/pull/8066 | e7cd16706ab3284d15178ded2de154677fc356d3 | b705a08794f34acdd0be32e6e535a1e6973267ad | 2022-01-13T08:04:40Z | java | 2022-01-17T11:32:47Z |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 7,987 | ["dolphinscheduler-ui/src/js/conf/home/pages/projects/pages/definition/pages/list/_source/versions.vue"] | [Bug] [UI] Error in querying historical version information of workflow | ### Search before asking
- [X] I had searched in the [issues](https://github.com/apache/dolphinscheduler/issues?q=is%3Aissue) and found no similar issues.
### What happened
Error in querying historical version information of workflow
 and found no similar issues.
### What happened

### What you expected to h... | https://github.com/apache/dolphinscheduler/issues/7986 | https://github.com/apache/dolphinscheduler/pull/8065 | 6b9198acfcf8b61f554295edd0e09d07d674bc8e | c0d69125eb1c8ddb2993697533e9b490f2611cc1 | 2022-01-13T03:59:22Z | java | 2022-01-17T02:29:59Z |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 7,984 | ["dolphinscheduler-api/src/test/java/org/apache/dolphinscheduler/api/controller/UiPluginControllerTest.java"] | [Enhancement] [dolphinscheduler-api] Add Unit Test for UiPluginController | ### Search before asking
- [X] I had searched in the [issues](https://github.com/apache/dolphinscheduler/issues?q=is%3Aissue) and found no similar issues.
### What happened
There is no Unit test for UiPluginController
### What you expected to happen
Add Unit Test for UiPluginController and UT coverage is 100%
##... | https://github.com/apache/dolphinscheduler/issues/7984 | https://github.com/apache/dolphinscheduler/pull/7985 | 8ab3b1d5594588306f2d1db74e6c2a3b094cc011 | 6dcf53c4d98d3cb5d26206f53006b41cc9b59a35 | 2022-01-13T03:25:24Z | java | 2022-01-13T04:57:40Z |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 7,979 | ["dolphinscheduler-api/src/main/java/org/apache/dolphinscheduler/api/enums/Status.java"] | [Bug] [API] There're a few spelling mistakes in the 'Status'. | ### Search before asking
- [X] I had searched in the [issues](https://github.com/apache/dolphinscheduler/issues?q=is%3Aissue) and found no similar issues.
### What happened
There're a few spelling mistakes in the 'Status'.
 and found no similar issues.
### What happened
When trying to invoke the function 'startTaskGroup' in the class of 'TaskGroupServiceImpl' it will has a wrong prompt if the task group's statu... | https://github.com/apache/dolphinscheduler/issues/7977 | https://github.com/apache/dolphinscheduler/pull/7978 | 6dcf53c4d98d3cb5d26206f53006b41cc9b59a35 | 23068e9d21a847a5aa22dd1f655198f0d0d89f1f | 2022-01-13T01:01:30Z | java | 2022-01-13T05:03:05Z |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 7,970 | ["dolphinscheduler-python/pydolphinscheduler/src/pydolphinscheduler/core/process_definition.py", "dolphinscheduler-python/pydolphinscheduler/tests/core/test_process_definition.py"] | [Bug] [python] workflow as code run tutorial examples error | ### Search before asking
- [X] I had searched in the [issues](https://github.com/apache/dolphinscheduler/issues?q=is%3Aissue) and found no similar issues.
### What happened
The following error occurred when I was running the `pydolphinscheduler/examples/tutorial.py` program.
 and found no similar issues.
### What happened
1. Create workflow A and the task is shell_ 1. Global parameter setting id = 1
 and found no similar issues.
### What happened
The UT coverage of AlertPluginInstanceController is zero
### What you expected to happen
The UT coverage of AlertPluginInstanceController is ... | https://github.com/apache/dolphinscheduler/issues/7950 | https://github.com/apache/dolphinscheduler/pull/7952 | 08e303f86767cbe6a3f83f1947120185d04ad808 | d198a9051e97d215905ee3c8bd0f35cc5607f73e | 2022-01-12T03:43:14Z | java | 2022-01-14T05:52:35Z |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 7,935 | ["dolphinscheduler-api/src/test/java/org/apache/dolphinscheduler/api/controller/AlertGroupControllerTest.java"] | [Bug] [API] There're a few issues about running test cases in the class of AlertGroupControllerTest | ### Search before asking
- [X] I had searched in the [issues](https://github.com/apache/dolphinscheduler/issues?q=is%3Aissue) and found no similar issues.
### What happened
When I run the test cases of AlertGroupControllerTest , it failed at the test case of test010CreateAlertgroup and test060VerifyGroupName. It's ... | https://github.com/apache/dolphinscheduler/issues/7935 | https://github.com/apache/dolphinscheduler/pull/7954 | 3edc58cbddd6df515aa89f6a9ef5b17cfee9da63 | a81093d6cbc3f200207ecd192716a1cd426b4edc | 2022-01-11T04:55:55Z | java | 2022-01-12T05:30:54Z |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 7,896 | ["dolphinscheduler-api/src/main/java/org/apache/dolphinscheduler/api/service/impl/UsersServiceImpl.java"] | [Bug] [api] When the project is authorized, it will generate a duplicate authorized project | ### Search before asking
- [X] I had searched in the [issues](https://github.com/apache/dolphinscheduler/issues?q=is%3Aissue) and found no similar issues.
### What happened
step1, Authorize more than two projects to user a
step2, Cancel some of the projects that have been authorized to user a, please do not cancel... | https://github.com/apache/dolphinscheduler/issues/7896 | https://github.com/apache/dolphinscheduler/pull/8453 | bb1ba967cdd0715bb83f69406e3c184fcecd4294 | 2aed250ed4cdb33d7a116e59bceb5d30eda6073a | 2022-01-08T09:42:29Z | java | 2022-03-10T08:58:02Z |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 7,892 | ["dolphinscheduler-api/src/main/java/org/apache/dolphinscheduler/api/service/impl/ResourcesServiceImpl.java", "dolphinscheduler-api/src/test/java/org/apache/dolphinscheduler/api/service/ResourcesServiceTest.java"] | [Bug] [api] When a non-admin user creates a udf function, resources other than .jar will be displayed in the UDF resource | ### Search before asking
- [X] I had searched in the [issues](https://github.com/apache/dolphinscheduler/issues?q=is%3Aissue) and found no similar issues.
### What happened
1. When a non-admin user has authorized other resources, when creating a udf function, the UDF resource will display non `.jar` resources
![图片... | https://github.com/apache/dolphinscheduler/issues/7892 | https://github.com/apache/dolphinscheduler/pull/8458 | b92f6d876d41c7e419572ac9ced3d0aad895d293 | 1ffb5d6e8d6512ee0be958069e8bbd1c105b2989 | 2022-01-08T03:49:51Z | java | 2022-02-24T10:17:25Z |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 7,887 | ["dolphinscheduler-spi/src/main/java/org/apache/dolphinscheduler/spi/task/AbstractParameters.java"] | [Bug] [Parameter Context] The preparameter OUT is null | ### Search before asking
- [X] I had searched in the [issues](https://github.com/apache/dolphinscheduler/issues?q=is%3Aissue) and found no similar issues.
### What happened
在首节点设定两个OUT参数,其中一个给常量,另一个以shell设置参数值传递的方式,传递到下一个节点时,其中常量的参数为null
 and found no similar issues.
### What happened
Run command `mvn -U clean package -Prelease -Dmaven.test.skip=true -Dmaven.javadoc.skip=true` and un-tar the binary package, tool directory not... | https://github.com/apache/dolphinscheduler/issues/7886 | https://github.com/apache/dolphinscheduler/pull/7916 | a8c592bd93f9705666546204a34a7e48acd8c31b | 7718abed792684f517c51e03796445683bac511d | 2022-01-07T13:48:15Z | java | 2022-01-11T15:02:36Z |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 7,885 | ["script/dolphinscheduler-daemon.sh"] | [Feature][deploy] Output log should under logs/ directory | ### Search before asking
- [X] I had searched in the [issues](https://github.com/apache/dolphinscheduler/issues?q=is%3Aissue) and found no similar feature requirement.
### Description
I test our dev dist tarball. There is a `<server_name>.out` in the wrong directory, I think it should in the `<server_name>/l... | https://github.com/apache/dolphinscheduler/issues/7885 | https://github.com/apache/dolphinscheduler/pull/7960 | 79e2c386dfbb726ffb7d152da76cc1a2e01debc1 | 2cf609ae6189fb334d43cefe47ad61a37ebd9f8c | 2022-01-07T13:38:21Z | java | 2022-01-12T12:42:05Z |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 7,857 | ["dolphinscheduler-api/src/main/java/org/apache/dolphinscheduler/api/enums/Status.java", "dolphinscheduler-api/src/main/java/org/apache/dolphinscheduler/api/service/impl/UsersServiceImpl.java", "dolphinscheduler-ui/src/js/conf/home/pages/security/pages/users/_source/createUser.vue"] | [Bug] [Edit User Info] Problems caused by modifying the administrator user information. | ### Search before asking
- [X] I had searched in the [issues](https://github.com/apache/dolphinscheduler/issues?q=is%3Aissue) and found no similar issues.
### What happened
- User state
When I logged in as an administrator, I modified the user information, changed the administrator's status to disabled, a... | https://github.com/apache/dolphinscheduler/issues/7857 | https://github.com/apache/dolphinscheduler/pull/7891 | 7151c545783ed811b652b1a06a16aa228e3f1121 | 24eb40c2b24f3361617ae59c9264fa52546033db | 2022-01-06T13:41:11Z | java | 2022-01-08T10:01:22Z |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 7,849 | ["dolphinscheduler-alert/dolphinscheduler-alert-server/src/test/java/org/apache/dolphinscheduler/alert/AlertPluginManagerTest.java", "dolphinscheduler-alert/dolphinscheduler-alert-server/src/test/java/org/apache/dolphinscheduler/alert/AlertServerTest.java"] | [Bug] [dolphinscheduler-alert-server] There is no unit test in AlertServer and AlertPluginManager | ### Search before asking
- [X] I had searched in the [issues](https://github.com/apache/dolphinscheduler/issues?q=is%3Aissue) and found no similar issues.
### What happened
There is no unit test in AlertServer and AlertPluginManager
### What you expected to happen
There is unit test in AlertServer and AlertPlugin... | https://github.com/apache/dolphinscheduler/issues/7849 | https://github.com/apache/dolphinscheduler/pull/7850 | 106744448bd156ce128282ad4ee1205db60149af | 4f4d9d12ceb75b1e8d6db08791980c14bd105b20 | 2022-01-06T06:48:18Z | java | 2022-01-11T04:46:21Z |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 7,839 | ["dolphinscheduler-ui-next/src/components/modal/index.module.scss", "dolphinscheduler-ui-next/src/components/modal/index.tsx"] | [Feature][UI Next] Modal component. | ### Search before asking
- [X] I had searched in the [issues](https://github.com/apache/dolphinscheduler/issues?q=is%3Aissue) and found no similar feature requirement.
### Description
_No response_
### Use case
_No response_
### Related issues
[#7332](https://github.com/apache/dolphinscheduler/issues/7332)
###... | https://github.com/apache/dolphinscheduler/issues/7839 | https://github.com/apache/dolphinscheduler/pull/7848 | a8d19f271a40a0e0f4fe28bddb28f9941d13c703 | ae09702b351c71babf2c93996e56a1358eb71d39 | 2022-01-06T01:54:36Z | java | 2022-01-06T06:44:04Z |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 7,825 | ["dolphinscheduler-api/src/main/java/org/apache/dolphinscheduler/api/service/impl/ProcessDefinitionServiceImpl.java"] | [Bug] [API] The create time and update time of an imported process are still the original process's. | ### Search before asking
- [X] I had searched in the [issues](https://github.com/apache/dolphinscheduler/issues?q=is%3Aissue) and found no similar issues.
### What happened
When I use the function of importing process the create time and update time of the new process are still same to the original process.
... | https://github.com/apache/dolphinscheduler/issues/7825 | https://github.com/apache/dolphinscheduler/pull/7828 | 0911fd711d84a3aa6febf26246a146ec4af3bfc9 | a8d19f271a40a0e0f4fe28bddb28f9941d13c703 | 2022-01-05T11:26:21Z | java | 2022-01-06T01:57:31Z |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 7,815 | ["dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProcessDefinitionMapper.xml"] | [Bug] [Process Definition] There are duplicate processes in the process definition list | ### Search before asking
- [X] I had searched in the [issues](https://github.com/apache/dolphinscheduler/issues?q=is%3Aissue) and found no similar issues.
### What happened
There are duplicate processes in the process definition list:
PageNo 13
 and found no similar feature requirement.
### Description
- [x] Master
- [x] Worker
- [x] DB
- [x] Statistics
- [x] Audit Log
### Use case
_No response_
### Related issue... | https://github.com/apache/dolphinscheduler/issues/7812 | https://github.com/apache/dolphinscheduler/pull/8088 | 2a773802ef7134c4faa93edd8eaacabbea7aabe2 | e7cd16706ab3284d15178ded2de154677fc356d3 | 2022-01-05T07:16:14Z | java | 2022-01-17T11:06:11Z |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 7,804 | ["dolphinscheduler-alert/dolphinscheduler-alert-plugins/dolphinscheduler-alert-dingtalk/src/main/java/org/apache/dolphinscheduler/plugin/alert/dingtalk/DingTalkAlertChannelFactory.java", "dolphinscheduler-alert/dolphinscheduler-alert-plugins/dolphinscheduler-alert-dingtalk/src/main/java/org/apache/dolphinscheduler/plug... | [Feature][Task] DingTalk alert plugin adds signature. | ### Search before asking
- [X] I had searched in the [issues](https://github.com/apache/dolphinscheduler/issues?q=is%3Aissue) and found no similar feature requirement.
### Description
DingTalk alert plugin adds signature.
### Use case
DingTalk alert plugin adds signature.
### Related issues
_No response_
### A... | https://github.com/apache/dolphinscheduler/issues/7804 | https://github.com/apache/dolphinscheduler/pull/7805 | 64efc65edf06e8dc2ffdae14eabd4aab3d518a02 | cb8c875fa86e19c70537cbe425dcbe6c9e70aefb | 2022-01-05T04:55:44Z | java | 2022-01-12T07:24:25Z |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 7,789 | ["dolphinscheduler-api/src/main/java/org/apache/dolphinscheduler/api/service/impl/ProcessDefinitionServiceImpl.java"] | [Bug] [API] querySimpleList return wrong projectCode | ### Search before asking
- [X] I had searched in the [issues](https://github.com/apache/dolphinscheduler/issues?q=is%3Aissue) and found no similar issues.
### What happened
querySimpleList method return projectCode the same as processDefinitionCode.
 and found no similar issues.
### What happened
1.Many SQL tasks submitted at the same time
2.It will be retried when a task fails, and may be submitted multiple times when retrying
... | https://github.com/apache/dolphinscheduler/issues/7788 | https://github.com/apache/dolphinscheduler/pull/7809 | 24a97fda75c362d4acf97867d7dfcb4cccbb26a3 | a8c592bd93f9705666546204a34a7e48acd8c31b | 2022-01-04T08:17:05Z | java | 2022-01-11T14:54:42Z |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 7,787 | ["dolphinscheduler-ui-next/src/views/profile/index.tsx", "dolphinscheduler-ui-next/src/views/profile/use-form.ts", "dolphinscheduler-ui-next/src/views/profile/use-update.ts"] | [Feature][UI Next] Profile. | ### Search before asking
- [X] I had searched in the [issues](https://github.com/apache/dolphinscheduler/issues?q=is%3Aissue) and found no similar feature requirement.
### Description
_No response_
### Use case
_No response_
### Related issues
[#7332](https://github.com/apache/dolphinscheduler/issues/7332)
###... | https://github.com/apache/dolphinscheduler/issues/7787 | https://github.com/apache/dolphinscheduler/pull/7966 | 2cf609ae6189fb334d43cefe47ad61a37ebd9f8c | 53e012441048322f6b29e911aa02ca40ef80486f | 2022-01-04T07:36:52Z | java | 2022-01-12T13:01:08Z |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 7,786 | ["dolphinscheduler-ui-next/src/service/service.ts", "dolphinscheduler-ui-next/src/views/login/use-login.ts", "dolphinscheduler-ui-next/src/views/password/index.tsx", "dolphinscheduler-ui-next/src/views/password/use-form.ts", "dolphinscheduler-ui-next/src/views/password/use-update.ts"] | [Feature][UI Next] Edit password. | ### Search before asking
- [X] I had searched in the [issues](https://github.com/apache/dolphinscheduler/issues?q=is%3Aissue) and found no similar feature requirement.
### Description
_No response_
### Use case
_No response_
### Related issues
[#7332](https://github.com/apache/dolphinscheduler/issues/7332)
###... | https://github.com/apache/dolphinscheduler/issues/7786 | https://github.com/apache/dolphinscheduler/pull/7802 | 7e61a3af3109fa1ae497e231b488212566d8d84c | 81ef08af0ea642dd525ca952c0834aaeb30129d2 | 2022-01-04T07:35:58Z | java | 2022-01-05T05:40:46Z |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 7,785 | ["dolphinscheduler-ui-next/pnpm-lock.yaml", "dolphinscheduler-ui-next/src/service/modules/task-group/types.ts", "dolphinscheduler-ui-next/src/views/resource/taskGroupOption/components/form-modal.tsx", "dolphinscheduler-ui-next/src/views/resource/taskGroupOption/use-form.ts", "dolphinscheduler-ui-next/src/views/resource... | [Feature][UI Next] Resource. | ### Search before asking
- [X] I had searched in the [issues](https://github.com/apache/dolphinscheduler/issues?q=is%3Aissue) and found no similar feature requirement.
### Description
- [x] File Manage
- [x] Resource Manage
- [ ] Function Manage
- [x] Task Group Option
- [x] Task Group Queue
### Use c... | https://github.com/apache/dolphinscheduler/issues/7785 | https://github.com/apache/dolphinscheduler/pull/8083 | 3456904af8601556cecff5a07b260d092ca13bcb | 8c188e809b2da397948ce6b576630b6a19f23b64 | 2022-01-04T07:22:20Z | java | 2022-01-17T07:04:55Z |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 7,777 | ["dolphinscheduler-ui/src/js/conf/home/pages/projects/pages/definition/pages/list/_source/list.vue"] | [Feature][UI] process definition page add create username | ### Search before asking
- [X] I had searched in the [issues](https://github.com/apache/dolphinscheduler/issues?q=is%3Aissue) and found no similar feature requirement.
### Description
Add a create username on the process definition page.So that users can use it better.
### Use case
_No response_
###... | https://github.com/apache/dolphinscheduler/issues/7777 | https://github.com/apache/dolphinscheduler/pull/7778 | e34a8bc3dcc3e8036d18b28fc0a564a45341035a | d9496efc380e559b81781ebaae20478a17f03ed4 | 2022-01-03T11:49:51Z | java | 2022-01-04T02:16:24Z |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 7,775 | ["dolphinscheduler-tools/src/main/java/org/apache/dolphinscheduler/tools/datasource/dao/ResourceDao.java"] | [Bug] [DAO] ResourceDao's logger class is wrong | ### Search before asking
- [X] I had searched in the [issues](https://github.com/apache/dolphinscheduler/issues?q=is%3Aissue) and found no similar issues.
### What happened
ResourceDao's logger class is wrong
### What you expected to happen
ResourceDao's logger class is wrong
### How to reproduce
ResourceDao's ... | https://github.com/apache/dolphinscheduler/issues/7775 | https://github.com/apache/dolphinscheduler/pull/7776 | 0dfbbc89839b790ab5e0a3208496a4ab6fe0f359 | f34dfe80dad6a38f0169c553d0f32b3fd49d8f70 | 2022-01-03T10:30:45Z | java | 2022-01-04T01:40:43Z |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 7,773 | ["dolphinscheduler-api/src/main/java/org/apache/dolphinscheduler/api/enums/Status.java", "dolphinscheduler-api/src/main/java/org/apache/dolphinscheduler/api/service/impl/ProcessInstanceServiceImpl.java"] | [Bug] [Api] malform batchDeleteProcessInstanceByIds log output | ### Search before asking
- [X] I had searched in the [issues](https://github.com/apache/dolphinscheduler/issues?q=is%3Aissue) and found no similar issues.
### What happened
```
[INFO] 2022-01-03 04:00:57.639 org.apache.dolphinscheduler.api.aspect.AccessLogAspect:[90] - REQUEST TRACE_ID:ecda536d-0f42-485a-9584-a5bb... | https://github.com/apache/dolphinscheduler/issues/7773 | https://github.com/apache/dolphinscheduler/pull/7774 | f324b2f88408d8a8b348fbd5ef3bd5686508c5e3 | e34a8bc3dcc3e8036d18b28fc0a564a45341035a | 2022-01-03T05:07:36Z | java | 2022-01-04T02:11:06Z |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 7,769 | ["dolphinscheduler-api/src/main/java/org/apache/dolphinscheduler/api/controller/ExecutorController.java", "dolphinscheduler-api/src/main/java/org/apache/dolphinscheduler/api/enums/Status.java", "dolphinscheduler-api/src/main/resources/i18n/messages.properties", "dolphinscheduler-api/src/main/resources/i18n/messages_en_... | [Feature][API] Add batch start process api | ### Search before asking
- [X] I had searched in the [issues](https://github.com/apache/dolphinscheduler/issues?q=is%3Aissue) and found no similar feature requirement.
### Description
Add batch start process api.
### Use case
_No response_
### Related issues
_No response_
### Are you willing to submit a PR?
-... | https://github.com/apache/dolphinscheduler/issues/7769 | https://github.com/apache/dolphinscheduler/pull/7771 | 46c39cdff98cc0ae3222a42e3e1f9c0288e0a40a | f2541248eb85f7977f75a3be3c7419688d20d713 | 2022-01-02T04:23:51Z | java | 2022-01-07T04:26:06Z |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 7,767 | ["dolphinscheduler-api/src/main/java/org/apache/dolphinscheduler/api/service/impl/ProcessInstanceServiceImpl.java", "dolphinscheduler-service/src/main/java/org/apache/dolphinscheduler/service/process/ProcessService.java"] | Delete the log of ‘workflow instance’ The log of ‘task instance’ is not deleted in cascade | ### Search before asking
- [X] I had searched in the [issues](https://github.com/apache/dolphinscheduler/issues?q=is%3Aissue) and found no similar issues.
### What happened
删除 ‘工作流实例’的日志 ‘任务实例’的日志没有级联删除
### What you expected to happen
删除 ‘工作流实例’的日志 ‘任务实例’的日志级联删除
### How to reproduce
手工删除过 t_ds_task_instance 、t_... | https://github.com/apache/dolphinscheduler/issues/7767 | https://github.com/apache/dolphinscheduler/pull/7768 | 4d16c24b6e78887927a9550a90b25bceb9b5c0b1 | 7395b980d3d76646dada5b7e9220d946b154001e | 2022-01-01T07:10:16Z | java | 2022-01-03T07:52:50Z |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 7,763 | ["dolphinscheduler-python/pydolphinscheduler/examples/task_conditions_example.py", "dolphinscheduler-python/pydolphinscheduler/src/pydolphinscheduler/core/task.py", "dolphinscheduler-python/pydolphinscheduler/src/pydolphinscheduler/tasks/condition.py", "dolphinscheduler-python/pydolphinscheduler/tests/tasks/test_condit... | [Bug] [python] Task condition missing two downstream parameters | ### Search before asking
- [X] I had searched in the [issues](https://github.com/apache/dolphinscheduler/issues?q=is%3Aissue) and found no similar issues.
### What happened
For now, our condition task only set upstream node, but without set downstream. It's a mistake and condition task have three required pa... | https://github.com/apache/dolphinscheduler/issues/7763 | https://github.com/apache/dolphinscheduler/pull/7783 | fcbb5f4d8f337236de1aab17a2d1f00b51c2d535 | 1417967d9eebd8e2a5cd4f3b47449cb5be1bdb5d | 2021-12-31T09:58:43Z | java | 2022-01-05T11:58:44Z |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 7,714 | ["dolphinscheduler-ui-next/src/components/chart/index.ts", "dolphinscheduler-ui-next/src/components/chart/modules/Pie.tsx", "dolphinscheduler-ui-next/src/views/home/index.module.scss", "dolphinscheduler-ui-next/src/views/home/index.tsx", "dolphinscheduler-ui-next/src/views/home/state-card.tsx", "dolphinscheduler-ui-nex... | [Feature][UI Next] Home page. | ### Search before asking
- [X] I had searched in the [issues](https://github.com/apache/dolphinscheduler/issues?q=is%3Aissue) and found no similar feature requirement.
### Description
- [ ] Home
> - [x] Task State Statistics
> - [x] Process State Statistics
> - [x] Process Definition Statistics
### Use case
... | https://github.com/apache/dolphinscheduler/issues/7714 | https://github.com/apache/dolphinscheduler/pull/7765 | 3e34e69cfbe80016d17af5be753aa4ae8afc9176 | 7e378ea6728f881232824d0cb95d547d21a47759 | 2021-12-29T13:08:22Z | java | 2021-12-31T15:27:09Z |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 7,713 | ["dolphinscheduler-api/src/main/java/org/apache/dolphinscheduler/api/aspect/AccessLogAspect.java", "dolphinscheduler-api/src/test/java/org/apache/dolphinscheduler/api/aspect/AccessLogAspectTest.java"] | [Feature] [Log] The data source password in the log is not encrypted | ### Search before asking
- [X] I had searched in the [issues](https://github.com/apache/dolphinscheduler/issues?q=is%3Aissue) and found no similar issues.
### What happened
The data source password in the log is not encrypted.
### What you expected to happen
It should be encrypted or replaced with "****"
### H... | https://github.com/apache/dolphinscheduler/issues/7713 | https://github.com/apache/dolphinscheduler/pull/7728 | 68906f1b31d60e38414de6a82feff5232e4a00b4 | 73993e98ee272ccbd1a0bb160eda5c7557ddc21e | 2021-12-29T10:47:52Z | java | 2021-12-30T08:09:59Z |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 7,701 | ["dolphinscheduler-api/src/main/java/org/apache/dolphinscheduler/api/controller/TaskGroupController.java", "dolphinscheduler-api/src/main/java/org/apache/dolphinscheduler/api/service/TaskGroupService.java", "dolphinscheduler-api/src/main/java/org/apache/dolphinscheduler/api/service/impl/TaskGroupServiceImpl.java", "dol... | [Bug] [DAO] There's an redundant field named 'project_id' in the table of 't_ds_task_group'. | ### Search before asking
- [X] I had searched in the [issues](https://github.com/apache/dolphinscheduler/issues?q=is%3Aissue) and found no similar issues.
### What happened
In the table of 't_ds_task_group' there's two fields of 'project_code' and 'project_id'. Each of them can identify the project, and the ... | https://github.com/apache/dolphinscheduler/issues/7701 | https://github.com/apache/dolphinscheduler/pull/7703 | 5ab0135d1831c9156388d8b593417e775e2b2b84 | 71ccb42697e197b2668a08a83eb9bb19261b4f5a | 2021-12-29T02:52:14Z | java | 2021-12-29T04:57:36Z |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 7,686 | ["dolphinscheduler-master/src/main/java/org/apache/dolphinscheduler/server/master/registry/MasterRegistryClient.java", "dolphinscheduler-worker/src/main/java/org/apache/dolphinscheduler/server/worker/registry/WorkerRegistryClient.java"] | [Bug] [MasterServer] server restart fail after force killed | ### Search before asking
- [X] I had searched in the [issues](https://github.com/apache/dolphinscheduler/issues?q=is%3Aissue) and found no similar issues.
### What happened
When I kill the worker server by force kill, and restart it, it will stop because dead server.
And I found that the session timeout was still ... | https://github.com/apache/dolphinscheduler/issues/7686 | https://github.com/apache/dolphinscheduler/pull/7688 | 71ccb42697e197b2668a08a83eb9bb19261b4f5a | d3bd7309fb623d87ae7f35a01bdaec727a672be4 | 2021-12-28T11:57:34Z | java | 2021-12-29T07:35:03Z |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 7,682 | ["dolphinscheduler-api/src/main/java/org/apache/dolphinscheduler/api/service/impl/TaskGroupServiceImpl.java", "dolphinscheduler-service/src/main/java/org/apache/dolphinscheduler/service/process/ProcessService.java"] | [Bug] [API] After creating a task group the values of both fields 'create_time' and 'update_time' are empty. | ### Search before asking
- [X] I had searched in the [issues](https://github.com/apache/dolphinscheduler/issues?q=is%3Aissue) and found no similar issues.
### What happened
After creating a task group the values of both fields 'create_time' and 'update_time' are empty.
 and found no similar feature requirement.
### Description
Improve layout modules
### Use case
_No response_
### Related issues
Please refer to the main `issue` [#7332](https://github.co... | https://github.com/apache/dolphinscheduler/issues/7673 | https://github.com/apache/dolphinscheduler/pull/7817 | f0ad65cb143f81f8c94e864ac6b69fbe2151c0ca | a826d37e54c45119a380ae65ebb47a749037efd3 | 2021-12-28T07:26:11Z | java | 2022-01-05T09:18:04Z |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.