Tom Fifield 34f4c5304c Change ActiveWGMembers output to CSV, fix ops
The previous variable-space separated output that
get_active_wg_members output was great for humans.

Machines, not so much.

Accordingly, our developers asked for it to be something
like csv instead. This patch changes the default output to
be CSV.

In order to retain human-led debugging ability, the --human
option was added.

Since we now have options, all of the parameters previously
hard-coded were made into options.

No threshold values were changed.

New options:

  -h, --help            show this help message and exit
  --human               If set, output results in human-readable format
  -d DATADIR, --datadir=DATADIR
                        Where meeting data lives
  -t DAYS, --days=DAYS  Validity of attendance in days
  -n NUMMEETINGS, --nummeetings=NUMMEETINGS
                        Required number of meetings
  -l LINESSAID, --linessaid=LINESSAID
                        Required number of line said

also, add a .gitreview file for good measure

Change-Id: I1e7ca4760c069b57a3b4ad5a1bd62f5465e5e856
2016-09-29 12:14:23 +08:00
2016-04-05 15:59:59 +08:00
2016-04-05 16:35:16 +08:00

uc-recognition

This repository contains scripts and useful references to track contributions to OpenStack by users

Find active moderators on Ask OpenStack:

  • get_active_moderator.py

Uses IRC logs to attempt to determine active working group members:

  • get_meeting_data.sh
  • get_active_wg_members.py
Description
RETIRED, scripts and useful references to track contributions by users.
Readme 109 KiB