Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(3777)

Issue 296370043: * Removed versioneer. (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
7 years, 9 months ago by scudette
Modified:
7 years, 9 months ago
Reviewers:
Jordi, amoser
CC:
aff4-users_googlegroups.com
Base URL:
https://github.com/google/aff4.git@master
Visibility:
Public.

Description

* Removed versioneer. * Added a cloud AFF4 volume to support imaging to the cloud. BUG= Committed: 6081a86575386ba02cc317e7116d231f72f08975

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : #

Patch Set 4 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+770 lines, -5995 lines) Patch
M pyaff4/MANIFEST.in View 1 chunk +4 lines, -5 lines 0 comments Download
D pyaff4/__init__.py View 1 chunk +0 lines, -4 lines 0 comments Download
M pyaff4/_version.py View 1 chunk +80 lines, -440 lines 0 comments Download
D pyaff4/aff4.py View 1 chunk +0 lines, -310 lines 0 comments Download
D pyaff4/aff4_directory.py View 1 chunk +0 lines, -180 lines 0 comments Download
D pyaff4/aff4_directory_test.py View 1 chunk +0 lines, -69 lines 0 comments Download
D pyaff4/aff4_file.py View 1 chunk +0 lines, -160 lines 0 comments Download
D pyaff4/aff4_image.py View 1 chunk +0 lines, -366 lines 0 comments Download
D pyaff4/aff4_imager_utils.py View 1 chunk +0 lines, -18 lines 0 comments Download
D pyaff4/aff4_map.py View 1 chunk +0 lines, -412 lines 0 comments Download
D pyaff4/aff4_map_test.py View 1 chunk +0 lines, -227 lines 0 comments Download
D pyaff4/aff4_utils.py View 1 chunk +0 lines, -59 lines 0 comments Download
D pyaff4/aff4image_test.py View 1 chunk +0 lines, -116 lines 0 comments Download
D pyaff4/data_store.py View 1 chunk +0 lines, -349 lines 0 comments Download
D pyaff4/data_store_test.py View 1 chunk +0 lines, -134 lines 0 comments Download
D pyaff4/lexicon.py View 1 chunk +0 lines, -114 lines 0 comments Download
D pyaff4/plugins.py View 1 chunk +0 lines, -20 lines 0 comments Download
A pyaff4/pyaff4/__init__.py View 1 chunk +3 lines, -0 lines 0 comments Download
A pyaff4/pyaff4/_version.py View 1 chunk +100 lines, -0 lines 0 comments Download
A + pyaff4/pyaff4/aff4.py View 0 chunks +-1 lines, --1 lines 0 comments Download
A pyaff4/pyaff4/aff4_cloud.py View 1 2 3 1 chunk +309 lines, -0 lines 0 comments Download
A + pyaff4/pyaff4/aff4_directory.py View 4 chunks +5 lines, -4 lines 0 comments Download
A + pyaff4/pyaff4/aff4_directory_test.py View 0 chunks +-1 lines, --1 lines 0 comments Download
A + pyaff4/pyaff4/aff4_file.py View 2 chunks +7 lines, -3 lines 0 comments Download
A + pyaff4/pyaff4/aff4_image.py View 1 chunk +3 lines, -3 lines 0 comments Download
A + pyaff4/pyaff4/aff4_imager_utils.py View 0 chunks +-1 lines, --1 lines 0 comments Download
A + pyaff4/pyaff4/aff4_map.py View 0 chunks +-1 lines, --1 lines 0 comments Download
A + pyaff4/pyaff4/aff4_map_test.py View 0 chunks +-1 lines, --1 lines 0 comments Download
A + pyaff4/pyaff4/aff4_utils.py View 1 2 2 chunks +13 lines, -1 line 0 comments Download
A + pyaff4/pyaff4/aff4image_test.py View 0 chunks +-1 lines, --1 lines 0 comments Download
A + pyaff4/pyaff4/data_store.py View 2 chunks +3 lines, -0 lines 0 comments Download
A + pyaff4/pyaff4/data_store_test.py View 0 chunks +-1 lines, --1 lines 0 comments Download
A + pyaff4/pyaff4/lexicon.py View 2 chunks +10 lines, -0 lines 0 comments Download
A + pyaff4/pyaff4/plugins.py View 1 chunk +5 lines, -1 line 0 comments Download
A + pyaff4/pyaff4/rdfvalue.py View 1 2 4 chunks +15 lines, -9 lines 0 comments Download
A + pyaff4/pyaff4/rdfvalue_test.py View 0 chunks +-1 lines, --1 lines 0 comments Download
A + pyaff4/pyaff4/registry.py View 0 chunks +-1 lines, --1 lines 0 comments Download
A + pyaff4/pyaff4/stream_test.py View 0 chunks +-1 lines, --1 lines 0 comments Download
A + pyaff4/pyaff4/struct_parser.py View 0 chunks +-1 lines, --1 lines 0 comments Download
A + pyaff4/pyaff4/test.sh View 0 chunks +-1 lines, --1 lines 0 comments Download
A + pyaff4/pyaff4/zip.py View 0 chunks +-1 lines, --1 lines 0 comments Download
A + pyaff4/pyaff4/zip_test.py View 0 chunks +-1 lines, --1 lines 0 comments Download
D pyaff4/rdfvalue.py View 1 chunk +0 lines, -215 lines 0 comments Download
D pyaff4/rdfvalue_test.py View 1 chunk +0 lines, -38 lines 0 comments Download
D pyaff4/registry.py View 1 chunk +0 lines, -21 lines 0 comments Download
D pyaff4/setup.cfg View 1 chunk +0 lines, -6 lines 0 comments Download
M pyaff4/setup.py View 3 chunks +7 lines, -4 lines 0 comments Download
D pyaff4/stream_test.py View 1 chunk +0 lines, -83 lines 0 comments Download
D pyaff4/struct_parser.py View 1 chunk +0 lines, -88 lines 0 comments Download
D pyaff4/test.sh View 1 chunk +0 lines, -3 lines 0 comments Download
A pyaff4/version.py View 1 chunk +213 lines, -0 lines 0 comments Download
A pyaff4/version.yaml View 1 chunk +7 lines, -0 lines 0 comments Download
D pyaff4/versioneer.py View 1 chunk +0 lines, -1699 lines 0 comments Download
D pyaff4/zip.py View 1 chunk +0 lines, -762 lines 0 comments Download
D pyaff4/zip_test.py View 1 chunk +0 lines, -86 lines 0 comments Download

Messages

Total messages: 2
scudette
7 years, 9 months ago (2016-06-07 21:14:35 UTC) #1
scudette
7 years, 9 months ago (2016-06-09 22:30:00 UTC) #2
Message was sent while issue was closed.
Committed patchset #4 (id:60001) manually as
6081a86575386ba02cc317e7116d231f72f08975 (presubmit successful).
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b