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 2021/08/07 20:06:24 UTC

[whimsy] branch family-first updated (10ef9fa -> acd3aa0)

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

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


    from 10ef9fa  Make split of public name explicit split(" ")
     add 99b7055  Make it easier to tidy api dir
     add 6fd236e  Only want whimsy dir, not test or spec
     add 734f545  Non-standard list name
     add 468b9b9  Add draft method to convert cn to sn + givenName
     add cf561d9  Simplify; add doc note
     add d04a9cd  Simplify: move docker to top level
     add 82bdb44  chore: fix spelling (#113)
     add a2708cc  More explanation
     add ffd60ef  Drop .gitconfig
     add 56952f7  Typo
     add 3e38a02  No point showing claRef without file link
     add 48fdcf7  Fix caching issue
     add 13568cd  Drop cache; restore secretary access
     add 8143c76  Use previously fetched list
     add a75728a  Attic issues don't apply to non-PMC
     add a968588  Patience...
     add 9eafd51  Use public name
     add 0e90590  Try to find duplicate ICLAs
     add 4316de7  Link to new check
     add 762cbaa  Add Public Name
     add a28206d  Look for additional matches of first/last names
     add 03c3e65  Don't save an empty line
     add eb17ee4  Don't save an empty line
     add 75b1959  Don't create PDFProject key unnecessarily
     add 6f8c47f  Handle widgets as well
     add 2e02dd4  Look for ICLA duplicates
     add f30c630  Linkify warnings
     add ba227ab  Unused
     add 5feaeae  Don't init ldap unnecessarily
     add f95c56a  Show LDAP hosts for members
     add af806b7  Update to Wunderbar 1.5.0
     add a4fe8af  Don't pin any gems
     add d8be3c8  make post.js parseable with latest version of Ruby parser
     add 14bf617  avoid name collisions
     add 677a244  Obsolete reference
     add b4d6016  Not needed ?
     add 4bdab1f  Merge branch 'master' into family-first way old
     add 03f838b  remove dependency on puma
     add acd3aa0  Family first flag implementation for review after testing

No new revisions were added by this update.

Summary of changes:
 .dockerignore                                      |   6 ++
 DEPLOYMENT.md                                      |   2 +-
 DOCKER.md                                          |  24 +++--
 docker/Dockerfile => Dockerfile                    |   5 +-
 Gemfile                                            |   3 +-
 MACOSX.md                                          |   4 +-
 README.md                                          |   2 +-
 Rakefile                                           |  81 ++++++----------
 asf.gemspec                                        |   4 +-
 docker/docker-compose.yaml => docker-compose.yaml  |   9 +-
 lib/Gemfile                                        |   3 +-
 lib/spec/lib/mail/mlist_spec.rb                    |   1 +
 lib/spec/lib/person_spec.rb                        |  38 ++++++++
 lib/whimsy/asf/icla.rb                             |  30 ++++++
 lib/whimsy/asf/person.rb                           |  19 ++++
 lib/whimsy/logparser.rb                            |   1 -
 ruby2js.version                                    |   1 -
 secmail.py                                         |   2 +-
 tools/Gemfile                                      |   3 +-
 tools/toccomments.sh                               |   2 +-
 wunderbar.version                                  |   1 -
 www/board/agenda/Gemfile                           |   6 +-
 www/board/agenda/README.md                         |  22 ++---
 .../agenda/test/data/board_agenda_2015_01_21.txt   |   2 +-
 .../agenda/test/data/board_agenda_2015_02_18.txt   |  20 ++--
 .../agenda/test/data/board_minutes_2015_01_21.txt  |   6 +-
 www/board/agenda/views/buttons/post.js.rb          |   4 +-
 www/board/agenda/views/models/agenda.js.rb         |  10 +-
 www/brand/replyedit.cgi                            |   2 +-
 www/brand/replyui.cgi                              |   2 +-
 www/committers/Gemfile                             |   3 +-
 www/docs/.gitignore                                |   1 +
 www/docs/api/.gitignore                            |   2 -
 www/fundraising/invoice.cgi                        |   2 +-
 www/index.html                                     |   1 +
 www/members/Gemfile                                |   3 +-
 www/project/icla/Gemfile                           |   8 +-
 www/roster/Gemfile                                 |   6 +-
 www/roster/main.rb                                 |  63 ++++--------
 www/roster/models/nonpmc.rb                        |   2 +-
 www/roster/public/javascript/es6-promise.js        |   3 +-
 www/roster/public_json_common.rb                   |   1 -
 www/roster/public_ldap_people.rb                   |   2 +-
 www/roster/views/AAREADME.txt                      |   2 +-
 www/roster/views/iclaSearch.js.rb                  |   9 +-
 www/roster/views/nonpmc/main.js.rb                 |  19 +---
 www/secretary/Gemfile                              |   6 +-
 www/secretary/icla-dupes.cgi                       | 106 +++++++++++++++++++++
 www/secretary/iclaparser.rb                        |  39 +++++---
 www/secretary/workbench/Gemfile                    |   9 +-
 www/secretary/workbench/README                     |   4 +-
 www/secretary/workbench/public/HOWTO.html          |   2 +-
 www/secretary/workbench/templates/acreq.erb        |   4 +-
 www/secretary/workbench/views/actions/icla.json.rb |  17 +++-
 .../workbench/views/actions/memapp.json.rb         |   2 +-
 .../workbench/views/actions/parse-icla.json.rb     |   9 +-
 www/secretary/workbench/views/forms/icla.js.rb     |  48 +++++-----
 www/secretary/workbench/views/tasklist.html.rb     |  16 +++-
 www/status/Gemfile                                 |   3 +-
 www/status/monitors/unit_test.rb                   |   2 +-
 www/test.cgi                                       |  14 +++
 www/treasurer/Gemfile                              |   3 +-
 62 files changed, 452 insertions(+), 274 deletions(-)
 create mode 100644 .dockerignore
 rename docker/Dockerfile => Dockerfile (90%)
 rename docker/docker-compose.yaml => docker-compose.yaml (50%)
 create mode 100644 lib/spec/lib/person_spec.rb
 delete mode 100644 ruby2js.version
 delete mode 100644 wunderbar.version
 create mode 100644 www/docs/.gitignore
 delete mode 100644 www/docs/api/.gitignore
 create mode 100755 www/secretary/icla-dupes.cgi