This is an automated email from the ASF dual-hosted git repository.
rlevas pushed a change to branch branch-feature-AMBARI-20859
in repository https://gitbox.apache.org/repos/asf/ambari.git.
from 9d33096 Merge pull request #135 from
rlevas/branch-feature-AMBARI-20859
add 5ba3cd3 AMBARI-22577. Migrate user data for upgrade to improved user
account management
new 6ecbcbe Merge pull request #136 from rlevas/AMBARI-22577
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:
.../org/apache/ambari/server/orm/DBAccessor.java | 29 ++
.../server/orm/dao/UserAuthenticationDAO.java | 2 +-
.../orm/entities/UserAuthenticationEntity.java | 8 +-
.../AmbariLdapAuthenticationProvider.java | 2 +-
.../ambari/server/upgrade/UpgradeCatalog300.java | 393 +++++++++++++++++++++
.../src/main/resources/Ambari-DDL-Derby-CREATE.sql | 3 +-
.../src/main/resources/Ambari-DDL-MySQL-CREATE.sql | 4 +-
.../main/resources/Ambari-DDL-Oracle-CREATE.sql | 4 +-
.../main/resources/Ambari-DDL-Postgres-CREATE.sql | 5 +-
.../resources/Ambari-DDL-SQLAnywhere-CREATE.sql | 4 +-
.../main/resources/Ambari-DDL-SQLServer-CREATE.sql | 4 +-
.../ambari/server/orm/DBAccessorImplTest.java | 30 ++
...apAuthenticationProviderForDNWithSpaceTest.java | 19 +-
.../AmbariLdapAuthenticationProviderTest.java | 4 +-
.../server/upgrade/UpgradeCatalog300Test.java | 252 ++++++++++++-
15 files changed, 727 insertions(+), 36 deletions(-)
--
To stop receiving notification emails like this one, please contact
['"[email protected]" <[email protected]>'].