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/01/13 23:54:44 UTC

[whimsy] branch mod-gui updated (e62045d -> dbf0772)

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 e62045d  Merge branch 'mod-gui' of https://gitbox.apache.org/repos/asf/whimsy into mod-gui
     add 0aa71f2  Ensure data has been loaded
     add a107361  Ensure the data exists if list has not been displayed
     add f4211a5  Add new code to display non-PMC committees
     add f268d4a  Drop debug
     add 932046a  Wire in the non-PMC code
     add 6661e4f  Tweaks
     add ef5e3a7  Tweak
     add efcdfc5  Not relevant
     add b4519b7  Typo
     add e71b419  Disable LDAP checks for now
     add 72691a9  Allow ASF lists to be matched
     add 943e034  Unnecessary check
     add f4794fc  Docco and error message fix
     add 27881bd  Remove unused
     add 0fa3291  Add chair to roster if empty
     add 6f0a61b  mail_list needs to be massaged before use
     new dbf0772  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                        |   3 +
 lib/whimsy/asf/mlist.rb                            |  14 +-
 www/roster/main.rb                                 |  24 +++
 www/roster/models.rb                               |   1 +
 www/roster/models/committee.rb                     |   1 +
 www/roster/models/{committee.rb => nonpmc.rb}      |  76 ++++----
 www/roster/views/app.js.rb                         |   6 +
 www/roster/views/committees.html.rb                |   2 +-
 www/roster/views/index.html.rb                     |  12 ++
 .../views/{committee.html.rb => nonpmc.html.rb}    |   8 +-
 www/roster/views/{pmc => nonpmc}/add.js.rb         |  25 ++-
 www/roster/views/{pmc => nonpmc}/committers.js.rb  |  26 +--
 www/roster/views/nonpmc/main.js.rb                 | 208 +++++++++++++++++++++
 www/roster/views/{pmc => nonpmc}/mod.js.rb         |  27 ++-
 www/roster/views/nonpmc/nonpmc.js.rb               | 169 +++++++++++++++++
 .../views/{committees.html.rb => nonpmcs.html.rb}  |  18 +-
 www/status/monitors/system.rb                      |  25 +--
 17 files changed, 557 insertions(+), 88 deletions(-)
 copy www/roster/models/{committee.rb => nonpmc.rb} (74%)
 copy www/roster/views/{committee.html.rb => nonpmc.html.rb} (64%)
 copy www/roster/views/{pmc => nonpmc}/add.js.rb (74%)
 copy www/roster/views/{pmc => nonpmc}/committers.js.rb (73%)
 create mode 100644 www/roster/views/nonpmc/main.js.rb
 copy www/roster/views/{pmc => nonpmc}/mod.js.rb (75%)
 create mode 100644 www/roster/views/nonpmc/nonpmc.js.rb
 copy www/roster/views/{committees.html.rb => nonpmcs.html.rb} (72%)


[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 dbf07726f67cfaad74af601ce57beeafbc40cb06
Merge: e62045d 6f0a61b
Author: Sebb <se...@apache.org>
AuthorDate: Sun Jan 13 23:54:23 2019 +0000

    Merge branch 'master' into mod-gui

 lib/whimsy/asf/committee.rb                        |   3 +
 lib/whimsy/asf/mlist.rb                            |  14 +-
 www/roster/main.rb                                 |  24 +++
 www/roster/models.rb                               |   1 +
 www/roster/models/committee.rb                     |   1 +
 www/roster/models/{committee.rb => nonpmc.rb}      |  76 ++++----
 www/roster/views/app.js.rb                         |   6 +
 www/roster/views/committees.html.rb                |   2 +-
 www/roster/views/index.html.rb                     |  12 ++
 www/roster/views/nonpmc.html.rb                    |  26 +++
 www/roster/views/nonpmc/add.js.rb                  | 103 ++++++++++
 www/roster/views/nonpmc/committers.js.rb           |  90 +++++++++
 www/roster/views/nonpmc/main.js.rb                 | 208 +++++++++++++++++++++
 www/roster/views/nonpmc/mod.js.rb                  | 106 +++++++++++
 www/roster/views/nonpmc/nonpmc.js.rb               | 169 +++++++++++++++++
 .../views/{committees.html.rb => nonpmcs.html.rb}  |  18 +-
 www/status/monitors/system.rb                      |  25 +--
 17 files changed, 824 insertions(+), 60 deletions(-)