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

Issue 255740043: Issue #248: Adding JSON lines, also bug fixes and more tests to preg. (Closed)

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

Description

Issue #248: Adding JSON lines, also bug fixes and more tests to preg.

Patch Set 1 #

Total comments: 14

Patch Set 2 : Uploading changes made to code. #

Total comments: 16

Patch Set 3 : Uploading changes made to code. #

Total comments: 12

Patch Set 4 : Uploading changes made to code. #

Total comments: 2

Patch Set 5 : Uploading changes made to code. #

Total comments: 2

Patch Set 6 : Submitted. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+317 lines, -54 lines) Patch
M config/dpkg/changelog View 1 2 3 4 5 1 chunk +1 line, -1 line 0 comments Download
M docs/plaso.lib.rst View 1 2 3 4 5 1 chunk +8 lines, -0 lines 0 comments Download
M docs/plaso.output.rst View 1 2 3 4 5 1 chunk +8 lines, -0 lines 0 comments Download
M plaso/__init__.py View 1 2 3 4 5 1 chunk +1 line, -1 line 0 comments Download
M plaso/frontend/preg.py View 2 chunks +4 lines, -2 lines 0 comments Download
M plaso/lib/errors.py View 1 2 3 4 5 2 chunks +5 lines, -0 lines 0 comments Download
M plaso/output/__init__.py View 1 1 chunk +1 line, -0 lines 0 comments Download
A plaso/output/json_line.py View 1 2 1 chunk +39 lines, -0 lines 0 comments Download
A test_data/registry_test.dd View 0 chunks +-1 lines, --1 lines 0 comments Download
M tests/frontend/preg.py View 1 2 7 chunks +55 lines, -6 lines 0 comments Download
A tests/output/json_line.py View 1 2 1 chunk +100 lines, -0 lines 0 comments Download
M tools/preg.py View 1 2 3 4 20 chunks +93 lines, -42 lines 0 comments Download
M tools/preg_test.py View 2 chunks +2 lines, -2 lines 0 comments Download
M tools/psort.py View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 17
kiddi
8 years, 9 months ago (2015-07-02 22:26:14 UTC) #1
Joachim Metz
https://codereview.appspot.com/255740043/diff/1/plaso/output/__init__.py File plaso/output/__init__.py (right): https://codereview.appspot.com/255740043/diff/1/plaso/output/__init__.py#newcode5 plaso/output/__init__.py:5: from plaso.output import json_line alpha order https://codereview.appspot.com/255740043/diff/1/tools/preg.py File tools/preg.py ...
8 years, 9 months ago (2015-07-03 04:55:54 UTC) #2
kiddi
done https://codereview.appspot.com/255740043/diff/1/plaso/output/__init__.py File plaso/output/__init__.py (right): https://codereview.appspot.com/255740043/diff/1/plaso/output/__init__.py#newcode5 plaso/output/__init__.py:5: from plaso.output import json_line On 2015/07/03 04:55:53, Joachim ...
8 years, 9 months ago (2015-07-04 17:27:17 UTC) #3
kiddi
forgot to update the code
8 years, 9 months ago (2015-07-05 00:37:50 UTC) #4
kiddi
Code updated.
8 years, 9 months ago (2015-07-05 00:39:19 UTC) #5
Joachim Metz
https://codereview.appspot.com/255740043/diff/20001/plaso/output/json_line.py File plaso/output/json_line.py (right): https://codereview.appspot.com/255740043/diff/20001/plaso/output/json_line.py#newcode2 plaso/output/json_line.py:2: """An output module that saves data into a JSON ...
8 years, 9 months ago (2015-07-05 05:18:29 UTC) #6
kiddi
done https://codereview.appspot.com/255740043/diff/20001/plaso/output/json_line.py File plaso/output/json_line.py (right): https://codereview.appspot.com/255740043/diff/20001/plaso/output/json_line.py#newcode2 plaso/output/json_line.py:2: """An output module that saves data into a ...
8 years, 9 months ago (2015-07-05 17:19:34 UTC) #7
kiddi
Code updated.
8 years, 9 months ago (2015-07-05 17:29:24 UTC) #8
Joachim Metz
Afraid we're not there yet. https://codereview.appspot.com/255740043/diff/40001/tools/preg.py File tools/preg.py (right): https://codereview.appspot.com/255740043/diff/40001/tools/preg.py#newcode331 tools/preg.py:331: show_hex: optional boolean to ...
8 years, 9 months ago (2015-07-06 19:53:42 UTC) #9
kiddi
done https://codereview.appspot.com/255740043/diff/40001/tools/preg.py File tools/preg.py (right): https://codereview.appspot.com/255740043/diff/40001/tools/preg.py#newcode331 tools/preg.py:331: show_hex: optional boolean to indicate that the hexadecimal ...
8 years, 9 months ago (2015-07-07 15:34:01 UTC) #10
kiddi
Code updated.
8 years, 9 months ago (2015-07-07 15:35:34 UTC) #11
Joachim Metz
Strange code https://codereview.appspot.com/255740043/diff/60001/tools/preg.py File tools/preg.py (right): https://codereview.appspot.com/255740043/diff/60001/tools/preg.py#newcode1537 tools/preg.py:1537: elif self.self.preg_tool.registry_file: self.self. => self. I also ...
8 years, 9 months ago (2015-07-07 18:32:30 UTC) #12
kiddi
sorry, done in a haste this morning, without actually checking it again https://codereview.appspot.com/255740043/diff/60001/tools/preg.py File tools/preg.py ...
8 years, 9 months ago (2015-07-08 04:00:28 UTC) #13
kiddi
Code updated.
8 years, 9 months ago (2015-07-08 04:01:41 UTC) #14
Joachim Metz
LGTM, one style nit remaining https://codereview.appspot.com/255740043/diff/80001/plaso/lib/errors.py File plaso/lib/errors.py (right): https://codereview.appspot.com/255740043/diff/80001/plaso/lib/errors.py#newcode50 plaso/lib/errors.py:50: class UnableToLoadRegistryHelper(Error): Alpha ordering
8 years, 9 months ago (2015-07-08 05:21:36 UTC) #15
kiddi
done https://codereview.appspot.com/255740043/diff/80001/plaso/lib/errors.py File plaso/lib/errors.py (right): https://codereview.appspot.com/255740043/diff/80001/plaso/lib/errors.py#newcode50 plaso/lib/errors.py:50: class UnableToLoadRegistryHelper(Error): On 2015/07/08 05:21:36, Joachim Metz wrote: ...
8 years, 9 months ago (2015-07-09 05:26:16 UTC) #16
kiddi
8 years, 9 months ago (2015-07-09 05:28:25 UTC) #17
Code Submitted.
Sign in to reply to this message.

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