[zanata/zanata-platform] 15c95f: add frontend storybook build

GitHub noreply at github.com
Thu May 4 00:30:36 UTC 2017


  Branch: refs/heads/ZNTA-1817-compare-ddl
  Home:   https://github.com/zanata/zanata-platform
  Commit: 15c95f00d096ac1b4189b6bdb30fba9d70f51405
      https://github.com/zanata/zanata-platform/commit/15c95f00d096ac1b4189b6bdb30fba9d70f51405
  Author: kgough <kgough at redhat.com>
  Date:   2017-04-13 (Thu, 13 Apr 2017)

  Changed paths:
    A server/zanata-frontend/src/frontend/.storybook-editor/README.md
    A server/zanata-frontend/src/frontend/.storybook-editor/config.js
    A server/zanata-frontend/src/frontend/.storybook-editor/storybook.css
    A server/zanata-frontend/src/frontend/.storybook-editor/webpack.config.js
    A server/zanata-frontend/src/frontend/.storybook-frontend/README.md
    A server/zanata-frontend/src/frontend/.storybook-frontend/config.js
    A server/zanata-frontend/src/frontend/.storybook-frontend/storybook.css
    A server/zanata-frontend/src/frontend/.storybook-frontend/webpack.config.js
    R server/zanata-frontend/src/frontend/.storybook/README.md
    R server/zanata-frontend/src/frontend/.storybook/config.js
    R server/zanata-frontend/src/frontend/.storybook/storybook.css
    R server/zanata-frontend/src/frontend/.storybook/webpack.config.js
    A server/zanata-frontend/src/frontend/app/components/Button/story.js
    A server/zanata-frontend/src/frontend/app/components/stories.js
    A server/zanata-frontend/src/frontend/app/styles/index.css
    M server/zanata-frontend/src/frontend/makefile
    M server/zanata-frontend/src/frontend/package.json

  Log Message:
  -----------
  add frontend storybook build


  Commit: f83b4fa3e1afe7875b41a9b268ff360a064a7b50
      https://github.com/zanata/zanata-platform/commit/f83b4fa3e1afe7875b41a9b268ff360a064a7b50
  Author: David Mason <drdmason at gmail.com>
  Date:   2017-04-17 (Mon, 17 Apr 2017)

  Changed paths:
    M server/zanata-frontend/src/frontend/.storybook-frontend/config.js
    R server/zanata-frontend/src/frontend/.storybook-frontend/storybook.css
    A server/zanata-frontend/src/frontend/.storybook-frontend/storybook.less
    M server/zanata-frontend/src/frontend/.storybook-frontend/webpack.config.js
    R server/zanata-frontend/src/frontend/app/styles/index.css
    A server/zanata-frontend/src/frontend/app/styles/index.less
    M server/zanata-frontend/src/frontend/app/styles/style.less

  Log Message:
  -----------
  chore(storybook-frontend): properly build styles for storybook-frontend

Something was going wrong between css-loader and less-loader that had
it insisting there was a missing '{'. Having just less files all the
way up fixed it.


  Commit: 20d139e7f07e3d8ec0c8914683acc62e850c67eb
      https://github.com/zanata/zanata-platform/commit/20d139e7f07e3d8ec0c8914683acc62e850c67eb
  Author: David Mason <drdmason at gmail.com>
  Date:   2017-04-17 (Mon, 17 Apr 2017)

  Changed paths:
    M server/zanata-frontend/src/frontend/app/components/Button/story.js
    M server/zanata-frontend/src/frontend/app/styles/style.less

  Log Message:
  -----------
  refactor(lesscss): remove excess newlines from less files


  Commit: 5efff10381e725bbb962b13787a42acaec2ff4d8
      https://github.com/zanata/zanata-platform/commit/5efff10381e725bbb962b13787a42acaec2ff4d8
  Author: David Mason <drdmason at gmail.com>
  Date:   2017-04-17 (Mon, 17 Apr 2017)

  Changed paths:
    M server/zanata-frontend/src/frontend/.storybook-frontend/webpack.config.js

  Log Message:
  -----------
  chore(storybook-frontend): ensure lesscss styles are loaded

Styles were being built, but without style-loader they were not being
loaded on the page since they were not inserted into a <style> tag.


  Commit: 67c1c215f0e3a5faf2465554adb521cb0fb25e1b
      https://github.com/zanata/zanata-platform/commit/67c1c215f0e3a5faf2465554adb521cb0fb25e1b
  Author: kgough <kgough at redhat.com>
  Date:   2017-04-18 (Tue, 18 Apr 2017)

  Changed paths:
    M server/zanata-frontend/src/frontend/app/components/Button/story.js
    A server/zanata-frontend/src/frontend/app/components/Modal/story.js
    M server/zanata-frontend/src/frontend/app/components/stories.js
    M server/zanata-frontend/src/frontend/app/styles/style.less
    M server/zanata-frontend/src/frontend/app/styles/variables.less

  Log Message:
  -----------
  WIP: frontend modal story


  Commit: 80945fe32256b758bd2d57af52149319c1b3dd65
      https://github.com/zanata/zanata-platform/commit/80945fe32256b758bd2d57af52149319c1b3dd65
  Author: kgough <kgough at redhat.com>
  Date:   2017-04-19 (Wed, 19 Apr 2017)

  Changed paths:
    M server/zanata-frontend/src/frontend/app/components/Modal/story.js

  Log Message:
  -----------
  added Modal to frontend storybook


  Commit: d4d10cc9cbd9561a691d2d53040cba04c94b5ae2
      https://github.com/zanata/zanata-platform/commit/d4d10cc9cbd9561a691d2d53040cba04c94b5ae2
  Author: kgough <kgough at redhat.com>
  Date:   2017-04-19 (Wed, 19 Apr 2017)

  Changed paths:
    M server/zanata-frontend/src/frontend/app/components/Modal/story.js

  Log Message:
  -----------
  added lorem ipsum to storybook Modal


  Commit: d588f2ddf0966ba595a51820fa210d4e13b6e31a
      https://github.com/zanata/zanata-platform/commit/d588f2ddf0966ba595a51820fa210d4e13b6e31a
  Author: David Mason <drdmason at gmail.com>
  Date:   2017-04-19 (Wed, 19 Apr 2017)

  Changed paths:
    M server/zanata-frontend/src/frontend/.storybook-editor/README.md
    M server/zanata-frontend/src/frontend/.storybook-editor/webpack.config.js
    M server/zanata-frontend/src/frontend/.storybook-frontend/README.md
    M server/zanata-frontend/src/frontend/.storybook-frontend/webpack.config.js
    M server/zanata-frontend/src/frontend/app/components/stories.js
    M server/zanata-frontend/src/frontend/app/editor/components/stories.js
    M server/zanata-frontend/src/frontend/makefile

  Log Message:
  -----------
  chore(ZNTA-1871): update comments to fit new storybook structure.


  Commit: 661ae46f8b52158c9e884ddc540fe08043fba816
      https://github.com/zanata/zanata-platform/commit/661ae46f8b52158c9e884ddc540fe08043fba816
  Author: kgough <kgough at redhat.com>
  Date:   2017-04-19 (Wed, 19 Apr 2017)

  Changed paths:
    M server/zanata-frontend/src/frontend/app/components/Button/story.js

  Log Message:
  -----------
  removed unnecessary lines from Button story in frontend


  Commit: 0b790d689cacc0dd6f687e981083837d621e186c
      https://github.com/zanata/zanata-platform/commit/0b790d689cacc0dd6f687e981083837d621e186c
  Author: kgough <kgough at redhat.com>
  Date:   2017-04-19 (Wed, 19 Apr 2017)

  Changed paths:
    M server/zanata-frontend/src/frontend/.storybook-editor/README.md
    M server/zanata-frontend/src/frontend/.storybook-editor/webpack.config.js
    M server/zanata-frontend/src/frontend/.storybook-frontend/README.md
    M server/zanata-frontend/src/frontend/.storybook-frontend/webpack.config.js
    M server/zanata-frontend/src/frontend/app/components/stories.js
    M server/zanata-frontend/src/frontend/app/editor/components/stories.js
    M server/zanata-frontend/src/frontend/makefile

  Log Message:
  -----------
  Merge branch 'ZNTA-storybooks' of https://github.com/zanata/zanata-platform into ZNTA-storybooks


  Commit: ef2cb6b9b1634dcc8495ebe67cb068299532d256
      https://github.com/zanata/zanata-platform/commit/ef2cb6b9b1634dcc8495ebe67cb068299532d256
  Author: Patrick Huang <pahuang at redhat.com>
  Date:   2017-04-19 (Wed, 19 Apr 2017)

  Changed paths:
    M server/zanata-war/src/main/java/org/zanata/ApplicationConfiguration.java
    M server/zanata-war/src/test/java/org/zanata/ApplicationConfigurationTest.java

  Log Message:
  -----------
  ZNTA-1822 email log settings will take effect immediately


  Commit: a596d341229628b93fe21da1846c0a97d0e871ea
      https://github.com/zanata/zanata-platform/commit/a596d341229628b93fe21da1846c0a97d0e871ea
  Author: kgough <kgough at redhat.com>
  Date:   2017-04-19 (Wed, 19 Apr 2017)

  Changed paths:
    M server/zanata-frontend/src/frontend/app/styles/style.less

  Log Message:
  -----------
  ZNTA-1897: fix positioning of Profile clear selection button


  Commit: d21968f4124ea44c2300f08da7e5e766ea9d447e
      https://github.com/zanata/zanata-platform/commit/d21968f4124ea44c2300f08da7e5e766ea9d447e
  Author: kathryngo <kgough at redhat.com>
  Date:   2017-04-19 (Wed, 19 Apr 2017)

  Changed paths:
    A server/zanata-frontend/src/frontend/.storybook-editor/README.md
    A server/zanata-frontend/src/frontend/.storybook-editor/config.js
    A server/zanata-frontend/src/frontend/.storybook-editor/storybook.css
    A server/zanata-frontend/src/frontend/.storybook-editor/webpack.config.js
    A server/zanata-frontend/src/frontend/.storybook-frontend/README.md
    A server/zanata-frontend/src/frontend/.storybook-frontend/config.js
    A server/zanata-frontend/src/frontend/.storybook-frontend/storybook.less
    A server/zanata-frontend/src/frontend/.storybook-frontend/webpack.config.js
    R server/zanata-frontend/src/frontend/.storybook/README.md
    R server/zanata-frontend/src/frontend/.storybook/config.js
    R server/zanata-frontend/src/frontend/.storybook/storybook.css
    R server/zanata-frontend/src/frontend/.storybook/webpack.config.js
    A server/zanata-frontend/src/frontend/app/components/Button/story.js
    A server/zanata-frontend/src/frontend/app/components/Modal/story.js
    A server/zanata-frontend/src/frontend/app/components/stories.js
    M server/zanata-frontend/src/frontend/app/editor/components/stories.js
    A server/zanata-frontend/src/frontend/app/styles/index.less
    M server/zanata-frontend/src/frontend/app/styles/style.less
    M server/zanata-frontend/src/frontend/app/styles/variables.less
    M server/zanata-frontend/src/frontend/makefile
    M server/zanata-frontend/src/frontend/package.json

  Log Message:
  -----------
  Merge pull request #271 from zanata/ZNTA-storybooks

ZNTA-1871 - set up storybooks and add a few frontend components


  Commit: 5522c9391c0a193e3464bd4d57fd6fc1699cc52a
      https://github.com/zanata/zanata-platform/commit/5522c9391c0a193e3464bd4d57fd6fc1699cc52a
  Author: Patrick Huang <pahuang at redhat.com>
  Date:   2017-04-19 (Wed, 19 Apr 2017)

  Changed paths:
    M server/zanata-war/src/main/java/org/zanata/ApplicationConfiguration.java
    M server/zanata-war/src/test/java/org/zanata/ApplicationConfigurationTest.java

  Log Message:
  -----------
  Merge pull request #272 from zanata/ZNTA-1822-email-log-setting

