Branch: refs/heads/editor-concurrent-save/ZNTA-2300
Home: https://github.com/zanata/zanata-platform
Commit: 373dba5b4e4631e248be9d7757fa29a2185caeb5
https://github.com/zanata/zanata-platform/commit/373dba5b4e4631e248be9d7757fa29a2185caeb5
Author: Damian Jansen <[email protected]>
Date: 2018-07-03 (Tue, 03 Jul 2018)
Changed paths:
R
server/functional-test/src/test/java/org/zanata/feature/concurrentedit/ConcurrentAccessTest.java
A
server/functional-test/src/test/java/org/zanata/feature/concurrentedit/ConcurrentAccessTest.kt
R
server/functional-test/src/test/java/org/zanata/feature/concurrentedit/ConcurrentEditTest.java
A
server/functional-test/src/test/java/org/zanata/feature/concurrentedit/ConcurrentEditTest.kt
R
server/functional-test/src/test/java/org/zanata/feature/concurrentedit/ConcurrentEditTestSuite.java
A
server/functional-test/src/test/java/org/zanata/feature/concurrentedit/ConcurrentEditTestSuite.kt
Log Message:
-----------
fix(test): convert concurrentedit tests to Kotlin (#935)
* fix(test): convert concurrentedit tests to Kotlin
* fix(test): remove exception throws, use lateinit
* fix(test): simplify the status code collection
Commit: e4396e338b4eca9a18b8102546d22b305f84f45a
https://github.com/zanata/zanata-platform/commit/e4396e338b4eca9a18b8102546d22b305f84f45a
Author: Alex Eng <[email protected]>
Date: 2018-07-05 (Thu, 05 Jul 2018)
Changed paths:
M .editorconfig
M
server/functional-test/src/main/java/org/zanata/page/administration/ServerConfigurationPage.java
M
server/functional-test/src/test/java/org/zanata/feature/administration/ServerSettingsTest.java
M
server/functional-test/src/test/java/org/zanata/feature/endtoend/AdminEndToEndTest.java
M
server/functional-test/src/test/java/org/zanata/feature/misc/RateLimitRestAndUITest.java
M
server/services/src/main/java/org/zanata/action/ServerConfigurationBean.java
A
server/services/src/main/java/org/zanata/rest/admin/ServerSettingsService.java
M server/services/src/main/java/org/zanata/servlet/UrlRewriteConfig.java
A
server/services/src/test/java/org/zanata/rest/admin/ServerSettingsServiceTest.java
A server/zanata-frontend/src/app/actions/admin-actions.ts
A server/zanata-frontend/src/app/containers/Admin/ServerSettings.tsx
M server/zanata-frontend/src/app/containers/Admin/index.js
M server/zanata-frontend/src/app/containers/Root.js
M server/zanata-frontend/src/app/reducers/admin-reducer.js
M server/zanata-frontend/src/app/reducers/admin-reducer.test.js
M server/zanata-frontend/src/app/styles/antd.less
M server/zanata-frontend/src/index.html
M server/zanata-war/src/main/webapp/account/register.xhtml
R server/zanata-war/src/main/webapp/admin/home.xhtml
R server/zanata-war/src/main/webapp/admin/server_configuration.xhtml
Log Message:
-----------
reactjs: server config (#927)
Commit: 32955cb1f58fd6aa6f96db5267ab0fa6856c4036
https://github.com/zanata/zanata-platform/commit/32955cb1f58fd6aa6f96db5267ab0fa6856c4036
Author: Earl Floden <[email protected]>
Date: 2018-07-05 (Thu, 05 Jul 2018)
Changed paths:
M server/zanata-frontend/src/app/editor/components/TransUnitSourceHeader.js
M
server/zanata-frontend/src/app/editor/components/TransUnitTranslationHeader.js
M server/zanata-frontend/src/app/editor/middlewares/new-context-fetch.js
M server/zanata-frontend/src/messages/ja.json
Log Message:
-----------
feat(ZNTA-2078): translation permalinks in alpha editor (#943)
* feat(ZNTA-2078): translation permalinks in alpha editor
* refactor: extract link builder function
Commit: c915546facef1ef829288acb0c91e83cb751bd1c
https://github.com/zanata/zanata-platform/commit/c915546facef1ef829288acb0c91e83cb751bd1c
Author: efloden <[email protected]>
Date: 2018-07-05 (Thu, 05 Jul 2018)
Changed paths:
M .editorconfig
M
server/functional-test/src/main/java/org/zanata/page/administration/ServerConfigurationPage.java
M
server/functional-test/src/test/java/org/zanata/feature/administration/ServerSettingsTest.java
R
server/functional-test/src/test/java/org/zanata/feature/concurrentedit/ConcurrentAccessTest.java
A
server/functional-test/src/test/java/org/zanata/feature/concurrentedit/ConcurrentAccessTest.kt
R
server/functional-test/src/test/java/org/zanata/feature/concurrentedit/ConcurrentEditTest.java
A
server/functional-test/src/test/java/org/zanata/feature/concurrentedit/ConcurrentEditTest.kt
R
server/functional-test/src/test/java/org/zanata/feature/concurrentedit/ConcurrentEditTestSuite.java
A
server/functional-test/src/test/java/org/zanata/feature/concurrentedit/ConcurrentEditTestSuite.kt
M
server/functional-test/src/test/java/org/zanata/feature/endtoend/AdminEndToEndTest.java
M
server/functional-test/src/test/java/org/zanata/feature/misc/RateLimitRestAndUITest.java
M
server/services/src/main/java/org/zanata/action/ServerConfigurationBean.java
A
server/services/src/main/java/org/zanata/rest/admin/ServerSettingsService.java
M server/services/src/main/java/org/zanata/servlet/UrlRewriteConfig.java
A
server/services/src/test/java/org/zanata/rest/admin/ServerSettingsServiceTest.java
A server/zanata-frontend/src/app/actions/admin-actions.ts
A server/zanata-frontend/src/app/containers/Admin/ServerSettings.tsx
M server/zanata-frontend/src/app/containers/Admin/index.js
M server/zanata-frontend/src/app/containers/Root.js
M server/zanata-frontend/src/app/editor/components/TransUnitSourceHeader.js
M
server/zanata-frontend/src/app/editor/components/TransUnitTranslationHeader.js
M server/zanata-frontend/src/app/editor/middlewares/new-context-fetch.js
M server/zanata-frontend/src/app/reducers/admin-reducer.js
M server/zanata-frontend/src/app/reducers/admin-reducer.test.js
M server/zanata-frontend/src/app/styles/antd.less
M server/zanata-frontend/src/index.html
M server/zanata-frontend/src/messages/ja.json
M server/zanata-war/src/main/webapp/account/register.xhtml
R server/zanata-war/src/main/webapp/admin/home.xhtml
R server/zanata-war/src/main/webapp/admin/server_configuration.xhtml
Log Message:
-----------
Merge branch 'master' of github.com:zanata/zanata-platform into
editor-concurrent-save/ZNTA-2300
Compare:
https://github.com/zanata/zanata-platform/compare/86e5691a6564...c915546facef
**NOTE:** This service been marked for deprecation:
https://developer.github.com/changes/2018-04-25-github-services-deprecation/
Functionality will be removed from GitHub.com on January 31st, 2019.
_______________________________________________
zanata-commits mailing list
[email protected]
https://www.redhat.com/mailman/listinfo/zanata-commits