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 2020/06/17 20:24:41 UTC

[whimsy] branch chdir updated (fa29210 -> f748655)

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

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


    from fa29210  Use library routine
     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 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
     new f748655  Merge branch 'master' of https://gitbox.apache.org/repos/asf/whimsy into chdir

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/spec/lib/svn_spec.rb                          |  22 ++-
 lib/spec/lib/svn_wunderbar_spec.rb                |  18 ++-
 lib/whimsy/asf.rb                                 |   1 +
 lib/whimsy/asf/site-img.rb                        |  15 ++
 lib/whimsy/asf/svn.rb                             | 174 ++++++++++------------
 repository.yml                                    |   8 +-
 tools/site-scan.rb                                |   7 +-
 www/board/agenda/views/actions/financials.json.rb |   9 +-
 www/board/publish_minutes.cgi                     |   7 +-
 www/officers/board-stats.cgi                      |   2 +-
 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/roster/views/person/forms.js.rb               |   1 -
 www/secretary/workbench/tasks.rb                  |   6 +-
 16 files changed, 166 insertions(+), 132 deletions(-)
 create mode 100644 lib/whimsy/asf/site-img.rb


[whimsy] 01/01: Merge branch 'master' of https://gitbox.apache.org/repos/asf/whimsy into chdir

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

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

commit f7486558b660e511c052d489ad15ecface226184
Merge: fa29210 a5fe00d
Author: Sebb <se...@apache.org>
AuthorDate: Wed Jun 17 21:22:54 2020 +0100

    Merge branch 'master' of https://gitbox.apache.org/repos/asf/whimsy into chdir

 lib/spec/lib/svn_spec.rb                          |  22 ++-
 lib/spec/lib/svn_wunderbar_spec.rb                |  18 ++-
 lib/whimsy/asf.rb                                 |   1 +
 lib/whimsy/asf/site-img.rb                        |  15 ++
 lib/whimsy/asf/svn.rb                             | 174 ++++++++++------------
 repository.yml                                    |   8 +-
 tools/site-scan.rb                                |   7 +-
 www/board/agenda/views/actions/financials.json.rb |   9 +-
 www/board/publish_minutes.cgi                     |   7 +-
 www/officers/board-stats.cgi                      |   2 +-
 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/roster/views/person/forms.js.rb               |   1 -
 www/secretary/workbench/tasks.rb                  |   6 +-
 16 files changed, 166 insertions(+), 132 deletions(-)