[zanata/zanata-platform] a15101: Update to Kotlin 1.2.0

GitHub noreply at github.com
Wed Dec 6 03:52:23 UTC 2017


  Branch: refs/heads/ZNTA-38
  Home:   https://github.com/zanata/zanata-platform
  Commit: a15101304197c95d11a5160c3a6461558a1c4d02
      https://github.com/zanata/zanata-platform/commit/a15101304197c95d11a5160c3a6461558a1c4d02
  Author: Sean Flanigan <sflaniga at redhat.com>
  Date:   2017-12-01 (Fri, 01 Dec 2017)

  Changed paths:
    M server/pom.xml

  Log Message:
  -----------
  Update to Kotlin 1.2.0


  Commit: fa2d8c08d811e609de3157595be087cd728eda34
      https://github.com/zanata/zanata-platform/commit/fa2d8c08d811e609de3157595be087cd728eda34
  Author: Sean Flanigan <sflaniga at redhat.com>
  Date:   2017-12-01 (Fri, 01 Dec 2017)

  Changed paths:
    M server/zanata-model/src/main/java/org/zanata/model/HLocale.kt

  Log Message:
  -----------
  Use Kotlin 1.2 syntax for annotations


  Commit: ed811da26603c05c8fda366461ab702d07be1faa
      https://github.com/zanata/zanata-platform/commit/ed811da26603c05c8fda366461ab702d07be1faa
  Author: Sean Flanigan <sflaniga at redhat.com>
  Date:   2017-12-01 (Fri, 01 Dec 2017)

  Changed paths:
    M Jenkinsfile
    M server/pom.xml

  Log Message:
  -----------
  Enable incremental Kotlin compilation (local only)


  Commit: 79e208c183b85cddcf236f6e1b4e916de04ae437
      https://github.com/zanata/zanata-platform/commit/79e208c183b85cddcf236f6e1b4e916de04ae437
  Author: Damian Jansen <djansen at redhat.com>
  Date:   2017-12-04 (Mon, 04 Dec 2017)

  Changed paths:
    M server/functional-test/src/main/java/org/zanata/page/AbstractPage.kt
    M server/functional-test/src/main/java/org/zanata/page/account/EditProfilePage.java
    M server/functional-test/src/main/java/org/zanata/page/account/EnterNewPasswordPage.java
    M server/functional-test/src/main/java/org/zanata/page/account/InactiveAccountPage.java
    M server/functional-test/src/main/java/org/zanata/page/account/ProfilePage.java
    M server/functional-test/src/main/java/org/zanata/page/account/RegisterPage.java
    M server/functional-test/src/main/java/org/zanata/page/account/ResetPasswordPage.java
    M server/functional-test/src/main/java/org/zanata/page/account/SignInPage.java
    M server/functional-test/src/main/java/org/zanata/page/dashboard/dashboardsettings/DashboardAccountTab.java
    R server/functional-test/src/main/java/org/zanata/page/googleaccount/GoogleAccountPage.java
    R server/functional-test/src/main/java/org/zanata/page/googleaccount/GoogleManagePermissionsPage.java
    R server/functional-test/src/main/java/org/zanata/page/googleaccount/GooglePermissionsPage.java
    R server/functional-test/src/main/java/org/zanata/workflow/GoogleWorkFlow.java
    M server/functional-test/src/main/java/org/zanata/workflow/RegisterWorkFlow.java
    M server/functional-test/src/test/java/org/zanata/feature/account/ChangePasswordTest.java
    M server/functional-test/src/test/java/org/zanata/feature/account/EmailValidationTest.java
    M server/functional-test/src/test/java/org/zanata/feature/account/InactiveUserLoginTest.java
    M server/functional-test/src/test/java/org/zanata/feature/account/UsernameValidationTest.java
    M server/functional-test/src/test/java/org/zanata/feature/dashboard/DashboardTest.java
    M server/functional-test/src/test/java/org/zanata/feature/security/SecurityTest.java
    R server/functional-test/src/test/java/org/zanata/util/GoogleSignIn.java
    M server/zanata-war/src/main/webapp/account/register.xhtml

  Log Message:
  -----------
  fix(test): Update the account functional tests (#621)

* fix(test): document EditProfilePage
* fix(test): remove Google login
* fix(test): document EnterNewPasswordPage
* fix(test): update and document InactiveAccountPage
* fix(test): update ResetPassword and Profile pages
Also add a getText function for convenience and consistency.
* fix(test): Add id to terms of use element and update test pages
Add id to terms of use element. Document pages. Use getAttribute and
getText AbstractPage functions.
* fix(test): Document SignInPage
* fix(test): clean up and improve account tests
* fix(test): fix parameter formatting


  Commit: 63801a63fefbb034ca30145035dca449eddc4de5
      https://github.com/zanata/zanata-platform/commit/63801a63fefbb034ca30145035dca449eddc4de5
  Author: Sean Flanigan <sflaniga at redhat.com>
  Date:   2017-12-06 (Wed, 06 Dec 2017)

  Changed paths:
    M Jenkinsfile
    M server/pom.xml
    M server/zanata-model/src/main/java/org/zanata/model/HLocale.kt

  Log Message:
  -----------
  Merge pull request #620 from zanata/kotlin12

Update to Kotlin 1.2.0


  Commit: 43c4cd5aa130c03d11de42aa9736b55e68d1e318
      https://github.com/zanata/zanata-platform/commit/43c4cd5aa130c03d11de42aa9736b55e68d1e318
  Author: Kathryn Gough <kgough at redhat.com>
  Date:   2017-12-06 (Wed, 06 Dec 2017)

  Changed paths:
    M Jenkinsfile
    M server/functional-test/src/main/java/org/zanata/page/AbstractPage.kt
    M server/functional-test/src/main/java/org/zanata/page/account/EditProfilePage.java
    M server/functional-test/src/main/java/org/zanata/page/account/EnterNewPasswordPage.java
    M server/functional-test/src/main/java/org/zanata/page/account/InactiveAccountPage.java
    M server/functional-test/src/main/java/org/zanata/page/account/ProfilePage.java
    M server/functional-test/src/main/java/org/zanata/page/account/RegisterPage.java
    M server/functional-test/src/main/java/org/zanata/page/account/ResetPasswordPage.java
    M server/functional-test/src/main/java/org/zanata/page/account/SignInPage.java
    M server/functional-test/src/main/java/org/zanata/page/dashboard/dashboardsettings/DashboardAccountTab.java
    R server/functional-test/src/main/java/org/zanata/page/googleaccount/GoogleAccountPage.java
    R server/functional-test/src/main/java/org/zanata/page/googleaccount/GoogleManagePermissionsPage.java
    R server/functional-test/src/main/java/org/zanata/page/googleaccount/GooglePermissionsPage.java
    R server/functional-test/src/main/java/org/zanata/workflow/GoogleWorkFlow.java
    M server/functional-test/src/main/java/org/zanata/workflow/RegisterWorkFlow.java
    M server/functional-test/src/test/java/org/zanata/feature/account/ChangePasswordTest.java
    M server/functional-test/src/test/java/org/zanata/feature/account/EmailValidationTest.java
    M server/functional-test/src/test/java/org/zanata/feature/account/InactiveUserLoginTest.java
    M server/functional-test/src/test/java/org/zanata/feature/account/UsernameValidationTest.java
    M server/functional-test/src/test/java/org/zanata/feature/dashboard/DashboardTest.java
    M server/functional-test/src/test/java/org/zanata/feature/security/SecurityTest.java
    R server/functional-test/src/test/java/org/zanata/util/GoogleSignIn.java
    M server/pom.xml
    M server/zanata-model/src/main/java/org/zanata/model/HLocale.kt
    M server/zanata-war/src/main/webapp/account/register.xhtml

  Log Message:
  -----------
  Merge remote-tracking branch 'origin/master' into ZNTA-38


Compare: https://github.com/zanata/zanata-platform/compare/13b28029102f...43c4cd5aa130


More information about the zanata-commits mailing list