Skip to content

Changes

Summary

  1. Started implementing site updates with aliases. (details)
  2. MGR-138 Added Message properties. (details)
  3. APPNG-2442 Working implementation of the feature. (details)
  4. MGR-138 Removed implicit include of host in aliases. (details)
  5. MGR-138 Working on tests. (details)
  6. MGR-138 Applied code formaters. Corrected name. (details)
  7. MGR-138 Removed obsolete code. (details)
  8. MGR-138 Reformated XMLs to avoid bloated diffs. (details)
  9. MGR-138 Converted indentation for pretty diff in github. (details)
  10. MGR-138 Yet more format differences to adjust. (details)
  11. Cherry-picked MGR-139 from 1.20.x (details)
  12. MGR-138 Fixed wrong expectation (details)
  13. MGR-138 Results should have predictable order. (details)
  14. MGR-138 Use core service for checkSite() (details)
  15. MGR-138 Necessary changes to pass the tests. (details)
  16. MGR-138 Aiticon code format with STS. Intellij does it different. (details)
  17. MGR-138 Necessary changed after merge. (details)
Commit 4a5b753248b894410c622003dccaaa586e5158d0 by Dirk Heuvels
Started implementing site updates with aliases.
The file was modified application-home/dictionary/manager-messages.properties (diff)
The file was modified src/main/java/org/appng/application/manager/form/SiteForm.java (diff)
The file was modified application-home/dictionary/manager-messages_de.properties (diff)
The file was modified src/main/java/org/appng/application/manager/service/ManagerService.java (diff)
The file was modified pom.xml (diff)
The file was modified application-home/conf/datasources/ds-sites.xml (diff)
The file was modified application-home/dictionary/manager-messages.properties (diff)
The file was modified application-home/dictionary/manager-messages_de.properties (diff)
The file was modified src/main/java/org/appng/application/manager/form/SiteForm.java (diff)
The file was modified src/main/java/org/appng/application/manager/service/ManagerService.java (diff)
Commit 983434613e56852f525b0a880242cfde486d2e85 by Dirk Heuvels
APPNG-2442 Working implementation of the feature.
The file was modified application-home/dictionary/manager-messages_de.properties (diff)
The file was modified application-home/dictionary/manager-messages.properties (diff)
The file was modified application-home/conf/datasources/ds-sites.xml (diff)
The file was modified src/main/java/org/appng/application/manager/form/SiteForm.java (diff)
The file was modified src/main/java/org/appng/application/manager/service/ManagerService.java (diff)
Commit 2ab8d6ef6bbd0d5b1a8aecd956a2edce04e015be by Dirk Heuvels
MGR-138 Removed implicit include of host in aliases.
The file was modified src/main/java/org/appng/application/manager/form/SiteForm.java (diff)
The file was modified src/main/java/org/appng/application/manager/service/ManagerService.java (diff)
The file was addedsrc/test/resources/xml/SitesTest-testCreateSite01-action.xml
The file was modified src/test/resources/xml/SitesTest-testShowSite.xml (diff)
The file was modified src/test/resources/xml/SitesTest-testShowSites.xml (diff)
The file was modified src/test/resources/xml/PlatformEventsTest-testShowAll.xml (diff)
The file was addedsrc/test/resources/xml/SitesTest-testCreateSite02ValidationFail.xml
The file was addedsrc/test/resources/xml/SitesTest-testCreateSite04HostDuplicateFail.xml
The file was addedsrc/test/resources/xml/SitesTest-testCreateSite01-messages.xml
The file was removedsrc/test/resources/xml/SitesTest-testCreateSite-action.xml
The file was modified src/test/java/org/appng/application/manager/business/SitesTest.java (diff)
The file was removedsrc/test/resources/xml/SitesTest-testCreateSiteValidationFail.xml
The file was addedsrc/test/resources/xml/SitesTest-testCreateSite05AliasDuplicateFail.xml
The file was addedsrc/test/resources/xml/SitesTest-testCreateSite03NameDuplicateFail.xml
The file was modified src/test/resources/xml/DataBaseConnectionsTest-testMigrations.xml (diff)
The file was modified pom.xml (diff)
The file was modified src/test/resources/xml/SitesTest-testShowSitesFiltered.xml (diff)
The file was removedsrc/test/resources/xml/SitesTest-testCreateSite-messages.xml
Commit 8be1be80aec3647dd0b5c4ff6b8dbbee12101e68 by Dirk Heuvels
MGR-138 Applied code formaters. Corrected name.
The file was modified src/test/resources/xml/SitesTest-testShowSites.xml (diff)
The file was modified src/main/java/org/appng/application/manager/service/ManagerService.java (diff)
The file was modified src/main/java/org/appng/application/manager/form/SiteForm.java (diff)
The file was modified src/test/java/org/appng/application/manager/business/SitesTest.java (diff)
Commit 9b9b35f53ef0485e519c96308dac9c5a9252a613 by Dirk Heuvels
MGR-138 Reformated XMLs to avoid bloated diffs.
The file was modified src/test/resources/xml/SitesTest-testShowSitesFiltered.xml (diff)
The file was modified src/test/resources/xml/SitesTest-testShowSite.xml (diff)
The file was modified src/test/resources/xml/SitesTest-testShowSites.xml (diff)
Commit 88ed1c7a6579fd93c722786b85d30a1045a9009b by Dirk Heuvels
MGR-138 Converted indentation for pretty diff in github.
The file was modified src/test/resources/xml/SitesTest-testShowSitesFiltered.xml (diff)
The file was modified src/test/resources/xml/SitesTest-testShowSites.xml (diff)
Commit b7a488251a18ddd40d26418744831be3a239dba8 by Dirk Heuvels
MGR-138 Yet more format differences to adjust.
The file was modified src/test/resources/xml/SitesTest-testShowSites.xml (diff)
The file was modified src/test/resources/xml/SitesTest-testShowSitesFiltered.xml (diff)
The file was modified src/test/resources/xml/RepositoriesTest-testPackages.xml (diff)
The file was modified src/test/resources/xml/SitesTest-testShowSitesFiltered.xml (diff)
The file was modified src/test/resources/xml/SitesTest-testShowSites.xml (diff)
The file was modified src/test/resources/xml/RepositoriesTest-testPackages.xml (diff)
Commit 6b32792cdfb35fa0f1fccf7ef76503626d28a521 by Dirk Heuvels
MGR-138 Results should have predictable order.
The file was modified src/test/java/org/appng/application/manager/business/SitesTest.java (diff)
The file was modified src/main/java/org/appng/application/manager/form/SiteForm.java (diff)
The file was modified src/test/resources/xml/SitesTest-testShowSite.xml (diff)
Commit b6b64432edc34c8923ea02afbbdca0298929eb3b by Dirk Heuvels
MGR-138 Use core service for checkSite()
The file was modified pom.xml (diff)
The file was addedsrc/test/resources/xml/SitesTest-testCreateSite041Host2HostConflictFail.xml
The file was modified src/test/resources/xml/SitesTest-testShowSite.xml (diff)
The file was addedsrc/test/resources/xml/SitesTest-testCreateSite03NameConflictFail.xml
The file was addedsrc/test/resources/xml/SitesTest-testCreateSite051Alias2HostConflictFail.xml
The file was modified application-home/dictionary/manager-messages_de.properties (diff)
The file was modified src/main/java/org/appng/application/manager/service/ManagerService.java (diff)
The file was removedsrc/test/resources/xml/SitesTest-testCreateSite03NameDuplicateFail.xml
The file was addedsrc/test/resources/xml/SitesTest-testCreateSite041Host2AliasConflictFail.xml
The file was removedsrc/test/resources/xml/SitesTest-testCreateSite04HostDuplicateFail.xml
The file was removedsrc/test/resources/xml/SitesTest-testCreateSite05AliasDuplicateFail.xml
The file was addedsrc/test/resources/xml/SitesTest-testCreateSite052Alias2AliasConflictFail.xml
The file was modified src/test/java/org/appng/application/manager/business/SitesTest.java (diff)
The file was modified application-home/dictionary/manager-messages.properties (diff)
Commit 09624772e2faa1de8dd639df57dce25e52948a0b by Dirk Heuvels
MGR-138 Necessary changes to pass the tests.
The file was modified src/test/resources/xml/RepositoriesTest-testPackages.xml (diff)
The file was modified src/test/java/org/appng/application/manager/business/RepositoriesTest.java (diff)
The file was modified src/test/resources/xml/LdapUsersTest-testUsers.xml (diff)
Commit fdc651c739483d1b28a7b290cf761dbcbae83c3c by Dirk Heuvels
MGR-138 Aiticon code format with STS. Intellij does it different.
The file was modified src/main/java/org/appng/application/manager/service/ManagerService.java (diff)
Commit 1542bc1d58651cf44fed6212404f44806efeaf52 by Dirk Heuvels
MGR-138 Necessary changed after merge.
The file was modified src/test/resources/xml/DataBaseConnectionsTest-testMigrations.xml (diff)
The file was modified src/test/resources/xml/SitesTest-testCreateSite051Alias2HostConflictFail.xml (diff)
The file was modified src/test/resources/xml/SitesTest-testCreateSite052Alias2AliasConflictFail.xml (diff)
The file was modified src/test/java/org/appng/application/manager/business/SitesTest.java (diff)
The file was modified src/test/resources/xml/SitesTest-testShowSites.xml (diff)