[zanata/zanata-api] 8a0344: [maven-release-plugin] prepare for next developmen...

2016-09-12 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/zanata/zanata-api
  Commit: 8a0344f6983b8b95750257cb29909249f494e58b
  
https://github.com/zanata/zanata-api/commit/8a0344f6983b8b95750257cb29909249f494e58b
  Author: Ding-Yi Chen 
  Date:   2016-09-13 (Tue, 13 Sep 2016)

  Changed paths:
M pom.xml
M zanata-common-api/pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare for next development iteration


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

[zanata/zanata-api] 16f9a7: chore(version): Update Zanata dependencies

2016-09-12 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/zanata/zanata-api
  Commit: 16f9a7f071817c8242aaa227826f8d5ac4b64f3c
  
https://github.com/zanata/zanata-api/commit/16f9a7f071817c8242aaa227826f8d5ac4b64f3c
  Author: Ding-Yi Chen 
  Date:   2016-09-13 (Tue, 13 Sep 2016)

  Changed paths:
M pom.xml

  Log Message:
  ---
  chore(version): Update Zanata dependencies


  Commit: fd14fe05b93f0901aa77bed4949ddb2d8e90a9bd
  
https://github.com/zanata/zanata-api/commit/fd14fe05b93f0901aa77bed4949ddb2d8e90a9bd
  Author: Ding-Yi Chen 
  Date:   2016-09-13 (Tue, 13 Sep 2016)

  Changed paths:
M pom.xml
M zanata-common-api/pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release api-4.0.0-alpha-1


Compare: 
https://github.com/zanata/zanata-api/compare/025a7324ef28...fd14fe05b93f___
zanata-commits mailing list
zanata-commits@redhat.com
https://www.redhat.com/mailman/listinfo/zanata-commits

[zanata/zanata-api]

2016-09-12 Thread GitHub
  Branch: refs/tags/api-4.0.0-alpha-1
  Home:   https://github.com/zanata/zanata-api
___
zanata-commits mailing list
zanata-commits@redhat.com
https://www.redhat.com/mailman/listinfo/zanata-commits

[zanata/zanata-scripts] 46a9f0: fix(functions): Stage might be undefined

2016-09-12 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/zanata/zanata-scripts
  Commit: 46a9f0dfcab963617634c560eced94dce73dadcd
  
https://github.com/zanata/zanata-scripts/commit/46a9f0dfcab963617634c560eced94dce73dadcd
  Author: Ding-Yi Chen 
  Date:   2016-09-13 (Tue, 13 Sep 2016)

  Changed paths:
M zanata-functions

  Log Message:
  ---
  fix(functions): Stage might be undefined


  Commit: 05774e18d0d63464f386c557bffa66424e6b0d0f
  
https://github.com/zanata/zanata-scripts/commit/05774e18d0d63464f386c557bffa66424e6b0d0f
  Author: Ding-Yi Chen 
  Date:   2016-09-13 (Tue, 13 Sep 2016)

  Changed paths:
M zanata-maven-release

  Log Message:
  ---
  feat(maven-release): new option '-j': Jenkins mode


Compare: 
https://github.com/zanata/zanata-scripts/compare/33ab70a57702...05774e18d0d6___
zanata-commits mailing list
zanata-commits@redhat.com
https://www.redhat.com/mailman/listinfo/zanata-commits

[zanata/zanata-server] c2da9b: Add comment on why Async annotation is needed

2016-09-12 Thread GitHub
  Branch: refs/heads/ZNTA-1166-webhook
  Home:   https://github.com/zanata/zanata-server
  Commit: c2da9bf768e242591b93605645a754cedae7f498
  
https://github.com/zanata/zanata-server/commit/c2da9bf768e242591b93605645a754cedae7f498
  Author: Alex Eng 
  Date:   2016-09-13 (Tue, 13 Sep 2016)

  Changed paths:
M zanata-war/src/main/java/org/zanata/service/impl/WebhookServiceImpl.java

  Log Message:
  ---
  Add comment on why Async annotation is needed


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

[zanata/zanata-server] 6f8314: fix(editor history): reset view when editor histor...

2016-09-12 Thread GitHub
  Branch: refs/heads/ZNTA-1384-editor-history
  Home:   https://github.com/zanata/zanata-server
  Commit: 6f8314928b331ac94d971788e4e08e10ffad26a1
  
https://github.com/zanata/zanata-server/commit/6f8314928b331ac94d971788e4e08e10ffad26a1
  Author: Alex Eng 
  Date:   2016-09-13 (Tue, 13 Sep 2016)

  Changed paths:
M 
zanata-war/src/main/java/org/zanata/webtrans/client/ui/TranslationHistoryView.java

  Log Message:
  ---
  fix(editor history): reset view when editor history shows

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


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

[zanata/zanata-server] 167cf0: Make webhook event async

2016-09-12 Thread GitHub
  Branch: refs/heads/ZNTA-1166-webhook
  Home:   https://github.com/zanata/zanata-server
  Commit: 167cf0f35633282a247ffad29437907ae3b83d25
  
https://github.com/zanata/zanata-server/commit/167cf0f35633282a247ffad29437907ae3b83d25
  Author: Alex Eng 
  Date:   2016-09-12 (Mon, 12 Sep 2016)

  Changed paths:
M zanata-war/src/main/java/org/zanata/action/ProjectHome.java
A zanata-war/src/main/java/org/zanata/events/WebhookEvent.java
M zanata-war/src/main/java/org/zanata/service/impl/WebHooksPublisher.java
M zanata-war/src/main/java/org/zanata/service/impl/WebhookServiceImpl.java

  Log Message:
  ---
  Make webhook event async


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

[zanata/zanata-server] 3efc21: Fix readonly tooltip, save/update term

2016-09-12 Thread GitHub
  Branch: refs/heads/ZNTA-1101-project-glossary
  Home:   https://github.com/zanata/zanata-server
  Commit: 3efc216f464f2267db9960310946b0d6512ad295
  
https://github.com/zanata/zanata-server/commit/3efc216f464f2267db9960310946b0d6512ad295
  Author: Alex Eng 
  Date:   2016-09-12 (Mon, 12 Sep 2016)

  Changed paths:
M zanata-frontend/src/frontend/app/actions/glossary.js
M zanata-frontend/src/frontend/app/containers/Glossary/EntryModal.js
M zanata-frontend/src/frontend/app/containers/Glossary/Header.jsx
M zanata-frontend/src/frontend/app/containers/Glossary/ViewHeader.js
M zanata-frontend/src/frontend/npm-shrinkwrap.json
M zanata-war/src/main/webapp/project/project.xhtml

  Log Message:
  ---
  Fix readonly tooltip, save/update term


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