Schultz
05c630aeeb
adding notes and cleaning
il y a 8 ans
Schultz
7374d8de09
Merge branch 'visualization_dev' of https://github.com/tonylixu/gitstats into visualization_dev
il y a 8 ans
Schultz
3ac4b1f97a
templating sorted out in flask
il y a 8 ans
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.
il y a 8 ans
Schultz
7d75ec9e8c
prepend to insert
il y a 8 ans
Schultz
de02752720
random typo
il y a 8 ans
Schultz
6ed670ca68
1st attempt hour_of_week and commits_by_author
il y a 8 ans
Schultz
b6d229f803
week->weekdays
il y a 8 ans
Schultz
d75b23ac86
scoping issue
il y a 8 ans
Schultz
16f0fc25d8
syntax
il y a 8 ans
Schultz
e688bd5daf
replacement of writeHeaders function
il y a 8 ans
Schultz
b98f3887d2
day_of_week
il y a 8 ans
Schultz
5dd8aef41e
w -> a+ write type
il y a 8 ans
Schultz
ee2e633bd0
hour_of_week changes
il y a 8 ans
Schultz
622275b5f9
typo
il y a 8 ans
Schultz
bd8e8e8cf9
test_repos
il y a 8 ans
Schultz
a6b5ffa51f
added back in tools testing
il y a 8 ans
Schultz
54f1f52dc5
del tools_testing
il y a 8 ans
Schultz
74e81183ca
check tools_portal
il y a 8 ans
Schultz
6576eb9bbb
mods to produce correct table output in gitstats
il y a 8 ans
Schultz
c59e627b01
cleanup of js file, more function oriented
il y a 8 ans
Schultz
59587439af
current visualization work up to line graphs
il y a 8 ans
Greg Schultz
fbad04d57a
Merge pull request #1 from tonylixu/remove-gnu-plot
Remove gnu plot
il y a 8 ans
tonylixu@gmail.com
33849361bf
Return a fake version
il y a 8 ans
tonylixu@gmail.com
aeb45f001c
Comment out gnuplot calls
il y a 8 ans
tonylixu@gmail.com
374c362839
HAcked gunplot version
il y a 8 ans
Schultz
4fad71cb49
initial commit
il y a 8 ans
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>
il y a 10 ans
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]
il y a 10 ans
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>
il y a 11 ans
Heikki Hokkanen
c2310a8bf3
Change manpage repository address to github.
il y a 11 ans
Andrew Lazarus
caff4d7d18
Fix Makefile `make man` to work w/o .git
Signed-off-by: Heikki Hokkanen <hoxu@users.sf.net>
il y a 11 ans
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>
il y a 11 ans
Heikki Hokkanen
6950247722
Add missing alt text for img.
il y a 11 ans
Heikki Hokkanen
3a4ea58fd3
Move </tr> to right place.
il y a 11 ans
Heikki Hokkanen
f281bee40a
Use id-based fragment identifiers.
a name is deprecated.
il y a 11 ans
Heikki Hokkanen
107ada370a
Generate html5, not xhtml.
il y a 11 ans
Heikki Hokkanen
36bddf958d
Add missing xhtml end tag.
il y a 11 ans
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>
il y a 11 ans
Jani Hur
a5a9b09f39
Removed useless merge_authors configuration option. Use .mailmap instead.
Signed-off-by: Heikki Hokkanen <hoxu@users.sf.net>
il y a 11 ans
Jani Hur
0e06856b98
How to merge author information.
Signed-off-by: Heikki Hokkanen <hoxu@users.sf.net>
il y a 11 ans
Heikki Hokkanen
6d39c9fbe9
Document start_date option on the manpage.
il y a 11 ans
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>
il y a 11 ans
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>
il y a 11 ans
Heikki Hokkanen
25dcacd399
Fix indentation to be consistent.
il y a 11 ans
Jan Pieper
6e9828c2a8
Go back to previous dir to no fail on relative paths
Signed-off-by: Heikki Hokkanen <hoxu@users.sf.net>
il y a 11 ans
Heikki Hokkanen
a22f20c7db
Bump copyright year.
il y a 11 ans
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>
il y a 11 ans
Andreas Motl
a266ddc1cc
fix: let "Pool" for line count data collection honor "processes" configuration setting
Signed-off-by: Heikki Hokkanen <hoxu@users.sf.net>
il y a 12 ans
Heikki Hokkanen
fc9b04ffea
Bump README python requirement to 2.6.0.
The code already checks for python 2.6.
il y a 12 ans