You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@whimsical.apache.org by cl...@apache.org on 2020/06/27 20:23:51 UTC

[whimsy] branch roster-emeritus updated (6509580 -> 8ad99f7)

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

clr pushed a change to branch roster-emeritus
in repository https://gitbox.apache.org/repos/asf/whimsy.git.


    from 6509580  Add error checking for emeritus request; adjust indentation
     add 1b6f506  case insensitive search for board summary tab;
     add 5648ed3  Handle svnmucc --password-from-stdin
     add a89b9a2  Ensure vars are defined
     add 0532464  Must only return status from svn_
     add a9d617f  Rearrange to be more like svn_
     add 4059afe  svn now raises ArgumentError for bad args
     add a5fe00d  Use common method to build SVN command line
     add 1cf7b1a  No need for chdir here
     add 2e917f3  add library containing the Ruby executable to the CGI path
     add 3033002  Add conflict-of-interest-current-year
     add 0f93e76  Add COIFiles class
     add 53d30fe  Fix typo in COIFiles class
     add 2d131d3  Ignore conflict-of-interest current-year
     add b582ac5  Pass Wunderbar _ to method
     add 377b523  Merge branch 'master' of github.com:apache/whimsy
     add c91054b  Work in progress... coi affirmation
     add 666c214  Ready to test; commit disabled
     add f4f0bcd  Add mail notifications; add links to signers display; update signature block
     add 4ecd2e9  Ready for user review
     add a0dfdc7  Update coi.cgi
     add cc9e64b  Update coi.cgi
     add 3f1727d  Update coi.cgi
     add 83c0f91  merge
     add 0fba338  Update coi.cgi from review comments
     add d7b79ac  Merge pull request #98 from apache/coi
     add a7aebcd  Fix credentials for template.txt
     add b6c1427  untaint at source
     add 979e940  Show error message
     add 9390a04  Reverse check for error
     add bb15bdd  Check can read signer files
     add a753fca  Ensure spawn does not complain
     add 9c64588  Unused
     add 59fe110  Ensure errors are reported to screen
     add fb57a55  Revert "Ensure errors are reported to screen"
     add 9efb3e7  More untainting needed
     add 6948612  Tidier display
     add b3989d4  Use table for showing current signers
     add ce094d6  _thead belongs before _tbody
     add 1600ea8  _tbody belongs after _thead, not inside
     add d7a8d28  Add misssing _tbody after _thead
     add 0a42a71  COI checks use live site only
     add 75fe4a5  Escapes don't count in single-quotes
     add f1cec31  Alphasort
     add 0749094  Add DRAFT and solicit feedback for coi.cgi
     add a3fec9d  Allow for multiple year affirmations
     add 55757c8  Add link to current year affirmations
     add 8ad99f7  Merge branch 'master' into roster-emeritus

No new revisions were added by this update.

Summary of changes:
 config/setupmymac                                  |  10 +-
 lib/spec/lib/svn_spec.rb                           |  14 ++
 lib/spec/lib/svn_wunderbar_spec.rb                 |  16 ++
 lib/whimsy/asf/documents.rb                        |   7 +
 lib/whimsy/asf/svn.rb                              | 149 ++++++--------
 lib/whimsy/sitewebsite.rb                          |  14 +-
 repository.yml                                     |  52 ++---
 www/board/agenda/views/actions/financials.json.rb  |   9 +-
 www/board/publish_minutes.cgi                      |   5 +-
 www/members/proxy.cgi                              |   4 +-
 www/officers/board-stats.cgi                       |  86 ++++-----
 www/officers/coi.cgi                               | 213 +++++++++++++++++++++
 www/roster/views/committees.html.rb                |  67 +++----
 www/roster/views/nonpmcs.html.rb                   |  44 ++---
 www/roster/views/ppmcs.html.rb                     |  58 +++---
 .../views/actions/rotate-attachment.json.rb        |   6 +-
 16 files changed, 499 insertions(+), 255 deletions(-)
 create mode 100755 www/officers/coi.cgi