You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by ur...@apache.org on 2023/02/23 09:12:11 UTC

[pulsar-manager] 02/02: Merge branch 'master' into dft

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

urfree pushed a commit to branch dft
in repository https://gitbox.apache.org/repos/asf/pulsar-manager.git

commit 9fbb5ae0949c4bf3500478bafc1346ddf3060a77
Merge: d22ee9e d92cfd8
Author: Li Li <ur...@apache.org>
AuthorDate: Thu Feb 23 17:11:25 2023 +0800

    Merge branch 'master' into dft

 .asf.yaml                                          |   9 ++-
 README.md                                          |  77 ++++++++++++++++++++-
 VERSION                                            |   2 +-
 build.gradle                                       |  11 ++-
 docker/startup.sh                                  |   4 +-
 docs/img/Pulsar-manager_editApplication.svg        |   4 ++
 docs/img/Pulsar-manager_editOrganization.svg       |   4 ++
 docs/img/pulsar-manager-environments.gif           | Bin 93073 -> 878936 bytes
 front-end/package.json                             |   5 +-
 front-end/src/api/topics.js                        |  14 ++--
 front-end/src/main.js                              |  11 +++
 front-end/src/views/login/index.vue                |   7 +-
 gradle.properties                                  |   1 +
 .../manager/controller/EnvironmentsController.java |   2 -
 .../pulsar/manager/controller/LoginController.java |  68 +++++++++---------
 .../manager/zuul/HttpsClientConfiguration.java     |  10 ++-
 src/main/resources/application.properties          |  35 +++++++++-
 17 files changed, 204 insertions(+), 60 deletions(-)