summaryrefslogtreecommitdiffstats
path: root/vnfcatalogue/cronjobs/github.js
AgeCommit message (Collapse)AuthorFilesLines
2017-09-08Remove VNF catalogue from relengMorgan Richomme1-129/+0
It has been transfered to sample vnf repo [1] [1]: https://git.opnfv.org/samplevnf/tree/VNF_Catalogue Change-Id: I418151bd24517efeb66fc0ae76cb9e091bd130f6 Signed-off-by: Morgan Richomme <morgan.richomme@orange.com>
2017-03-15Adds cronjob for filling vnf table row entriesKumar Rishabh1-0/+129
It uses github api calls to fill no_of_developers, no_of_stars and versions entry. It is a bit hacky as it sets some parameters and parses the header link line to get the number. TODO lines_of_code entry as it is not provided directly by github api. Change-Id: I6cba54ad48fbb6aa5f4823100a426abbb82fc447 Signed-off-by: Kumar Rishabh <shailrishabh@gmail.com>