Commit Graph

67 Commits

Author SHA1 Message Date
Ben Hollomon bca433fbec Fixed bug that was causing data path from config file to not be used.
Corrected config file path in help documentation.
2018-01-17 09:04:56 -06:00
Ionică Bizău 6aca8214ac Workaround to force 256 colors output 2017-01-15 20:13:28 +02:00
Yoan Blanc 4b75e0aaff IsThere missing when using`-d` modifier
```
git-stats -d repositories/cadexmus2
/var/www/html/node_modules/git-stats/bin/git-stats:104
        if (!IsThere(GitStats.path)) {
             ^

ReferenceError: IsThere is not defined
```
2016-12-19 17:53:23 +01:00
Ionică Bizău 66a550449c Remove clp 2016-10-26 15:01:58 +03:00
Ionică Bizău ccbc1e0efd Renamed the option 2016-10-26 14:05:21 +03:00
Ionică Bizău a2bdca789c Remove debuggers 2016-10-23 12:12:44 +03:00
Ionică Bizău 1056da7a51 Upgrade the dependencies. Use [`tilda`](https://github.com/IonicaBizau/tilda) for parsing the arguments.
Deprecate the `firstDay` option. The first day will be always the Sunday. Fix #97.
Make the graph friendlier on smaller terminals.
2016-10-23 12:04:49 +03:00
Ionică Bizău ca496c67ee Updated the error code 2015-11-01 12:40:11 +02:00
Ionică Bizău 7a89fd9f72 Format raw data 2015-10-11 12:30:38 +03:00
Ionică Bizău e8b643a718 Add the raw option 2015-10-11 12:15:15 +03:00
Ionică Bizău 7d1c0fa79f Removed the binary file 2015-09-21 21:52:45 +03:00
Ionică Bizău 26f7efe395 Little tweaks 2015-09-21 21:07:58 +03:00
Ionică Bizău 034aea341e Moved the record option to be the last one 2015-09-21 21:04:13 +03:00
Ionică Bizău 1f23081476 CLI options have priority 2015-09-21 20:59:18 +03:00
Ionică Bizău 66d51ae7b0 JSDoc comments 2015-09-14 17:29:40 +03:00
Ionică Bizău 0622a48333 Changed the variable name 2015-09-13 17:36:32 +03:00
Ionică Bizău 7c6f0e31d3 Use the homepage in the docs_url 2015-08-03 07:40:43 +03:00
Ionică Bizău f6399c77a3 Added the defaults in the library. 2015-08-03 07:40:00 +03:00
Ionică Bizău 9315cd6e3c Minor 2015-07-13 08:42:24 +03:00
Ionică Bizău 6965300e5b Accept theme objects 2015-07-13 08:23:24 +03:00
Ionică Bizău 53366e8794 Fixed the theme 2015-07-12 18:21:55 +03:00
Ionică Bizău 30dacb7de8 Removed calendar from defaults 2015-07-12 17:52:55 +03:00
Ionică Bizău 8356ba0b5b Authors and global activity defaults 2015-07-12 17:52:23 +03:00
Ionică Bizău e1a5a222db Default fields in configuration 2015-07-12 17:51:02 +03:00
Ionică Bizău a2dbe35d26 Fixed #18. Allow setting the first day 2015-07-12 15:39:07 +03:00
Ionică Bizău 2bd8226fe9 Added the config option which sets a cusotm config file
Fixed #8. 🎉
2015-07-12 15:23:14 +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 4433dd11da Added the global activyt option 2015-07-08 11:00:32 +03:00
Ionică Bizău 6c3018b324 Removed unusued dependencies 2015-07-08 10:40:53 +03:00
Ionică Bizău 0750c1e51a Removed ansi-parser as dependency 2015-07-08 10:38:18 +03:00
Ionică Bizău b37d057c0e Set the theme 2015-05-28 21:51:49 +03:00
Ionică Bizău 03190c52d0 Compute the radius of the pie 2015-05-28 19:56:41 +03:00
Ionică Bizău 93abe47f1d Added the authors options and append the cwd to options. 2015-05-26 12:17:51 +03:00
Ionică Bizău 1b6f8bab72 Pie draft 2015-05-05 16:56:26 +03:00
Ionică Bizău d5f583862c Added git-stats.out 2015-05-03 14:44:08 +03:00
Ionică Bizău 02589714c9 Updated the examples 2015-05-03 13:47:10 +03:00
Ionică Bizău 25e77fb1b0 Use the CLP library to parse the arguments. Fixed #43. 2015-05-03 12:24:58 +03:00
Sam Brightman daed622494 Fix typo in help message 2015-02-18 10:03:59 +01:00
Ionică Bizău 802bfecb37 Prevent showing the Moment deprecation log 2015-02-09 14:55:09 +02:00
Ionică Bizău dbdf8fb464 Updated help content 2015-02-09 14:36:35 +02:00
Ionică Bizău 25d76caaf3 Use the GitStatsColors 2015-02-09 14:19:16 +02:00
Ionică Bizău 6ee43a45bc Collect data in a given range 2015-02-09 11:53:09 +02:00
Ionică Bizău 2f83ab4aee Comments, and help fix 2015-02-04 12:30:32 +02:00
Ionică Bizău fed6d7109e New colors 2015-02-01 19:48:37 +02:00
Ionică Bizău ec7a66ceda Do not remove any rows 2015-02-01 16:06:06 +02:00
Ionică Bizău 1e343a7e6e Minor changes 2015-02-01 15:36:08 +02:00
Ionică Bizău cbb3649822 Docs 2015-02-01 15:28:35 +02:00
Ionică Bizău 64cb6f1b47 Added logger 2015-02-01 15:28:22 +02:00
Ionică Bizău ae8f2b8db2 Default theme: light 2015-02-01 14:40:40 +02:00
Ionică Bizău 3c784df224 Dark and light modes 2015-02-01 13:45:00 +02:00