ZNTA-1822 email log settings will take effect immediately


  Commit: 314fb2ef3ecf6dd149f1bc9a1371d6910209cc5a
      https://github.com/zanata/zanata-platform/commit/314fb2ef3ecf6dd149f1bc9a1371d6910209cc5a
  Author: Sean Flanigan <sflaniga at redhat.com>
  Date:   2017-04-20 (Thu, 20 Apr 2017)

  Changed paths:
    M server/zanata-war/src/test/java/org/zanata/service/impl/TransMemoryMergeServiceImplTest.java
    M server/zanata-war/src/test/java/org/zanata/transaction/TransactionUtilForUnitTest.java

  Log Message:
  -----------
  Fix NullPointerException in test (#277)


  Commit: 934556e52999d62cc04066ee82e40636fd39223d
      https://github.com/zanata/zanata-platform/commit/934556e52999d62cc04066ee82e40636fd39223d
  Author: Sean Flanigan <sflaniga at redhat.com>
  Date:   2017-04-20 (Thu, 20 Apr 2017)

  Changed paths:
    M Jenkinsfile

  Log Message:
  -----------
  chore(Jenkinsfile): publish checkstyle/findbugs (#278)

* publish checkstyle/findbugs
* add thresholds for checkstyle/findbugs


  Commit: 111629dded8cc45a338a4a8d5cb0a37049d6ab54
      https://github.com/zanata/zanata-platform/commit/111629dded8cc45a338a4a8d5cb0a37049d6ab54
  Author: David Mason <drdmason at gmail.com>
  Date:   2017-04-20 (Thu, 20 Apr 2017)

  Changed paths:
    M server/zanata-frontend/src/frontend/makefile
    M server/zanata-frontend/src/frontend/package.json

  Log Message:
  -----------
  chore(storybook): skip coverage stats on storybook files

All stories.js and story.js files are just for the storybook overview,
and similar to test files it is not appropriate to unit test them.
This change excludes all files with either of those names from the
coverage statistics.


  Commit: 8a7f47588bcfabb5f49cdc166cb7dd27505b84f9
      https://github.com/zanata/zanata-platform/commit/8a7f47588bcfabb5f49cdc166cb7dd27505b84f9
  Author: kathryngo <kgough at redhat.com>
  Date:   2017-04-21 (Fri, 21 Apr 2017)

  Changed paths:
    M server/zanata-frontend/src/frontend/app/styles/style.less

  Log Message:
  -----------
  Merge pull request #274 from zanata/ZNTA-1897-profilecleartext

ZNTA-1897: fix positioning of Profile clear selection button


  Commit: 938753887149532ae0472d57d428de8952cc00a5
      https://github.com/zanata/zanata-platform/commit/938753887149532ae0472d57d428de8952cc00a5
  Author: kgough <kgough at redhat.com>
  Date:   2017-04-21 (Fri, 21 Apr 2017)

  Changed paths:
    A server/zanata-frontend/src/frontend/app/components/Alert/story.js
    A server/zanata-frontend/src/frontend/app/components/Badge/story.js
    A server/zanata-frontend/src/frontend/app/components/Breadcrumbs/story.js
    M server/zanata-frontend/src/frontend/app/components/Button/story.js
    A server/zanata-frontend/src/frontend/app/components/Dropdowns/story.js
    A server/zanata-frontend/src/frontend/app/components/EditableText/story.js
    A server/zanata-frontend/src/frontend/app/components/Forms/story.js
    A server/zanata-frontend/src/frontend/app/components/Icon/story.js
    A server/zanata-frontend/src/frontend/app/components/Labels/story.js
    A server/zanata-frontend/src/frontend/app/components/Link/story.js
    A server/zanata-frontend/src/frontend/app/components/Lists/story.js
    A server/zanata-frontend/src/frontend/app/components/LoaderText/story.js
    M server/zanata-frontend/src/frontend/app/components/stories.js

  Log Message:
  -----------
  WIP: add all frontend components to storybook (ZNTA-1837)


  Commit: 50eae8eae651acc133523c8e7e9ff09e166767f9
      https://github.com/zanata/zanata-platform/commit/50eae8eae651acc133523c8e7e9ff09e166767f9
  Author: kgough <kgough at redhat.com>
  Date:   2017-04-21 (Fri, 21 Apr 2017)

  Changed paths:
    M server/zanata-frontend/src/frontend/app/editor/containers/Root/index.css

  Log Message:
  -----------
  ZNTA-1910-editor percetage wrapping


  Commit: ffeed79fc92e5ea97dea858079ed5e78cdf12103
      https://github.com/zanata/zanata-platform/commit/ffeed79fc92e5ea97dea858079ed5e78cdf12103
  Author: Sean Flanigan <sflaniga at redhat.com>
  Date:   2017-04-21 (Fri, 21 Apr 2017)

  Changed paths:
    M Jenkinsfile
    M build-tools/src/test/java/TestJenkinsfile.java

  Log Message:
  -----------
  chore: ensure int. tests run on SUCCESS (#280)


  Commit: 8ca1791a55376afb26f4917f37622bf60384b2cc
      https://github.com/zanata/zanata-platform/commit/8ca1791a55376afb26f4917f37622bf60384b2cc
  Author: Patrick Huang <pahuang at redhat.com>
  Date:   2017-04-24 (Mon, 24 Apr 2017)

  Changed paths:
    M server/zanata-model/src/main/java/org/zanata/util/ZanataEntities.java

  Log Message:
  -----------
  fix functional test after merging ZNTA-1859


  Commit: 35032230dfcff3344dce6849912245aff6640d45
      https://github.com/zanata/zanata-platform/commit/35032230dfcff3344dce6849912245aff6640d45
  Author: Patrick Huang <pahuang at redhat.com>
  Date:   2017-04-24 (Mon, 24 Apr 2017)

  Changed paths:
    M server/zanata-model/src/main/java/org/zanata/util/ZanataEntities.java

  Log Message:
  -----------
  Merge pull request #285 from zanata/fix-func-test

fix functional test after merging ZNTA-1859


  Commit: b13f498638b092d888ff6b6209123d4f18aeb54f
      https://github.com/zanata/zanata-platform/commit/b13f498638b092d888ff6b6209123d4f18aeb54f
  Author: Alex Eng <aeng at redhat.com>
  Date:   2017-04-24 (Mon, 24 Apr 2017)

  Changed paths:
    A api/zanata-common-api/src/main/java/org/zanata/rest/service/LocalesResource.java
    M server/zanata-war/src/main/java/org/zanata/rest/editor/MediaTypes.java
    R server/zanata-war/src/main/java/org/zanata/rest/editor/service/LocalesService.java
    R server/zanata-war/src/main/java/org/zanata/rest/editor/service/resource/LocalesResource.java
    M server/zanata-war/src/main/java/org/zanata/rest/service/GlossaryService.java
    M server/zanata-war/src/main/java/org/zanata/rest/service/LocalesService.java
    M server/zanata-war/src/main/java/org/zanata/rest/service/ProjectIterationLocalesService.java
    M server/zanata-war/src/main/java/org/zanata/rest/service/ProjectLocalesService.java
    M server/zanata-war/src/main/java/org/zanata/rest/service/ProjectVersionService.java
    M server/zanata-war/src/main/java/org/zanata/security/SecurityFunctions.java
    M server/zanata-war/src/main/java/org/zanata/service/LocaleService.java
    M server/zanata-war/src/main/java/org/zanata/service/impl/LocaleServiceImpl.java
    M server/zanata-war/src/test/java/org/zanata/rest/editor/service/LocalesServiceTest.java

  Log Message:
  -----------
  refactor: move locales service to common api


  Commit: 796ab29c45e6030ba88cbf6ce40049b4e0582847
      https://github.com/zanata/zanata-platform/commit/796ab29c45e6030ba88cbf6ce40049b4e0582847
  Author: Carlos Munoz <chavo16 at hotmail.com>
  Date:   2017-04-24 (Mon, 24 Apr 2017)

  Changed paths:
    A server/zanata-frontend/src/frontend/app/components/Notification/component.js
    M server/zanata-frontend/src/frontend/app/components/Notification/index.js
    A server/zanata-frontend/src/frontend/app/components/Notification/story.js
    M server/zanata-frontend/src/frontend/app/components/stories.js

  Log Message:
  -----------
  add new storybook for Notification component (#282)


  Commit: c3f193d2d7560299991df9a3fe36642ba9e66bbc
      https://github.com/zanata/zanata-platform/commit/c3f193d2d7560299991df9a3fe36642ba9e66bbc
  Author: Alex Eng <aeng at redhat.com>
  Date:   2017-04-24 (Mon, 24 Apr 2017)

  Changed paths:
    M server/zanata-frontend/src/frontend/app/components/Notification/component.js

  Log Message:
  -----------
  fix: remove unused import


  Commit: 6e8e1a3f5d2f0a7aa2aff897b5f981b81eb91f19
      https://github.com/zanata/zanata-platform/commit/6e8e1a3f5d2f0a7aa2aff897b5f981b81eb91f19
  Author: Patrick Huang <pahuang at redhat.com>
  Date:   2017-04-24 (Mon, 24 Apr 2017)

  Changed paths:
    M server/zanata-frontend/src/frontend/app/components/Notification/component.js

  Log Message:
  -----------
  Merge pull request #287 from zanata/fix-build

fix: remove unused import


  Commit: e55eaeae8a57c7d3e6a7bb0f3c3296c78051493e
      https://github.com/zanata/zanata-platform/commit/e55eaeae8a57c7d3e6a7bb0f3c3296c78051493e
  Author: kgough <kgough at redhat.com>
  Date:   2017-04-26 (Wed, 26 Apr 2017)

  Changed paths:
    M Jenkinsfile
    M build-tools/src/test/java/TestJenkinsfile.java
    A server/zanata-frontend/src/frontend/app/components/Notification/component.js
    M server/zanata-frontend/src/frontend/app/components/Notification/index.js
    A server/zanata-frontend/src/frontend/app/components/Notification/story.js
    M server/zanata-frontend/src/frontend/app/components/stories.js
    M server/zanata-model/src/main/java/org/zanata/util/ZanataEntities.java

  Log Message:
  -----------
  Merge branch 'master' of https://github.com/zanata/zanata-platform


  Commit: d645765b56a4709d0cc69f195b56d08813af9454
      https://github.com/zanata/zanata-platform/commit/d645765b56a4709d0cc69f195b56d08813af9454
  Author: Alex Eng <aeng at redhat.com>
  Date:   2017-04-26 (Wed, 26 Apr 2017)

  Changed paths:
    A api/zanata-common-api/src/main/java/org/zanata/rest/dto/LanguageTeamSearchResult.java
    A api/zanata-common-api/src/main/java/org/zanata/rest/dto/LocaleMember.java
    A api/zanata-common-api/src/main/java/org/zanata/rest/dto/LocalesResults.java
    A api/zanata-common-api/src/main/java/org/zanata/rest/dto/SearchResult.java
    M api/zanata-common-api/src/main/java/org/zanata/rest/service/LocalesResource.java
    A api/zanata-common-api/src/test/java/org/zanata/rest/dto/LanguageTeamSearchResultTest.java
    A api/zanata-common-api/src/test/java/org/zanata/rest/dto/LocaleMemberTest.java
    A api/zanata-common-api/src/test/java/org/zanata/rest/dto/LocalesResultsTest.java
    R server/zanata-war/src/main/java/org/zanata/rest/editor/dto/LocalesResults.java
    M server/zanata-war/src/main/java/org/zanata/rest/search/dto/GroupSearchResult.java
    R server/zanata-war/src/main/java/org/zanata/rest/search/dto/LanguageTeamSearchResult.java
    M server/zanata-war/src/main/java/org/zanata/rest/search/dto/PersonSearchResult.java
    M server/zanata-war/src/main/java/org/zanata/rest/search/dto/ProjectSearchResult.java
    R server/zanata-war/src/main/java/org/zanata/rest/search/dto/SearchResult.java
    M server/zanata-war/src/main/java/org/zanata/rest/search/dto/SearchResults.java
    M server/zanata-war/src/main/java/org/zanata/rest/search/service/SearchService.java
    M server/zanata-war/src/main/java/org/zanata/rest/service/GlossaryService.java
    M server/zanata-war/src/main/java/org/zanata/rest/service/LocalesService.java
    M server/zanata-war/src/main/java/org/zanata/rest/service/ProjectVersionService.java
    M server/zanata-war/src/main/java/org/zanata/service/LocaleService.java
    M server/zanata-war/src/main/java/org/zanata/service/impl/LocaleServiceImpl.java
    R server/zanata-war/src/test/java/org/zanata/rest/editor/service/LocalesServiceTest.java
    A server/zanata-war/src/test/java/org/zanata/rest/service/LocalesServiceTest.java
    M server/zanata-war/src/test/java/org/zanata/service/impl/LocaleServiceImplTest.java

  Log Message:
  -----------
  feat: api for locale member list

https://zanata.atlassian.net/browse/ZNTA-1915


  Commit: 5923992dfa39651b7691eb90bfe4d7eb66e8aa6e
      https://github.com/zanata/zanata-platform/commit/5923992dfa39651b7691eb90bfe4d7eb66e8aa6e
  Author: Alex Eng <aeng at redhat.com>
  Date:   2017-04-26 (Wed, 26 Apr 2017)

  Changed paths:
    A api/zanata-common-api/src/main/java/org/zanata/rest/dto/LanguageTeamSearchResult.java
    A api/zanata-common-api/src/main/java/org/zanata/rest/dto/LocaleMember.java
    A api/zanata-common-api/src/main/java/org/zanata/rest/dto/LocalesResults.java
    A api/zanata-common-api/src/main/java/org/zanata/rest/dto/SearchResult.java
    A api/zanata-common-api/src/main/java/org/zanata/rest/service/LocalesResource.java
    A api/zanata-common-api/src/test/java/org/zanata/rest/dto/LanguageTeamSearchResultTest.java
    A api/zanata-common-api/src/test/java/org/zanata/rest/dto/LocaleMemberTest.java
    A api/zanata-common-api/src/test/java/org/zanata/rest/dto/LocalesResultsTest.java
    M server/zanata-war/src/main/java/org/zanata/rest/editor/MediaTypes.java
    R server/zanata-war/src/main/java/org/zanata/rest/editor/dto/LocalesResults.java
    R server/zanata-war/src/main/java/org/zanata/rest/editor/service/LocalesService.java
    R server/zanata-war/src/main/java/org/zanata/rest/editor/service/resource/LocalesResource.java
    M server/zanata-war/src/main/java/org/zanata/rest/search/dto/GroupSearchResult.java
    R server/zanata-war/src/main/java/org/zanata/rest/search/dto/LanguageTeamSearchResult.java
    M server/zanata-war/src/main/java/org/zanata/rest/search/dto/PersonSearchResult.java
    M server/zanata-war/src/main/java/org/zanata/rest/search/dto/ProjectSearchResult.java
    R server/zanata-war/src/main/java/org/zanata/rest/search/dto/SearchResult.java
    M server/zanata-war/src/main/java/org/zanata/rest/search/dto/SearchResults.java
    M server/zanata-war/src/main/java/org/zanata/rest/search/service/SearchService.java
    M server/zanata-war/src/main/java/org/zanata/rest/service/GlossaryService.java
    M server/zanata-war/src/main/java/org/zanata/rest/service/LocalesService.java
    M server/zanata-war/src/main/java/org/zanata/rest/service/ProjectIterationLocalesService.java
    M server/zanata-war/src/main/java/org/zanata/rest/service/ProjectLocalesService.java
    M server/zanata-war/src/main/java/org/zanata/rest/service/ProjectVersionService.java
    M server/zanata-war/src/main/java/org/zanata/security/SecurityFunctions.java
    M server/zanata-war/src/main/java/org/zanata/service/LocaleService.java
    M server/zanata-war/src/main/java/org/zanata/service/impl/LocaleServiceImpl.java
    R server/zanata-war/src/test/java/org/zanata/rest/editor/service/LocalesServiceTest.java
    A server/zanata-war/src/test/java/org/zanata/rest/service/LocalesServiceTest.java
    M server/zanata-war/src/test/java/org/zanata/service/impl/LocaleServiceImplTest.java

  Log Message:
  -----------
  Merge pull request #288 from zanata/ZNTA-1915-language-users

Znta 1915 language users


  Commit: 88e787ff7d88e348a28d9f57edfa51a6a790ec65
      https://github.com/zanata/zanata-platform/commit/88e787ff7d88e348a28d9f57edfa51a6a790ec65
  Author: kgough <kgough at redhat.com>
  Date:   2017-04-27 (Thu, 27 Apr 2017)

  Changed paths:
    M server/zanata-frontend/src/frontend/app/editor/components/GlossaryTermModal/component.js
    M server/zanata-frontend/src/frontend/app/editor/components/GlossaryTermModal/story.js
    M server/zanata-frontend/src/frontend/app/editor/containers/Root/index.css
    M server/zanata-frontend/src/frontend/app/editor/containers/SuggestionDetailsModal/index.css
    M server/zanata-frontend/src/frontend/app/editor/containers/SuggestionDetailsModal/index.js

  Log Message:
  -----------
  removed zanata-ui modals from editor


  Commit: 282c8a317a8dc0c6c10fe588517c7b6d980a3bfb
      https://github.com/zanata/zanata-platform/commit/282c8a317a8dc0c6c10fe588517c7b6d980a3bfb
  Author: Sean Flanigan <sflaniga at redhat.com>
  Date:   2017-04-27 (Thu, 27 Apr 2017)

  Changed paths:
    M Jenkinsfile
    M build-tools/src/main/resources/zanata-build-tools/findbugs-filter.xml

  Log Message:
  -----------
  chore: enable WarningsPublisher/AnalysisPublisher (#279)


  Commit: 48f1eeac834df071382e803bd808f1f9be7f86df
      https://github.com/zanata/zanata-platform/commit/48f1eeac834df071382e803bd808f1f9be7f86df
  Author: kathryngo <kgough at redhat.com>
  Date:   2017-04-27 (Thu, 27 Apr 2017)

  Changed paths:
    M server/zanata-frontend/src/frontend/app/editor/components/GlossaryTermModal/component.js
    M server/zanata-frontend/src/frontend/app/editor/components/GlossaryTermModal/story.js
    M server/zanata-frontend/src/frontend/app/editor/containers/Root/index.css
    M server/zanata-frontend/src/frontend/app/editor/containers/SuggestionDetailsModal/index.css
    M server/zanata-frontend/src/frontend/app/editor/containers/SuggestionDetailsModal/index.js

  Log Message:
  -----------
  Merge pull request #289 from zanata/ZNTA-1838-reactmodal-editor

removed zanata-ui modals from editor


  Commit: 80508a1fa6a632e3e25ce95933cc1c25bcdbc95e
      https://github.com/zanata/zanata-platform/commit/80508a1fa6a632e3e25ce95933cc1c25bcdbc95e
  Author: Sean Flanigan <sflaniga at redhat.com>
  Date:   2017-04-27 (Thu, 27 Apr 2017)

  Changed paths:
    M server/pom.xml
    M server/zanata-war/pom.xml
    M server/zanata-war/src/test/resources/arquillian.xml
    M server/zanata-war/src/test/resources/arquillian/persistence.xml

  Log Message:
  -----------
  Avoid hibernate-testing.jar in Arquillian tests (#284)

* Use InfinispanRegionFactory for Arquillian
* Use hibernate-testing's CachingRegionFactory for unit tests only


  Commit: 727531189ebc13eb12cd478ba288c8d1218eb235
      https://github.com/zanata/zanata-platform/commit/727531189ebc13eb12cd478ba288c8d1218eb235
  Author: kathryngo <kgough at redhat.com>
  Date:   2017-04-27 (Thu, 27 Apr 2017)

  Changed paths:
    M server/zanata-frontend/src/frontend/app/editor/containers/Root/index.css

  Log Message:
  -----------
  Merge pull request #283 from zanata/ZNTA-1910-editorpercentagewrap

ZNTA-1910 editor percentage wrapping


  Commit: 68b22ab0b5872d32d877f822c24791e857af6614
      https://github.com/zanata/zanata-platform/commit/68b22ab0b5872d32d877f822c24791e857af6614
  Author: kgough <kgough at redhat.com>
  Date:   2017-04-28 (Fri, 28 Apr 2017)

  Changed paths:
    M Jenkinsfile
    A api/zanata-common-api/src/main/java/org/zanata/rest/dto/LanguageTeamSearchResult.java
    A api/zanata-common-api/src/main/java/org/zanata/rest/dto/LocaleMember.java
    A api/zanata-common-api/src/main/java/org/zanata/rest/dto/LocalesResults.java
    A api/zanata-common-api/src/main/java/org/zanata/rest/dto/SearchResult.java
    A api/zanata-common-api/src/main/java/org/zanata/rest/service/LocalesResource.java
    A api/zanata-common-api/src/test/java/org/zanata/rest/dto/LanguageTeamSearchResultTest.java
    A api/zanata-common-api/src/test/java/org/zanata/rest/dto/LocaleMemberTest.java
    A api/zanata-common-api/src/test/java/org/zanata/rest/dto/LocalesResultsTest.java
    M build-tools/src/main/resources/zanata-build-tools/findbugs-filter.xml
    M server/pom.xml
    M server/zanata-frontend/src/frontend/app/editor/components/GlossaryTermModal/component.js
    M server/zanata-frontend/src/frontend/app/editor/components/GlossaryTermModal/story.js
    M server/zanata-frontend/src/frontend/app/editor/containers/Root/index.css
    M server/zanata-frontend/src/frontend/app/editor/containers/SuggestionDetailsModal/index.css
    M server/zanata-frontend/src/frontend/app/editor/containers/SuggestionDetailsModal/index.js
    M server/zanata-war/pom.xml
    M server/zanata-war/src/main/java/org/zanata/rest/editor/MediaTypes.java
    R server/zanata-war/src/main/java/org/zanata/rest/editor/dto/LocalesResults.java
    R server/zanata-war/src/main/java/org/zanata/rest/editor/service/LocalesService.java
    R server/zanata-war/src/main/java/org/zanata/rest/editor/service/resource/LocalesResource.java
    M server/zanata-war/src/main/java/org/zanata/rest/search/dto/GroupSearchResult.java
    R server/zanata-war/src/main/java/org/zanata/rest/search/dto/LanguageTeamSearchResult.java
    M server/zanata-war/src/main/java/org/zanata/rest/search/dto/PersonSearchResult.java
    M server/zanata-war/src/main/java/org/zanata/rest/search/dto/ProjectSearchResult.java
    R server/zanata-war/src/main/java/org/zanata/rest/search/dto/SearchResult.java
    M server/zanata-war/src/main/java/org/zanata/rest/search/dto/SearchResults.java
    M server/zanata-war/src/main/java/org/zanata/rest/search/service/SearchService.java
    M server/zanata-war/src/main/java/org/zanata/rest/service/GlossaryService.java
    M server/zanata-war/src/main/java/org/zanata/rest/service/LocalesService.java
    M server/zanata-war/src/main/java/org/zanata/rest/service/ProjectIterationLocalesService.java
    M server/zanata-war/src/main/java/org/zanata/rest/service/ProjectLocalesService.java
    M server/zanata-war/src/main/java/org/zanata/rest/service/ProjectVersionService.java
    M server/zanata-war/src/main/java/org/zanata/security/SecurityFunctions.java
    M server/zanata-war/src/main/java/org/zanata/service/LocaleService.java
    M server/zanata-war/src/main/java/org/zanata/service/impl/LocaleServiceImpl.java
    R server/zanata-war/src/test/java/org/zanata/rest/editor/service/LocalesServiceTest.java
    A server/zanata-war/src/test/java/org/zanata/rest/service/LocalesServiceTest.java
    M server/zanata-war/src/test/java/org/zanata/service/impl/LocaleServiceImplTest.java
    M server/zanata-war/src/test/resources/arquillian.xml
    M server/zanata-war/src/test/resources/arquillian/persistence.xml

  Log Message:
  -----------
  Merge branch 'master' of https://github.com/zanata/zanata-platform


  Commit: f2f79f90d20929424f72e8f435ff2b1793cc564b
      https://github.com/zanata/zanata-platform/commit/f2f79f90d20929424f72e8f435ff2b1793cc564b
  Author: kgough <kgough at redhat.com>
  Date:   2017-04-28 (Fri, 28 Apr 2017)

  Changed paths:
    M server/zanata-frontend/src/frontend/app/editor/components/GlossarySearchInput/index.css
    M server/zanata-frontend/src/frontend/app/editor/containers/Root/index.css

  Log Message:
  -----------
  fix(ZNTA-1934) set height for glossary input and removed redundant css variable


  Commit: f0ffbe2281cbd9b0c23ab3e004bd9b8b4b33600e
      https://github.com/zanata/zanata-platform/commit/f0ffbe2281cbd9b0c23ab3e004bd9b8b4b33600e
  Author: Damian Jansen <djansen at redhat.com>
  Date:   2017-04-28 (Fri, 28 Apr 2017)

  Changed paths:
    M server/zanata-model/src/main/java/org/zanata/model/Activity.java
    M server/zanata-model/src/test/java/org/zanata/model/ActivityTest.java

  Log Message:
  -----------
  fix(warnings): Add equals and hashcode methods to activity (#242)

* fix(warnings): Add equals and hashcode methods to activity
* fix(warnings): Add contextID, approxTime to Activity equals/hashcode


  Commit: 4910ddbcba303bea8b4d2427821e9d89c8d1d3cf
      https://github.com/zanata/zanata-platform/commit/4910ddbcba303bea8b4d2427821e9d89c8d1d3cf
  Author: Ding-Yi Chen <dingyichen at gmail.com>
  Date:   2017-04-28 (Fri, 28 Apr 2017)

  Changed paths:
    M Jenkinsfile

  Log Message:
  -----------
  fix(JenkinsFile): archive logs (#293)


  Commit: 365926b318604d9cbc0fabf85638e5453bd86ec2
      https://github.com/zanata/zanata-platform/commit/365926b318604d9cbc0fabf85638e5453bd86ec2
  Author: David Mason <drdmason at gmail.com>
  Date:   2017-05-01 (Mon, 01 May 2017)

  Changed paths:
    A server/zanata-frontend/src/frontend/__tests__/editor/components/EditorSearchInputTest.js
    M server/zanata-frontend/src/frontend/app/editor/app.css
    A server/zanata-frontend/src/frontend/app/editor/components/EditorSearchInput/index.css
    A server/zanata-frontend/src/frontend/app/editor/components/EditorSearchInput/index.js
    A server/zanata-frontend/src/frontend/app/editor/components/EditorSearchInput/story.js
    M server/zanata-frontend/src/frontend/app/editor/components/stories.js
    M server/zanata-frontend/src/frontend/app/editor/containers/ControlsHeader.js
    M server/zanata-frontend/src/frontend/app/editor/containers/Root/index.css
    M server/zanata-frontend/src/frontend/app/editor/translations/template.pot

  Log Message:
  -----------
  Create advanced search input component (ZNTA-1737) (#290)

* feat(ZNTA-1737): add advanced search to react editor

* feat(ZNTA-1737): editor advanced search positioning and styling

Rebased with conflicts in Root/index.css, and index.js.

* feat(ZNTA-1737): styling for advanced search in editor

* feat(ZNTA-1737): move EditorSearchInput component to editor directory

* feat(ZNTA-1737): adding search modal

Rebased with conflicts in ControlsHeader.js

* feat(ZNTA-1737): panel dropdown for editor search

* feat(ZNTA-1737): add advanced search panel to editor

Rebased with conflicts in index.css
May have inadvertantly added a css rule where it was ambiguous.

* feat(ZNTA-1737): add advanced search panel styling to editor

* feat(ZNTA-1737): remove outline from button on focus in editor

Bootstrap override

* feat(ZNTA-1737): remove search modal references

* feat(ZNTA-1737): remove references to redundant container

* feat(ZNTA-1737): set absolute positioning for advanced search panel

* feat(ZNTA-1737): make advanced search appear on top of header menu in mobile view

* feat(ZNTA-1737): rename functions and action types for advanced search

* feat(ZNTA-1737): remove unused props

* feat(ZNTA-1737): fix prop reference in ControlsHeader

The action was nested in this.props.actions but was being used as though
it was on this.props

* feat(ZNTA-1737): fix some React render warnings

* feat(ZNTA-1737): set up storybook for EditorSearchInput component

Includes some initial tweaking of the component to work in the storybook.
Component is probably still broken in the application since this change
does not attempt to fix it there.

* feat(ZNTA-1737): restructure search input component a little

* feat(ZNTA-1737): remove redundant search text field

* feat(ZNTA-1737): remove search box from live application

Temporarily removing this since it needs more complex hooking-up to
work in the app.

* feat(ZNTA-1737): minor css fixes to advanced search

* feat(ZNTA-1737): move css import to appropriate section

* feat(ZNTA-1737): prevent recreating static data each render

* fix: remove unused import

* feat(ZNTA-1737): allow show/hide of advanced search fields

* feat(ZNTA-1737): add clear-all button to EditorSearchInput

* feat(ZNTA-1737): styling of advanced search buttons

* feat(ZNTA-1737): remove unnecessary component state

* fix(css): remove less variable from css file

* test(ZNTA-1737): add test for EditorSearchInput


  Commit: bcd1890d9ef6745f82457dd3266c1f92446c1b8d
      https://github.com/zanata/zanata-platform/commit/bcd1890d9ef6745f82457dd3266c1f92446c1b8d
  Author: kathryngo <kgough at redhat.com>
  Date:   2017-05-01 (Mon, 01 May 2017)

  Changed paths:
    A server/zanata-frontend/src/frontend/app/components/Alert/story.js
    A server/zanata-frontend/src/frontend/app/components/Badge/story.js
    A server/zanata-frontend/src/frontend/app/components/Breadcrumbs/story.js
    M server/zanata-frontend/src/frontend/app/components/Button/story.js
    A server/zanata-frontend/src/frontend/app/components/Dropdown/story.js
    A server/zanata-frontend/src/frontend/app/components/EditableText/story.js
    A server/zanata-frontend/src/frontend/app/components/Form/story.js
    A server/zanata-frontend/src/frontend/app/components/Foundation/story.js
    A server/zanata-frontend/src/frontend/app/components/Icon/story.js
    A server/zanata-frontend/src/frontend/app/components/Label/story.js
    A server/zanata-frontend/src/frontend/app/components/Link/story.js
    A server/zanata-frontend/src/frontend/app/components/List/story.js
    A server/zanata-frontend/src/frontend/app/components/LoaderText/story.js
    A server/zanata-frontend/src/frontend/app/components/Pagination/story.js
    A server/zanata-frontend/src/frontend/app/components/Panel/story.js
    A server/zanata-frontend/src/frontend/app/components/ProgressBar/story.js
    A server/zanata-frontend/src/frontend/app/components/Table/story.js
    A server/zanata-frontend/src/frontend/app/components/Tabs/story.js
    A server/zanata-frontend/src/frontend/app/components/TextInput/story.js
    A server/zanata-frontend/src/frontend/app/components/Tooltip/story.js
    A server/zanata-frontend/src/frontend/app/components/Well/story.js
    M server/zanata-frontend/src/frontend/app/components/stories.js
    M server/zanata-frontend/src/frontend/app/styles/style.less
    M server/zanata-frontend/src/frontend/app/styles/variables.less

  Log Message:
  -----------
  ZNTA-1837 frontend component stories (#281)

* chore: added components to frontend storybook

* chore: css tweaks for storybook

* revision of Icon story

* imported icon list into Icon story

* ZNTA_1837: added foundation (grid, typography, colours) to frontend-storybook

* ZNTA_1837: added muted and neutral colours to frontend storybook

* ZNTA_1837: added muted and neutral colours to frontend storybook

* feat(ZNTA-1837): code formatting fixes


  Commit: 1c2ec9e08590a007502b5a67c0c6d8e8f605e826
      https://github.com/zanata/zanata-platform/commit/1c2ec9e08590a007502b5a67c0c6d8e8f605e826
  Author: David Mason <drdmason at gmail.com>
  Date:   2017-05-02 (Tue, 02 May 2017)

  Changed paths:
    A server/zanata-frontend/src/frontend/app/actions/common-actions.js
    R server/zanata-frontend/src/frontend/app/actions/common.js
    A server/zanata-frontend/src/frontend/app/actions/explore-actions.js
    R server/zanata-frontend/src/frontend/app/actions/explore.js
    A server/zanata-frontend/src/frontend/app/actions/glossary-actions.js
    R server/zanata-frontend/src/frontend/app/actions/glossary.js
    A server/zanata-frontend/src/frontend/app/actions/languages-actions.js
    R server/zanata-frontend/src/frontend/app/actions/languages.js
    A server/zanata-frontend/src/frontend/app/actions/profile-actions.js
    R server/zanata-frontend/src/frontend/app/actions/profile.js
    A server/zanata-frontend/src/frontend/app/editor/actions/controls-header-actions.js
    R server/zanata-frontend/src/frontend/app/editor/actions/controlsHeaderActions.js
    R server/zanata-frontend/src/frontend/app/editor/actions/editorShortcuts.js
    A server/zanata-frontend/src/frontend/app/editor/actions/glossary-actions.js
    R server/zanata-frontend/src/frontend/app/editor/actions/glossary.js
    A server/zanata-frontend/src/frontend/app/editor/actions/header-actions.js
    R server/zanata-frontend/src/frontend/app/editor/actions/headerActions.js
    A server/zanata-frontend/src/frontend/app/editor/actions/key-shortcuts-actions.js
    A server/zanata-frontend/src/frontend/app/editor/actions/phrase-navigation-actions.js
    R server/zanata-frontend/src/frontend/app/editor/actions/phraseNavigation.js
    A server/zanata-frontend/src/frontend/app/editor/actions/phrases-actions.js
    R server/zanata-frontend/src/frontend/app/editor/actions/phrases.js
    A server/zanata-frontend/src/frontend/app/editor/actions/suggestions-actions.js
    R server/zanata-frontend/src/frontend/app/editor/actions/suggestions.js
    A server/zanata-frontend/src/frontend/app/editor/reducers/context-reducer.js
    R server/zanata-frontend/src/frontend/app/editor/reducers/context.js
    A server/zanata-frontend/src/frontend/app/editor/reducers/dropdown-reducer.js
    R server/zanata-frontend/src/frontend/app/editor/reducers/dropdown.js
    A server/zanata-frontend/src/frontend/app/editor/reducers/glossary-reducer.js
    R server/zanata-frontend/src/frontend/app/editor/reducers/glossary.js
    A server/zanata-frontend/src/frontend/app/editor/reducers/header-data-reducer.js
    R server/zanata-frontend/src/frontend/app/editor/reducers/headerData.js
    A server/zanata-frontend/src/frontend/app/editor/reducers/phrase-reducer.js
    R server/zanata-frontend/src/frontend/app/editor/reducers/phrase.js
    A server/zanata-frontend/src/frontend/app/editor/reducers/suggestions-reducer.js
    R server/zanata-frontend/src/frontend/app/editor/reducers/suggestions.js
    A server/zanata-frontend/src/frontend/app/editor/reducers/ui-reducer.js
    R server/zanata-frontend/src/frontend/app/editor/reducers/ui.js
    A server/zanata-frontend/src/frontend/app/editor/utils/doc-id-util.js
    R server/zanata-frontend/src/frontend/app/editor/utils/doc-id.js
    A server/zanata-frontend/src/frontend/app/editor/utils/phrase-util.js
    R server/zanata-frontend/src/frontend/app/editor/utils/phrase.js
    A server/zanata-frontend/src/frontend/app/editor/utils/status-util.js
    R server/zanata-frontend/src/frontend/app/editor/utils/status.js
    A server/zanata-frontend/src/frontend/app/reducers/common-reducer.js
    R server/zanata-frontend/src/frontend/app/reducers/common.js
    A server/zanata-frontend/src/frontend/app/reducers/explore-reducer.js
    R server/zanata-frontend/src/frontend/app/reducers/explore.js
    A server/zanata-frontend/src/frontend/app/reducers/glossary-reducer.js
    R server/zanata-frontend/src/frontend/app/reducers/glossary.js
    A server/zanata-frontend/src/frontend/app/reducers/languages-reducer.js
    R server/zanata-frontend/src/frontend/app/reducers/languages.js
    A server/zanata-frontend/src/frontend/app/reducers/profile-reducer.js
    R server/zanata-frontend/src/frontend/app/reducers/profile.js

  Log Message:
  -----------
  refactor(frontend): rename action, reducer and util modules


  Commit: 92f104e1e6747652ae45deef8baa0dcc3c130118
      https://github.com/zanata/zanata-platform/commit/92f104e1e6747652ae45deef8baa0dcc3c130118
  Author: David Mason <drdmason at gmail.com>
  Date:   2017-05-02 (Tue, 02 May 2017)

  Changed paths:
    M server/zanata-frontend/src/frontend/app/actions/explore-actions.js
    M server/zanata-frontend/src/frontend/app/actions/glossary-actions.js
    M server/zanata-frontend/src/frontend/app/actions/index.js
    M server/zanata-frontend/src/frontend/app/actions/languages-actions.js
    M server/zanata-frontend/src/frontend/app/actions/profile-actions.js
    M server/zanata-frontend/src/frontend/app/components/Notification/index.js
    M server/zanata-frontend/src/frontend/app/containers/Explore/index.js
    M server/zanata-frontend/src/frontend/app/containers/Glossary/ExportModal.js
    M server/zanata-frontend/src/frontend/app/containers/Glossary/ImportModal.js
    M server/zanata-frontend/src/frontend/app/containers/Glossary/NewEntryModal.js
    M server/zanata-frontend/src/frontend/app/containers/Glossary/ViewHeader.js
    M server/zanata-frontend/src/frontend/app/containers/Glossary/index.js
    M server/zanata-frontend/src/frontend/app/containers/Languages/NewLanguageModal.js
    M server/zanata-frontend/src/frontend/app/containers/Languages/index.js
    M server/zanata-frontend/src/frontend/app/containers/UserProfile/index.jsx
    M server/zanata-frontend/src/frontend/app/editor/actions/glossary-actions.js
    M server/zanata-frontend/src/frontend/app/editor/actions/key-shortcuts-actions.js
    M server/zanata-frontend/src/frontend/app/editor/actions/phrases-actions.js
    M server/zanata-frontend/src/frontend/app/editor/actions/suggestions-actions.js
    M server/zanata-frontend/src/frontend/app/editor/api/index.js
    M server/zanata-frontend/src/frontend/app/editor/components/GlossaryTermModal/index.js
    M server/zanata-frontend/src/frontend/app/editor/components/LanguagesDropdown.js
    M server/zanata-frontend/src/frontend/app/editor/components/ProgressBar/index.js
    M server/zanata-frontend/src/frontend/app/editor/components/TransUnit/index.js
    M server/zanata-frontend/src/frontend/app/editor/components/TransUnitFilter.js
    M server/zanata-frontend/src/frontend/app/editor/components/TransUnitSourceHeader.js
    M server/zanata-frontend/src/frontend/app/editor/components/TransUnitTranslationFooter.js
    M server/zanata-frontend/src/frontend/app/editor/components/TransUnitTranslationHeader.js
    M server/zanata-frontend/src/frontend/app/editor/components/TransUnitTranslationPanel.js
    M server/zanata-frontend/src/frontend/app/editor/containers/ControlsHeader.js
    M server/zanata-frontend/src/frontend/app/editor/containers/GlossaryTab.js
    M server/zanata-frontend/src/frontend/app/editor/containers/KeyShortcutCheatSheet/index.js
    M server/zanata-frontend/src/frontend/app/editor/containers/KeyShortcutDispatcher.js
    M server/zanata-frontend/src/frontend/app/editor/containers/NavHeader.js
    M server/zanata-frontend/src/frontend/app/editor/containers/Root/index.js
    M server/zanata-frontend/src/frontend/app/editor/containers/SuggestionsPanel.js
    M server/zanata-frontend/src/frontend/app/editor/middlewares/new-context-fetch.js
    M server/zanata-frontend/src/frontend/app/editor/middlewares/selected-phrase-searches.js
    M server/zanata-frontend/src/frontend/app/editor/reducers/context-reducer.js
    M server/zanata-frontend/src/frontend/app/editor/reducers/glossary-reducer.js
    M server/zanata-frontend/src/frontend/app/editor/reducers/header-data-reducer.js
    M server/zanata-frontend/src/frontend/app/editor/reducers/index.js
    M server/zanata-frontend/src/frontend/app/editor/reducers/phrase-reducer.js
    M server/zanata-frontend/src/frontend/app/editor/reducers/suggestions-reducer.js
    M server/zanata-frontend/src/frontend/app/editor/reducers/ui-reducer.js
    M server/zanata-frontend/src/frontend/app/editor/utils/phrase-util.js
    M server/zanata-frontend/src/frontend/app/editor/utils/status-util.js
    M server/zanata-frontend/src/frontend/app/reducers/index.js

  Log Message:
  -----------
  refactor(frontend): update imports for renamed modules


  Commit: 474e51f9dd5ef0f3f5b34e0bfa455449bf8b126d
      https://github.com/zanata/zanata-platform/commit/474e51f9dd5ef0f3f5b34e0bfa455449bf8b126d
  Author: David Mason <drdmason at gmail.com>
  Date:   2017-05-02 (Tue, 02 May 2017)

  Changed paths:
    M server/zanata-frontend/src/frontend/__tests__/utils/phraseTest.js

  Log Message:
  -----------
  fix(ZNTA-1912): fix imports in test


  Commit: 46db8653a33e3fea100518903612c7cdbba315ba
      https://github.com/zanata/zanata-platform/commit/46db8653a33e3fea100518903612c7cdbba315ba
  Author: kathryngo <kgough at redhat.com>
  Date:   2017-05-02 (Tue, 02 May 2017)

  Changed paths:
    M Jenkinsfile
    A server/zanata-frontend/src/frontend/__tests__/editor/components/EditorSearchInputTest.js
    M server/zanata-frontend/src/frontend/__tests__/utils/phraseTest.js
    A server/zanata-frontend/src/frontend/app/actions/common-actions.js
    R server/zanata-frontend/src/frontend/app/actions/common.js
    A server/zanata-frontend/src/frontend/app/actions/explore-actions.js
    R server/zanata-frontend/src/frontend/app/actions/explore.js
    A server/zanata-frontend/src/frontend/app/actions/glossary-actions.js
    R server/zanata-frontend/src/frontend/app/actions/glossary.js
    M server/zanata-frontend/src/frontend/app/actions/index.js
    A server/zanata-frontend/src/frontend/app/actions/languages-actions.js
    R server/zanata-frontend/src/frontend/app/actions/languages.js
    A server/zanata-frontend/src/frontend/app/actions/profile-actions.js
    R server/zanata-frontend/src/frontend/app/actions/profile.js
    M server/zanata-frontend/src/frontend/app/components/Alert/story.js
    M server/zanata-frontend/src/frontend/app/components/Badge/story.js
    M server/zanata-frontend/src/frontend/app/components/Breadcrumbs/story.js
    M server/zanata-frontend/src/frontend/app/components/Button/story.js
    A server/zanata-frontend/src/frontend/app/components/Dropdown/story.js
    M server/zanata-frontend/src/frontend/app/components/EditableText/story.js
    A server/zanata-frontend/src/frontend/app/components/Form/story.js
    A server/zanata-frontend/src/frontend/app/components/Foundation/story.js
    M server/zanata-frontend/src/frontend/app/components/Icon/story.js
    A server/zanata-frontend/src/frontend/app/components/Label/story.js
    M server/zanata-frontend/src/frontend/app/components/Link/story.js
    A server/zanata-frontend/src/frontend/app/components/List/story.js
    M server/zanata-frontend/src/frontend/app/components/LoaderText/story.js
    M server/zanata-frontend/src/frontend/app/components/Notification/index.js
    A server/zanata-frontend/src/frontend/app/components/Pagination/story.js
    A server/zanata-frontend/src/frontend/app/components/Panel/story.js
    A server/zanata-frontend/src/frontend/app/components/ProgressBar/story.js
    A server/zanata-frontend/src/frontend/app/components/Table/story.js
    A server/zanata-frontend/src/frontend/app/components/Tabs/story.js
    A server/zanata-frontend/src/frontend/app/components/TextInput/story.js
    A server/zanata-frontend/src/frontend/app/components/Tooltip/story.js
    A server/zanata-frontend/src/frontend/app/components/Well/story.js
    M server/zanata-frontend/src/frontend/app/components/stories.js
    M server/zanata-frontend/src/frontend/app/containers/Explore/index.js
    M server/zanata-frontend/src/frontend/app/containers/Glossary/ExportModal.js
    M server/zanata-frontend/src/frontend/app/containers/Glossary/ImportModal.js
    M server/zanata-frontend/src/frontend/app/containers/Glossary/NewEntryModal.js
    M server/zanata-frontend/src/frontend/app/containers/Glossary/ViewHeader.js
    M server/zanata-frontend/src/frontend/app/containers/Glossary/index.js
    M server/zanata-frontend/src/frontend/app/containers/Languages/NewLanguageModal.js
    M server/zanata-frontend/src/frontend/app/containers/Languages/index.js
    M server/zanata-frontend/src/frontend/app/containers/UserProfile/index.jsx
    A server/zanata-frontend/src/frontend/app/editor/actions/controls-header-actions.js
    R server/zanata-frontend/src/frontend/app/editor/actions/controlsHeaderActions.js
    R server/zanata-frontend/src/frontend/app/editor/actions/editorShortcuts.js
    A server/zanata-frontend/src/frontend/app/editor/actions/glossary-actions.js
    R server/zanata-frontend/src/frontend/app/editor/actions/glossary.js
    A server/zanata-frontend/src/frontend/app/editor/actions/header-actions.js
    R server/zanata-frontend/src/frontend/app/editor/actions/headerActions.js
    A server/zanata-frontend/src/frontend/app/editor/actions/key-shortcuts-actions.js
    A server/zanata-frontend/src/frontend/app/editor/actions/phrase-navigation-actions.js
    R server/zanata-frontend/src/frontend/app/editor/actions/phraseNavigation.js
    A server/zanata-frontend/src/frontend/app/editor/actions/phrases-actions.js
    R server/zanata-frontend/src/frontend/app/editor/actions/phrases.js
    A server/zanata-frontend/src/frontend/app/editor/actions/suggestions-actions.js
    R server/zanata-frontend/src/frontend/app/editor/actions/suggestions.js
    M server/zanata-frontend/src/frontend/app/editor/api/index.js
    M server/zanata-frontend/src/frontend/app/editor/app.css
    A server/zanata-frontend/src/frontend/app/editor/components/EditorSearchInput/index.css
    A server/zanata-frontend/src/frontend/app/editor/components/EditorSearchInput/index.js
    A server/zanata-frontend/src/frontend/app/editor/components/EditorSearchInput/story.js
    M server/zanata-frontend/src/frontend/app/editor/components/GlossaryTermModal/index.js
    M server/zanata-frontend/src/frontend/app/editor/components/LanguagesDropdown.js
    M server/zanata-frontend/src/frontend/app/editor/components/ProgressBar/index.js
    M server/zanata-frontend/src/frontend/app/editor/components/TransUnit/index.js
    M server/zanata-frontend/src/frontend/app/editor/components/TransUnitFilter.js
    M server/zanata-frontend/src/frontend/app/editor/components/TransUnitSourceHeader.js
    M server/zanata-frontend/src/frontend/app/editor/components/TransUnitTranslationFooter.js
    M server/zanata-frontend/src/frontend/app/editor/components/TransUnitTranslationHeader.js
    M server/zanata-frontend/src/frontend/app/editor/components/TransUnitTranslationPanel.js
    M server/zanata-frontend/src/frontend/app/editor/components/stories.js
    M server/zanata-frontend/src/frontend/app/editor/containers/ControlsHeader.js
    M server/zanata-frontend/src/frontend/app/editor/containers/GlossaryTab.js
    M server/zanata-frontend/src/frontend/app/editor/containers/KeyShortcutCheatSheet/index.js
    M server/zanata-frontend/src/frontend/app/editor/containers/KeyShortcutDispatcher.js
    M server/zanata-frontend/src/frontend/app/editor/containers/NavHeader.js
    M server/zanata-frontend/src/frontend/app/editor/containers/Root/index.css
    M server/zanata-frontend/src/frontend/app/editor/containers/Root/index.js
    M server/zanata-frontend/src/frontend/app/editor/containers/SuggestionsPanel.js
    M server/zanata-frontend/src/frontend/app/editor/middlewares/new-context-fetch.js
    M server/zanata-frontend/src/frontend/app/editor/middlewares/selected-phrase-searches.js
    A server/zanata-frontend/src/frontend/app/editor/reducers/context-reducer.js
    R server/zanata-frontend/src/frontend/app/editor/reducers/context.js
    A server/zanata-frontend/src/frontend/app/editor/reducers/dropdown-reducer.js
    R server/zanata-frontend/src/frontend/app/editor/reducers/dropdown.js
    A server/zanata-frontend/src/frontend/app/editor/reducers/glossary-reducer.js
    R server/zanata-frontend/src/frontend/app/editor/reducers/glossary.js
    A server/zanata-frontend/src/frontend/app/editor/reducers/header-data-reducer.js
    R server/zanata-frontend/src/frontend/app/editor/reducers/headerData.js
    M server/zanata-frontend/src/frontend/app/editor/reducers/index.js
    A server/zanata-frontend/src/frontend/app/editor/reducers/phrase-reducer.js
    R server/zanata-frontend/src/frontend/app/editor/reducers/phrase.js
    A server/zanata-frontend/src/frontend/app/editor/reducers/suggestions-reducer.js
    R server/zanata-frontend/src/frontend/app/editor/reducers/suggestions.js
    A server/zanata-frontend/src/frontend/app/editor/reducers/ui-reducer.js
    R server/zanata-frontend/src/frontend/app/editor/reducers/ui.js
    M server/zanata-frontend/src/frontend/app/editor/translations/template.pot
    A server/zanata-frontend/src/frontend/app/editor/utils/doc-id-util.js
    R server/zanata-frontend/src/frontend/app/editor/utils/doc-id.js
    A server/zanata-frontend/src/frontend/app/editor/utils/phrase-util.js
    R server/zanata-frontend/src/frontend/app/editor/utils/phrase.js
    A server/zanata-frontend/src/frontend/app/editor/utils/status-util.js
    R server/zanata-frontend/src/frontend/app/editor/utils/status.js
    A server/zanata-frontend/src/frontend/app/reducers/common-reducer.js
    R server/zanata-frontend/src/frontend/app/reducers/common.js
    A server/zanata-frontend/src/frontend/app/reducers/explore-reducer.js
    R server/zanata-frontend/src/frontend/app/reducers/explore.js
    A server/zanata-frontend/src/frontend/app/reducers/glossary-reducer.js
    R server/zanata-frontend/src/frontend/app/reducers/glossary.js
    M server/zanata-frontend/src/frontend/app/reducers/index.js
    A server/zanata-frontend/src/frontend/app/reducers/languages-reducer.js
    R server/zanata-frontend/src/frontend/app/reducers/languages.js
    A server/zanata-frontend/src/frontend/app/reducers/profile-reducer.js
    R server/zanata-frontend/src/frontend/app/reducers/profile.js
    M server/zanata-frontend/src/frontend/app/styles/style.less
    M server/zanata-frontend/src/frontend/app/styles/variables.less
    M server/zanata-model/src/main/java/org/zanata/model/Activity.java
    M server/zanata-model/src/test/java/org/zanata/model/ActivityTest.java

  Log Message:
  -----------
  Merge branch 'master' into ZNTA-editorinputfix


  Commit: 83a7cb1b115dde676c92aa871ae7db05da8a38d3
      https://github.com/zanata/zanata-platform/commit/83a7cb1b115dde676c92aa871ae7db05da8a38d3
  Author: kathryngo <kgough at redhat.com>
  Date:   2017-05-03 (Wed, 03 May 2017)

  Changed paths:
    A server/zanata-frontend/src/frontend/app/components/Dropdowns/story.js
    A server/zanata-frontend/src/frontend/app/components/Forms/story.js
    M server/zanata-frontend/src/frontend/app/components/Icon/story.js
    A server/zanata-frontend/src/frontend/app/components/Labels/story.js
    A server/zanata-frontend/src/frontend/app/components/Lists/story.js
    M server/zanata-frontend/src/frontend/app/editor/components/GlossarySearchInput/index.css
    M server/zanata-frontend/src/frontend/app/editor/containers/Root/index.css

  Log Message:
  -----------
  Merge pull request #292 from zanata/ZNTA-editorinputfix

fix(ZNTA-1934): set height for glossary search input in editor


  Commit: 74008473abb1d559741de5772b6cfb915b870b98
      https://github.com/zanata/zanata-platform/commit/74008473abb1d559741de5772b6cfb915b870b98
  Author: David Mason <drdmason at gmail.com>
  Date:   2017-05-03 (Wed, 03 May 2017)

  Changed paths:
    R server/zanata-frontend/src/frontend/__tests__/components/ButtonTest.js
    R server/zanata-frontend/src/frontend/__tests__/components/DashboardLinkTest.js
    R server/zanata-frontend/src/frontend/__tests__/components/DocsDropdownTest.js
    R server/zanata-frontend/src/frontend/__tests__/components/DropdownTest.js
    R server/zanata-frontend/src/frontend/__tests__/components/IconButtonTest.js
    R server/zanata-frontend/src/frontend/__tests__/components/IconButtonToggleTest.js
    R server/zanata-frontend/src/frontend/__tests__/components/LanguageDropdownTest.js
    R server/zanata-frontend/src/frontend/__tests__/components/NoSuggestionPanelTest.js
    R server/zanata-frontend/src/frontend/__tests__/components/PagerTest.js
    R server/zanata-frontend/src/frontend/__tests__/components/ProgressBarTest.js
    R server/zanata-frontend/src/frontend/__tests__/components/ProjectVersionLinkTest.js
    R server/zanata-frontend/src/frontend/__tests__/components/SuggestionContentsTest.js
    R server/zanata-frontend/src/frontend/__tests__/components/SuggestionMatchPercentTest.js
    R server/zanata-frontend/src/frontend/__tests__/components/SuggestionSourceDetailsTest.js
    R server/zanata-frontend/src/frontend/__tests__/components/SuggestionSourcesTest.js
    R server/zanata-frontend/src/frontend/__tests__/components/TextDiffTest.js
    R server/zanata-frontend/src/frontend/__tests__/components/ToggleSwitchTest.js
    R server/zanata-frontend/src/frontend/__tests__/components/TransUnitFilterTest.js
    R server/zanata-frontend/src/frontend/__tests__/components/TranslatingIndicatorTest.js
    R server/zanata-frontend/src/frontend/__tests__/components/UiLanguageDropdownTest.js
    R server/zanata-frontend/src/frontend/__tests__/editor/components/EditorSearchInputTest.js
    R server/zanata-frontend/src/frontend/__tests__/utils/GlossaryHelperTest.js
    R server/zanata-frontend/src/frontend/__tests__/utils/StringUtilsTest.js
    R server/zanata-frontend/src/frontend/__tests__/utils/UtilTest.js
    R server/zanata-frontend/src/frontend/__tests__/utils/phraseTest.js
    A server/zanata-frontend/src/frontend/app/editor/components/Button/Button.test.js
    R server/zanata-frontend/src/frontend/app/editor/components/DashboardLink.js
    A server/zanata-frontend/src/frontend/app/editor/components/DashboardLink/DashboardLink.test.js
    A server/zanata-frontend/src/frontend/app/editor/components/DashboardLink/index.js
    R server/zanata-frontend/src/frontend/app/editor/components/DocsDropdown.js
    A server/zanata-frontend/src/frontend/app/editor/components/DocsDropdown/DocsDropdown.test.js
    A server/zanata-frontend/src/frontend/app/editor/components/DocsDropdown/index.js
    A server/zanata-frontend/src/frontend/app/editor/components/Dropdown/Dropdown.test.js
    A server/zanata-frontend/src/frontend/app/editor/components/EditorSearchInput/EditorSearchInput.test.js
    R server/zanata-frontend/src/frontend/app/editor/components/IconButton.js
    A server/zanata-frontend/src/frontend/app/editor/components/IconButton/IconButton.test.js
    A server/zanata-frontend/src/frontend/app/editor/components/IconButton/index.js
    R server/zanata-frontend/src/frontend/app/editor/components/IconButtonToggle.js
    A server/zanata-frontend/src/frontend/app/editor/components/IconButtonToggle/IconButtonToggle.test.js
    A server/zanata-frontend/src/frontend/app/editor/components/IconButtonToggle/index.js
    R server/zanata-frontend/src/frontend/app/editor/components/LanguagesDropdown.js
    A server/zanata-frontend/src/frontend/app/editor/components/LanguagesDropdown/LanguageDropdown.test.js
    A server/zanata-frontend/src/frontend/app/editor/components/LanguagesDropdown/index.js
    R server/zanata-frontend/src/frontend/app/editor/components/NoSuggestionsPanel.js
    A server/zanata-frontend/src/frontend/app/editor/components/NoSuggestionsPanel/NoSuggestionsPanel.test.js
    A server/zanata-frontend/src/frontend/app/editor/components/NoSuggestionsPanel/index.js
    R server/zanata-frontend/src/frontend/app/editor/components/Pager.js
    A server/zanata-frontend/src/frontend/app/editor/components/Pager/Pager.test.js
    A server/zanata-frontend/src/frontend/app/editor/components/Pager/index.js
    A server/zanata-frontend/src/frontend/app/editor/components/ProgressBar/ProgressBar.test.js
    R server/zanata-frontend/src/frontend/app/editor/components/ProjectVersionLink.js
    A server/zanata-frontend/src/frontend/app/editor/components/ProjectVersionLink/ProjectVersionLink.test.js
    A server/zanata-frontend/src/frontend/app/editor/components/ProjectVersionLink/index.js
    R server/zanata-frontend/src/frontend/app/editor/components/SuggestionContents.js
    A server/zanata-frontend/src/frontend/app/editor/components/SuggestionContents/SuggestionContents.test.js
    A server/zanata-frontend/src/frontend/app/editor/components/SuggestionContents/index.js
    R server/zanata-frontend/src/frontend/app/editor/components/SuggestionDetailsSummary.js
    A server/zanata-frontend/src/frontend/app/editor/components/SuggestionDetailsSummary/SuggestionDetailsSummary.test.js
    A server/zanata-frontend/src/frontend/app/editor/components/SuggestionDetailsSummary/index.js
    R server/zanata-frontend/src/frontend/app/editor/components/SuggestionMatchPercent.js
    A server/zanata-frontend/src/frontend/app/editor/components/SuggestionMatchPercent/SuggestionMatchPercent.test.js
    A server/zanata-frontend/src/frontend/app/editor/components/SuggestionMatchPercent/index.js
    R server/zanata-frontend/src/frontend/app/editor/components/SuggestionSources.js
    A server/zanata-frontend/src/frontend/app/editor/components/SuggestionSources/SuggestionSources.test.js
    A server/zanata-frontend/src/frontend/app/editor/components/SuggestionSources/index.js
    A server/zanata-frontend/src/frontend/app/editor/components/TextDiff/TextDiff.test.js
    A server/zanata-frontend/src/frontend/app/editor/components/ToggleSwitch/ToggleSwitch.test.js
    R server/zanata-frontend/src/frontend/app/editor/components/TransUnitFilter.js
    A server/zanata-frontend/src/frontend/app/editor/components/TransUnitFilter/TransUnitFilter.test.js
    A server/zanata-frontend/src/frontend/app/editor/components/TransUnitFilter/index.js
    R server/zanata-frontend/src/frontend/app/editor/components/TranslatingIndicator.js
    A server/zanata-frontend/src/frontend/app/editor/components/TranslatingIndicator/TranslatingIndicator.test.js
    A server/zanata-frontend/src/frontend/app/editor/components/TranslatingIndicator/index.js
    R server/zanata-frontend/src/frontend/app/editor/components/UiLanguageDropdown.js
    A server/zanata-frontend/src/frontend/app/editor/components/UiLanguageDropdown/UiLanguageDropdown.test.js
    A server/zanata-frontend/src/frontend/app/editor/components/UiLanguageDropdown/index.js
    A server/zanata-frontend/src/frontend/app/editor/utils/Util.test.js
    A server/zanata-frontend/src/frontend/app/editor/utils/phrase-util.test.js
    A server/zanata-frontend/src/frontend/app/utils/GlossaryHelper.test.js
    A server/zanata-frontend/src/frontend/app/utils/StringUtils.test.js

  Log Message:
  -----------
  refactor(ZNTA-1905): move test files to component directories

Components that are file modules are converted to directory modules.
Relative imports need updating but this is done as a separate commit
to ensure git recognizes all the file moves correctly.


  Commit: c43de4675b239b98cdeb3ab158ff71ac93b65b00
      https://github.com/zanata/zanata-platform/commit/c43de4675b239b98cdeb3ab158ff71ac93b65b00
  Author: David Mason <drdmason at gmail.com>
  Date:   2017-05-03 (Wed, 03 May 2017)

  Changed paths:
    M server/zanata-frontend/src/frontend/app/editor/components/Button/Button.test.js
    M server/zanata-frontend/src/frontend/app/editor/components/DashboardLink/DashboardLink.test.js
    M server/zanata-frontend/src/frontend/app/editor/components/DocsDropdown/DocsDropdown.test.js
    M server/zanata-frontend/src/frontend/app/editor/components/DocsDropdown/index.js
    M server/zanata-frontend/src/frontend/app/editor/components/Dropdown/Dropdown.test.js
    M server/zanata-frontend/src/frontend/app/editor/components/EditorSearchInput/EditorSearchInput.test.js
    M server/zanata-frontend/src/frontend/app/editor/components/IconButton/IconButton.test.js
    M server/zanata-frontend/src/frontend/app/editor/components/IconButton/index.js
    M server/zanata-frontend/src/frontend/app/editor/components/IconButtonToggle/IconButtonToggle.test.js
    M server/zanata-frontend/src/frontend/app/editor/components/IconButtonToggle/index.js
    M server/zanata-frontend/src/frontend/app/editor/components/LanguagesDropdown/LanguageDropdown.test.js
    M server/zanata-frontend/src/frontend/app/editor/components/LanguagesDropdown/index.js
    M server/zanata-frontend/src/frontend/app/editor/components/NoSuggestionsPanel/NoSuggestionsPanel.test.js
    M server/zanata-frontend/src/frontend/app/editor/components/Pager/Pager.test.js
    M server/zanata-frontend/src/frontend/app/editor/components/ProgressBar/ProgressBar.test.js
    M server/zanata-frontend/src/frontend/app/editor/components/ProjectVersionLink/ProjectVersionLink.test.js
    M server/zanata-frontend/src/frontend/app/editor/components/SuggestionContents/SuggestionContents.test.js
    M server/zanata-frontend/src/frontend/app/editor/components/SuggestionContents/index.js
    M server/zanata-frontend/src/frontend/app/editor/components/SuggestionDetailsSummary/SuggestionDetailsSummary.test.js
    M server/zanata-frontend/src/frontend/app/editor/components/SuggestionMatchPercent/SuggestionMatchPercent.test.js
    M server/zanata-frontend/src/frontend/app/editor/components/SuggestionSources/SuggestionSources.test.js
    M server/zanata-frontend/src/frontend/app/editor/components/SuggestionSources/index.js
    M server/zanata-frontend/src/frontend/app/editor/components/TextDiff/TextDiff.test.js
    M server/zanata-frontend/src/frontend/app/editor/components/ToggleSwitch/ToggleSwitch.test.js
    M server/zanata-frontend/src/frontend/app/editor/components/TransUnitFilter/TransUnitFilter.test.js
    M server/zanata-frontend/src/frontend/app/editor/components/TransUnitFilter/index.js
    M server/zanata-frontend/src/frontend/app/editor/components/TranslatingIndicator/TranslatingIndicator.test.js
    M server/zanata-frontend/src/frontend/app/editor/components/UiLanguageDropdown/UiLanguageDropdown.test.js
    M server/zanata-frontend/src/frontend/app/editor/components/UiLanguageDropdown/index.js
    M server/zanata-frontend/src/frontend/app/editor/utils/phrase-util.test.js
    M server/zanata-frontend/src/frontend/app/utils/GlossaryHelper.test.js
    M server/zanata-frontend/src/frontend/app/utils/StringUtils.test.js

  Log Message:
  -----------
  refactor(ZNTA-1905): update relative imports for moved tests and modules

Correct all relative imports to match new file locations. Kept as a
separate commit to ensure these changes do not interfere with git's
detection of renamed files.


  Commit: 1e42168a36aab32f16e8c60eae515946544478d7
      https://github.com/zanata/zanata-platform/commit/1e42168a36aab32f16e8c60eae515946544478d7
  Author: David Mason <drdmason at gmail.com>
  Date:   2017-05-03 (Wed, 03 May 2017)

  Changed paths:
    A server/zanata-frontend/src/frontend/app/components/Alert/Alert.story.js
    R server/zanata-frontend/src/frontend/app/components/Alert/story.js
    A server/zanata-frontend/src/frontend/app/components/Badge/Badge.story.js
    R server/zanata-frontend/src/frontend/app/components/Badge/story.js
    A server/zanata-frontend/src/frontend/app/components/Breadcrumbs/Breadcrumbs.story.js
    R server/zanata-frontend/src/frontend/app/components/Breadcrumbs/story.js
    A server/zanata-frontend/src/frontend/app/components/Button/Button.story.js
    R server/zanata-frontend/src/frontend/app/components/Button/story.js
    A server/zanata-frontend/src/frontend/app/components/Dropdown/Dropdown.story.js
    R server/zanata-frontend/src/frontend/app/components/Dropdown/story.js
    A server/zanata-frontend/src/frontend/app/components/EditableText/EditableText.story.js
    R server/zanata-frontend/src/frontend/app/components/EditableText/story.js
    A server/zanata-frontend/src/frontend/app/components/Form/Form.story.js
    R server/zanata-frontend/src/frontend/app/components/Form/story.js
    R server/zanata-frontend/src/frontend/app/components/Foundation/story.js
    A server/zanata-frontend/src/frontend/app/components/Icon/Icon.story.js
    R server/zanata-frontend/src/frontend/app/components/Icon/story.js
    A server/zanata-frontend/src/frontend/app/components/Label/Label.story.js
    R server/zanata-frontend/src/frontend/app/components/Label/story.js
    A server/zanata-frontend/src/frontend/app/components/Link/Link.story.js
    R server/zanata-frontend/src/frontend/app/components/Link/story.js
    A server/zanata-frontend/src/frontend/app/components/List/List.story.js
    R server/zanata-frontend/src/frontend/app/components/List/story.js
    A server/zanata-frontend/src/frontend/app/components/LoaderText/LoaderText.story.js
    R server/zanata-frontend/src/frontend/app/components/LoaderText/story.js
    A server/zanata-frontend/src/frontend/app/components/Modal/Modal.story.js
    R server/zanata-frontend/src/frontend/app/components/Modal/story.js
    A server/zanata-frontend/src/frontend/app/components/Notification/Notification.story.js
    R server/zanata-frontend/src/frontend/app/components/Notification/story.js
    A server/zanata-frontend/src/frontend/app/components/Pagination/Pagination.story.js
    R server/zanata-frontend/src/frontend/app/components/Pagination/story.js
    A server/zanata-frontend/src/frontend/app/components/Panel/Panel.story.js
    R server/zanata-frontend/src/frontend/app/components/Panel/story.js
    A server/zanata-frontend/src/frontend/app/components/ProgressBar/ProgressBar.story.js
    R server/zanata-frontend/src/frontend/app/components/ProgressBar/story.js
    A server/zanata-frontend/src/frontend/app/components/Table/Table.story.js
    R server/zanata-frontend/src/frontend/app/components/Table/story.js
    A server/zanata-frontend/src/frontend/app/components/Tabs/Tabs.story.js
    R server/zanata-frontend/src/frontend/app/components/Tabs/story.js
    A server/zanata-frontend/src/frontend/app/components/TextInput/TextInput.story.js
    R server/zanata-frontend/src/frontend/app/components/TextInput/story.js
    A server/zanata-frontend/src/frontend/app/components/Tooltip/Tooltip.story.js
    R server/zanata-frontend/src/frontend/app/components/Tooltip/story.js
    A server/zanata-frontend/src/frontend/app/components/Well/Well.story.js
    R server/zanata-frontend/src/frontend/app/components/Well/story.js
    A server/zanata-frontend/src/frontend/app/components/components.story.js
    A server/zanata-frontend/src/frontend/app/components/foundation.story.js
    R server/zanata-frontend/src/frontend/app/components/stories.js
    A server/zanata-frontend/src/frontend/app/editor/components/Button/Button.story.js
    R server/zanata-frontend/src/frontend/app/editor/components/Button/story.js
    A server/zanata-frontend/src/frontend/app/editor/components/EditorSearchInput/EditorSearchInput.story.js
    R server/zanata-frontend/src/frontend/app/editor/components/EditorSearchInput/story.js
    A server/zanata-frontend/src/frontend/app/editor/components/GlossarySearchInput/GlossarySearchInput.story.js
    R server/zanata-frontend/src/frontend/app/editor/components/GlossarySearchInput/story.js
    A server/zanata-frontend/src/frontend/app/editor/components/GlossaryTerm/GlossaryTerm.story.js
    R server/zanata-frontend/src/frontend/app/editor/components/GlossaryTerm/story.js
    A server/zanata-frontend/src/frontend/app/editor/components/GlossaryTermModal/GlossaryTermModal.story.js
    R server/zanata-frontend/src/frontend/app/editor/components/GlossaryTermModal/story.js
    A server/zanata-frontend/src/frontend/app/editor/components/ProgressBar/ProgressBar.story.js
    R server/zanata-frontend/src/frontend/app/editor/components/ProgressBar/story.js
    A server/zanata-frontend/src/frontend/app/editor/components/TextDiff/TextDiff.story.js
    R server/zanata-frontend/src/frontend/app/editor/components/TextDiff/story.js
    A server/zanata-frontend/src/frontend/app/editor/components/components.story.js
    R server/zanata-frontend/src/frontend/app/editor/components/stories.js

  Log Message:
  -----------
  refactor(ZNTA-1905): include module name in story file name

This will make for easier debugging, safer coverage exclusion rules, and
works with both file and directory commonjs modules.
Note: some imports are updated in a subsequent commit, kept separate to
ensure git will have no trouble identifying the moved files.


  Commit: 59671bd48ed1325b75cb83a98e5390f7aa601170
      https://github.com/zanata/zanata-platform/commit/59671bd48ed1325b75cb83a98e5390f7aa601170
  Author: David Mason <drdmason at gmail.com>
  Date:   2017-05-03 (Wed, 03 May 2017)

  Changed paths:
    M server/zanata-frontend/src/frontend/.storybook-editor/config.js
    M server/zanata-frontend/src/frontend/.storybook-frontend/config.js
    M server/zanata-frontend/src/frontend/app/components/components.story.js
    M server/zanata-frontend/src/frontend/app/components/foundation.story.js
    M server/zanata-frontend/src/frontend/app/editor/components/components.story.js
    M server/zanata-frontend/src/frontend/package.json

  Log Message:
  -----------
  refactor(ZNTA-1905): update imports for renamed story files


  Commit: dc757206bd905252f57694d3056da54ae5db2c28
      https://github.com/zanata/zanata-platform/commit/dc757206bd905252f57694d3056da54ae5db2c28
  Author: David Mason <drdmason at gmail.com>
  Date:   2017-05-03 (Wed, 03 May 2017)

  Changed paths:
    A server/zanata-frontend/src/frontend/app/components/Dropdowns/Dropdowns.story.js
    R server/zanata-frontend/src/frontend/app/components/Dropdowns/story.js
    A server/zanata-frontend/src/frontend/app/components/Forms/Forms.story.js
    R server/zanata-frontend/src/frontend/app/components/Forms/story.js
    A server/zanata-frontend/src/frontend/app/components/Labels/Labels.story.js
    R server/zanata-frontend/src/frontend/app/components/Labels/story.js
    A server/zanata-frontend/src/frontend/app/components/Lists/Lists.story.js
    R server/zanata-frontend/src/frontend/app/components/Lists/story.js

  Log Message:
  -----------
  refactor(ZNTA-1905): rename additional story files

These are added in master since my initial implementation. They do not
appear to be imported anywhere so the rename alone is enough. They can
be cleaned up after the migration.


  Commit: 7fe1224a367c9a5ffee0d0ab31b68d3e31fb51c8
      https://github.com/zanata/zanata-platform/commit/7fe1224a367c9a5ffee0d0ab31b68d3e31fb51c8
  Author: Patrick Huang <pahuang at redhat.com>
  Date:   2017-05-04 (Thu, 04 May 2017)

  Changed paths:
    M Jenkinsfile
    A api/zanata-common-api/src/main/java/org/zanata/rest/dto/LanguageTeamSearchResult.java
    A api/zanata-common-api/src/main/java/org/zanata/rest/dto/LocaleMember.java
    A api/zanata-common-api/src/main/java/org/zanata/rest/dto/LocalesResults.java
    A api/zanata-common-api/src/main/java/org/zanata/rest/dto/SearchResult.java
    A api/zanata-common-api/src/main/java/org/zanata/rest/service/LocalesResource.java
    A api/zanata-common-api/src/test/java/org/zanata/rest/dto/LanguageTeamSearchResultTest.java
    A api/zanata-common-api/src/test/java/org/zanata/rest/dto/LocaleMemberTest.java
    A api/zanata-common-api/src/test/java/org/zanata/rest/dto/LocalesResultsTest.java
    M build-tools/src/main/resources/zanata-build-tools/findbugs-filter.xml
    M build-tools/src/test/java/TestJenkinsfile.java
    M server/pom.xml
    A server/zanata-frontend/src/frontend/.storybook-editor/README.md
    A server/zanata-frontend/src/frontend/.storybook-editor/config.js
    A server/zanata-frontend/src/frontend/.storybook-editor/storybook.css
    A server/zanata-frontend/src/frontend/.storybook-editor/webpack.config.js
    A server/zanata-frontend/src/frontend/.storybook-frontend/README.md
    A server/zanata-frontend/src/frontend/.storybook-frontend/config.js
    A server/zanata-frontend/src/frontend/.storybook-frontend/storybook.less
    A server/zanata-frontend/src/frontend/.storybook-frontend/webpack.config.js
    R server/zanata-frontend/src/frontend/.storybook/README.md
    R server/zanata-frontend/src/frontend/.storybook/config.js
    R server/zanata-frontend/src/frontend/.storybook/storybook.css
    R server/zanata-frontend/src/frontend/.storybook/webpack.config.js
    A server/zanata-frontend/src/frontend/__tests__/editor/components/EditorSearchInputTest.js
    M server/zanata-frontend/src/frontend/__tests__/utils/phraseTest.js
    A server/zanata-frontend/src/frontend/app/actions/common-actions.js
    R server/zanata-frontend/src/frontend/app/actions/common.js
    A server/zanata-frontend/src/frontend/app/actions/explore-actions.js
    R server/zanata-frontend/src/frontend/app/actions/explore.js
    A server/zanata-frontend/src/frontend/app/actions/glossary-actions.js
    R server/zanata-frontend/src/frontend/app/actions/glossary.js
    M server/zanata-frontend/src/frontend/app/actions/index.js
    A server/zanata-frontend/src/frontend/app/actions/languages-actions.js
    R server/zanata-frontend/src/frontend/app/actions/languages.js
    A server/zanata-frontend/src/frontend/app/actions/profile-actions.js
    R server/zanata-frontend/src/frontend/app/actions/profile.js
    A server/zanata-frontend/src/frontend/app/components/Alert/story.js
    A server/zanata-frontend/src/frontend/app/components/Badge/story.js
    A server/zanata-frontend/src/frontend/app/components/Breadcrumbs/story.js
    A server/zanata-frontend/src/frontend/app/components/Button/story.js
    A server/zanata-frontend/src/frontend/app/components/Dropdown/story.js
    A server/zanata-frontend/src/frontend/app/components/EditableText/story.js
    A server/zanata-frontend/src/frontend/app/components/Form/story.js
    A server/zanata-frontend/src/frontend/app/components/Foundation/story.js
    A server/zanata-frontend/src/frontend/app/components/Icon/story.js
    A server/zanata-frontend/src/frontend/app/components/Label/story.js
    A server/zanata-frontend/src/frontend/app/components/Link/story.js
    A server/zanata-frontend/src/frontend/app/components/List/story.js
    A server/zanata-frontend/src/frontend/app/components/LoaderText/story.js
    A server/zanata-frontend/src/frontend/app/components/Modal/story.js
    A server/zanata-frontend/src/frontend/app/components/Notification/component.js
    M server/zanata-frontend/src/frontend/app/components/Notification/index.js
    A server/zanata-frontend/src/frontend/app/components/Notification/story.js
    A server/zanata-frontend/src/frontend/app/components/Pagination/story.js
    A server/zanata-frontend/src/frontend/app/components/Panel/story.js
    A server/zanata-frontend/src/frontend/app/components/ProgressBar/story.js
    A server/zanata-frontend/src/frontend/app/components/Table/story.js
    A server/zanata-frontend/src/frontend/app/components/Tabs/story.js
    A server/zanata-frontend/src/frontend/app/components/TextInput/story.js
    A server/zanata-frontend/src/frontend/app/components/Tooltip/story.js
    A server/zanata-frontend/src/frontend/app/components/Well/story.js
    A server/zanata-frontend/src/frontend/app/components/stories.js
    M server/zanata-frontend/src/frontend/app/containers/Explore/index.js
    M server/zanata-frontend/src/frontend/app/containers/Glossary/ExportModal.js
    M server/zanata-frontend/src/frontend/app/containers/Glossary/ImportModal.js
    M server/zanata-frontend/src/frontend/app/containers/Glossary/NewEntryModal.js
    M server/zanata-frontend/src/frontend/app/containers/Glossary/ViewHeader.js
    M server/zanata-frontend/src/frontend/app/containers/Glossary/index.js
    M server/zanata-frontend/src/frontend/app/containers/Languages/NewLanguageModal.js
    M server/zanata-frontend/src/frontend/app/containers/Languages/index.js
    M server/zanata-frontend/src/frontend/app/containers/UserProfile/index.jsx
    A server/zanata-frontend/src/frontend/app/editor/actions/controls-header-actions.js
    R server/zanata-frontend/src/frontend/app/editor/actions/controlsHeaderActions.js
    R server/zanata-frontend/src/frontend/app/editor/actions/editorShortcuts.js
    A server/zanata-frontend/src/frontend/app/editor/actions/glossary-actions.js
    R server/zanata-frontend/src/frontend/app/editor/actions/glossary.js
    A server/zanata-frontend/src/frontend/app/editor/actions/header-actions.js
    R server/zanata-frontend/src/frontend/app/editor/actions/headerActions.js
    A server/zanata-frontend/src/frontend/app/editor/actions/key-shortcuts-actions.js
    A server/zanata-frontend/src/frontend/app/editor/actions/phrase-navigation-actions.js
    R server/zanata-frontend/src/frontend/app/editor/actions/phraseNavigation.js
    A server/zanata-frontend/src/frontend/app/editor/actions/phrases-actions.js
    R server/zanata-frontend/src/frontend/app/editor/actions/phrases.js
    A server/zanata-frontend/src/frontend/app/editor/actions/suggestions-actions.js
    R server/zanata-frontend/src/frontend/app/editor/actions/suggestions.js
    M server/zanata-frontend/src/frontend/app/editor/api/index.js
    M server/zanata-frontend/src/frontend/app/editor/app.css
    A server/zanata-frontend/src/frontend/app/editor/components/EditorSearchInput/index.css
    A server/zanata-frontend/src/frontend/app/editor/components/EditorSearchInput/index.js
    A server/zanata-frontend/src/frontend/app/editor/components/EditorSearchInput/story.js
    M server/zanata-frontend/src/frontend/app/editor/components/GlossaryTermModal/component.js
    M server/zanata-frontend/src/frontend/app/editor/components/GlossaryTermModal/index.js
    M server/zanata-frontend/src/frontend/app/editor/components/GlossaryTermModal/story.js
    M server/zanata-frontend/src/frontend/app/editor/components/LanguagesDropdown.js
    M server/zanata-frontend/src/frontend/app/editor/components/ProgressBar/index.js
    M server/zanata-frontend/src/frontend/app/editor/components/TransUnit/index.js
    M server/zanata-frontend/src/frontend/app/editor/components/TransUnitFilter.js
    M server/zanata-frontend/src/frontend/app/editor/components/TransUnitSourceHeader.js
    M server/zanata-frontend/src/frontend/app/editor/components/TransUnitTranslationFooter.js
    M server/zanata-frontend/src/frontend/app/editor/components/TransUnitTranslationHeader.js
    M server/zanata-frontend/src/frontend/app/editor/components/TransUnitTranslationPanel.js
    M server/zanata-frontend/src/frontend/app/editor/components/stories.js
    M server/zanata-frontend/src/frontend/app/editor/containers/ControlsHeader.js
    M server/zanata-frontend/src/frontend/app/editor/containers/GlossaryTab.js
    M server/zanata-frontend/src/frontend/app/editor/containers/KeyShortcutCheatSheet/index.js
    M server/zanata-frontend/src/frontend/app/editor/containers/KeyShortcutDispatcher.js
    M server/zanata-frontend/src/frontend/app/editor/containers/NavHeader.js
    M server/zanata-frontend/src/frontend/app/editor/containers/Root/index.css
    M server/zanata-frontend/src/frontend/app/editor/containers/Root/index.js
    M server/zanata-frontend/src/frontend/app/editor/containers/SuggestionDetailsModal/index.css
    M server/zanata-frontend/src/frontend/app/editor/containers/SuggestionDetailsModal/index.js
    M server/zanata-frontend/src/frontend/app/editor/containers/SuggestionsPanel.js
    M server/zanata-frontend/src/frontend/app/editor/middlewares/new-context-fetch.js
    M server/zanata-frontend/src/frontend/app/editor/middlewares/selected-phrase-searches.js
    A server/zanata-frontend/src/frontend/app/editor/reducers/context-reducer.js
    R server/zanata-frontend/src/frontend/app/editor/reducers/context.js
    A server/zanata-frontend/src/frontend/app/editor/reducers/dropdown-reducer.js
    R server/zanata-frontend/src/frontend/app/editor/reducers/dropdown.js
    A server/zanata-frontend/src/frontend/app/editor/reducers/glossary-reducer.js
    R server/zanata-frontend/src/frontend/app/editor/reducers/glossary.js
    A server/zanata-frontend/src/frontend/app/editor/reducers/header-data-reducer.js
    R server/zanata-frontend/src/frontend/app/editor/reducers/headerData.js
    M server/zanata-frontend/src/frontend/app/editor/reducers/index.js
    A server/zanata-frontend/src/frontend/app/editor/reducers/phrase-reducer.js
    R server/zanata-frontend/src/frontend/app/editor/reducers/phrase.js
    A server/zanata-frontend/src/frontend/app/editor/reducers/suggestions-reducer.js
    R server/zanata-frontend/src/frontend/app/editor/reducers/suggestions.js
    A server/zanata-frontend/src/frontend/app/editor/reducers/ui-reducer.js
    R server/zanata-frontend/src/frontend/app/editor/reducers/ui.js
    M server/zanata-frontend/src/frontend/app/editor/translations/template.pot
    A server/zanata-frontend/src/frontend/app/editor/utils/doc-id-util.js
    R server/zanata-frontend/src/frontend/app/editor/utils/doc-id.js
    A server/zanata-frontend/src/frontend/app/editor/utils/phrase-util.js
    R server/zanata-frontend/src/frontend/app/editor/utils/phrase.js
    A server/zanata-frontend/src/frontend/app/editor/utils/status-util.js
    R server/zanata-frontend/src/frontend/app/editor/utils/status.js
    A server/zanata-frontend/src/frontend/app/reducers/common-reducer.js
    R server/zanata-frontend/src/frontend/app/reducers/common.js
    A server/zanata-frontend/src/frontend/app/reducers/explore-reducer.js
    R server/zanata-frontend/src/frontend/app/reducers/explore.js
    A server/zanata-frontend/src/frontend/app/reducers/glossary-reducer.js
    R server/zanata-frontend/src/frontend/app/reducers/glossary.js
    M server/zanata-frontend/src/frontend/app/reducers/index.js
    A server/zanata-frontend/src/frontend/app/reducers/languages-reducer.js
    R server/zanata-frontend/src/frontend/app/reducers/languages.js
    A server/zanata-frontend/src/frontend/app/reducers/profile-reducer.js
    R server/zanata-frontend/src/frontend/app/reducers/profile.js
    A server/zanata-frontend/src/frontend/app/styles/index.less
    M server/zanata-frontend/src/frontend/app/styles/style.less
    M server/zanata-frontend/src/frontend/app/styles/variables.less
    M server/zanata-frontend/src/frontend/makefile
    M server/zanata-frontend/src/frontend/package.json
    M server/zanata-model/src/main/java/org/zanata/model/Activity.java
    M server/zanata-model/src/main/java/org/zanata/util/ZanataEntities.java
    M server/zanata-model/src/test/java/org/zanata/model/ActivityTest.java
    M server/zanata-war/pom.xml
    M server/zanata-war/src/main/java/org/zanata/ApplicationConfiguration.java
    M server/zanata-war/src/main/java/org/zanata/rest/editor/MediaTypes.java
    R server/zanata-war/src/main/java/org/zanata/rest/editor/dto/LocalesResults.java
    R server/zanata-war/src/main/java/org/zanata/rest/editor/service/LocalesService.java
    R server/zanata-war/src/main/java/org/zanata/rest/editor/service/resource/LocalesResource.java
    M server/zanata-war/src/main/java/org/zanata/rest/search/dto/GroupSearchResult.java
    R server/zanata-war/src/main/java/org/zanata/rest/search/dto/LanguageTeamSearchResult.java
    M server/zanata-war/src/main/java/org/zanata/rest/search/dto/PersonSearchResult.java
    M server/zanata-war/src/main/java/org/zanata/rest/search/dto/ProjectSearchResult.java
    R server/zanata-war/src/main/java/org/zanata/rest/search/dto/SearchResult.java
    M server/zanata-war/src/main/java/org/zanata/rest/search/dto/SearchResults.java
    M server/zanata-war/src/main/java/org/zanata/rest/search/service/SearchService.java
    M server/zanata-war/src/main/java/org/zanata/rest/service/GlossaryService.java
    M server/zanata-war/src/main/java/org/zanata/rest/service/LocalesService.java
    M server/zanata-war/src/main/java/org/zanata/rest/service/ProjectIterationLocalesService.java
    M server/zanata-war/src/main/java/org/zanata/rest/service/ProjectLocalesService.java
    M server/zanata-war/src/main/java/org/zanata/rest/service/ProjectVersionService.java
    M server/zanata-war/src/main/java/org/zanata/security/SecurityFunctions.java
    M server/zanata-war/src/main/java/org/zanata/service/LocaleService.java
    M server/zanata-war/src/main/java/org/zanata/service/impl/LocaleServiceImpl.java
    M server/zanata-war/src/test/java/org/zanata/ApplicationConfigurationTest.java
    R server/zanata-war/src/test/java/org/zanata/rest/editor/service/LocalesServiceTest.java
    A server/zanata-war/src/test/java/org/zanata/rest/service/LocalesServiceTest.java
    M server/zanata-war/src/test/java/org/zanata/service/impl/LocaleServiceImplTest.java
    M server/zanata-war/src/test/java/org/zanata/service/impl/TransMemoryMergeServiceImplTest.java
    M server/zanata-war/src/test/java/org/zanata/transaction/TransactionUtilForUnitTest.java
    M server/zanata-war/src/test/resources/arquillian.xml
    M server/zanata-war/src/test/resources/arquillian/persistence.xml

  Log Message:
  -----------
  Merge branch 'master' into ZNTA-1817-compare-ddl


  Commit: 0b81ada4dd5609b36c3cd9f59298cc256b8813bc
      https://github.com/zanata/zanata-platform/commit/0b81ada4dd5609b36c3cd9f59298cc256b8813bc
  Author: Patrick Huang <pahuang at redhat.com>
  Date:   2017-05-04 (Thu, 04 May 2017)

  Changed paths:
    M server/zanata-frontend/src/frontend/.storybook-editor/config.js
    M server/zanata-frontend/src/frontend/.storybook-frontend/config.js
    R server/zanata-frontend/src/frontend/__tests__/components/ButtonTest.js
    R server/zanata-frontend/src/frontend/__tests__/components/DashboardLinkTest.js
    R server/zanata-frontend/src/frontend/__tests__/components/DocsDropdownTest.js
    R server/zanata-frontend/src/frontend/__tests__/components/DropdownTest.js
    R server/zanata-frontend/src/frontend/__tests__/components/IconButtonTest.js
    R server/zanata-frontend/src/frontend/__tests__/components/IconButtonToggleTest.js
    R server/zanata-frontend/src/frontend/__tests__/components/LanguageDropdownTest.js
    R server/zanata-frontend/src/frontend/__tests__/components/NoSuggestionPanelTest.js
    R server/zanata-frontend/src/frontend/__tests__/components/PagerTest.js
    R server/zanata-frontend/src/frontend/__tests__/components/ProgressBarTest.js
    R server/zanata-frontend/src/frontend/__tests__/components/ProjectVersionLinkTest.js
    R server/zanata-frontend/src/frontend/__tests__/components/SuggestionContentsTest.js
    R server/zanata-frontend/src/frontend/__tests__/components/SuggestionMatchPercentTest.js
    R server/zanata-frontend/src/frontend/__tests__/components/SuggestionSourceDetailsTest.js
    R server/zanata-frontend/src/frontend/__tests__/components/SuggestionSourcesTest.js
    R server/zanata-frontend/src/frontend/__tests__/components/TextDiffTest.js
    R server/zanata-frontend/src/frontend/__tests__/components/ToggleSwitchTest.js
    R server/zanata-frontend/src/frontend/__tests__/components/TransUnitFilterTest.js
    R server/zanata-frontend/src/frontend/__tests__/components/TranslatingIndicatorTest.js
    R server/zanata-frontend/src/frontend/__tests__/components/UiLanguageDropdownTest.js
    R server/zanata-frontend/src/frontend/__tests__/editor/components/EditorSearchInputTest.js
    R server/zanata-frontend/src/frontend/__tests__/utils/GlossaryHelperTest.js
    R server/zanata-frontend/src/frontend/__tests__/utils/StringUtilsTest.js
    R server/zanata-frontend/src/frontend/__tests__/utils/UtilTest.js
    R server/zanata-frontend/src/frontend/__tests__/utils/phraseTest.js
    A server/zanata-frontend/src/frontend/app/components/Alert/Alert.story.js
    R server/zanata-frontend/src/frontend/app/components/Alert/story.js
    A server/zanata-frontend/src/frontend/app/components/Badge/Badge.story.js
    R server/zanata-frontend/src/frontend/app/components/Badge/story.js
    A server/zanata-frontend/src/frontend/app/components/Breadcrumbs/Breadcrumbs.story.js
    R server/zanata-frontend/src/frontend/app/components/Breadcrumbs/story.js
    A server/zanata-frontend/src/frontend/app/components/Button/Button.story.js
    R server/zanata-frontend/src/frontend/app/components/Button/story.js
    A server/zanata-frontend/src/frontend/app/components/Dropdown/Dropdown.story.js
    R server/zanata-frontend/src/frontend/app/components/Dropdown/story.js
    A server/zanata-frontend/src/frontend/app/components/Dropdowns/Dropdowns.story.js
    A server/zanata-frontend/src/frontend/app/components/EditableText/EditableText.story.js
    R server/zanata-frontend/src/frontend/app/components/EditableText/story.js
    A server/zanata-frontend/src/frontend/app/components/Form/Form.story.js
    R server/zanata-frontend/src/frontend/app/components/Form/story.js
    A server/zanata-frontend/src/frontend/app/components/Forms/Forms.story.js
    R server/zanata-frontend/src/frontend/app/components/Foundation/story.js
    A server/zanata-frontend/src/frontend/app/components/Icon/Icon.story.js
    R server/zanata-frontend/src/frontend/app/components/Icon/story.js
    A server/zanata-frontend/src/frontend/app/components/Label/Label.story.js
    R server/zanata-frontend/src/frontend/app/components/Label/story.js
    A server/zanata-frontend/src/frontend/app/components/Labels/Labels.story.js
    A server/zanata-frontend/src/frontend/app/components/Link/Link.story.js
    R server/zanata-frontend/src/frontend/app/components/Link/story.js
    A server/zanata-frontend/src/frontend/app/components/List/List.story.js
    R server/zanata-frontend/src/frontend/app/components/List/story.js
    A server/zanata-frontend/src/frontend/app/components/Lists/Lists.story.js
    A server/zanata-frontend/src/frontend/app/components/LoaderText/LoaderText.story.js
    R server/zanata-frontend/src/frontend/app/components/LoaderText/story.js
    A server/zanata-frontend/src/frontend/app/components/Modal/Modal.story.js
    R server/zanata-frontend/src/frontend/app/components/Modal/story.js
    A server/zanata-frontend/src/frontend/app/components/Notification/Notification.story.js
    R server/zanata-frontend/src/frontend/app/components/Notification/story.js
    A server/zanata-frontend/src/frontend/app/components/Pagination/Pagination.story.js
    R server/zanata-frontend/src/frontend/app/components/Pagination/story.js
    A server/zanata-frontend/src/frontend/app/components/Panel/Panel.story.js
    R server/zanata-frontend/src/frontend/app/components/Panel/story.js
    A server/zanata-frontend/src/frontend/app/components/ProgressBar/ProgressBar.story.js
    R server/zanata-frontend/src/frontend/app/components/ProgressBar/story.js
    A server/zanata-frontend/src/frontend/app/components/Table/Table.story.js
    R server/zanata-frontend/src/frontend/app/components/Table/story.js
    A server/zanata-frontend/src/frontend/app/components/Tabs/Tabs.story.js
    R server/zanata-frontend/src/frontend/app/components/Tabs/story.js
    A server/zanata-frontend/src/frontend/app/components/TextInput/TextInput.story.js
    R server/zanata-frontend/src/frontend/app/components/TextInput/story.js
    A server/zanata-frontend/src/frontend/app/components/Tooltip/Tooltip.story.js
    R server/zanata-frontend/src/frontend/app/components/Tooltip/story.js
    A server/zanata-frontend/src/frontend/app/components/Well/Well.story.js
    R server/zanata-frontend/src/frontend/app/components/Well/story.js
    A server/zanata-frontend/src/frontend/app/components/components.story.js
    A server/zanata-frontend/src/frontend/app/components/foundation.story.js
    R server/zanata-frontend/src/frontend/app/components/stories.js
    A server/zanata-frontend/src/frontend/app/editor/components/Button/Button.story.js
    A server/zanata-frontend/src/frontend/app/editor/components/Button/Button.test.js
    R server/zanata-frontend/src/frontend/app/editor/components/Button/story.js
    R server/zanata-frontend/src/frontend/app/editor/components/DashboardLink.js
    A server/zanata-frontend/src/frontend/app/editor/components/DashboardLink/DashboardLink.test.js
    A server/zanata-frontend/src/frontend/app/editor/components/DashboardLink/index.js
    R server/zanata-frontend/src/frontend/app/editor/components/DocsDropdown.js
    A server/zanata-frontend/src/frontend/app/editor/components/DocsDropdown/DocsDropdown.test.js
    A server/zanata-frontend/src/frontend/app/editor/components/DocsDropdown/index.js
    A server/zanata-frontend/src/frontend/app/editor/components/Dropdown/Dropdown.test.js
    A server/zanata-frontend/src/frontend/app/editor/components/EditorSearchInput/EditorSearchInput.story.js
    A server/zanata-frontend/src/frontend/app/editor/components/EditorSearchInput/EditorSearchInput.test.js
    R server/zanata-frontend/src/frontend/app/editor/components/EditorSearchInput/story.js
    A server/zanata-frontend/src/frontend/app/editor/components/GlossarySearchInput/GlossarySearchInput.story.js
    M server/zanata-frontend/src/frontend/app/editor/components/GlossarySearchInput/index.css
    R server/zanata-frontend/src/frontend/app/editor/components/GlossarySearchInput/story.js
    A server/zanata-frontend/src/frontend/app/editor/components/GlossaryTerm/GlossaryTerm.story.js
    R server/zanata-frontend/src/frontend/app/editor/components/GlossaryTerm/story.js
    A server/zanata-frontend/src/frontend/app/editor/components/GlossaryTermModal/GlossaryTermModal.story.js
    R server/zanata-frontend/src/frontend/app/editor/components/GlossaryTermModal/story.js
    R server/zanata-frontend/src/frontend/app/editor/components/IconButton.js
    A server/zanata-frontend/src/frontend/app/editor/components/IconButton/IconButton.test.js
    A server/zanata-frontend/src/frontend/app/editor/components/IconButton/index.js
    R server/zanata-frontend/src/frontend/app/editor/components/IconButtonToggle.js
    A server/zanata-frontend/src/frontend/app/editor/components/IconButtonToggle/IconButtonToggle.test.js
    A server/zanata-frontend/src/frontend/app/editor/components/IconButtonToggle/index.js
    R server/zanata-frontend/src/frontend/app/editor/components/LanguagesDropdown.js
    A server/zanata-frontend/src/frontend/app/editor/components/LanguagesDropdown/LanguageDropdown.test.js
    A server/zanata-frontend/src/frontend/app/editor/components/LanguagesDropdown/index.js
    R server/zanata-frontend/src/frontend/app/editor/components/NoSuggestionsPanel.js
    A server/zanata-frontend/src/frontend/app/editor/components/NoSuggestionsPanel/NoSuggestionsPanel.test.js
    A server/zanata-frontend/src/frontend/app/editor/components/NoSuggestionsPanel/index.js
    R server/zanata-frontend/src/frontend/app/editor/components/Pager.js
    A server/zanata-frontend/src/frontend/app/editor/components/Pager/Pager.test.js
    A server/zanata-frontend/src/frontend/app/editor/components/Pager/index.js
    A server/zanata-frontend/src/frontend/app/editor/components/ProgressBar/ProgressBar.story.js
    A server/zanata-frontend/src/frontend/app/editor/components/ProgressBar/ProgressBar.test.js
    R server/zanata-frontend/src/frontend/app/editor/components/ProgressBar/story.js
    R server/zanata-frontend/src/frontend/app/editor/components/ProjectVersionLink.js
    A server/zanata-frontend/src/frontend/app/editor/components/ProjectVersionLink/ProjectVersionLink.test.js
    A server/zanata-frontend/src/frontend/app/editor/components/ProjectVersionLink/index.js
    R server/zanata-frontend/src/frontend/app/editor/components/SuggestionContents.js
    A server/zanata-frontend/src/frontend/app/editor/components/SuggestionContents/SuggestionContents.test.js
    A server/zanata-frontend/src/frontend/app/editor/components/SuggestionContents/index.js
    R server/zanata-frontend/src/frontend/app/editor/components/SuggestionDetailsSummary.js
    A server/zanata-frontend/src/frontend/app/editor/components/SuggestionDetailsSummary/SuggestionDetailsSummary.test.js
    A server/zanata-frontend/src/frontend/app/editor/components/SuggestionDetailsSummary/index.js
    R server/zanata-frontend/src/frontend/app/editor/components/SuggestionMatchPercent.js
    A server/zanata-frontend/src/frontend/app/editor/components/SuggestionMatchPercent/SuggestionMatchPercent.test.js
    A server/zanata-frontend/src/frontend/app/editor/components/SuggestionMatchPercent/index.js
    R server/zanata-frontend/src/frontend/app/editor/components/SuggestionSources.js
    A server/zanata-frontend/src/frontend/app/editor/components/SuggestionSources/SuggestionSources.test.js
    A server/zanata-frontend/src/frontend/app/editor/components/SuggestionSources/index.js
    A server/zanata-frontend/src/frontend/app/editor/components/TextDiff/TextDiff.story.js
    A server/zanata-frontend/src/frontend/app/editor/components/TextDiff/TextDiff.test.js
    R server/zanata-frontend/src/frontend/app/editor/components/TextDiff/story.js
    A server/zanata-frontend/src/frontend/app/editor/components/ToggleSwitch/ToggleSwitch.test.js
    R server/zanata-frontend/src/frontend/app/editor/components/TransUnitFilter.js
    A server/zanata-frontend/src/frontend/app/editor/components/TransUnitFilter/TransUnitFilter.test.js
    A server/zanata-frontend/src/frontend/app/editor/components/TransUnitFilter/index.js
    R server/zanata-frontend/src/frontend/app/editor/components/TranslatingIndicator.js
    A server/zanata-frontend/src/frontend/app/editor/components/TranslatingIndicator/TranslatingIndicator.test.js
    A server/zanata-frontend/src/frontend/app/editor/components/TranslatingIndicator/index.js
    R server/zanata-frontend/src/frontend/app/editor/components/UiLanguageDropdown.js
    A server/zanata-frontend/src/frontend/app/editor/components/UiLanguageDropdown/UiLanguageDropdown.test.js
    A server/zanata-frontend/src/frontend/app/editor/components/UiLanguageDropdown/index.js
    A server/zanata-frontend/src/frontend/app/editor/components/components.story.js
    R server/zanata-frontend/src/frontend/app/editor/components/stories.js
    M server/zanata-frontend/src/frontend/app/editor/containers/Root/index.css
    A server/zanata-frontend/src/frontend/app/editor/utils/Util.test.js
    A server/zanata-frontend/src/frontend/app/editor/utils/phrase-util.test.js
    A server/zanata-frontend/src/frontend/app/utils/GlossaryHelper.test.js
    A server/zanata-frontend/src/frontend/app/utils/StringUtils.test.js
    M server/zanata-frontend/src/frontend/package.json

  Log Message:
  -----------
  Merge remote-tracking branch 'origin/master' into ZNTA-1817-compare-ddl


Compare: https://github.com/zanata/zanata-platform/compare/f5b2bea83f0e...0b81ada4dd56


More information about the zanata-commits mailing list