Girocco/Project.pm: add get_full_list_extended function
commit087eff3658b4468f6b0b6556adb6d8164fbd9d04
authorKyle J. McKay <mackyle@gmail.com>
Wed, 3 Mar 2021 18:24:42 +0000 (3 11:24 -0700)
committerKyle J. McKay <mackyle@gmail.com>
Wed, 3 Mar 2021 18:24:42 +0000 (3 11:24 -0700)
tree2f14ffbd34043c9a3c05cd02e694a413f2aaf35d
parentf5b5e738b9e1fdd1b357cddf8c0b14c74a17312d
Girocco/Project.pm: add get_full_list_extended function

The existing get_full_list function returns the list of
project names by reading the group file directly.

Add a new get_full_list_extended function that does the same
thing but returns an array of array refs consisting of all
the individual fields rather than just the names.

Tighten up the check a bit to only return items with a gid
>= 10000 rather than just 5 or more digits.

Add some comments explaining the return value for the functions.

Signed-off-by: Kyle J. McKay <mackyle@gmail.com>
Girocco/Project.pm