This is an automated email from the ASF dual-hosted git repository.
shwstppr pushed a change to branch dependabot/maven/com.zaxxer-HikariCP-7.0.2
in repository https://gitbox.apache.org/repos/asf/cloudstack.git
from c41fc90926e Bump com.zaxxer:HikariCP from 5.1.0 to 7.0.2
add 124fcde59c4 unlink an ldap domain (#11962)
add 2ac2e5ba33f Github Action: Add action to auto close issues/PRs after a
certain time (#8667)
add 10d76d3384a Bump cs.aws.sdk.version from 1.12.439 to 1.12.795 (#12267)
add f253fd01e69 Merge branch 'main' into
dependabot/maven/com.zaxxer-HikariCP-7.0.2
No new revisions were added by this update.
Summary of changes:
.github/workflows/stale.yml | 41 +++++++++++++
plugins/user-authenticators/ldap/pom.xml | 6 ++
.../api/command/LinkDomainToLdapCmd.java | 14 ++---
.../api/command/UnlinkDomainFromLdapCmd.java | 69 ++++++++++++++++++++++
.../org/apache/cloudstack/ldap/LdapManager.java | 5 +-
.../apache/cloudstack/ldap/LdapManagerImpl.java | 20 ++++++-
pom.xml | 2 +-
ui/public/locales/en.json | 2 +
ui/src/config/section/domain.js | 16 ++++-
9 files changed, 161 insertions(+), 14 deletions(-)
create mode 100644 .github/workflows/stale.yml
create mode 100644
plugins/user-authenticators/ldap/src/main/java/org/apache/cloudstack/api/command/UnlinkDomainFromLdapCmd.java