[zanata/zanata] b9a436: First iteration of a Compatibility Test Framework.

GitHub noreply at github.com
Wed Jan 25 01:59:36 UTC 2012


  Branch: refs/heads/rhbz782633
  Home:   https://github.com/zanata/zanata
  Commit: b9a43611bc164400c0036cc8f9976e64e961c341
      https://github.com/zanata/zanata/commit/b9a43611bc164400c0036cc8f9976e64e961c341
  Author: Carlos Munoz <camunoz at redhat.com>
  Date:   2012-01-23 (Mon, 23 Jan 2012)

  Changed paths:
    M common/zanata-common-api/src/main/java/org/zanata/rest/client/IProjectsResource.java
  M common/zanata-common-api/src/main/java/org/zanata/rest/dto/Project.java
  A common/zanata-rest-client/src/main/java/org/zanata/rest/client/TraceDebugInterceptor.java
  M pom.xml
  M server/zanata-war/pom.xml
  A server/zanata-war/src/test/java/org/zanata/ZanataCompatibilityTest.java
  M server/zanata-war/src/test/java/org/zanata/ZanataRawRestTest.java
  A server/zanata-war/src/test/java/org/zanata/rest/compat/v1_4_4/ProjectCompatibilityTest.java
  A server/zanata-war/src/test/java/org/zanata/rest/compat/v1_4_4/ProjectRawCompatibilityTest.java
  M server/zanata-war/src/test/java/org/zanata/rest/service/ProjectsServiceSeamTest.java
  M server/zanata-war/src/test/resources/AllIntegrationTests.tng.xml

  Log Message:
  -----------
  First iteration of a Compatibility Test Framework.

(rhbz782633)
- Add dependencies for zanata-api-compat, which holds previous versions' api classes to test compatibility of these versions with the most current server.
- Start building a compatibility test suite.
- Correct a few compatibility issues.
- Re-enable to Project list REST resource that was failing when invoked from the client interface.
- Add a debug interceptor to print information in the console when using the client. (This option cannot be activated in this revision).


  Commit: 38bc6fd9e2357d6ff08f46a458efc75dac6bc0ae
      https://github.com/zanata/zanata/commit/38bc6fd9e2357d6ff08f46a458efc75dac6bc0ae
  Author: Carlos Munoz <camunoz at redhat.com>
  Date:   2012-01-24 (Tue, 24 Jan 2012)

  Changed paths:
    M client/zanata-client-ant-po/src/main/java/org/zanata/client/ant/po/ConfigurableTask.java
  M client/zanata-client-commands/src/main/java/org/zanata/client/commands/ConfigurableOptions.java
  M client/zanata-client-commands/src/main/java/org/zanata/client/commands/ConfigurableOptionsImpl.java
  M client/zanata-client-commands/src/main/java/org/zanata/client/commands/OptionsUtil.java
  M client/zanata-maven-plugin/src/main/java/org/zanata/maven/ConfigurableMojo.java
  M common/zanata-rest-client/src/main/java/org/zanata/rest/client/TraceDebugInterceptor.java
  M common/zanata-rest-client/src/main/java/org/zanata/rest/client/ZanataProxyFactory.java
  M common/zanata-rest-client/src/test/java/org/zanata/rest/client/TestProxyFactory.java

  Log Message:
  -----------
  Introduce Client-side Http logging.

(rhbz782633)
Enable a 'logHttp' option on the client side to allow detailed logging of Http messages. Thi option is available on the maven client by typing '-Dzanata.logHttp'.


Compare: https://github.com/zanata/zanata/compare/4d57eb7...38bc6fd


More information about the zanata-commits mailing list