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

Issue 299840043: [plaso] Merged JSON serializers into single attribute container serializer #633 (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
8 years ago by Joachim Metz
Modified:
7 years, 11 months ago
Reviewers:
onager
CC:
kiddi, log2timeline-dev_googlegroups.com
Visibility:
Public.

Description

[plaso] Merged JSON serializers into single attribute container serializer #633

Patch Set 1 #

Total comments: 16

Patch Set 2 : Updated end-to-end tests reference files. #

Patch Set 3 : Changes and added tests for PathSpec serialization. #

Total comments: 8
Unified diffs Side-by-side diffs Delta from patch set Stats (+551 lines, -627 lines) Patch
M plaso/analysis/browser_search.py View 1 chunk +2 lines, -1 line 0 comments Download
M plaso/analysis/chrome_extension.py View 1 chunk +2 lines, -1 line 0 comments Download
M plaso/analysis/file_hashes.py View 1 chunk +1 line, -1 line 0 comments Download
M plaso/analysis/interface.py View 1 chunk +2 lines, -1 line 0 comments Download
M plaso/analysis/tagging.py View 1 chunk +2 lines, -1 line 0 comments Download
M plaso/analysis/unique_domains_visited.py View 1 chunk +1 line, -1 line 0 comments Download
M plaso/analysis/windows_services.py View 1 chunk +1 line, -1 line 0 comments Download
M plaso/containers/events.py View 4 chunks +6 lines, -2 lines 0 comments Download
M plaso/containers/interface.py View 1 2 chunks +8 lines, -3 lines 0 comments Download
M plaso/containers/reports.py View 1 2 chunks +27 lines, -3 lines 0 comments Download
M plaso/engine/collector.py View 1 chunk +1 line, -1 line 0 comments Download
M plaso/output/json_line.py View 1 chunk +4 lines, -2 lines 0 comments Download
M plaso/output/json_out.py View 1 chunk +4 lines, -3 lines 0 comments Download
M plaso/serializer/interface.py View 1 chunk +27 lines, -0 lines 0 comments Download
M plaso/serializer/json_serializer.py View 1 2 5 chunks +281 lines, -431 lines 8 comments Download
M plaso/serializer/protobuf_serializer.py View 1 2 1 chunk +1 line, -1 line 0 comments Download
M plaso/storage/zip_file.py View 1 1 chunk +3 lines, -3 lines 0 comments Download
M test_data/end_to_end/json.log View 1 1 chunk +19 lines, -19 lines 0 comments Download
M test_data/end_to_end/json_line.log View 1 1 chunk +19 lines, -19 lines 0 comments Download
M tests/containers/reports.py View 1 chunk +1 line, -1 line 0 comments Download
M tests/output/json_line.py View 1 chunk +2 lines, -1 line 0 comments Download
M tests/output/json_out.py View 1 chunk +4 lines, -3 lines 0 comments Download
M tests/serializer/json_serializer.py View 1 2 7 chunks +132 lines, -127 lines 0 comments Download
M tests/serializer/protobuf_serializer.py View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 13
Joachim Metz
8 years ago (2016-04-28 05:45:35 UTC) #1
onager
Initial pass. I want to think a little more about the overall design here too... ...
7 years, 12 months ago (2016-04-28 12:09:46 UTC) #2
Joachim Metz
https://codereview.appspot.com/299840043/diff/1/plaso/containers/interface.py File plaso/containers/interface.py (right): https://codereview.appspot.com/299840043/diff/1/plaso/containers/interface.py#newcode11 plaso/containers/interface.py:11: CONTAINER_TYPE = None Added some explanation to the doc ...
7 years, 12 months ago (2016-04-29 04:49:00 UTC) #3
Joachim Metz
Code updated.
7 years, 12 months ago (2016-04-29 04:51:47 UTC) #4
Joachim Metz
Code updated.
7 years, 12 months ago (2016-04-30 10:30:28 UTC) #5
Joachim Metz
Code updated.
7 years, 11 months ago (2016-05-05 06:24:12 UTC) #6
Joachim Metz
Code updated.
7 years, 11 months ago (2016-05-05 06:27:01 UTC) #7
Joachim Metz
Code updated.
7 years, 11 months ago (2016-05-08 06:26:00 UTC) #8
onager
Docstring nits, LGTM https://codereview.appspot.com/299840043/diff/100001/plaso/serializer/json_serializer.py File plaso/serializer/json_serializer.py (right): https://codereview.appspot.com/299840043/diff/100001/plaso/serializer/json_serializer.py#newcode303 plaso/serializer/json_serializer.py:303: make up the preprocessing object attributes. ...
7 years, 11 months ago (2016-05-11 05:20:16 UTC) #9
onager
Docstring nits, LGTM https://codereview.appspot.com/299840043/diff/100001/plaso/serializer/json_serializer.py File plaso/serializer/json_serializer.py (right): https://codereview.appspot.com/299840043/diff/100001/plaso/serializer/json_serializer.py#newcode303 plaso/serializer/json_serializer.py:303: make up the preprocessing object attributes. ...
7 years, 11 months ago (2016-05-11 05:20:17 UTC) #10
Joachim Metz
https://codereview.appspot.com/299840043/diff/100001/plaso/serializer/json_serializer.py File plaso/serializer/json_serializer.py (right): https://codereview.appspot.com/299840043/diff/100001/plaso/serializer/json_serializer.py#newcode303 plaso/serializer/json_serializer.py:303: make up the preprocessing object attributes. On 2016/05/11 05:20:16, ...
7 years, 11 months ago (2016-05-11 06:38:39 UTC) #11
Joachim Metz
Let's go over this wording some later point in time I've added a note to ...
7 years, 11 months ago (2016-05-11 06:41:11 UTC) #12
Joachim Metz
7 years, 11 months ago (2016-05-11 06:43:24 UTC) #13
Changes have been merged with master branch. To close the review and clean up
the feature branch you can run: python ./utils/review.py close phased1
Sign in to reply to this message.

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