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

Issue 212550043: Add timesketch output plugin to psort (Closed)

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

Description

These files are missing unit tests: + plaso/output/__init__.py

Patch Set 1 #

Total comments: 14

Patch Set 2 : Uploading changes made to code. #

Total comments: 58

Patch Set 3 : Uploading changes made to code. #

Patch Set 4 : Uploading changes made to code. #

Total comments: 38

Patch Set 5 : Uploading changes made to code. #

Patch Set 6 : Uploading changes made to code. #

Total comments: 6

Patch Set 7 : Uploading changes made to code. #

Patch Set 8 : Uploading changes made to code. #

Patch Set 9 : Submitted. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+402 lines, -3 lines) Patch
M .travis.yml View 1 1 chunk +1 line, -1 line 0 comments Download
M config/dpkg/changelog View 1 2 3 4 5 6 7 8 1 chunk +1 line, -1 line 0 comments Download
M config/dpkg/control View 1 1 chunk +1 line, -1 line 0 comments Download
A config/licenses/LICENSE.mock View 1 chunk +26 lines, -0 lines 0 comments Download
M plaso/output/__init__.py View 1 1 chunk +4 lines, -0 lines 0 comments Download
A plaso/output/timesketch_out.py View 1 2 3 4 5 6 7 1 chunk +266 lines, -0 lines 0 comments Download
A plaso/output/timesketch_out_test.py View 1 2 3 4 5 1 chunk +103 lines, -0 lines 0 comments Download

Messages

Total messages: 18
jberggren
9 years, 2 months ago (2015-03-19 13:36:15 UTC) #1
Joachim Metz
Some initial style nits. https://codereview.appspot.com/212550043/diff/1/.travis.yml File .travis.yml (right): https://codereview.appspot.com/212550043/diff/1/.travis.yml#newcode5 .travis.yml:5: - if test `uname -s` ...
9 years, 2 months ago (2015-03-19 14:23:31 UTC) #2
jberggren
Code updated.
9 years, 2 months ago (2015-03-19 18:00:01 UTC) #3
jberggren
https://codereview.appspot.com/212550043/diff/1/.travis.yml File .travis.yml (right): https://codereview.appspot.com/212550043/diff/1/.travis.yml#newcode5 .travis.yml:5: - if test `uname -s` = 'Linux'; then sudo ...
9 years, 2 months ago (2015-03-19 18:00:24 UTC) #4
Joachim Metz
second round of nits https://codereview.appspot.com/212550043/diff/20001/plaso/output/timesketch_out.py File plaso/output/timesketch_out.py (right): https://codereview.appspot.com/212550043/diff/20001/plaso/output/timesketch_out.py#newcode12 plaso/output/timesketch_out.py:12: from timesketch import create_app I ...
9 years, 2 months ago (2015-03-20 14:51:16 UTC) #5
jberggren
https://codereview.appspot.com/212550043/diff/20001/plaso/output/timesketch_out.py File plaso/output/timesketch_out.py (right): https://codereview.appspot.com/212550043/diff/20001/plaso/output/timesketch_out.py#newcode12 plaso/output/timesketch_out.py:12: from timesketch import create_app On 2015/03/20 14:51:15, Joachim Metz ...
9 years, 1 month ago (2015-03-22 21:09:23 UTC) #6
jberggren
Code updated.
9 years, 1 month ago (2015-03-22 21:10:40 UTC) #7
jberggren
Code updated.
9 years, 1 month ago (2015-03-22 21:50:11 UTC) #8
Joachim Metz
I think we are nearly there, some remaining nits. https://codereview.appspot.com/212550043/diff/60001/plaso/output/timesketch_out.py File plaso/output/timesketch_out.py (right): https://codereview.appspot.com/212550043/diff/60001/plaso/output/timesketch_out.py#newcode2 plaso/output/timesketch_out.py:2: ...
9 years, 1 month ago (2015-03-24 05:51:06 UTC) #9
jberggren
Code updated.
9 years, 1 month ago (2015-03-24 10:11:28 UTC) #10
jberggren
https://codereview.appspot.com/212550043/diff/60001/plaso/output/timesketch_out.py File plaso/output/timesketch_out.py (right): https://codereview.appspot.com/212550043/diff/60001/plaso/output/timesketch_out.py#newcode2 plaso/output/timesketch_out.py:2: # pylint: disable=logging-format-interpolation On 2015/03/24 05:51:06, Joachim Metz wrote: ...
9 years, 1 month ago (2015-03-24 10:11:38 UTC) #11
jberggren
https://codereview.appspot.com/212550043/diff/60001/plaso/output/timesketch_out_test.py File plaso/output/timesketch_out_test.py (right): https://codereview.appspot.com/212550043/diff/60001/plaso/output/timesketch_out_test.py#newcode38 plaso/output/timesketch_out_test.py:38: index = '' On 2015/03/24 05:51:06, Joachim Metz wrote: ...
9 years, 1 month ago (2015-03-24 10:13:29 UTC) #12
jberggren
Code updated.
9 years, 1 month ago (2015-03-24 10:14:10 UTC) #13
Joachim Metz
LGTM, some nits remaining before submit. https://codereview.appspot.com/212550043/diff/100001/plaso/output/timesketch_out.py File plaso/output/timesketch_out.py (right): https://codereview.appspot.com/212550043/diff/100001/plaso/output/timesketch_out.py#newcode104 plaso/output/timesketch_out.py:104: self.timing_start = datetime.now() ...
9 years, 1 month ago (2015-03-24 10:28:55 UTC) #14
jberggren
Code updated.
9 years, 1 month ago (2015-03-24 10:29:37 UTC) #15
jberggren
Code updated.
9 years, 1 month ago (2015-03-24 10:34:39 UTC) #16
jberggren
https://codereview.appspot.com/212550043/diff/100001/plaso/output/timesketch_out.py File plaso/output/timesketch_out.py (right): https://codereview.appspot.com/212550043/diff/100001/plaso/output/timesketch_out.py#newcode104 plaso/output/timesketch_out.py:104: self.timing_start = datetime.now() On 2015/03/24 10:28:55, Joachim Metz wrote: ...
9 years, 1 month ago (2015-03-24 10:34:45 UTC) #17
jberggren
9 years, 1 month ago (2015-03-24 10:43:31 UTC) #18
Code Submitted.
Sign in to reply to this message.

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