Skip to content

Commit

Permalink
Code review: 258120043: Add ZeroMQ queuing to psort.
Browse files Browse the repository at this point in the history
  • Loading branch information
Onager authored and joachimmetz committed Dec 31, 2015
1 parent bea92a3 commit 01ad505
Show file tree
Hide file tree
Showing 53 changed files with 1,681 additions and 1,023 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ language: python
python:
- "2.7"
before_install:
- if test `uname -s` = 'Linux'; then sudo add-apt-repository ppa:gift/dev -y && sudo apt-get update -q && sudo apt-get install ipython libbde-python libesedb-python libevt-python libevtx-python libewf-python libfwsi-python liblnk-python libmsiecf-python libolecf-python libqcow-python libregf-python libsigscan-python libsmdev-python libsmraw-python libtsk libvhdi-python libvmdk-python libvshadow-python python-artifacts python-bencode python-binplist python-construct python-coverage python-coveralls python-dateutil python-dfvfs python-docopt python-dpkt python-hachoir-core python-hachoir-metadata python-hachoir-parser python-mock python-pefile python-protobuf python-psutil python-pyparsing python-requests python-six python-xlsxwriter python-yaml python-tz pytsk3; fi
- sudo rm -f /etc/apt/sources.list.d/travis_ci_zeromq3-source.list
- if test `uname -s` = 'Linux'; then sudo add-apt-repository ppa:gift/dev -y && sudo apt-get update -q && sudo apt-get install ipython libbde-python libesedb-python libevt-python libevtx-python libewf-python libfwsi-python liblnk-python libmsiecf-python libolecf-python libqcow-python libregf-python libsigscan-python libsmdev-python libsmraw-python libtsk libvhdi-python libvmdk-python libvshadow-python python-artifacts python-bencode python-binplist python-construct python-coverage python-coveralls python-dateutil python-dfvfs python-docopt python-dpkt python-hachoir-core python-hachoir-metadata python-hachoir-parser python-mock python-pefile python-protobuf python-psutil python-pyparsing python-requests python-six python-xlsxwriter python-yaml python-tz pytsk3 python-zmq; fi
- sudo pip install ipython --upgrade
script:
- ./run_tests.py
Expand Down
2 changes: 1 addition & 1 deletion config/dpkg/changelog
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ python-plaso (1.3.1-1) unstable; urgency=low

* Auto-generated

-- Log2Timeline <[email protected]> Thu, 03 Sep 2015 08:27:39 +0200
-- Log2Timeline <[email protected]> Fri, 04 Sep 2015 12:45:13 +0200
2 changes: 1 addition & 1 deletion config/dpkg/control
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Homepage: https://github.com/log2timeline/plaso/

Package: python-plaso
Architecture: all
Depends: libprotobuf7 | libprotobuf8 | libprotobuf9, libyaml-0-2, libbde-python, libesedb-python, libevt-python, libevtx-python, libewf-python, libfwsi-python, liblnk-python, libmsiecf-python, libolecf-python, libqcow-python, libregf-python, libtsk, libsigscan-python, libsmdev-python, libsmraw-python, libvhdi-python, libvmdk-python, libvshadow-python, ipython, python-artifacts, python-bencode, python-binplist, python-construct, python-dateutil, python-dfvfs, python-dpkt, python-hachoir-core, python-hachoir-metadata, python-hachoir-parser, python-mock, python-pefile, python-protobuf, python-psutil, python-pyparsing, python-six, python-yaml, python-tz, pytsk3, ${shlibs:Depends}, ${misc:Depends}
Depends: libprotobuf7 | libprotobuf8 | libprotobuf9, libyaml-0-2, libbde-python, libesedb-python, libevt-python, libevtx-python, libewf-python, libfwsi-python, liblnk-python, libmsiecf-python, libolecf-python, libqcow-python, libregf-python, libtsk, libsigscan-python, libsmdev-python, libsmraw-python, libvhdi-python, libvmdk-python, libvshadow-python, ipython, python-artifacts, python-bencode, python-binplist, python-construct, python-dateutil, python-dfvfs, python-dpkt, python-hachoir-core, python-hachoir-metadata, python-hachoir-parser, python-mock, python-pefile, python-protobuf, python-psutil, python-pyparsing, python-six, python-yaml, python-tz, python-zmq, pytsk3, ${shlibs:Depends}, ${misc:Depends}
Recommends: elasticsearch, libesedb-tools, libbde-tools, libevt-tools, libevtx-tools, libewf-tools, liblnk-tools, libmsiecf-tools, libolecf-tools, libqcow-tools, libregf-tools, libsmdev-tools, libsmraw-tools, libvhdi-tools, libvmdk-tools, libvshadow-tools, libtsk-dev, pyelasticsearch, python-requests, python-xlsxwriter, sleuthkit
Description: Plaso Log2Timeline
Log2Timeline is a framework to create super timelines.
Expand Down
65 changes: 34 additions & 31 deletions docs/plaso.analysis.rst
Original file line number Diff line number Diff line change
@@ -1,99 +1,102 @@
analysis Package
================
plaso.analysis package
======================

