Commit Graph

64 Commits

Author SHA1 Message Date
Ionică Bizău a5712b6111 JSDoc comments 2015-07-13 09:08:22 +03:00
Ionică Bizău 12182f1537 Fixed #38. Implemented the new schema.
Now we only store the date days and the commit hashes. The remote url is not used anymore. Fixes #29.
After this change, the data file is simplified a lot.
2015-07-13 08:26:51 +03:00
Ionică Bizău e1a5a222db Default fields in configuration 2015-07-12 17:51:02 +03:00
Ionică Bizău eeed9274c7 Take the data path from config 2015-07-12 17:04:23 +03:00
Ionică Bizău dbcce8ddfc Use absolute paths 2015-07-12 16:59:59 +03:00
Ionică Bizău a57746bbb4 Fixed the variables 2015-07-12 16:58:56 +03:00
Ionică Bizău dfea87a9f4 Read the config file 2015-07-12 16:57:43 +03:00
Ionică Bizău 5d19259c21 Pass the firstDay value 2015-07-12 15:38:16 +03:00
Ionică Bizău 5147e5ba7c self was not defined 2015-07-12 15:22:26 +03:00
Ionică Bizău 28a2881f9e Code style, new dependencies
Use the prototype way to create git-stats instances. With this feature we could create as many git-stats instances we need, by providing the configuration path.

Added typpy and deffy packages as dependencies.
2015-07-12 15:19:11 +03:00
Ionică Bizău e93ece67f7 Use time range in git log and removed ascii progress bar 2015-07-08 11:56:56 +03:00
Ionică Bizău a5cb4d6a93 Parse the commits 2015-07-08 11:42:35 +03:00
Ionică Bizău ca16554bf1 Added the globalActivity function 2015-07-08 11:20:13 +03:00
Ionică Bizău a69c63aa22 Removed debugger 2015-07-08 11:00:49 +03:00
Ionică Bizău af7a202ff6 Fixed the ReadJson call 2015-07-08 10:44:19 +03:00
Ionică Bizău 7a9e1b0af4 Fixed is-there api 2015-07-08 10:42:23 +03:00
Ionică Bizău 6c3018b324 Removed unusued dependencies 2015-07-08 10:40:53 +03:00
Ionică Bizău e419d6ff87 New dependencies: r-json, w-json, abs
Use r-json to read json files, w-json to write json files and abs to find the absolute path to the file.
2015-07-08 10:39:13 +03:00
Ionică Bizău 4353f6336a Display only first 50 authors 2015-07-08 09:17:58 +03:00
Ionică Bizău 68eb6235a7 Removed obsolete code 2015-05-28 21:52:11 +03:00
Ionică Bizău 780098afe9 Use cli-gh-cal to generate the GitHub calendar 2015-05-28 21:51:40 +03:00
Ionică Bizău f13b9395f8 Fixed the merging 2015-05-28 21:32:57 +03:00
Ionică Bizău 25ad4f7afd Send the radius and no_ansi values 2015-05-28 19:56:32 +03:00
Ionică Bizău 267d6a89a8 Parse the authors data 2015-05-28 19:49:44 +03:00
Ionică Bizău e82561ef08 Added the authorsPie function code 2015-05-26 12:18:04 +03:00
Ionică Bizău 6c0a36e131 Added gry as dependency 2015-05-26 12:05:24 +03:00
Ionică Bizău 1b6f8bab72 Pie draft 2015-05-05 16:56:26 +03:00
Ionică Bizău 5ccd909b2a Fixed #45. Show the time range in the box 2015-05-03 14:32:20 +03:00
Justin Hurley d0e8ec5751 Fixes a grammar mistake in lib/index.js 2015-02-18 19:21:04 -08:00
Ionică Bizău 087a393454 Code style 2015-02-18 11:29:01 +02:00
as0n a41624ea7a Fixed month labels positions.
Month labels always start on the column (week) of their first day and aren't just randomly spaced.
2015-02-17 20:11:21 +01:00
Ryan Seys ca2bc03b2a Fix typos in README 2015-02-15 13:38:30 -05:00
Ionică Bizău 26e1494b48 Different algorithm to normalize the graph data. 2015-02-10 09:51:15 +02:00
Ionică Bizău 093ce0d9ce Fixed #2. Check if the file is not found. If so, create it. 2015-02-10 09:41:13 +02:00
Ionică Bizău 29608f50c4 Return the GitStats object. 2015-02-09 15:11:47 +02:00
Ionică Bizău ea7a525e53 Clone data 2015-02-09 11:51:48 +02:00
Ionică Bizău f3bf670b5e JSHint errors. 2015-02-08 20:16:08 +02:00
Ionică Bizău 9fbaeb520f JSDoc comments. 2015-02-08 20:15:25 +02:00
Ionică Bizău 7c94d1865e Distort the contribution values a little bit. 2015-02-08 18:45:23 +02:00
Ionică Bizău 94717d98a2 Removed the fs-extra dependency. 2015-02-01 20:05:12 +02:00
Ionică Bizău e61edcd509 Different square 2015-02-01 19:50:18 +02:00
Ionică Bizău 46b038394c Arrange months 2015-02-01 16:19:03 +02:00
Ionică Bizău 2ea15d18c5 Show months 2015-02-01 16:01:11 +02:00
Ionică Bizău 7c5bb1d048 Show the max per day 2015-02-01 15:43:45 +02:00
Ionică Bizău 6de0cdb11f Put the stats one line 2015-02-01 15:36:26 +02:00
Ionică Bizău d8bc72f267 Removed debugger 2015-02-01 10:45:54 +02:00
Ionică Bizău 2c7516f3d4 Better algorithm to calculate the level 2015-02-01 10:45:03 +02:00
Ionică Bizău aeac7d801e DATE_FORMAT constant. Fixed showing the latest day. 2015-01-30 14:55:46 +02:00
Ionică Bizău 0809aef044 Removed duplicated days object. 2015-01-27 17:46:56 +02:00
Ionică Bizău c688d6bab5 Colored output 2015-01-27 17:33:00 +02:00