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 bd3bc823 Document deprecated LDAP group bd3bc823 is described below commit bd3bc82340baf2be6b155ef65efe967fa520db3c Author: Sebb <s...@apache.org> AuthorDate: Sat May 31 14:46:57 2025 +0100 Document deprecated LDAP group --- www/public/README.html | 2 +- www/test/dataflow.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/www/public/README.html b/www/public/README.html index dfe78566..2d73a3e7 100644 --- a/www/public/README.html +++ b/www/public/README.html @@ -21,7 +21,7 @@ <dt>public_ldap_projects.json</dt> <dd>Details of PMCs and Podlings. The 'owners' list holds the ids with (P)PMC karma, and the 'members' list holds the ids with (P)PMC committer karma. (<a href="/test/dataflow.cgi#/public/public_ldap_projects.json">docs</a>)</dd> <dt>public_ldap_roles.json</dt> - <dd>Membership of LDAP role groups. For example committers shows the list of people with committer karma (<a href="/test/dataflow.cgi#/public/public_ldap_roles.json">docs</a>)</dd> + <dd>Membership of LDAP role groups. Note: the committers group is deprecated (INFRA-23030) (<a href="/test/dataflow.cgi#/public/public_ldap_roles.json">docs</a>)</dd> <dt>public_ldap_services.json</dt> <dd>Membership of LDAP service groups. For example pmc_chairs shows the list of people with PMC chair karma (<a href="/test/dataflow.cgi#/public/public_ldap_services.json">docs</a>)</dd> <dt>public_nonldap_groups.json</dt> diff --git a/www/test/dataflow.json b/www/test/dataflow.json index 098ea569..8d2ed374 100644 --- a/www/test/dataflow.json +++ b/www/test/dataflow.json @@ -87,8 +87,8 @@ ] }, "https://whimsy.apache.org/public/public_ldap_roles.json": { - "description": "Membership of LDAP role groups. For example committers shows the list of people with committer karma", - "format": "hash of hashes['rolegroups']['committers']['roster'][n] = 'brett'", + "description": "Membership of LDAP role groups. Note: the committers group is deprecated (INFRA-23030)", + "format": "hash of hashes['rolegroups']['groupname']['roster'][n] = 'uid'", "maintainer": "/www/roster/public_ldap_roles.rb", "sources": [ "/lib/whimsy/asf/ldap.rb"