:mod:`analysis` Package
-----------------------
Submodules
----------

.. automodule:: plaso.analysis
:members:
:undoc-members:
:show-inheritance:

:mod:`browser_search` Module
----------------------------
plaso.analysis.browser_search module
------------------------------------

.. automodule:: plaso.analysis.browser_search
:members:
:undoc-members:
:show-inheritance:

:mod:`chrome_extension` Module
------------------------------
plaso.analysis.chrome_extension module
--------------------------------------

.. automodule:: plaso.analysis.chrome_extension
:members:
:undoc-members:
:show-inheritance:

:mod:`file_hashes` Module
-------------------------
plaso.analysis.file_hashes module
---------------------------------

.. automodule:: plaso.analysis.file_hashes
:members:
:undoc-members:
:show-inheritance:

:mod:`interface` Module
-----------------------
plaso.analysis.interface module
-------------------------------

.. automodule:: plaso.analysis.interface
:members:
:undoc-members:
:show-inheritance:

:mod:`manager` Module
---------------------
plaso.analysis.manager module
-----------------------------

.. automodule:: plaso.analysis.manager
:members:
:undoc-members:
:show-inheritance:

:mod:`mediator` Module
----------------------
plaso.analysis.mediator module
------------------------------

.. automodule:: plaso.analysis.mediator
:members:
:undoc-members:
:show-inheritance:

:mod:`tagging` Module
---------------------
plaso.analysis.tagging module
-----------------------------

.. automodule:: plaso.analysis.tagging
:members:
:undoc-members:
:show-inheritance:

:mod:`unique_domains_visited` Module
------------------------------------
plaso.analysis.unique_domains_visited module
--------------------------------------------

.. automodule:: plaso.analysis.unique_domains_visited
:members:
:undoc-members:
:show-inheritance:

:mod:`viper` Module
-------------------
plaso.analysis.viper module
---------------------------

.. automodule:: plaso.analysis.viper
:members:
:undoc-members:
:show-inheritance:

:mod:`virustotal` Module
------------------------
plaso.analysis.virustotal module
--------------------------------

.. automodule:: plaso.analysis.virustotal
:members:
:undoc-members:
:show-inheritance:

:mod:`windows_services` Module
------------------------------
plaso.analysis.windows_services module
--------------------------------------

.. automodule:: plaso.analysis.windows_services
:members:
:undoc-members:
:show-inheritance:


Module contents
---------------

.. automodule:: plaso.analysis
:members:
:undoc-members:
:show-inheritance:
81 changes: 42 additions & 39 deletions docs/plaso.cli.helpers.rst
Original file line number Diff line number Diff line change
@@ -1,131 +1,134 @@
helpers Package
===============
plaso.cli.helpers package
=========================

