This is an automated email from the ASF dual-hosted git repository.
kezhenxu94 pushed a change to branch user_e2e
in repository https://gitbox.apache.org/repos/asf/dolphinscheduler.git.
discard 66805d1 Adjust E2E to make it pass
discard 12208e1 add user manage e2e case
discard 9341036 modify UserList to userList
discard 5794a78 modify UserList to userList
discard de5e7b5 add user manage of e2e case
discard 4014e80 add user manage of e2e case
add 5e9679f [Fix-7259][server] Fix the prompt for starting and stopping
the API service (#7634)
add 77343b2 fix 7597 (#7598)
add e172015 fix conflict pr 6997 (#7571)
add 2d2cc35 [Feature][UI Next] Add login and logout function. (#7644)
add 8b29213 [Feature-7569]Optimize Dependent node loading times (#7626)
add cc8fbe3 [python] Fix task condition set wrong deps (#7650)
new bc563fd Add E2E case for user manage
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (66805d1)
\
N -- N -- N refs/heads/user_e2e (bc563fd)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../apache/dolphinscheduler/api/enums/Status.java | 1 +
.../service/impl/TaskDefinitionServiceImpl.java | 8 ++--
.../main/resources/sql/dolphinscheduler_mysql.sql | 9 +++--
.../resources/sql/dolphinscheduler_postgresql.sql | 42 ++++++++++++++++++--
.../2.1.0_schema/mysql/dolphinscheduler_ddl.sql | 6 ++-
.../2.1.0_schema/mysql/dolphinscheduler_dml.sql | 2 +-
.../postgresql/dolphinscheduler_ddl.sql | 34 ++++++++++++++++
.../postgresql/dolphinscheduler_dml.sql | 2 +-
.../master/runner/task/DependentTaskProcessor.java | 1 -
.../examples/task_conditions_example.py | 29 +++++++-------
.../src/pydolphinscheduler/tasks/condition.py | 8 ++--
.../tests/tasks/test_condition.py | 45 ++++++++++++----------
dolphinscheduler-ui-next/package.json | 3 +-
.../content/components/user/use-dataList.ts | 2 +-
.../content/components/user/use-dropdown.ts | 18 +++++++++
dolphinscheduler-ui-next/src/main.ts | 8 +++-
.../src/service/modules/login/index.ts | 2 +-
.../src/service/modules/login/types.ts | 6 ++-
.../service/modules/{sign-out => logout}/index.ts | 2 +-
.../service/modules/{sign-out => logout}/types.ts | 0
dolphinscheduler-ui-next/src/service/service.ts | 6 +++
.../src/store/user/types.ts | 6 ++-
.../src/store/{theme/theme.ts => user/user.ts} | 19 ++++-----
.../src/views/login/use-login.ts | 13 ++++---
.../src/js/conf/home/pages/dag/_source/dag.vue | 11 +++++-
.../dag/_source/formModel/tasks/dependent.vue | 8 +++-
.../src/js/conf/home/store/dag/actions.js | 7 ++++
.../src/js/conf/home/store/dag/mutations.js | 8 ++++
.../src/js/conf/home/store/dag/state.js | 3 +-
script/start-all.sh | 2 +-
script/stop-all.sh | 2 +-
31 files changed, 233 insertions(+), 80 deletions(-)
rename dolphinscheduler-ui-next/src/service/modules/{sign-out =>
logout}/index.ts (96%)
rename dolphinscheduler-ui-next/src/service/modules/{sign-out =>
logout}/types.ts (100%)
copy dolphinscheduler-ui/src/js/conf/home/store/datasource/state.js =>
dolphinscheduler-ui-next/src/store/user/types.ts (92%)
copy dolphinscheduler-ui-next/src/store/{theme/theme.ts => user/user.ts} (75%)