From 195aeefa7c4b899ab8f338daf18fb42df6b2af01 Mon Sep 17 00:00:00 2001 From: Adam Fowler Date: Mon, 9 Sep 2024 13:39:16 +0100 Subject: [PATCH] Update CONTRIBUTORS.txt and generation script (#546) * Update CONTRIBUTORS.txt and generate script * Update mailmap --- .mailmap | 5 ++++- CONTRIBUTORS.txt | 13 +++++++++++-- scripts/generate-contributors-list.sh | 3 +++ 3 files changed, 18 insertions(+), 3 deletions(-) diff --git a/.mailmap b/.mailmap index d8781ddfa..7aea5cced 100644 --- a/.mailmap +++ b/.mailmap @@ -1 +1,4 @@ -Nicholas Trienens Nicholas Trienens \ No newline at end of file +Nicholas Trienens Nicholas Trienens +Adam Fowler adam-fowler +Adam Fowler dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> +Adam Fowler hummingbird-automation[bot] <168462326+hummingbird-automation[bot]@users.noreply.github.com> diff --git a/CONTRIBUTORS.txt b/CONTRIBUTORS.txt index 5327dbfa8..744a44029 100644 --- a/CONTRIBUTORS.txt +++ b/CONTRIBUTORS.txt @@ -12,22 +12,31 @@ needs to be listed here. - Adam Fowler - Aleph Retamal <7674479+alephao@users.noreply.github.com> +- Andreas Ley - Brian Michel +- Callum Todd - Chris <4376956+SoftwareEngineerChris@users.noreply.github.com> - Derek Clarkson - Florion - Iceman - Joannis Orlandos +- Jonathan Pulfer +- Lorenzo Fiamingo +- Mirza Učanbarlić <56406159+supersonicbyte@users.noreply.github.com> - Moritz Lang +- Runar Hummelsund - Simon Leeb <52261246+sliemeobn@users.noreply.github.com> - Tanner Silva - Tibor Bödecs -- dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> -- hummingbird-automation[bot] <168462326+hummingbird-automation[bot]@users.noreply.github.com> - taylorswift - 0xpablo +- Michael Stegeman - Ronald Mannak - Nicholas Trienens +- Mahdi Bahrami +- Joseph Heck +- Stevenson Michel <130018170+thoven87@users.noreply.github.com> +- Thomas Krajacic - Gao Lei <7885834+ladiesman218@users.noreply.github.com> - Kanz <87kangsw@gmail.com> - Kia Abdi <65511468+TheeKia@users.noreply.github.com> diff --git a/scripts/generate-contributors-list.sh b/scripts/generate-contributors-list.sh index 5416ad0ee..9755f2401 100755 --- a/scripts/generate-contributors-list.sh +++ b/scripts/generate-contributors-list.sh @@ -45,8 +45,11 @@ get_contributors hummingbird-fluent get_contributors hummingbird-lambda get_contributors hummingbird-mustache get_contributors hummingbird-redis +get_contributors hummingbird-postgres +get_contributors hummingbird-websocket get_contributors hummingbird-examples + CONTRIBUTORS=$(awk '!a[$0]++' <<< """$CONTRIBUTORS""") cat > "$here/../CONTRIBUTORS.txt" <<- EOF