This is an automated email from the ASF dual-hosted git repository.
linkinstar pushed a change to branch dev
in repository https://gitbox.apache.org/repos/asf/answer.git
from 9bb91818 fix(internal):add gte,lte bounds for min_content and min_tags
new 2d41cf96 fix: Add time parameter when updating user status
new 2720ba51 feat: Add resetPassword cli tool
The 2 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:
cmd/command.go | 65 +++--
cmd/main.go | 4 +-
go.mod | 1 +
go.sum | 2 +
internal/base/conf/conf.go | 4 +-
.../utils/storage.ts => internal/base/path/path.go | 60 +++--
internal/cli/install.go | 44 +---
internal/cli/install_check.go | 3 +-
internal/cli/reset_password.go | 288 +++++++++++++++++++++
internal/install/install_controller.go | 9 +-
internal/install/install_main.go | 4 +-
internal/repo/repo_test/user_backyard_repo_test.go | 5 +-
pkg/checker/reserved_username.go | 4 +-
13 files changed, 400 insertions(+), 93 deletions(-)
copy ui/src/utils/storage.ts => internal/base/path/path.go (51%)
create mode 100644 internal/cli/reset_password.go