summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-05-11Are you stupid? Converting SQLException to RuntimeException?!Peter Wu1-15/+10
2014-05-11More data sanization (decode HTML entities, location fix)Peter Wu3-4/+37
2014-05-11Report status while importing (add --status option)Peter Wu3-13/+112
2014-05-11Add --dbport option, override default auth parametersPeter Wu1-2/+5
2014-05-10More nullable annotations, print tweets for parse errors tooPeter Wu3-1/+11
2014-05-10Fix tweetUrl, userUrl table names, fix retweetsPeter Wu2-2/+7
2014-05-10Move SQLException processing in processTweet to MainPeter Wu2-37/+38
2014-05-10Convert long to int where possible, fix retweetidPeter Wu4-15/+24
2014-05-10user: Add verified, description, fix coordinates typePeter Wu4-2/+17
2014-05-10Fix timestamp typePeter Wu2-7/+10
2014-05-10Extend tests with date tests, fix created_at valuesPeter Wu1-4/+37
2014-05-10Convert String to DateTime (for created_at)Peter Wu8-6/+77
2014-05-10Centralize Gson creation and registrationPeter Wu5-20/+49
2014-05-10More query fixes (incorrect field names, table alias)Peter Wu2-4/+4
2014-05-10Split url to tweetUrl and userUrl, misc fixesPeter Wu3-56/+45
2014-05-10NamedPreparedStatement: fix query parametersPeter Wu1-3/+3
2014-05-10Merge remote-tracking branch 'origin/master'Peter Wu0-0/+0
2014-05-10Main: print tweet number (not id)Peter Wu1-1/+2
2014-05-10Check for errors if a validation error occurredPeter Wu2-12/+9
2014-05-10Coordinates is an object with an arrayPeter Wu4-8/+86
2014-05-10Verify that an array and object are really array (and objects)Peter Wu2-5/+21
2014-05-10Detect wrong type for stringPeter Wu2-0/+14
2014-05-10Add validator debugger where the wrong type is returnedPeter Wu4-2/+65
2014-05-10user.time_zone can be null tooPeter Wu2-1/+5
2014-05-09Entities can be missing, user.place is not a stringPeter Wu5-9/+71
2014-05-09Trace object path for JSON validation errors.Peter Wu4-16/+18
2014-05-09Add "--skipdb" option to allow printing resultsPeter Wu1-1/+20
2014-05-09First try to get a reader, then try to open databasePeter Wu1-23/+24
2014-05-09Use upsert queries, convert to named parameter statementsPeter Wu3-108/+190
2014-05-09Get rid of useless methodPeter Wu2-57/+44
2014-05-09Don't reject missing argumentsPeter Wu1-4/+0
2014-05-09Only catch IllegalArgumentException for argument parsingPeter Wu1-3/+6
2014-05-09Fixup help text, allow to override DB settingsPeter Wu1-25/+34
2014-05-09Get rid of DBConnectionPeter Wu4-105/+121
2014-05-09Remove debug prints, add commentsPeter Wu1-1/+3
2014-05-09Add missing annotation for retweeted_status, more testsPeter Wu2-0/+54
2014-05-09Fixed a typo in the help message.Maurice Laveaux1-3/+3
2014-05-09Add ValidatingJsonDeserializerTest (JUnit)Peter Wu2-1/+440
2014-05-09Add missing validation annotations, ...Peter Wu4-19/+62
2014-05-08Get rid of unused crapPeter Wu4-302/+0
2014-05-08Replace JSON by GSON, adding extra validationsPeter Wu8-149/+248
2014-05-08Add json containers for Tweet and User objectsPeter Wu5-1/+150
2014-05-07Merge origin/masterS1297781-1/+1
2014-05-07data querries into databaseS1297785-14/+8391
2014-05-07Fixed a small typo, tweets contain "user".Maurice Laveaux1-1/+1
2014-05-07Removed the extranous DBQuery and simpel propertyMaurice Laveaux7-62/+84
2014-05-07Fix library pathPeter Wu2-2/+2
2014-05-07Copied and refactored the shell script.Maurice Laveaux2-0/+14
2014-05-07Two different inputs (file and stdin).Maurice Laveaux4-0/+142
2014-05-07Added classes to refactor the database code.Maurice Laveaux8-111/+267