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

Issue 239830043: sccm parser and small fix for #181

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

Description

These files are missing unit tests: + plaso/formatters/__init__.py + plaso/frontend/presets.py + plaso/parsers/__init__.py

Patch Set 1 #

Total comments: 42

Patch Set 2 : Uploading changes made to code. #

Total comments: 12

Patch Set 3 : Uploading changes made to code. #

Total comments: 4
Unified diffs Side-by-side diffs Delta from patch set Stats (+346 lines, -2 lines) Patch
M plaso/formatters/__init__.py View 1 chunk +1 line, -0 lines 0 comments Download
A plaso/formatters/sccm.py View 1 2 1 chunk +23 lines, -0 lines 0 comments Download
M plaso/frontend/presets.py View 1 2 chunks +2 lines, -2 lines 0 comments Download
M plaso/parsers/__init__.py View 1 chunk +1 line, -0 lines 0 comments Download
A plaso/parsers/sccm.py View 1 2 1 chunk +141 lines, -0 lines 2 comments Download
M plaso/parsers/text_parser.py View 1 2 1 chunk +5 lines, -0 lines 0 comments Download
A test_data/sccm_various.log View 1 chunk +85 lines, -0 lines 0 comments Download
A tests/formatters/sccm.py View 1 2 1 chunk +32 lines, -0 lines 0 comments Download
A tests/parsers/sccm.py View 1 2 1 chunk +56 lines, -0 lines 2 comments Download

Messages

Total messages: 10
buia
8 years, 11 months ago (2015-05-13 23:07:04 UTC) #1
kiddi
First batch of comments https://codereview.appspot.com/239830043/diff/1/plaso/formatters/sccm.py File plaso/formatters/sccm.py (right): https://codereview.appspot.com/239830043/diff/1/plaso/formatters/sccm.py#newcode21 plaso/formatters/sccm.py:21: SOURCE_SHORT = u'SCCM' keep this ...
8 years, 11 months ago (2015-05-18 21:08:57 UTC) #2
buia
Addressed comments. Prepping for update. https://codereview.appspot.com/239830043/diff/1/plaso/formatters/sccm.py File plaso/formatters/sccm.py (right): https://codereview.appspot.com/239830043/diff/1/plaso/formatters/sccm.py#newcode21 plaso/formatters/sccm.py:21: SOURCE_SHORT = u'SCCM' On ...
8 years, 10 months ago (2015-06-06 07:11:57 UTC) #3
buia
Code updated.
8 years, 10 months ago (2015-06-06 07:14:36 UTC) #4
kiddi
Few more comments https://codereview.appspot.com/239830043/diff/20001/plaso/parsers/sccm.py File plaso/parsers/sccm.py (right): https://codereview.appspot.com/239830043/diff/20001/plaso/parsers/sccm.py#newcode88 plaso/parsers/sccm.py:88: buffer_size=16384) but why are you doing ...
8 years, 10 months ago (2015-06-19 00:15:52 UTC) #5
buia
Reverted the wonky stuff with passing encoding and buffer size to the multiline text reader ...
8 years, 9 months ago (2015-07-05 20:42:27 UTC) #6
buia
Code updated.
8 years, 9 months ago (2015-07-05 20:50:35 UTC) #7
kiddi
Minor comments, then I'll do a final review, but it should hopefully be mostly there ...
8 years, 9 months ago (2015-07-31 20:50:54 UTC) #8
buia
Addressed the two minor fixes. Also had to make some slight changes to the code ...
8 years, 7 months ago (2015-09-26 02:18:18 UTC) #9
buia
8 years, 7 months ago (2015-09-26 02:18:20 UTC) #10
Addressed the two minor fixes. Also had to make some slight changes to the code
given some of the recent refactoring (plaso/parsers/sccm.py)
Sign in to reply to this message.

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