:mod:`helpers` Package
----------------------
Submodules
----------

.. automodule:: plaso.cli.helpers
:members:
:undoc-members:
:show-inheritance:

:mod:`database_config` Module
-----------------------------
plaso.cli.helpers.database_config module
----------------------------------------

.. automodule:: plaso.cli.helpers.database_config
:members:
:undoc-members:
:show-inheritance:

:mod:`elastic_output` Module
----------------------------
plaso.cli.helpers.elastic_output module
---------------------------------------

.. automodule:: plaso.cli.helpers.elastic_output
:members:
:undoc-members:
:show-inheritance:

:mod:`interface` Module
-----------------------
plaso.cli.helpers.interface module
----------------------------------

.. automodule:: plaso.cli.helpers.interface
:members:
:undoc-members:
:show-inheritance:

:mod:`manager` Module
---------------------
plaso.cli.helpers.manager module
--------------------------------

.. automodule:: plaso.cli.helpers.manager
:members:
:undoc-members:
:show-inheritance:

:mod:`mysql_4n6time_output` Module
----------------------------------
plaso.cli.helpers.mysql_4n6time_output module
---------------------------------------------

.. automodule:: plaso.cli.helpers.mysql_4n6time_output
:members:
:undoc-members:
:show-inheritance:

:mod:`pstorage` Module
----------------------
plaso.cli.helpers.pstorage module
---------------------------------

.. automodule:: plaso.cli.helpers.pstorage
:members:
:undoc-members:
:show-inheritance:

:mod:`server_config` Module
---------------------------
plaso.cli.helpers.server_config module
--------------------------------------

.. automodule:: plaso.cli.helpers.server_config
:members:
:undoc-members:
:show-inheritance:

:mod:`shared_4n6time_output` Module
-----------------------------------
plaso.cli.helpers.shared_4n6time_output module
----------------------------------------------

.. automodule:: plaso.cli.helpers.shared_4n6time_output
:members:
:undoc-members:
:show-inheritance:

:mod:`sqlite_4n6time_output` Module
-----------------------------------
plaso.cli.helpers.sqlite_4n6time_output module
----------------------------------------------

.. automodule:: plaso.cli.helpers.sqlite_4n6time_output
:members:
:undoc-members:
:show-inheritance:

:mod:`tagging_analysis` Module
------------------------------
plaso.cli.helpers.tagging_analysis module
-----------------------------------------

.. automodule:: plaso.cli.helpers.tagging_analysis
:members:
:undoc-members:
:show-inheritance:

:mod:`timesketch_out` Module
----------------------------
plaso.cli.helpers.timesketch_out module
---------------------------------------

.. automodule:: plaso.cli.helpers.timesketch_out
:members:
:undoc-members:
:show-inheritance:

:mod:`viper_analysis` Module
----------------------------
plaso.cli.helpers.viper_analysis module
---------------------------------------

.. automodule:: plaso.cli.helpers.viper_analysis
:members:
:undoc-members:
:show-inheritance:

:mod:`virustotal_analysis` Module
---------------------------------
plaso.cli.helpers.virustotal_analysis module
--------------------------------------------

.. automodule:: plaso.cli.helpers.virustotal_analysis
:members:
:undoc-members:
:show-inheritance:

:mod:`windows_services_analysis` Module
---------------------------------------
plaso.cli.helpers.windows_services_analysis module
--------------------------------------------------

.. automodule:: plaso.cli.helpers.windows_services_analysis
:members:
:undoc-members:
:show-inheritance:

:mod:`xlsx_output` Module
-------------------------
plaso.cli.helpers.xlsx_output module
------------------------------------

.. automodule:: plaso.cli.helpers.xlsx_output
:members:
:undoc-members:
:show-inheritance:


Module contents
---------------

.. automodule:: plaso.cli.helpers
:members:
:undoc-members:
:show-inheritance:
Loading

0 comments on commit 01ad505

Please sign in to comment.