[zanata/zanata-platform] 8d221f: WIP: antd select for glossary languages

GitHub noreply at github.com
Mon Jul 2 03:32:06 UTC 2018


  Branch: refs/heads/editor-concurrent-save/ZNTA-2300
  Home:   https://github.com/zanata/zanata-platform
  Commit: 8d221faf27d040143d2cf30f262e0c06807dbf1b
      https://github.com/zanata/zanata-platform/commit/8d221faf27d040143d2cf30f262e0c06807dbf1b
  Author: kgough <kgough at redhat.com>
  Date:   2018-06-20 (Wed, 20 Jun 2018)

  Changed paths:
    M server/zanata-frontend/src/app/containers/Glossary/ViewHeader.js

  Log Message:
  -----------
  WIP: antd select for glossary languages


  Commit: 224ebd78a1da91545f6f08e640ab103ba1ab89e1
      https://github.com/zanata/zanata-platform/commit/224ebd78a1da91545f6f08e640ab103ba1ab89e1
  Author: kgough <kgough at redhat.com>
  Date:   2018-06-27 (Wed, 27 Jun 2018)

  Changed paths:
    M server/zanata-frontend/src/app/containers/Glossary/ViewHeader.js

  Log Message:
  -----------
  fix(ZMTA-2279) revert antd select refactor, update icons to antd


  Commit: ea322898e96650a1f7d12d1eb9e55ba44abd44e9
      https://github.com/zanata/zanata-platform/commit/ea322898e96650a1f7d12d1eb9e55ba44abd44e9
  Author: kgough <kgough at redhat.com>
  Date:   2018-06-27 (Wed, 27 Jun 2018)

  Changed paths:
    M server/zanata-frontend/src/app/containers/Glossary/index.less

  Log Message:
  -----------
  fix(ZNTA-2279) fix position of glossary languageSelect icon and count


  Commit: f92fe831cf2d3d6379340e80a1056c7e28368f01
      https://github.com/zanata/zanata-platform/commit/f92fe831cf2d3d6379340e80a1056c7e28368f01
  Author: kgough <kgough at redhat.com>
  Date:   2018-06-27 (Wed, 27 Jun 2018)

  Changed paths:
    M server/zanata-frontend/src/app/containers/Glossary/index.less

  Log Message:
  -----------
  fix(ZNTA-2279) alignment of languageSelect icon and count with select


  Commit: bc03058f42acb3324c7c3bdc71a65787c6ddaeaa
      https://github.com/zanata/zanata-platform/commit/bc03058f42acb3324c7c3bdc71a65787c6ddaeaa
  Author: Damian Jansen <djansen at redhat.com>
  Date:   2018-06-29 (Fri, 29 Jun 2018)

  Changed paths:
    M server/functional-test/src/main/java/org/zanata/page/dashboard/dashboardsettings/DashboardClientTab.java
    M server/functional-test/src/main/java/org/zanata/page/languages/LanguagePage.java
    M server/functional-test/src/main/java/org/zanata/workflow/LanguageWorkFlow.java
    R server/functional-test/src/test/java/org/zanata/ExperimentTest.java
    A server/functional-test/src/test/java/org/zanata/ExperimentTest.kt
    R server/functional-test/src/test/java/org/zanata/feature/TransMemoryTest.java
    A server/functional-test/src/test/java/org/zanata/feature/TransMemoryTest.kt
    R server/functional-test/src/test/java/org/zanata/feature/account/AccountTestSuite.java
    A server/functional-test/src/test/java/org/zanata/feature/account/AccountTestSuite.kt
    R server/functional-test/src/test/java/org/zanata/feature/account/ChangePasswordTest.java
    A server/functional-test/src/test/java/org/zanata/feature/account/ChangePasswordTest.kt
    R server/functional-test/src/test/java/org/zanata/feature/account/EmailValidationTest.java
    A server/functional-test/src/test/java/org/zanata/feature/account/EmailValidationTest.kt
    R server/functional-test/src/test/java/org/zanata/feature/account/InactiveUserLoginTest.java
    A server/functional-test/src/test/java/org/zanata/feature/account/InactiveUserLoginTest.kt
    R server/functional-test/src/test/java/org/zanata/feature/account/ProfileTest.java
    A server/functional-test/src/test/java/org/zanata/feature/account/ProfileTest.kt
    R server/functional-test/src/test/java/org/zanata/feature/account/RegisterTest.java
    A server/functional-test/src/test/java/org/zanata/feature/account/RegisterTest.kt
    R server/functional-test/src/test/java/org/zanata/feature/account/UsernameValidationTest.java
    A server/functional-test/src/test/java/org/zanata/feature/account/UsernameValidationTest.kt
    R server/functional-test/src/test/java/org/zanata/feature/account/comp/InactiveUserLoginCTest.java
    A server/functional-test/src/test/java/org/zanata/feature/account/comp/InactiveUserLoginCTest.kt
    R server/functional-test/src/test/java/org/zanata/feature/account/comp/RegisterCTest.java
    A server/functional-test/src/test/java/org/zanata/feature/account/comp/RegisterCTest.kt
    R server/functional-test/src/test/java/org/zanata/feature/account/comp/RegisterUsernameCharactersCTest.java
    A server/functional-test/src/test/java/org/zanata/feature/account/comp/RegisterUsernameCharactersCTest.kt
    M server/zanata-war/src/main/webapp/WEB-INF/layout/dashboard/settings.xhtml
    M server/zanata-war/src/main/webapp/WEB-INF/layout/language/settings-tab.xhtml

  Log Message:
  -----------
  fix(test): upgrade account tests to Kotlin and fix (#931)

* fix(test): upgrade account tests to Kotlin and fix
Includes the Experiment and TransMemory lone tests.
* fix(test): fix indent


  Commit: 9a32abaf3cfb0ae36d08a01805ebd27a88c5b63d
      https://github.com/zanata/zanata-platform/commit/9a32abaf3cfb0ae36d08a01805ebd27a88c5b63d
  Author: Damian Jansen <djansen at redhat.com>
  Date:   2018-06-29 (Fri, 29 Jun 2018)

  Changed paths:
    R server/functional-test/src/test/java/org/zanata/feature/dashboard/DashboardTest.java
    A server/functional-test/src/test/java/org/zanata/feature/dashboard/DashboardTest.kt
    R server/functional-test/src/test/java/org/zanata/feature/dashboard/DashboardTestSuite.java
    A server/functional-test/src/test/java/org/zanata/feature/dashboard/DashboardTestSuite.kt

  Log Message:
  -----------
  fix(test): convert dashboard tests to Kotlin (#936)

* fix(test): convert dashboard tests to Kotlin
* fix(test): remove backticks and throws, use lateinit


  Commit: 2e1f36e99d51ff04938fa60a437d0c56a308b314
      https://github.com/zanata/zanata-platform/commit/2e1f36e99d51ff04938fa60a437d0c56a308b314
  Author: Kathryn Gough <kgough at redhat.com>
  Date:   2018-06-29 (Fri, 29 Jun 2018)

  Changed paths:
    M server/zanata-frontend/src/app/containers/Glossary/ViewHeader.js
    M server/zanata-frontend/src/app/containers/Glossary/index.less

  Log Message:
  -----------
  Merge pull request #918 from zanata/ZNTA-2279

refactor(ZNTA-2279): antd icons and select styling for glossary


  Commit: b8bd62a02d9d7ca42340655a446b3294283da667
      https://github.com/zanata/zanata-platform/commit/b8bd62a02d9d7ca42340655a446b3294283da667
  Author: Alex Eng <aeng at redhat.com>
  Date:   2018-06-29 (Fri, 29 Jun 2018)

  Changed paths:
    M server/functional-test/src/main/java/org/zanata/page/dashboard/dashboardsettings/DashboardClientTab.java

  Log Message:
  -----------
  fix: functional test (#942)


  Commit: bf5935d36e8e4385dc702f6b03a38b3911d278ab
      https://github.com/zanata/zanata-platform/commit/bf5935d36e8e4385dc702f6b03a38b3911d278ab
  Author: Earl Floden <efloden at redhat.com>
  Date:   2018-07-02 (Mon, 02 Jul 2018)

  Changed paths:
    M server/zanata-frontend/src/.storybook-editor/__snapshots__/storyshots-editor.test.js.snap
    M server/zanata-frontend/src/.storybook-editor/addons.js
    M server/zanata-frontend/src/.storybook-editor/config.js
    M server/zanata-frontend/src/.storybook-editor/storyshots-editor.test.js
    M server/zanata-frontend/src/.storybook-frontend/__snapshots__/storyshots-frontend.test.js.snap
    R server/zanata-frontend/src/app/components/Modal/Modal.story.js
    M server/zanata-frontend/src/app/components/Modal/index.jsx
    A server/zanata-frontend/src/app/components/Notification/component.js
    M server/zanata-frontend/src/app/components/Tooltip/Tooltip.story.js
    M server/zanata-frontend/src/app/components/components.story.js
    M server/zanata-frontend/src/app/containers/Glossary/EntryModal.js
    M server/zanata-frontend/src/app/editor/components/EditorSearchInput/index.js
    M server/zanata-frontend/src/app/editor/components/GlossaryTermModal/GlossaryTermModal.story.js
    M server/zanata-frontend/src/app/editor/components/Pager/Pager.test.tsx
    M server/zanata-frontend/src/app/editor/components/RejectTranslationModal/RejectTranslationModal.story.js
    M server/zanata-frontend/src/app/editor/components/TransUnitTranslationPanel.js
    M server/zanata-frontend/src/app/editor/components/TransUnitTranslationPanel.test.js
    M server/zanata-frontend/src/package.json
    M server/zanata-frontend/src/yarn.lock

  Log Message:
  -----------
  chore(ZNTA-2610): upgrade react to 16.4.0 (#882)

* chore(ZNTA-2610): upgrade react to 16.4.0, upgrade affected dependancies

* fix: resolve new react warnings

* fix: use storybook-addon-intl to provide intl decorator

* fix: remove use of storybook-addon-actions

* fix: disable GlossaryTermModal storyshot

* fix: Glossary EntryModal replace incompatible component

* fix: include Validation.story.js merge conflict resolution

* chore: update snapshots

* fix: typescript strict checks

* chore: upgrade enzyme, refactor tests


  Commit: a10977c50847bb43ca92ef5c0a24f180f0e569fa
      https://github.com/zanata/zanata-platform/commit/a10977c50847bb43ca92ef5c0a24f180f0e569fa
  Author: efloden <efloden at redhat.com>
  Date:   2018-07-02 (Mon, 02 Jul 2018)

  Changed paths:
    M server/functional-test/src/main/java/org/zanata/page/dashboard/dashboardsettings/DashboardClientTab.java
    M server/functional-test/src/main/java/org/zanata/page/languages/LanguagePage.java
    M server/functional-test/src/main/java/org/zanata/workflow/LanguageWorkFlow.java
    R server/functional-test/src/test/java/org/zanata/ExperimentTest.java
    A server/functional-test/src/test/java/org/zanata/ExperimentTest.kt
    R server/functional-test/src/test/java/org/zanata/feature/TransMemoryTest.java
    A server/functional-test/src/test/java/org/zanata/feature/TransMemoryTest.kt
    R server/functional-test/src/test/java/org/zanata/feature/account/AccountTestSuite.java
    A server/functional-test/src/test/java/org/zanata/feature/account/AccountTestSuite.kt
    R server/functional-test/src/test/java/org/zanata/feature/account/ChangePasswordTest.java
    A server/functional-test/src/test/java/org/zanata/feature/account/ChangePasswordTest.kt
    R server/functional-test/src/test/java/org/zanata/feature/account/EmailValidationTest.java
    A server/functional-test/src/test/java/org/zanata/feature/account/EmailValidationTest.kt
    R server/functional-test/src/test/java/org/zanata/feature/account/InactiveUserLoginTest.java
    A server/functional-test/src/test/java/org/zanata/feature/account/InactiveUserLoginTest.kt
    R server/functional-test/src/test/java/org/zanata/feature/account/ProfileTest.java
    A server/functional-test/src/test/java/org/zanata/feature/account/ProfileTest.kt
    R server/functional-test/src/test/java/org/zanata/feature/account/RegisterTest.java
    A server/functional-test/src/test/java/org/zanata/feature/account/RegisterTest.kt
    R server/functional-test/src/test/java/org/zanata/feature/account/UsernameValidationTest.java
    A server/functional-test/src/test/java/org/zanata/feature/account/UsernameValidationTest.kt
    R server/functional-test/src/test/java/org/zanata/feature/account/comp/InactiveUserLoginCTest.java
    A server/functional-test/src/test/java/org/zanata/feature/account/comp/InactiveUserLoginCTest.kt
    R server/functional-test/src/test/java/org/zanata/feature/account/comp/RegisterCTest.java
    A server/functional-test/src/test/java/org/zanata/feature/account/comp/RegisterCTest.kt
    R server/functional-test/src/test/java/org/zanata/feature/account/comp/RegisterUsernameCharactersCTest.java
    A server/functional-test/src/test/java/org/zanata/feature/account/comp/RegisterUsernameCharactersCTest.kt
    R server/functional-test/src/test/java/org/zanata/feature/dashboard/DashboardTest.java
    A server/functional-test/src/test/java/org/zanata/feature/dashboard/DashboardTest.kt
    R server/functional-test/src/test/java/org/zanata/feature/dashboard/DashboardTestSuite.java
    A server/functional-test/src/test/java/org/zanata/feature/dashboard/DashboardTestSuite.kt
    M server/zanata-frontend/src/.storybook-editor/__snapshots__/storyshots-editor.test.js.snap
    M server/zanata-frontend/src/.storybook-editor/addons.js
    M server/zanata-frontend/src/.storybook-editor/config.js
    M server/zanata-frontend/src/.storybook-editor/storyshots-editor.test.js
    M server/zanata-frontend/src/.storybook-frontend/__snapshots__/storyshots-frontend.test.js.snap
    R server/zanata-frontend/src/app/components/Modal/Modal.story.js
    M server/zanata-frontend/src/app/components/Modal/index.jsx
    A server/zanata-frontend/src/app/components/Notification/component.js
    M server/zanata-frontend/src/app/components/Tooltip/Tooltip.story.js
    M server/zanata-frontend/src/app/components/components.story.js
    M server/zanata-frontend/src/app/containers/Glossary/EntryModal.js
    M server/zanata-frontend/src/app/containers/Glossary/ViewHeader.js
    M server/zanata-frontend/src/app/containers/Glossary/index.less
    M server/zanata-frontend/src/app/editor/components/EditorSearchInput/index.js
    M server/zanata-frontend/src/app/editor/components/GlossaryTermModal/GlossaryTermModal.story.js
    M server/zanata-frontend/src/app/editor/components/Pager/Pager.test.tsx
    M server/zanata-frontend/src/app/editor/components/RejectTranslationModal/RejectTranslationModal.story.js
    M server/zanata-frontend/src/app/editor/components/TransUnitTranslationPanel.js
    M server/zanata-frontend/src/app/editor/components/TransUnitTranslationPanel.test.js
    M server/zanata-frontend/src/package.json
    M server/zanata-frontend/src/yarn.lock
    M server/zanata-war/src/main/webapp/WEB-INF/layout/dashboard/settings.xhtml
    M server/zanata-war/src/main/webapp/WEB-INF/layout/language/settings-tab.xhtml

  Log Message:
  -----------
  Merge branch 'master' of github.com:zanata/zanata-platform into editor-concurrent-save/ZNTA-2300


Compare: https://github.com/zanata/zanata-platform/compare/988161a95614...a10977c50847
      **NOTE:** This service been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.


More information about the zanata-commits mailing list