This is an automated email from the ASF dual-hosted git repository.
sebb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/whimsy.git
The following commit(s) were added to refs/heads/master by this push:
new 6ff5fdde Oops, also need this
6ff5fdde is described below
commit 6ff5fddefb968cb45255d3b796984945ed6fd5cc
Author: Sebb <[email protected]>
AuthorDate: Tue Feb 24 17:28:21 2026 +0000
Oops, also need this
---
www/roster/main.rb | 1 +
1 file changed, 1 insertion(+)
diff --git a/www/roster/main.rb b/www/roster/main.rb
index 54fb9d20..a2fa2111 100755
--- a/www/roster/main.rb
+++ b/www/roster/main.rb
@@ -188,6 +188,7 @@ get '/committer2/index.json' do
map {|person, list| [person, list.map(&:first)]}]
ASF::Person.preload(['id','name','mail','githubUsername',
'asf-githubStringID'])
+ member_statuses = ASF::Member.member_statuses
# build a list of people, their public-names, and email addresses
tmp = ASF::Person.list.sort_by(&:id).map {|person|
result = {id: person.id, name: person.public_name, mail: mail[person],