-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/3564/
-----------------------------------------------------------

(Updated 2012-01-25 12:42:15.474368)


Review request for wave and Yuri Zelikov.


Changes
-------

GAE libraries was removed. Code from Walkaround was minimized.
Import sources and dependencies libraries was moved to Wiab root directory.
Wiab build scripts was modified to compile import.


Summary
-------

Exports waves from GWave to files, and imports them to Wiab by two command line 
utilities.
The implementation is very raw, due to time constraints.
Import accesses special service on the Wiab.
Authorization on import service are not implemented now.
To access GWave was used Walkaround with GAE libraries.
Later, when GWave stop, this module can be used to export/import waves of Wiab.
Then Walkaround and GAE libraries may be excluded from the distribution.
Imports of attachments not yet implemented.
Also, there is no generation of wave Id's for import into a non-empty store, 
and from different domains.
Instructions for use enclosed in the file README.
GIT repository https://github.com/jorkey/WaveImport.


Diffs (updated)
-----

  ./README.import PRE-CREATION 
  ./build.properties 1235719 
  ./build.xml 1235719 
  ./run-export.sh PRE-CREATION 
  ./run-import.sh PRE-CREATION 
  ./src/org/waveprotocol/box/server/ServerMain.java 1235719 
  ./src/org/waveprotocol/box/server/waveserver/ImportServlet.java PRE-CREATION 
  ./src/org/waveprotocol/box/waveimport/WaveExport.java PRE-CREATION 
  ./src/org/waveprotocol/box/waveimport/WaveImport.java PRE-CREATION 
  ./src/org/waveprotocol/box/waveimport/google/RobotApi.java PRE-CREATION 
  ./src/org/waveprotocol/box/waveimport/google/RobotSearchDigest.java 
PRE-CREATION 
  ./src/org/waveprotocol/box/waveimport/google/RobotSearchDigestGsonImpl.java 
PRE-CREATION 
  ./src/org/waveprotocol/box/waveimport/google/RobotSearchDigestImpl.java 
PRE-CREATION 
  ./src/org/waveprotocol/box/waveimport/google/RobotSearchDigestUtil.java 
PRE-CREATION 
  ./src/org/waveprotocol/box/waveimport/google/google-import.proto PRE-CREATION 
  
./src/org/waveprotocol/box/waveimport/google/oauth/NeedNewOAuthTokenException.java
 PRE-CREATION 
  ./src/org/waveprotocol/box/waveimport/google/oauth/OAuthCredentials.java 
PRE-CREATION 
  ./src/org/waveprotocol/box/waveimport/google/oauth/OAuthRequestHelper.java 
PRE-CREATION 
  ./src/org/waveprotocol/box/waveimport/google/oauth/OAuthedFetchService.java 
PRE-CREATION 
  ./src/org/waveprotocol/box/waveimport/google/oauth/StableUserId.java 
PRE-CREATION 
  ./src/org/waveprotocol/box/waveimport/google/oauth/UserContext.java 
PRE-CREATION 
  ./third_party/runtime/google_client/COPYING PRE-CREATION 
  ./third_party/runtime/google_client/google-api-client-1.5.0-beta.jar UNKNOWN 
  ./third_party/runtime/google_client/google-http-client-1.5.0-beta.jar UNKNOWN 
  ./third_party/runtime/google_client/google-oauth-client-1.5.0-beta.jar 
UNKNOWN 
  ./third_party/runtime/google_client/lucene-core-3.5.0-javadoc.jar UNKNOWN 
  ./third_party/runtime/google_client/lucene-core-3.5.0.jar UNKNOWN 

Diff: https://reviews.apache.org/r/3564/diff


Testing
-------


Thanks,

Andrew

Reply via email to