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

Issue 310260043: [eccemotus] Migrating files to public repo. Migrating parsers. (Closed)

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

Description

[eccemotus] Migrating files to public repo. Migrating parsers.

Patch Set 1 #

Patch Set 2 : Added grapher.py. #

Patch Set 3 : Migrated eccemotus.py to git. #

Total comments: 58

Patch Set 4 : Fixed comments. #

Total comments: 54

Patch Set 5 : Fixed comments except spliting parsers.py. #

Patch Set 6 : Splited parser.py and added tests. #

Patch Set 7 : Fixed eccemotus.py and added tests for it. #

Total comments: 30

Patch Set 8 : Managing parsed information in classes. #

Total comments: 18

Patch Set 9 : Fixed code style. #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+1815 lines, -1 line) Patch
M .gitignore View 1 2 3 4 5 2 chunks +2 lines, -1 line 0 comments Download
M README.md View 1 chunk +1 line, -1 line 0 comments Download
A eccemotus/__init__.py View 0 chunks +-1 lines, --1 lines 0 comments Download
A eccemotus/eccemotus_lib.py View 1 2 3 4 5 6 7 8 1 chunk +153 lines, -0 lines 2 comments Download
A eccemotus/eccemotus_test.py View 1 2 3 4 5 6 7 8 1 chunk +47 lines, -0 lines 0 comments Download
A eccemotus/lib/__init__.py View 0 chunks +-1 lines, --1 lines 0 comments Download
A eccemotus/lib/event_data.py View 1 2 3 4 5 6 7 8 1 chunk +164 lines, -0 lines 0 comments Download
A eccemotus/lib/graph.py View 1 2 3 4 5 6 7 8 1 chunk +317 lines, -0 lines 0 comments Download
A eccemotus/lib/parsers/__init__.py View 1 2 3 4 5 1 chunk +7 lines, -0 lines 0 comments Download
A eccemotus/lib/parsers/bsm.py View 1 2 3 4 5 6 7 8 1 chunk +65 lines, -0 lines 0 comments Download
A eccemotus/lib/parsers/linux_utmp.py View 1 2 3 4 5 6 7 8 1 chunk +53 lines, -0 lines 0 comments Download
A eccemotus/lib/parsers/manager.py View 1 2 3 4 5 6 7 8 1 chunk +113 lines, -0 lines 0 comments Download
A eccemotus/lib/parsers/parser_interface.py View 1 2 3 4 5 6 7 8 1 chunk +47 lines, -0 lines 0 comments Download
A eccemotus/lib/parsers/syslog_line.py View 1 2 3 4 5 6 7 8 1 chunk +50 lines, -0 lines 0 comments Download
A eccemotus/lib/parsers/syslog_ssh.py View 1 2 3 4 5 6 7 8 1 chunk +53 lines, -0 lines 0 comments Download
A eccemotus/lib/parsers/utils.py View 1 2 3 4 5 6 7 8 1 chunk +67 lines, -0 lines 0 comments Download
A eccemotus/lib/parsers/win_evtx.py View 1 2 3 4 5 6 7 8 1 chunk +74 lines, -0 lines 0 comments Download
A eccemotus/tests/__init__.py View 0 chunks +-1 lines, --1 lines 0 comments Download
A eccemotus/tests/graph.py View 1 2 3 4 5 6 7 8 1 chunk +199 lines, -0 lines 0 comments Download
A eccemotus/tests/parsers.py View 1 2 3 4 5 6 7 8 1 chunk +344 lines, -0 lines 0 comments Download
A eccemotus/tests/utils.py View 1 2 3 4 5 6 7 8 1 chunk +53 lines, -0 lines 0 comments Download
M run_tests.py View 1 2 3 4 5 6 7 8 1 chunk +9 lines, -2 lines 0 comments Download

Messages

