5 Commits

Author SHA1 Message Date
Joey Perrott
d1ea1f4c7f build: update license headers to reference Google LLC ()
Update the license headers throughout the repository to reference Google LLC
rather than Google Inc, for the required license headers.

PR Close 
2020-05-26 14:26:58 -04:00
Joey Perrott
698b0288be build: reformat repo to new clang@1.4.0 ()
PR Close 
2020-04-14 12:08:36 -07:00
George Kalpakas
20f01163af fix(dev-infra): sort contributors alphabetically in get-data.ts script ()
The `contributing-stats/get-data.ts` script, which is used to retrieve
org-wide contribution data, returned the contributors in retrieval
order.

This commit ensures contributors are ordered alphabetically, which makes
it easier to find the stats for a specific contributor.

PR Close 
2020-03-11 14:49:18 -04:00
Alan Agius
77da6887f7 build(dev-infra): handle async failures in get-data.ts ()
Wrap the await block in a try/catch so not to have unhandled promise rejections.

PR Close 
2020-03-11 14:45:17 -04:00
Joey Perrott
65a6848ed7 build: creates a script to get contributor stats from across the angular org ()
This script gets all of the current users for the organization and retrieves
information about PR/Issue contributions/authorship since a provided date.
Returning this information as a CSV.

PR Close 
2020-03-10 14:17:24 -04:00