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/14 21:46:19 UTC

[whimsy] branch roster-emeritus updated (650c889 -> 620fea1)

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 650c889  Merge branch 'roster-emeritus' of github.com:apache/whimsy into roster-emeritus
     add 2409ee1  Use the library method SVN.update
     add dfe849c  Replace _.system('svn') with library routine
     add 2573366  Use common method
     add 47813ec  Replace with library method
     add 6ea4edc  Support multiple paths in svn()
     add 4680775  Use path array instead of args:
     add 8e8ecb9  Add [paths] support to svn_
     add 5408bac  Use [paths] instead of extra args:
     add 8365313  attempt to fix travis failure -- skip over --non-interactive argument
     add d9219ed  try looking for a --
     add d24756b  Implement svn_! for handling _.system! ['svn'...]
     add 687cd78  Now handled by https://selfserve.apache.org/mail.html
     add a561497  Use library routines
     add 39ab1b8  Use File.join to construct file names
     add 1248896  Use File.join for filename construction
     add 201248d  Use library methods
     add ac7327f  Fix up _.system auth handling
     add 9536e9f  Try to fix WHIMSY-331
     add 680d204  Fix RE matching
     add 60b1183  Cater for system options
     add 1ba107b  Html only requires one hash
     add aebe913  Use library routines
     add 3a4f8df  Use library method
     add 36a532e  Expose iclas.txt URL
     add 4c69096  Use library routines
     add cb1e18f  Oops, missing end
     add effff1a  Revert 9ca6c16d485da0338f6286fa35835d890da0b93b
     add 6cc7a29  Allow for Wunderbar#system option hashes
     add 78cfc96  Extra cleanup
     add 0f0b9ff  Add msg: and depth: shorthand options
     add dc3f187  Simplify by using msg: and depth:
     add 0a96815  Use library methods
     add 16662e1  Obsolete comment
     add a4dcc3a  Avoid Dir.chdir
     add f3edb3f  Add support for :chdir
     add 780c912  Eliminate magic path; use File.join()
     add 8141932  xcode no longer includes svn; install via brew
     add fea02a1  Fix Travis error
     add 75fc298  No need for chdir
     add e6bf679  Eliminate unnecessary chdirs
     add d046cb8  Revert "No need for chdir"
     add 8948d51  Revert "Eliminate unnecessary chdirs"
     add 58cb36a  Use library method and avoid chdir
     add 65e53a0  Add self link to roster index
     add 3b30824  Handle status exit code better
     add a7ac620  Bug; tmpfile may be nil
     add dd737a5  Raise errors for program bugs
     add ad53b85  Return status
     add eb85236  Use library routine
     add ce0011c  Auth sets :pmc_chair, not :chair
     add 96a11bf  Fix tests to take account of code changes
     add 4c60989  Don't add auth if no password; dup before untaint
     add c67b7a7  No need for local checkout of site images
     add 90766b5  ldap-map not needed; adjust test data
     add 6472c5a  Another unnecessary checkout
     add 71e16bc  Eliminate magic strings
     add f9aad37  Eliminate magic string
     add a14d707  Remove unneeded reference to documents url
     add 620fea1  merge

No new revisions were added by this update.

Summary of changes:
 config/setupmymac                                  |   6 +-
 lib/spec/lib/svn_spec.rb                           |  58 ++-
 lib/spec/lib/svn_wunderbar_spec.rb                 |  67 ++-
 lib/whimsy/asf.rb                                  |   1 +
 lib/whimsy/asf/git.rb                              |   7 +-
 lib/whimsy/asf/icla.rb                             |   4 +
 lib/whimsy/asf/site-img.rb                         |  15 +
 lib/whimsy/asf/svn.rb                              | 153 ++++--
 repository.yml                                     |   8 +-
 tools/download_check.rb                            |   4 +-
 tools/site-scan.rb                                 |   7 +-
 www/board/agenda/Rakefile                          |   2 +-
 www/board/agenda/routes.rb                         |  25 +-
 www/board/agenda/spec/spec_helper.rb               |  15 +-
 www/board/agenda/views/actions/draft.json.rb       |   8 +-
 www/board/agenda/views/actions/publish.json.rb     |  37 +-
 www/board/agenda/views/actions/todos.json.rb       |   4 +-
 www/board/publish_minutes.cgi                      |   7 +-
 www/committers/subscribe.cgi                       |  17 +-
 www/members/inactive.cgi                           |  13 +-
 www/members/mentor-update.cgi                      |  12 +-
 www/members/proxy.cgi                              |  23 +-
 www/officers/acreq.cgi                             |   7 +-
 www/officers/board-stats.cgi                       |   2 +-
 www/officers/mlreq.cgi                             | 527 ---------------------
 www/officers/surveys.cgi                           |   7 +-
 www/roster/main.rb                                 |  12 +-
 www/roster/models/committee.rb                     |   3 +-
 www/roster/models/nonpmc.rb                        |   3 +-
 www/roster/views/index.html.rb                     |  10 +
 www/secretary/public-names.cgi                     |  50 +-
 www/secretary/workbench/tasks.rb                   |   2 +-
 .../workbench/views/actions/memapp.json.rb         |   2 +-
 www/treasurer/bill-upload.cgi                      |  12 +-
 34 files changed, 392 insertions(+), 738 deletions(-)
 create mode 100644 lib/whimsy/asf/site-img.rb
 delete mode 100755 www/officers/mlreq.cgi