You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@whimsical.apache.org by se...@apache.org on 2019/02/12 09:52:52 UTC

[whimsy] branch mod-gui updated (6aaf424 -> 994b992)

This is an automated email from the ASF dual-hosted git repository.

sebb pushed a change to branch mod-gui
in repository https://gitbox.apache.org/repos/asf/whimsy.git.


    from 6aaf424  Explain archivers
     add 7312f64  Explain archivers
     add 76ea0af  Don't return file from call
     add 43c353b  Utility to convert to shortform list id
     add 9290e82  Add listing of archivers, with classification
     add f15a263  Archiver listing checks
     add 582cd45  Make final cross-check stand out better
     add c856cf8  Allow for non-UTF-8 chars in JIRA response
     add 7731c1f  Add alpha jump links as page is quite long
     add b855a61  Use method rather than referencing constant
     add 863b2c4  Use method rather than referencing constant
     add cd69ca2  Docco
     add 40bd8cf  Emulate original ldap_committee output from projects and CI
     add 24267f0  Emulate original ldap_group output from projects, groups and CI
     add c1180da  No need for guineapig checks anymore here
     add f97bf85  Bye bye little pig
     add e936f8c  Overlooked this one
     add 4b3e93e  Test no longer needed
     add 6789f80  Projects are all guineapigs now
     add e42d3cb  We always have a committers group now
     add 748ecfd  All committees are effectively now guineapigs
     add 0b091cb  Committee.find never returns nil/false
     add a552d26  Detect dropped names
     add 8503a54  Only send message if there was a change!
     add 8043e4e  Legacy LDAP is no longer used
     add ad47edb  Improve check for empty instance
     add 10475cd  Typo
     add 5baecde  No longer needed
     add edb6afa  Note remaining issue with legacy ou=pmc
     add 74493df  self.add/remove no longer in use so drop them
     add 21985de  Revert "Legacy LDAP is no longer used"
     add 1e0c82e  TODOs
     add 20fc1ea  TODOs and doc fix
     add 5a3d282  Does not affect time to generate
     add 1adb7fc  More docs
     add 7db94bb  Fix binding issue (props greg)
     add 0088c99  Wrong check for committee existence
     add 1cceffd  Clarify purpose of variable
     add ae2ccb6  Using wrong comparison; must use memberids i.e. ou=pmc
     add 1f6823f  Explain last column
     add 4cf81bc  Should be using the list from committee-info, not ou=pmc
     add 2c9b3ce  Use actual PMC rosters rather than relying on ou=pmc
     add 9cb3c26  Don't always want the Project objects
     add 9e53699  Committee.list is outdated/ambiguous currently
     add 70622e9  Duplicated
     add 284f0ae  Ensure all message has expected CRLF terminators
     add 13e1f2b  Since we store unprocessed mail, also need to fix CRLF here
     add 94e8a90  Input is the raw email from file or stdin
     add 63758b2  Doc
     add 7c78171  WHIMSY-236 take account of badrcptto
     add b04dee4  Also match tab start; don't fail if no match
     add 50017a6  WHIMSY-236 take account of badrcptto
     add 12edfcc  Synchronise with other deliver script
     add b17f3b0  Only search headers for the Message-ID
     new 994b992  Merge branch 'master' into mod-gui

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 lib/whimsy/asf/committee.rb                      |   1 +
 lib/whimsy/asf/icla.rb                           |  34 +++++-
 lib/whimsy/asf/ldap.rb                           | 129 ++++++----------------
 lib/whimsy/asf/mail.rb                           |   8 ++
 lib/whimsy/asf/mlist.rb                          |  43 +++++++-
 lib/whimsy/asf/podling.rb                        |   3 +-
 repository.yml                                   |   7 +-
 tools/check_consistency.rb                       |   2 +
 tools/deliver.rb                                 |  11 +-
 www/board/agenda/views/actions/post-data.json.rb |   2 +-
 www/board/agenda/views/actions/todos.json.rb     |  22 ----
 www/index.html                                   |   3 +-
 www/members/archivers.cgi                        | 132 +++++++++++++++++++++++
 www/members/watch.cgi                            |  14 ++-
 www/roster/main.rb                               |   2 +-
 www/roster/models/committee.rb                   |   1 -
 www/roster/models/committer.rb                   |   8 +-
 www/roster/models/group.rb                       |   4 +-
 www/roster/models/nonpmc.rb                      |   1 -
 www/roster/public_ldap_committees.rb             |  60 +++++------
 www/roster/public_ldap_groups.rb                 |  74 ++++++++-----
 www/roster/public_ldap_people.rb                 |  13 +++
 www/roster/views/actions/committee.json.rb       |  17 ++-
 www/roster/views/committees.html.rb              |  17 ++-
 www/roster/views/nonpmc/main.js.rb               |   9 +-
 www/roster/views/pmc/main.js.rb                  |   8 +-
 www/secretary/ldap-check.cgi                     |  11 +-
 www/secretary/workbench/models/message.rb        |  35 +++---
 28 files changed, 426 insertions(+), 245 deletions(-)
 create mode 100755 www/members/archivers.cgi


[whimsy] 01/01: Merge branch 'master' into mod-gui

Posted by se...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

sebb pushed a commit to branch mod-gui
in repository https://gitbox.apache.org/repos/asf/whimsy.git

commit 994b99221680f415cb67991b3baa461ed73cfc81
Merge: 6aaf424 b17f3b0
Author: Sebb <se...@apache.org>
AuthorDate: Tue Feb 12 09:52:27 2019 +0000

    Merge branch 'master' into mod-gui

 lib/whimsy/asf/committee.rb                      |   1 +
 lib/whimsy/asf/icla.rb                           |  34 +++++-
 lib/whimsy/asf/ldap.rb                           | 129 ++++++----------------
 lib/whimsy/asf/mail.rb                           |   8 ++
 lib/whimsy/asf/mlist.rb                          |  43 +++++++-
 lib/whimsy/asf/podling.rb                        |   3 +-
 repository.yml                                   |   7 +-
 tools/check_consistency.rb                       |   2 +
 tools/deliver.rb                                 |  11 +-
 www/board/agenda/views/actions/post-data.json.rb |   2 +-
 www/board/agenda/views/actions/todos.json.rb     |  22 ----
 www/index.html                                   |   3 +-
 www/members/archivers.cgi                        | 132 +++++++++++++++++++++++
 www/members/watch.cgi                            |  14 ++-
 www/roster/main.rb                               |   2 +-
 www/roster/models/committee.rb                   |   1 -
 www/roster/models/committer.rb                   |   8 +-
 www/roster/models/group.rb                       |   4 +-
 www/roster/models/nonpmc.rb                      |   1 -
 www/roster/public_ldap_committees.rb             |  60 +++++------
 www/roster/public_ldap_groups.rb                 |  74 ++++++++-----
 www/roster/public_ldap_people.rb                 |  13 +++
 www/roster/views/actions/committee.json.rb       |  17 ++-
 www/roster/views/committees.html.rb              |  17 ++-
 www/roster/views/nonpmc/main.js.rb               |   9 +-
 www/roster/views/pmc/main.js.rb                  |   8 +-
 www/secretary/ldap-check.cgi                     |  11 +-
 www/secretary/workbench/models/message.rb        |  35 +++---
 28 files changed, 426 insertions(+), 245 deletions(-)