Schultz
05c630aeeb
adding notes and cleaning
8 vuotta sitten
Schultz
7374d8de09
Merge branch 'visualization_dev' of https://github.com/tonylixu/gitstats into visualization_dev
8 vuotta sitten
Schultz
3ac4b1f97a
templating sorted out in flask
8 vuotta sitten
Tony Li Xu
4212b8fb05
Pseudo code for a gitstats wapper
I don't think we will need a DB here, just simply call gitstats() recusively.
8 vuotta sitten
Schultz
7d75ec9e8c
prepend to insert
8 vuotta sitten
Schultz
de02752720
random typo
8 vuotta sitten
Schultz
6ed670ca68
1st attempt hour_of_week and commits_by_author
8 vuotta sitten
Schultz
b6d229f803
week->weekdays
8 vuotta sitten
Schultz
d75b23ac86
scoping issue
8 vuotta sitten
Schultz
16f0fc25d8
syntax
8 vuotta sitten
Schultz
e688bd5daf
replacement of writeHeaders function
8 vuotta sitten
Schultz
b98f3887d2
day_of_week
8 vuotta sitten
Schultz
5dd8aef41e
w -> a+ write type
8 vuotta sitten
Schultz
ee2e633bd0
hour_of_week changes
8 vuotta sitten
Schultz
622275b5f9
typo
8 vuotta sitten
Schultz
bd8e8e8cf9
test_repos
8 vuotta sitten
Schultz
a6b5ffa51f
added back in tools testing
8 vuotta sitten
Schultz
54f1f52dc5
del tools_testing
8 vuotta sitten
Schultz
74e81183ca
check tools_portal
8 vuotta sitten
Schultz
6576eb9bbb
mods to produce correct table output in gitstats
8 vuotta sitten
Schultz
c59e627b01
cleanup of js file, more function oriented
8 vuotta sitten
Schultz
59587439af
current visualization work up to line graphs
8 vuotta sitten
Greg Schultz
fbad04d57a
Merge pull request #1 from tonylixu/remove-gnu-plot
Remove gnu plot
8 vuotta sitten
tonylixu@gmail.com
33849361bf
Return a fake version
8 vuotta sitten
tonylixu@gmail.com
aeb45f001c
Comment out gnuplot calls
8 vuotta sitten
tonylixu@gmail.com
374c362839
HAcked gunplot version
8 vuotta sitten
Schultz
4fad71cb49
initial commit
8 vuotta sitten
Craig R. Hughes
55c5c28555
Quotes around date and commit range to allow spaces in those fields; eg "5 months ago" for a date
Signed-off-by: Heikki Hokkanen <hoxu@users.sf.net>
10 vuotta sitten
Stephan Kuschel
e35fea2b9a
use python2 enviroment
On systems like Arch Linux `python` defaults to `python3` preventing
gitstats to start. This fixes it.
Signed-off-by: Heikki Hokkanen <hoxu@users.sf.net>
[hoxu@users.sf.net: Debian Jessie and CentOS 6.5 have /usr/bin/python2,
but OS X Yosemite only has /usr/bin/python2.7. There does not seem to be
a portable way to refer to python 2.x, so unfortunately on some
platforms the shebang needs to be modified manually]
10 vuotta sitten
Stephen Gordon
fe94d55836
Copy configured style file to target
When generating HTML output with a custom stylesheet specified using
-c style='mystyle.css' the CSS file specified was not being copied to
the target directory.
Signed-off-by: Heikki Hokkanen <hoxu@users.sf.net>
11 vuotta sitten
Heikki Hokkanen
c2310a8bf3
Change manpage repository address to github.
11 vuotta sitten
Andrew Lazarus
caff4d7d18
Fix Makefile `make man` to work w/o .git
Signed-off-by: Heikki Hokkanen <hoxu@users.sf.net>
11 vuotta sitten
Diomidis Spinellis
eb812a450d
Correct splitting of git-ls-tree output
Split limit 5 was off by one, which resulted in incorrect
processing of file paths with spaces embedded in them.
New split limit of 4 gets the required parts, because it
specifies the allowed number of splits, not elements:
mode type hash size name
1 2 3 4
Signed-off-by: Heikki Hokkanen <hoxu@users.sf.net>
11 vuotta sitten
Heikki Hokkanen
6950247722
Add missing alt text for img.
11 vuotta sitten
Heikki Hokkanen
3a4ea58fd3
Move </tr> to right place.
11 vuotta sitten
Heikki Hokkanen
f281bee40a
Use id-based fragment identifiers.
a name is deprecated.
11 vuotta sitten
Heikki Hokkanen
107ada370a
Generate html5, not xhtml.
11 vuotta sitten
Heikki Hokkanen
36bddf958d
Add missing xhtml end tag.
11 vuotta sitten
Jani Hur
5dd38fabfe
Added HTML header meta tag so that author names will be shown correctly also when the file is opened in a browser.
Signed-off-by: Heikki Hokkanen <hoxu@users.sf.net>
11 vuotta sitten
Jani Hur
a5a9b09f39
Removed useless merge_authors configuration option. Use .mailmap instead.
Signed-off-by: Heikki Hokkanen <hoxu@users.sf.net>
11 vuotta sitten
Jani Hur
0e06856b98
How to merge author information.
Signed-off-by: Heikki Hokkanen <hoxu@users.sf.net>
11 vuotta sitten
Heikki Hokkanen
6d39c9fbe9
Document start_date option on the manpage.
11 vuotta sitten
Sylvain Joyeux
780c0fd57e
implement a way to limit the statistics to commits after a start date
This is really useful when computing statistics over a set of
repositories, where some repositories are much older than other.
Signed-off-by: Heikki Hokkanen <hoxu@users.sf.net>
11 vuotta sitten
Sylvain Joyeux
e56e7b6f91
properly terminate created subprocesses
This fixes a memory / ressource leak that manifests when computing
stats over big sets of repositories. It was eating more than 8G of
memory for ~15 git repositories.
Signed-off-by: Heikki Hokkanen <hoxu@users.sf.net>
11 vuotta sitten
Heikki Hokkanen
25dcacd399
Fix indentation to be consistent.
11 vuotta sitten
Jan Pieper
6e9828c2a8
Go back to previous dir to no fail on relative paths
Signed-off-by: Heikki Hokkanen <hoxu@users.sf.net>
11 vuotta sitten
Heikki Hokkanen
a22f20c7db
Bump copyright year.
11 vuotta sitten
Richard Russon (flatcap)
15041086e6
Y-Axis of graphs start at zero
Fix the base of graph y-axes at zero to prevent misleading graphics.
Signed-off-by: Heikki Hokkanen <hoxu@users.sf.net>
11 vuotta sitten
Andreas Motl
a266ddc1cc
fix: let "Pool" for line count data collection honor "processes" configuration setting
Signed-off-by: Heikki Hokkanen <hoxu@users.sf.net>
12 vuotta sitten
Heikki Hokkanen
fc9b04ffea
Bump README python requirement to 2.6.0.
The code already checks for python 2.6.
12 vuotta sitten