[zanata/zanata-platform] 5186ce: feat(ZNTA-1735): add glossary to React editor (#21...

2017-04-12 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/zanata/zanata-platform
  Commit: 5186ce4a55aff0d0b27253763a96df8c4f3549dd
  
https://github.com/zanata/zanata-platform/commit/5186ce4a55aff0d0b27253763a96df8c4f3549dd
  Author: kathryngo 
  Date:   2017-04-12 (Wed, 12 Apr 2017)

  Changed paths:
M 
api/zanata-common-api/src/main/java/org/zanata/rest/service/GlossaryResource.java
M 
client/stub-server/src/main/java/org/zanata/rest/service/MockGlossaryResource.java
M server/zanata-frontend/pom.xml
M server/zanata-frontend/src/frontend/.storybook/config.js
M server/zanata-frontend/src/frontend/.storybook/webpack.config.js
M server/zanata-frontend/src/frontend/app/components/Icons/index.jsx.src
M server/zanata-frontend/src/frontend/app/components/Modal/index.jsx
A server/zanata-frontend/src/frontend/app/editor/actions/glossary.js
M server/zanata-frontend/src/frontend/app/editor/actions/headerActions.js
M server/zanata-frontend/src/frontend/app/editor/actions/phrases.js
M server/zanata-frontend/src/frontend/app/editor/actions/suggestions.js
M server/zanata-frontend/src/frontend/app/editor/app.css
A 
server/zanata-frontend/src/frontend/app/editor/components/GlossarySearchInput/index.css
A 
server/zanata-frontend/src/frontend/app/editor/components/GlossarySearchInput/index.js
A 
server/zanata-frontend/src/frontend/app/editor/components/GlossarySearchInput/story.js
A 
server/zanata-frontend/src/frontend/app/editor/components/GlossaryTerm/index.js
A 
server/zanata-frontend/src/frontend/app/editor/components/GlossaryTerm/story.js
A 
server/zanata-frontend/src/frontend/app/editor/components/GlossaryTermModal/component.js
A 
server/zanata-frontend/src/frontend/app/editor/components/GlossaryTermModal/index.css
A 
server/zanata-frontend/src/frontend/app/editor/components/GlossaryTermModal/index.js
A 
server/zanata-frontend/src/frontend/app/editor/components/GlossaryTermModal/story.js
M 
server/zanata-frontend/src/frontend/app/editor/components/TransUnit/index.js
M 
server/zanata-frontend/src/frontend/app/editor/components/TransUnitTranslationFooter.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
A server/zanata-frontend/src/frontend/app/editor/containers/GlossaryTab.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/Sidebar/index.css
M 
server/zanata-frontend/src/frontend/app/editor/containers/SidebarContent.js
M 
server/zanata-frontend/src/frontend/app/editor/containers/SuggestionDetailsModal/index.js
M 
server/zanata-frontend/src/frontend/app/editor/css/utils-position/index.css
M server/zanata-frontend/src/frontend/app/editor/index.js
A 
server/zanata-frontend/src/frontend/app/editor/middlewares/selected-phrase-searches.js
R 
server/zanata-frontend/src/frontend/app/editor/middlewares/selected-phrase-suggestion-search.js
A server/zanata-frontend/src/frontend/app/editor/reducers/glossary.js
M server/zanata-frontend/src/frontend/app/editor/reducers/headerData.js
M server/zanata-frontend/src/frontend/app/editor/reducers/index.js
M server/zanata-frontend/src/frontend/app/editor/reducers/phrase.js
M server/zanata-frontend/src/frontend/app/editor/reducers/ui.js
A server/zanata-frontend/src/frontend/app/editor/utils/api-util.js
M server/zanata-frontend/src/frontend/app/editor/utils/phrase.js
M server/zanata-frontend/src/frontend/app/editor/utils/string-utils.js
M server/zanata-frontend/src/frontend/makefile
M server/zanata-frontend/src/frontend/package.json
M server/zanata-frontend/src/frontend/webpack.dev.config.js
A server/zanata-frontend/src/frontend/webpack.dev.editor.config.js
M server/zanata-frontend/src/frontend/yarn.lock
M 
server/zanata-war/src/main/java/org/zanata/rest/service/GlossaryService.java
A 
server/zanata-war/src/main/java/org/zanata/service/GlossarySearchService.java
A 
server/zanata-war/src/main/java/org/zanata/service/impl/GlossarySearchServiceImpl.java
M 
server/zanata-war/src/main/java/org/zanata/webtrans/server/rpc/GetGlossaryDetailsHandler.java
M 
server/zanata-war/src/main/java/org/zanata/webtrans/server/rpc/GetGlossaryHandler.java
A 
server/zanata-war/src/test/java/org/zanata/service/impl/GlossarySearchServiceImplTest.java
M 
server/zanata-war/src/test/java/org/zanata/webtrans/server/rpc/GetGlossaryDetailsHandlerTest.java
M 
server/zanata-war/src/test/java/org/zanata/webtrans/server/rpc/GetGlossaryHandlerJpaTest.java

  Log Message:
  ---
  feat(ZNTA-1735): add glossary to React editor (#216)

* chore: cs s

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

2017-04-12 Thread GitHub
  Branch: refs/heads/ZNTA-storybooks
  Home:   https://github.com/zanata/zanata-platform
  Commit: 15c95f00d096ac1b4189b6bdb30fba9d70f51405
  
https://github.com/zanata/zanata-platform/commit/15c95f00d096ac1b4189b6bdb30fba9d70f51405
  Author: kgough 
  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


___
zanata-commits mailing list
zanata-commits@redhat.com
https://www.redhat.com/mailman/listinfo/zanata-commits

[zanata/zanata-platform]

2017-04-12 Thread GitHub
  Branch: refs/heads/git-clean-after-build
  Home:   https://github.com/zanata/zanata-platform
___
zanata-commits mailing list
zanata-commits@redhat.com
https://www.redhat.com/mailman/listinfo/zanata-commits

[zanata/zanata-platform] 215d0b: chore(Jenkinsfile): handle missing LABEL param

2017-04-12 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/zanata/zanata-platform
  Commit: 215d0bfd845db653144d717ce10f0ff4e061dc0d
  
https://github.com/zanata/zanata-platform/commit/215d0bfd845db653144d717ce10f0ff4e061dc0d
  Author: Sean Flanigan 
  Date:   2017-04-10 (Mon, 10 Apr 2017)

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

  Log Message:
  ---
  chore(Jenkinsfile): handle missing LABEL param


  Commit: 2eb63425f27de8bb6ba85aef5e9a1d68a9799a00
  
https://github.com/zanata/zanata-platform/commit/2eb63425f27de8bb6ba85aef5e9a1d68a9799a00
  Author: Sean Flanigan 
  Date:   2017-04-12 (Wed, 12 Apr 2017)

  Changed paths:
M Jenkinsfile

  Log Message:
  ---
  chore(Jenkinsfile): run git clean after build


  Commit: fde55010e75632a06781a7ffb90de00c3aea1699
  
https://github.com/zanata/zanata-platform/commit/fde55010e75632a06781a7ffb90de00c3aea1699
  Author: Sean Flanigan 
  Date:   2017-04-13 (Thu, 13 Apr 2017)

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

  Log Message:
  ---
  Merge pull request #265 from zanata/git-clean-after-build


Compare: 
https://github.com/zanata/zanata-platform/compare/5186ce4a55af...fde55010e756___
zanata-commits mailing list
zanata-commits@redhat.com
https://www.redhat.com/mailman/listinfo/zanata-commits

[zanata/zanata-platform] 08265a: Show env

2017-04-12 Thread GitHub
  Branch: refs/heads/update-Jenkinsfile
  Home:   https://github.com/zanata/zanata-platform
  Commit: 08265a0c189f2ae0b5e10ac1fd5d650015c551ba
  
https://github.com/zanata/zanata-platform/commit/08265a0c189f2ae0b5e10ac1fd5d650015c551ba
  Author: Sean Flanigan 
  Date:   2017-04-13 (Thu, 13 Apr 2017)

  Changed paths:
M Jenkinsfile

  Log Message:
  ---
  Show env


___
zanata-commits mailing list
zanata-commits@redhat.com
https://www.redhat.com/mailman/listinfo/zanata-commits

[zanata/zanata-platform] ea23c6: Limit concurrency for integration tests

2017-04-12 Thread GitHub
  Branch: refs/heads/update-Jenkinsfile
  Home:   https://github.com/zanata/zanata-platform
  Commit: ea23c632dc183d26ed128040cca1e371c199b103
  
https://github.com/zanata/zanata-platform/commit/ea23c632dc183d26ed128040cca1e371c199b103
  Author: Sean Flanigan 
  Date:   2017-04-13 (Thu, 13 Apr 2017)

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

  Log Message:
  ---
  Limit concurrency for integration tests


___
zanata-commits mailing list
zanata-commits@redhat.com
https://www.redhat.com/mailman/listinfo/zanata-commits

[zanata/zanata-platform]

2017-04-12 Thread GitHub
  Branch: refs/heads/update-Jenkinsfile2
  Home:   https://github.com/zanata/zanata-platform
___
zanata-commits mailing list
zanata-commits@redhat.com
https://www.redhat.com/mailman/listinfo/zanata-commits