Total messages: 25
vlejd
7 years, 7 months ago (2016-09-19 14:19:12 UTC) #1
vlejd
Code updated.
7 years, 7 months ago (2016-09-20 12:30:30 UTC) #2
vlejd
Code updated.
7 years, 7 months ago (2016-09-20 14:06:20 UTC) #3
vlejd
Please review.
7 years, 7 months ago (2016-09-21 08:24:55 UTC) #4
onager
On 2016/09/21 08:24:55, vlejd wrote: > Please review. Per dicussion yesterday, adamsh is going to ...
7 years, 7 months ago (2016-09-21 08:30:53 UTC) #5
onager
Initial comments, mostly style related. https://codereview.appspot.com/310260043/diff/40001/eccemotus/eccemotus.py File eccemotus/eccemotus.py (right): https://codereview.appspot.com/310260043/diff/40001/eccemotus/eccemotus.py#newcode9 eccemotus/eccemotus.py:9: file, but has no ...
7 years, 7 months ago (2016-09-26 05:46:41 UTC) #6
vlejd
Code updated.
7 years, 7 months ago (2016-09-26 12:44:58 UTC) #7
vlejd
Fixed comments. https://codereview.appspot.com/310260043/diff/40001/eccemotus/eccemotus.py File eccemotus/eccemotus.py (right): https://codereview.appspot.com/310260043/diff/40001/eccemotus/eccemotus.py#newcode9 eccemotus/eccemotus.py:9: file, but has no memory requirements. On ...
7 years, 7 months ago (2016-09-26 12:54:26 UTC) #8
vlejd
Fixed comments.
7 years, 7 months ago (2016-09-26 12:56:18 UTC) #9
onager
On 2016/09/26 12:56:18, vlejd wrote: > Fixed comments. A couple of overall comments: * I ...
7 years, 7 months ago (2016-09-26 19:41:42 UTC) #10
onager
https://codereview.appspot.com/310260043/diff/60001/eccemotus/eccemotus.py File eccemotus/eccemotus.py (right): https://codereview.appspot.com/310260043/diff/60001/eccemotus/eccemotus.py#newcode41 eccemotus/eccemotus.py:41: Yields: +1 blank line here https://codereview.appspot.com/310260043/diff/60001/eccemotus/eccemotus.py#newcode43 eccemotus/eccemotus.py:43: -1 blank ...
7 years, 7 months ago (2016-09-26 19:41:51 UTC) #11
vlejd
Code updated.
7 years, 7 months ago (2016-09-27 14:43:15 UTC) #12
vlejd
https://codereview.appspot.com/310260043/diff/60001/eccemotus/eccemotus.py File eccemotus/eccemotus.py (right): https://codereview.appspot.com/310260043/diff/60001/eccemotus/eccemotus.py#newcode41 eccemotus/eccemotus.py:41: Yields: On 2016/09/26 19:41:50, onager wrote: > +1 blank ...
7 years, 7 months ago (2016-09-27 15:01:22 UTC) #13
vlejd
Code updated.
7 years, 7 months ago (2016-09-28 15:01:08 UTC) #14
vlejd
Code updated.
7 years, 7 months ago (2016-09-28 15:29:22 UTC) #15
onager
https://codereview.appspot.com/310260043/diff/120001/eccemotus/eccemotus_lib.py File eccemotus/eccemotus_lib.py (right): https://codereview.appspot.com/310260043/diff/120001/eccemotus/eccemotus_lib.py#newcode31 eccemotus/eccemotus_lib.py:31: import lib.graph as G # pylint: disable=relative-import Please import ...
7 years, 7 months ago (2016-09-30 11:51:18 UTC) #16
vlejd
Code updated.
7 years, 6 months ago (2016-10-05 13:23:50 UTC) #17
vlejd
https://codereview.appspot.com/310260043/diff/120001/eccemotus/eccemotus_lib.py File eccemotus/eccemotus_lib.py (right): https://codereview.appspot.com/310260043/diff/120001/eccemotus/eccemotus_lib.py#newcode31 eccemotus/eccemotus_lib.py:31: import lib.graph as G # pylint: disable=relative-import On 2016/09/30 ...
7 years, 6 months ago (2016-10-05 13:45:26 UTC) #18
vlejd
7 years, 6 months ago (2016-10-09 10:50:51 UTC) #19
onager
Almost there! One overall comment - please check that your method docstrings are all active, ...
7 years, 6 months ago (2016-10-11 09:19:41 UTC) #20
vlejd
Code updated.
7 years, 6 months ago (2016-10-11 13:22:27 UTC) #21
vlejd
Fixed comments and couple of other nits. https://codereview.appspot.com/310260043/diff/140001/eccemotus/lib/event_data.py File eccemotus/lib/event_data.py (right): https://codereview.appspot.com/310260043/diff/140001/eccemotus/lib/event_data.py#newcode27 eccemotus/lib/event_data.py:27: can not ...
7 years, 6 months ago (2016-10-11 13:44:47 UTC) #22
onager
OK, this LGTM to me, there's a little docstring cleanup I'd like to do, but ...
7 years, 6 months ago (2016-10-16 20:44:49 UTC) #23
onager
Changes have been merged with master branch. To close the review and clean up the ...
7 years, 6 months ago (2016-10-16 20:51:46 UTC) #24
vlejd
7 years, 6 months ago (2016-10-17 17:07:24 UTC) #25
Message was sent while issue was closed.
https://codereview.appspot.com/310260043/diff/160001/eccemotus/eccemotus_lib.py
File eccemotus/eccemotus_lib.py (right):

https://codereview.appspot.com/310260043/diff/160001/eccemotus/eccemotus_lib....
eccemotus/eccemotus_lib.py:6: ElasticDataGenerator), depending of where you want
to get plaso events from.
On 2016/10/16 20:44:49, onager wrote:
> depending on

Done.
Sign in to reply to this message.

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