You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dolphinscheduler.apache.org by zh...@apache.org on 2022/01/12 03:08:58 UTC

[dolphinscheduler] branch dev updated (8a4ae60 -> 3edc58c)

This is an automated email from the ASF dual-hosted git repository.

zhongjiajie pushed a change to branch dev
in repository https://gitbox.apache.org/repos/asf/dolphinscheduler.git.


    from 8a4ae60  [Feature][UI Next]Added the tenant management page (#7945)
     add 3edc58c  [E2E] Add queue e2e test (#7941)

No new revisions were added by this update.

Summary of changes:
 .github/workflows/e2e.yml                          |  2 +
 .../{TenantE2ETest.java => QueueE2ETest.java}      | 64 ++++++++-------
 .../e2e/pages/security/QueuePage.java              | 94 ++++++++++++++++++++++
 .../e2e/pages/security/SecurityPage.java           |  6 ++
 .../security/pages/queue/_source/createQueue.vue   |  4 +
 .../pages/security/pages/queue/_source/list.vue    |  6 +-
 .../conf/home/pages/security/pages/queue/index.vue |  2 +-
 .../components/secondaryMenu/_source/menu.js       |  3 +-
 8 files changed, 146 insertions(+), 35 deletions(-)
 copy dolphinscheduler-e2e/dolphinscheduler-e2e-case/src/test/java/org/apache/dolphinscheduler/e2e/cases/{TenantE2ETest.java => QueueE2ETest.java} (52%)
 create mode 100644 dolphinscheduler-e2e/dolphinscheduler-e2e-case/src/test/java/org/apache/dolphinscheduler/e2e/pages/security/QueuePage.java