Commit Graph

68 Commits

Author SHA1 Message Date
Dmitry Lyukov
e5e098899f Specific begin/end of time period, changed duration of period 2016-03-30 00:37:37 +03:00
181fc43029 Added links to Readme.md 2016-03-29 12:55:50 +03:00
1683df68c0 Removed python support on Travis 2016-03-29 03:52:09 +03:00
8ca8ca2d20 Addded codecov to Travis 2016-03-29 03:48:03 +03:00
851348e0c2 Added codecov.io support 2016-03-29 03:40:45 +03:00
8cc012521c Added Go Report Card to Readme.md 2016-03-29 03:10:19 +03:00
3e3f9dd908 Fixed some golint warnings 2016-03-29 03:09:03 +03:00
945e044bbf Fixed some golint warnings 2016-03-29 03:06:56 +03:00
850344cdd9 Some golint fixes 2016-03-29 03:00:34 +03:00
4c651f365b Added some documentation 2016-03-29 02:58:54 +03:00
70a17a4533 Fixed some documentation misprints 2016-03-29 02:51:33 +03:00
4ca1955d36 Added documentation for saving functions 2016-03-29 02:49:39 +03:00
9a77f5d48b Added Travis CI status to Readme.md 2016-03-29 02:06:49 +03:00
445cdf45b2 Fixed Travis config 2016-03-29 02:03:11 +03:00
00090a0fdc Changed file destinations 2016-03-29 02:01:54 +03:00
cd69c063b9 Fixed Travis config 2016-03-29 01:58:46 +03:00
ad1938e3d9 Added Travis CI support 2016-03-29 01:51:30 +03:00
ce32dddfaa Revert "Added new test"
This reverts commit a67140d678.
2016-03-29 01:45:29 +03:00
a67140d678 Added new test 2016-03-29 01:42:29 +03:00
Dmitry Lyukov
1438c17d76 Changed GetFileType 2016-03-29 01:24:18 +03:00
Dmitry Lyukov
b5d4395542 Fixed GetFileType test 2016-03-29 01:23:16 +03:00
Dmitry Lyukov
e62e9e1af0 Merge 2016-03-29 01:07:29 +03:00
Dmitry Lyukov
ba4526e99e Implement GetFileType 2016-03-29 01:03:51 +03:00
015113d56d Added tests for GetFileType 2016-03-29 00:44:47 +03:00
Dmitry Lyukov
5dec20de00 Renamed function 2016-03-29 00:26:39 +03:00
Dmitry Lyukov
f4bd34c242 Added function FindFileType 2016-03-29 00:24:07 +03:00
fb4212043f Added benchmarks for saving in csv.gz and json.gz formats 2016-03-28 23:59:29 +03:00
9b85768401 Added Writer function for saving to csv.gz, json.gz, jsl.gz 2016-03-28 23:56:38 +03:00
85e21583a2 Added saving to jsl.gz 2016-03-28 23:47:29 +03:00
5377ad9bc2 Merging with master 2016-03-28 23:45:20 +03:00
7b5466be3e Added saving to json.gz and csv.gz 2016-03-28 23:42:28 +03:00
Dmitry Lyukov
04afe993a7 Added saving to jsl 2016-03-28 23:31:02 +03:00
Dmitry Lyukov
b39de5538a Added benchmark for saving to JSON 2016-03-28 23:10:27 +03:00
Dmitry Lyukov
b10cb2caa5 Added save to json, parse type of output file 2016-03-28 23:01:28 +03:00
ccddb24e1d Refactoring of benchmarks 2016-03-27 02:59:35 +03:00
719c3c2eea Added saving to system tempfile 2016-03-27 02:48:33 +03:00
64c02ca343 Refactoring of saving to csv 2016-03-27 02:41:12 +03:00
05d305295a Merge branch 'master' of github.com:AlekseyLobanov/gokeystat 2016-03-27 02:32:52 +03:00
52f2f9e8ed Added simple benchmarks of saving 2016-03-27 02:32:39 +03:00
Dmitry Lyukov
eb5ec86932 Merging master 2016-03-27 02:31:19 +03:00
Dmitry Lyukov
77bd3bb48c Added export to csv 2016-03-27 02:14:30 +03:00
a29b8b291f Fixed some golint warnings 2016-03-27 01:57:32 +03:00
c9d59161d8 Some small changes with db, should fix saving-new-items bug 2016-03-26 22:38:01 +03:00
f887a489b2 Added GetStatTimesFromDb function 2016-03-26 22:01:57 +03:00
Dmitry Lyukov
07131f8ab4 Added saving.go 2016-03-26 20:21:31 +03:00
6917c4259e Changed interface of StatForTime and added functions for DB.
Added AddStatTimeToDb that save one StatForTime in DB.
Added Init() for StatForTime that initialize time with current Unix time and keys with empty map.
Application now ssae keys to DB.
2016-03-26 19:16:03 +03:00
126e85d102 Changed interface of StatForTime 2016-03-26 18:19:25 +03:00
Dmitry Lyukov
f95329d55a Added struct StatForTime 2016-03-26 18:17:23 +03:00
Dmitry Lyukov
f556ff86a5 Added struct StatForTime 2016-03-26 18:10:31 +03:00
2bc4849976 Added initing of db, function InitDb 2016-03-26 18:09:19 +03:00