This is an automated email from the ASF dual-hosted git repository.
rubys 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 a8dfe1e add namesearch to podling json
a8dfe1e is described below
commit a8dfe1ee9de7069633f1689a2f7e39a5bbabc346
Author: Sam Ruby <[email protected]>
AuthorDate: Tue Jun 6 09:45:54 2017 -0400
add namesearch to podling json
---
lib/whimsy/asf/podlings.rb | 2 ++
www/roster/models/ppmc.rb | 1 +
2 files changed, 3 insertions(+)
diff --git a/lib/whimsy/asf/podlings.rb b/lib/whimsy/asf/podlings.rb
index 8a4a1ca..17e1941 100644
--- a/lib/whimsy/asf/podlings.rb
+++ b/lib/whimsy/asf/podlings.rb
@@ -228,8 +228,10 @@ module ASF
else
hash[:reporting] = r if r
end
+
hash[:resource] = resource
hash[:resourceAliases] = resourceAliases
+ hash[:namesearch] = namesearch if namesearch
hash
end
diff --git a/www/roster/models/ppmc.rb b/www/roster/models/ppmc.rb
index 14e7278..742b967 100644
--- a/www/roster/models/ppmc.rb
+++ b/www/roster/models/ppmc.rb
@@ -60,6 +60,7 @@ class PPMC
roster: roster,
mail: Hash[lists.sort],
moderators: moderators,
+ namesearch: ppmc.namesearch,
}
response
--
To stop receiving notification emails like this one, please contact
['"[email protected]" <[email protected]>'].