summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2014-05-09Trace object path for JSON validation errors.Peter Wu1-11/+10
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 Wu1-0/+1
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 Wu6-147/+248
2014-05-08Add json containers for Tweet and User objectsPeter Wu3-0/+147
2014-05-07Merge origin/masterS1297781-1/+1
2014-05-07data querries into databaseS1297784-14/+221
2014-05-07Fixed a small typo, tweets contain "user".Maurice Laveaux1-1/+1
2014-05-07Removed the extranous DBQuery and simpel propertyMaurice Laveaux6-62/+84
2014-05-07Two different inputs (file and stdin).Maurice Laveaux4-0/+142
2014-05-07Added classes to refactor the database code.Maurice Laveaux5-101/+251
2014-05-01(no commit message)daanpeters2-1/+213
2014-05-01Initial netbeans project added with main/Main.javaMaurice Laveaux1-0/+16