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

Issue 288960043: Kik messenger sqlite parser #535 (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
8 years, 2 months ago by Ken Macleod
Modified:
8 years, 1 month ago
CC:
log2timeline-dev_googlegroups.com
Visibility:
Public.

Description

Kik messenger sqlite parser #535

Patch Set 1 #

Total comments: 14

Patch Set 2 : moved function from parser to formatter #535 #

Total comments: 8

Patch Set 3 : class names changed, formatting corrected #

Total comments: 4

Patch Set 4 : mainly name changes and formatting #

Unified diffs Side-by-side diffs Delta from patch set Stats (+216 lines, --1 lines) Patch
M plaso/formatters/__init__.py View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
A plaso/formatters/kik_ios.py View 1 2 3 1 chunk +79 lines, -0 lines 0 comments Download
M plaso/parsers/sqlite_plugins/__init__.py View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
A plaso/parsers/sqlite_plugins/kik_ios.py View 1 2 3 1 chunk +74 lines, -0 lines 0 comments Download
A test_data/kik_ios.sqlite View 1 2 3 0 chunks +-1 lines, --1 lines 0 comments Download
A tests/parsers/sqlite_plugins/kik_ios.py View 1 2 3 1 chunk +62 lines, -0 lines 0 comments Download

Messages

Total messages: 24
Ken Macleod
8 years, 2 months ago (2016-01-29 13:34:37 UTC) #1
onager
Look pretty good! A couple of questions though: https://codereview.appspot.com/288960043/diff/1/plaso/parsers/sqlite_plugins/kik.py File plaso/parsers/sqlite_plugins/kik.py (right): https://codereview.appspot.com/288960043/diff/1/plaso/parsers/sqlite_plugins/kik.py#newcode16 plaso/parsers/sqlite_plugins/kik.py:16: DATA_TYPE ...
8 years, 2 months ago (2016-01-29 16:51:29 UTC) #2
Ken Macleod
Code updated.
8 years, 2 months ago (2016-01-31 22:09:30 UTC) #3
Ken Macleod
Thanks for the feedback. I've worked on each of the issues below. https://codereview.appspot.com/288960043/diff/1/plaso/parsers/sqlite_plugins/kik.py File plaso/parsers/sqlite_plugins/kik.py ...
8 years, 2 months ago (2016-01-31 22:11:16 UTC) #4
brewerrussell19
8 years, 2 months ago (2016-01-31 23:13:06 UTC) #5
onager
https://codereview.appspot.com/288960043/diff/1/plaso/parsers/sqlite_plugins/kik.py File plaso/parsers/sqlite_plugins/kik.py (right): https://codereview.appspot.com/288960043/diff/1/plaso/parsers/sqlite_plugins/kik.py#newcode16 plaso/parsers/sqlite_plugins/kik.py:16: DATA_TYPE = u'iphone:kik:messaging' On 2016/01/31 22:11:15, Ken Macleod wrote: ...
8 years, 2 months ago (2016-02-03 13:19:26 UTC) #6
Ken Macleod
Code updated.
8 years, 2 months ago (2016-02-08 16:13:14 UTC) #7
Ken Macleod
code updated as per comments https://codereview.appspot.com/288960043/diff/1/plaso/parsers/sqlite_plugins/kik.py File plaso/parsers/sqlite_plugins/kik.py (right): https://codereview.appspot.com/288960043/diff/1/plaso/parsers/sqlite_plugins/kik.py#newcode16 plaso/parsers/sqlite_plugins/kik.py:16: DATA_TYPE = u'iphone:kik:messaging' On ...
8 years, 2 months ago (2016-02-08 16:16:16 UTC) #8
onager
https://codereview.appspot.com/288960043/diff/1/tests/parsers/sqlite_plugins/kik.py File tests/parsers/sqlite_plugins/kik.py (right): https://codereview.appspot.com/288960043/diff/1/tests/parsers/sqlite_plugins/kik.py#newcode42 tests/parsers/sqlite_plugins/kik.py:42: expected_username = 8 # This produces an error when ...
8 years, 2 months ago (2016-02-09 10:54:52 UTC) #9
Ken Macleod
Code updated.
8 years, 2 months ago (2016-02-10 12:45:49 UTC) #10
Ken Macleod
code updated as per latest review https://codereview.appspot.com/288960043/diff/1/tests/parsers/sqlite_plugins/kik.py File tests/parsers/sqlite_plugins/kik.py (right): https://codereview.appspot.com/288960043/diff/1/tests/parsers/sqlite_plugins/kik.py#newcode42 tests/parsers/sqlite_plugins/kik.py:42: expected_username = 8 ...
8 years, 2 months ago (2016-02-10 12:46:19 UTC) #11
Ken Macleod
code updated
8 years, 2 months ago (2016-02-10 12:49:42 UTC) #12
onager
On 2016/02/10 12:49:42, Ken Macleod wrote: > code updated I'd like to merge this, but ...
8 years, 2 months ago (2016-02-13 15:31:48 UTC) #13
kenmacleod2013_gmail.com
It should be there now. Apologies. Still trying to get my head round the whole ...
8 years, 2 months ago (2016-02-15 13:58:29 UTC) #14
onager
On 2016/02/15 13:58:29, kenmacleod2013_gmail.com wrote: > It should be there now. > > Apologies. Still ...
8 years, 2 months ago (2016-02-15 20:43:42 UTC) #15
onager
On 2016/02/15 20:43:42, onager wrote: > On 2016/02/15 13:58:29, http://kenmacleod2013_gmail.com wrote: > > It should ...
8 years, 2 months ago (2016-02-15 20:55:05 UTC) #16
kenmacleod2013_gmail.com
Hi, 1. I created a fork. 2. I checked out a local copy with "git ...
8 years, 2 months ago (2016-02-15 22:55:23 UTC) #17
Joachim Metz
You did not push your changes to your fork: https://github.com/MacleodKen/plaso Try: git push --set-upstream origin ...
8 years, 2 months ago (2016-02-16 07:21:12 UTC) #18
Joachim Metz
Still WIP but also see: https://github.com/log2timeline/l2tdocs/pull/1/files?short_path=552505a#diff-552505ae77fe5f5e2ba25f503ba282f0
8 years, 2 months ago (2016-02-16 07:39:15 UTC) #19
kenmacleod2013_gmail.com
I've "git push --set-upstream origin kik_ios" Is this all I do, or should I be ...
8 years, 2 months ago (2016-02-16 09:28:24 UTC) #20
Joachim Metz
This is fine, I've created a PR for automated testing: https://github.com/log2timeline/plaso/pull/592 Once that passes onager ...
8 years, 2 months ago (2016-02-16 09:48:25 UTC) #21
onager
Changes have been merged with master branch. To close the review and clean up the ...
8 years, 2 months ago (2016-02-17 19:14:52 UTC) #22
kenmacleod2013_gmail.com
When I try to close I get: ERROR:root:Unsupported project name: kikplaso. Close aborted - unable ...
8 years, 2 months ago (2016-02-18 22:19:38 UTC) #23
onager
8 years, 1 month ago (2016-02-23 13:16:01 UTC) #24
On 2016/02/18 22:19:38, kenmacleod2013_gmail.com wrote:
> When I try to close I get:
> ERROR:root:Unsupported project name: kikplaso.
> Close aborted - unable to determine project name.
> 
> When I originally cloned I put it in a folder named kikplaso.
> 
> On Wed, Feb 17, 2016 at 7:14 PM, <mailto:reply@codereview-hr.appspotmail.com>
> wrote:
> 
> > 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
> > kik_ios
> >
> > https://codereview.appspot.com/288960043/
> >

Oh, that's using the close script, which probably won't work at the moment (I
have an update to the script in progress. You can just close this review by
clicking the circle with a cross through it near the name of the issue.
Sign in to reply to this message.

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