Commit Graph

50 Commits

Author SHA1 Message Date
Frédéric Péters 0c86ad099d punchcard: remove extra closing parenthesis 2020-12-24 17:05:08 +01:00
Frédéric Péters 116482e2e9 violins: fix for python 3 2020-12-24 17:02:11 +01:00
Frédéric Péters 138ce73290 commands: ignore timezone errors when importing redmine data 2020-08-05 13:54:50 +02:00
Frédéric Péters 72eff97d29 misc: ignore pytz.exceptions.AmbiguousTimeError 2020-08-05 08:53:55 +02:00
Frédéric Péters 17063f976f commands: adjust datetimes for timezone 2020-08-05 08:37:22 +02:00
Frédéric Péters fe11d8fb3e settings: switch to local timezone 2020-08-05 08:34:00 +02:00
Frédéric Péters 4fc27fddf1 commands: strip trailing repository / 2020-08-05 08:06:46 +02:00
Frédéric Péters 655aba6702 commands: adapt feed repositories for python 3 2020-08-05 08:06:33 +02:00
Frédéric Péters af04cf99d9 commands: add --density flag to times graph 2020-08-05 08:00:29 +02:00
Frédéric Péters 8443c4b1ae times: plot a grid 2020-08-02 18:43:34 +02:00
Frédéric Péters e6ac0b2548 times: add markers on month ticks if graph spans less than a year 2020-08-02 18:42:56 +02:00
Frédéric Péters b5a4939646 times: shift times to have a continuous past-midnight view 2020-08-02 18:31:48 +02:00
Frédéric Péters 01a3c60ceb punchcard: shift midnight alignment 2020-07-31 21:18:33 +02:00
Frédéric Péters b1784a694a add zebuline alias 2020-04-03 15:26:57 +02:00
Frédéric Péters 0449a457b2 feed emails: display list names and message counts in verbose mode 2019-11-01 14:06:36 +01:00
Frédéric Péters 6055f35517 feed emails: ignore commits lists 2019-11-01 14:06:18 +01:00
Frédéric Péters cd74feb4a1 switch feed_emails command to python 3 2019-11-01 14:05:52 +01:00
Frédéric Péters c2ad39e4bd repositories: skip paths that cannot be chdir'ed into
(most probably because they are files, not directories)
2019-10-30 09:56:09 +01:00
Frédéric Péters d45e1457f6 general: add possibility to group all kinds of user events 2019-10-30 09:35:17 +01:00
Frédéric Péters 751c08d693 formdata: partial disable autocommit when feeding formdatas 2019-10-30 09:34:57 +01:00
Frédéric Péters 449c4ee6d4 repositories: chdir to correct directory in case of error 2019-10-30 09:34:14 +01:00
Frédéric Péters f662661c4f create tz-aware date from redmine activity 2018-08-31 09:10:45 +02:00
Frédéric Péters f8bc58f3da ignore errors when feeding repositories 2018-08-31 09:10:33 +02:00
Frédéric Péters fde8f61435 add violin plots
python manage.py violins --module combo,wcs,authentic --datemin 2018-01-01 --events redmine
2018-08-15 12:26:56 +02:00
Frédéric Péters f467620f11 handle commits pushed with elias private email address 2018-02-22 17:21:34 +01:00
Frédéric Péters 48f4e7aa0a add support for formdata as events 2018-02-22 08:09:00 +01:00
Frédéric Péters 04db07f2ca remove obsolete --redmine option, replaced by --events=redmine 2018-02-22 08:07:31 +01:00
Frédéric Péters 977609be61 use unused character as separator 2018-02-12 14:18:23 +01:00
Frédéric Péters 2aaaadcfd8 also consider entrouvert.org domain 2017-10-18 08:14:06 +02:00
Frédéric Péters 59c0af8e1e fix multi-dimensional times plotting 2017-10-17 23:15:17 +02:00
Frédéric Péters ff6ef29aa8 add basic support for redmine events 2017-10-17 23:15:17 +02:00
Frédéric Péters 7df313e688 activity: add option to control bar width 2017-10-17 23:15:17 +02:00
Frédéric Péters afb98a9536 add support for multiple series by graph 2017-10-15 22:05:31 +02:00
Frédéric Péters 36d791ccad times: add cmdline option to set opacity 2017-10-15 21:32:32 +02:00
Frédéric Péters 74c5cecd45 set appropriate xticks for datetimes 2017-10-15 21:25:46 +02:00
Frédéric Péters 500e74a9ef add option to not include a title 2017-10-15 15:07:57 +02:00
Frédéric Péters 55d1e0bd5d add minimal README file 2017-10-15 14:56:20 +02:00
Frédéric Péters 90842b8300 start support for email activity 2017-10-15 14:56:20 +02:00
Frédéric Péters 52f0db9f95 add option to graph the number of modules touched during a time period 2017-10-14 23:32:15 +02:00
Frédéric Péters b724258f23 use a bar graph for activity 2017-10-14 23:18:52 +02:00
Frédéric Péters 02a83739d1 add possibility to filter on module 2017-10-14 23:18:41 +02:00
Frédéric Péters 34cbd3720a add option to save graph to a file 2017-10-14 18:53:14 +02:00
Frédéric Péters 519c0abc88 factor common code from management graph commands 2017-10-14 18:27:15 +02:00
Frédéric Péters aa0fd92f1f add times graph 2017-10-14 17:24:48 +02:00
Frédéric Péters cb337f44e6 add activity graph 2017-10-14 17:24:48 +02:00
Frédéric Péters 7c3fdf5007 add punchcard graphic
Graphing code adapted from https://stackoverflow.com/a/14850998
2017-10-14 17:24:48 +02:00
Frédéric Péters cb4a7ef263 add management command to get data from repositories 2017-10-14 17:24:48 +02:00
Frédéric Péters 58cc380688 add model for (git) event 2017-10-14 17:24:48 +02:00
Frédéric Péters e4214298b2 ignore .pyc 2017-10-14 17:24:48 +02:00
Frédéric Péters 2c509dfea8 initial commit 2017-10-14 17:18:43 +02:00