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

Issue 302260043: [plaso] Moved queue consumer out of analysis plugin #366 (Closed)

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

Description

[plaso] Moved queue consumer out of analysis plugin #366 Depends on: https://codereview.appspot.com/302250043/

Patch Set 1 #

Patch Set 2 : Changes for end-to-end tests. #

Total comments: 38

Patch Set 3 : Changes after review. #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+700 lines, -949 lines) Patch
M plaso/analysis/browser_search.py View 2 chunks +5 lines, -9 lines 0 comments Download
M plaso/analysis/chrome_extension.py View 2 chunks +4 lines, -8 lines 0 comments Download
M plaso/analysis/file_hashes.py View 1 chunk +5 lines, -9 lines 0 comments Download
M plaso/analysis/interface.py View 1 2 12 chunks +58 lines, -91 lines 0 comments Download
M plaso/analysis/manager.py View 1 2 7 chunks +34 lines, -49 lines 0 comments Download
M plaso/analysis/mediator.py View 1 chunk +0 lines, -10 lines 0 comments Download
M plaso/analysis/nsrlsvr.py View 1 chunk +3 lines, -7 lines 0 comments Download
M plaso/analysis/tagging.py View 3 chunks +7 lines, -9 lines 0 comments Download
M plaso/analysis/unique_domains_visited.py View 2 chunks +5 lines, -9 lines 0 comments Download
M plaso/analysis/viper.py View 4 chunks +29 lines, -29 lines 0 comments Download
M plaso/analysis/virustotal.py View 3 chunks +12 lines, -16 lines 0 comments Download
M plaso/analysis/windows_services.py View 3 chunks +5 lines, -9 lines 0 comments Download
M plaso/frontend/psort.py View 1 2 18 chunks +70 lines, -93 lines 0 comments Download
M plaso/multi_processing/analysis_process.py View 1 2 4 chunks +49 lines, -5 lines 0 comments Download
M plaso/multi_processing/engine.py View 1 chunk +1 line, -1 line 0 comments Download
M plaso/multi_processing/worker_process.py View 1 2 1 chunk +1 line, -1 line 0 comments Download
M plaso/parsers/manager.py View 1 2 2 chunks +2 lines, -3 lines 0 comments Download
M tests/analysis/browser_search.py View 1 2 2 chunks +11 lines, -16 lines 0 comments Download
M tests/analysis/chrome_extension.py View 1 2 4 chunks +47 lines, -68 lines 0 comments Download
M tests/analysis/file_hashes.py View 1 2 1 chunk +24 lines, -49 lines 0 comments Download
M tests/analysis/manager.py View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
M tests/analysis/nsrlsvr.py View 1 2 3 chunks +33 lines, -49 lines 0 comments Download
M tests/analysis/tagging.py View 1 2 5 chunks +38 lines, -36 lines 0 comments Download
M tests/analysis/test_lib.py View 3 chunks +10 lines, -84 lines 0 comments Download
M tests/analysis/unique_domains_visited.py View 1 2 3 chunks +19 lines, -42 lines 0 comments Download
M tests/analysis/viper.py View 1 2 1 chunk +92 lines, -93 lines 1 comment Download
M tests/analysis/virustotal.py View 1 2 1 chunk +71 lines, -72 lines 1 comment Download
M tests/analysis/windows_services.py View 1 2 6 chunks +59 lines, -70 lines 0 comments Download
M tests/frontend/psort.py View 1 chunk +2 lines, -2 lines 0 comments Download
M tools/psort.py View 1 chunk +2 lines, -8 lines 0 comments Download

Messages

Total messages: 7
Joachim Metz
7 years, 9 months ago (2016-07-23 18:14:28 UTC) #1
Joachim Metz
Code updated.
7 years, 9 months ago (2016-07-23 18:35:22 UTC) #2
onager
Reviewing out of order, sorry. https://codereview.appspot.com/302260043/diff/20001/plaso/analysis/interface.py File plaso/analysis/interface.py (right): https://codereview.appspot.com/302260043/diff/20001/plaso/analysis/interface.py#newcode29 plaso/analysis/interface.py:29: """Class that implements the ...
7 years, 9 months ago (2016-07-24 14:30:56 UTC) #3
Joachim Metz
https://codereview.appspot.com/302260043/diff/20001/plaso/analysis/interface.py File plaso/analysis/interface.py (right): https://codereview.appspot.com/302260043/diff/20001/plaso/analysis/interface.py#newcode29 plaso/analysis/interface.py:29: """Class that implements the analysis plugin interface.""" On 2016/07/24 ...
7 years, 9 months ago (2016-07-24 15:22:17 UTC) #4
Joachim Metz
Code updated.
7 years, 9 months ago (2016-07-24 15:28:12 UTC) #5
onager
Docstring nites, LGTM https://codereview.appspot.com/302260043/diff/40001/tests/analysis/viper.py File tests/analysis/viper.py (right): https://codereview.appspot.com/302260043/diff/40001/tests/analysis/viper.py#newcode42 tests/analysis/viper.py:42: """Mock funtion to simulate a Viper ...
7 years, 8 months ago (2016-07-25 12:03:20 UTC) #6
Joachim Metz
7 years, 8 months ago (2016-07-25 16:16:17 UTC) #7
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 psort2
Sign in to reply to this message.

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