Ruby2JS 5.1, esbuild, and a Peek at the Future

2023-02-20 Thread Sam Ruby
FYI: https://www.ruby2js.com/updates/future-of-ruby2js/ In particular, note the link at the bottom for GitHub discussions. - Sam Ruby

Re: ldap "meta" ou

2022-06-13 Thread Sam Ruby
sing LDAP updates. > > This is the goal. > > > In case there are Infra scripts that update owners it would make sense > > to keep a regular check on the consistency of the lists. > > Yes, I have been looking to see if there are any infra scripts which would > need to be updated, b

Re: ldap "meta" ou

2022-06-12 Thread Sam Ruby
>From a whimsy requirements perspective, the key requirement is that PMC members can update LDAP the PMC (i.e., both the PMC and committers lists). On Sun, Jun 12, 2022 at 6:56 PM sebb wrote: > > On Sun, 12 Jun 2022 at 21:26, Chris Lambertus wrote: > > > > > > Hi folks, > > > > I have been

Re: Whimsy (Status) https://whimsy.apache.org/status/ is up!

2022-05-13 Thread Sam Ruby
The issue appears to have been chrome. See attached. - Sam Ruby On Fri, May 13, 2022 at 3:13 PM NodePing Alert wrote: > > Host Whimsy (Status) : https://whimsy.apache.org/status/ is back up after 247 > minutes of downtime as of Fri May 13 2022 19:13:48 GMT+. > Public result

500 Internal Server Error

2022-05-10 Thread Sam Ruby
https://whimsy.apache.org/roster/committer/rubys What's weird is that I don't see anything show up in the the server logs. - Sam Ruby

Re: node.js does not (yet) support Ubuntu 22.04

2022-04-26 Thread Sam Ruby
buntu:22.04 ENV DEBIAN_FRONTEND="noninteractive". RUN apt-get update RUN apt-get install -y nodejs npm curl RUN npm install -g n RUN which node && node -v RUN n 18 RUN which node && node -v CMD ["/bin/bash"] - Sam Ruby

Re: Warnings re: already initialized constants

2022-04-26 Thread Sam Ruby
On Tue, Apr 26, 2022 at 10:27 AM sebb wrote: > > On Tue, 26 Apr 2022 at 14:53, Sam Ruby wrote: > > > > On Tue, Apr 26, 2022 at 9:29 AM sebb wrote: > > > > > > There are a lot of older versions of Gems around - maybe time to do a > > > cleanu

Re: Warnings re: already initialized constants

2022-04-26 Thread Sam Ruby
and we move to whimsy-vm7. - Sam Ruby

Re: Warnings re: already initialized constants

2022-04-26 Thread Sam Ruby
in Whimsy -- unless I > hear otherwise? If you remove the net-smtp gem from the Gemfile, the require will fail with ruby 3.1.2p20. Perhaps add "unless RUBY_VERSION =~ /^2/" to that line in the Gemfile? > Sebb - Sam Ruby

[jira] [Resolved] (WHIMSY-385) agenda unit tests don't work on node.js 15+

2022-04-14 Thread Sam Ruby (Jira)
[ https://issues.apache.org/jira/browse/WHIMSY-385?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sam Ruby resolved WHIMSY-385. - Assignee: Sam Ruby Resolution: Fixed https://github.com/apache/whimsy/commit

Re: [whimsy] branch master updated: Only accessible from Secretary workbench now

2022-04-06 Thread Sam Ruby
Internal server error: https://whimsy.apache.org/roster/committer/sebb - Sam Ruby On Tue, Apr 5, 2022 at 4:39 PM wrote: > > This is an automated email from the ASF dual-hosted git repository. > > sebb pushed a commit to branch master > in repository https://gitbox.apach

Re: Move from Travis to GitHub Actions

2022-03-29 Thread Sam Ruby
st it is easier to reason about, if the client and server are written in the same language. But that doesn't seem meant to be - at least not here at the ASF. I guess my recommendation is to not enable that one test, and leave that problem to the infra team. - Sam Ruby > On Tue, 29 Mar 2022 at

Re: Move from Travis to GitHub Actions

2022-03-25 Thread Sam Ruby
hub.com/marketplace/actions/setup-chromedriver ? > Sebb - Sam Ruby

Re: [whimsy] branch master updated: No wonder Travis avoids chromedriver issues

2022-03-25 Thread Sam Ruby
I have to say that I've been watching this progress with a combination of admiration and amusement. :-) It is also pleasing to see that whether something you tried works or didn't work, you find out quickly, not hours later, like what sometimes happens with Travis. - Sam Ruby On Fri, Mar 25

Re: [jira] [Commented] (WHIMSY-383) root@ needs access to ICLAs

2022-03-08 Thread Sam Ruby
/documents/iclas/sam-ruby.pdf https://svn.apache.org/repos/private/documents/iclas/shane-curcuru.pdf - Sam Ruby On Tue, Mar 8, 2022 at 7:32 AM Shane Curcuru wrote: > > Sebb (Jira) wrote on 3/8/22 7:10 AM: > ... > > Sebb commented on WHIMSY-383: > >

[jira] [Commented] (WHIMSY-383) root@ needs access to ICLAs

2022-03-08 Thread Sam Ruby (Jira)
[ https://issues.apache.org/jira/browse/WHIMSY-383?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17502811#comment-17502811 ] Sam Ruby commented on WHIMSY-383: - I have no way to test it, but the following should do the trick

Re: Broken: apache/whimsy#3682 (master - a875f5a)

2022-01-16 Thread Sam Ruby
On Fri, Jan 14, 2022 at 10:43 AM sebb wrote: > On Fri, 14 Jan 2022 at 15:12, Sam Ruby wrote: > > > > On Fri, Jan 14, 2022 at 9:52 AM sebb wrote: > > > > > > On Fri, 14 Jan 2022 at 14:04, Sam Ruby wrote: > > > > > > > > On Fri, Jan

Re: Broken: apache/whimsy#3682 (master - a875f5a)

2022-01-14 Thread Sam Ruby
On Fri, Jan 14, 2022 at 9:52 AM sebb wrote: > > On Fri, 14 Jan 2022 at 14:04, Sam Ruby wrote: > > > > On Fri, Jan 14, 2022 at 8:30 AM sebb wrote: > > > > > > I'm wondering whether we should pin major version numbers of Gems. > > > > > >

Re: Broken: apache/whimsy#3682 (master - a875f5a)

2022-01-14 Thread Sam Ruby
her is to check in Gemfile.lock files and only run in production what has been tested locally. This would request frequently updating Gemfile.lock files for each whimsy application locally and checking in the results. - Sam Ruby > On Fri, 14 Jan 2022 at 00:52, Sam Ruby wrote: > > > >

Re: Broken: apache/whimsy#3682 (master - a875f5a)

2022-01-13 Thread Sam Ruby
I was debugging the same thing, and came to the same conclusion. By the way this affects the roster tool as well as the board agenda. - Sam Ruby On Thu, Jan 13, 2022 at 7:44 PM sebb wrote: > > Looks like the API for YAML.safe_load has changed. It now requires named > parameters. &g

Re: Remove vagrant code from default branch

2021-12-10 Thread Sam Ruby
> it from the default branch. > > Any objections? No objections to removing it from the main branch. I don't see a reason to create a vagrant branch as if there ever is interest the code remains in the history, but if you are inclined to create it - again, no objections. > Sebb - Sam Ruby

[jira] [Resolved] (WHIMSY-373) Whimsy board agenda page error, won't display

2021-12-07 Thread Sam Ruby (Jira)
[ https://issues.apache.org/jira/browse/WHIMSY-373?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sam Ruby resolved WHIMSY-373. - Resolution: Fixed Regression in ruby2js: https://github.com/ruby2js/ruby2js/commit

[jira] [Assigned] (WHIMSY-373) Whimsy board agenda page error, won't display

2021-12-07 Thread Sam Ruby (Jira)
[ https://issues.apache.org/jira/browse/WHIMSY-373?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sam Ruby reassigned WHIMSY-373: --- Assignee: Sam Ruby > Whimsy board agenda page error, won't disp

Re: Is SafeTempFile really still needed?

2021-11-03 Thread Sam Ruby
On 11/3/2021 1:19 PM, sebb wrote: The comments state that the class was created to deal with a problem in Ruby 2.3.0 related to the use of the $SAFE variable. Whimsy no longer uses 2.3.0, and Ruby no longer uses the $SAFE variable, so can the class be dropped? Yes. Sebb - Sam Ruby

Re: [whimsy] branch master updated: resync config/whimsy.conf

2021-10-13 Thread Sam Ruby
I ran https://github.com/apache/whimsy/blob/master/tools/mkconf.rb, which in turn executes: ssh whimsy.apache.org cat /etc/apache2/sites-enabled/*-whimsy-vm-443.conf patches welcome, either to infra-p6, or to the mkconf script :-) - Sam Ruby On Wed, Oct 13, 2021 at 6:47 AM sebb wrote

Re: svn commit: r1893287 - /infrastructure/site/trunk/content/foundation/board/calendar.mdtext

2021-09-14 Thread Sam Ruby
to update the html rather than the markdown, and then update the site to (a) link to the calendar "overview" page in svn rather than the current location, and (b) do either a redirect/rewrite of the current location of the calendar overview page to the new location in svn. - Sam Ruby On T

Re: Ruby2JS 4.0.0+ creates syntax error for board/agenda/.. events.js.rb

2021-08-14 Thread Sam Ruby
Fixed, thanks! I'll start a thread on board@ about dropping support for IE. - Sam Ruby On Sat, Aug 14, 2021 at 9:03 AM sebb wrote: > > Having unpinned Ruby2JS, I found that board/agenda no longer worked. > > This turned out to be due to Ruby2JS generating a syntax error for &g

Re: Rakefile restarts Passenger apps before updating Gems?

2021-08-07 Thread Sam Ruby
# application, restart it (and, yes, there is a typo in that comment) > Sebb - Sam Ruby

Re: Drop Gem packaging code for whimsy

2021-08-07 Thread Sam Ruby
On Sat, Aug 7, 2021 at 6:12 PM sebb wrote: > > On Sat, 7 Aug 2021 at 19:53, sebb wrote: > > > > On Sat, 7 Aug 2021 at 18:58, Sam Ruby wrote: > > > > > > On Sat, Aug 7, 2021 at 1:10 PM sebb wrote: > > > > > > > > On Sat, 7 Aug 2021

Re: Is .ruby-version still needed?

2021-08-07 Thread Sam Ruby
changes are needed to MACOS.md? Recommendation: delete the file, add .ruby-version to .git-ignore, and leave MACOS.md alone. Those that need it in the future, can create it, but there is no need to commit such files at this time. - Sam Ruby > > Matt Sicker > > > > > On Aug 7,

Re: Drop Gem packaging code for whimsy

2021-08-07 Thread Sam Ruby
The 'gem' lines with path values in Gemfiles are effectively a way to add another part of the source tree to the ruby lib path. - Sam Ruby On Sat, Aug 7, 2021 at 8:43 AM sebb wrote: > > AFAICT it is not necessary for the whimsy library code to be packaged as a > Gem. > > However

Re: Testing secretary workbench

2021-08-05 Thread Sam Ruby
ession" is much easier to debug than "some version released in the past n months introduced a regression". But honestly, either approach is preferable to the broken approach that whimsy had been using since late last year. - Sam Ruby On Wed, Aug 4, 2021 at 11:14 PM Craig Russell wro

-1 (was: Error starting web application secretary workbench)

2021-08-05 Thread Sam Ruby
New subject line for visibility; cc PMC chair On Wed, Aug 4, 2021 at 8:14 PM Sam Ruby wrote: > > What you have implemented is unwise, and I therefore am now giving my > -1 to that approach and am requesting that it be reverted. - Sam Ruby

Re: Error starting web application secretary workbench

2021-08-04 Thread Sam Ruby
On Wed, Aug 4, 2021 at 9:06 PM sebb wrote: > > On Thu, 5 Aug 2021 at 01:15, Sam Ruby wrote: > > > > On Wed, Aug 4, 2021 at 7:38 PM sebb wrote: > > > > > > On Thu, 5 Aug 2021 at 00:14, Sam Ruby wrote: > > > > > > > > It looks l

Re: Error starting web application secretary workbench

2021-08-04 Thread Sam Ruby
On Wed, Aug 4, 2021 at 7:38 PM sebb wrote: > > On Thu, 5 Aug 2021 at 00:14, Sam Ruby wrote: > > > > It looks like sebb disabled security updates on wunderbar, which seems > > unwise. > > Updates were *not* disabled, but updates are no longer automatically > ins

Re: Error starting web application secretary workbench

2021-08-04 Thread Sam Ruby
It looks like sebb disabled security updates on wunderbar, which seems unwise. https://github.com/apache/whimsy/blob/f95c56af00e57ee51582b9a74961983b6dc85e6a/www/secretary/workbench/Gemfile#L19 - Sam Ruby On Wed, Aug 4, 2021 at 5:24 PM Sam Ruby wrote: > > I pushed wunderbar 1.5.0 which

Re: Error starting web application secretary workbench

2021-08-04 Thread Sam Ruby
I pushed wunderbar 1.5.0 which should fix the problem. This will be picked up the next time puppet runs. - Sam Ruby On Wed, Aug 4, 2021 at 2:00 PM Craig Russell wrote: > > Anyone else seeing this on https://whimsy.apache.org/secretary/workbench/ ? > > Error starting web

Re: Testing secretary workbench

2021-08-03 Thread Sam Ruby
udo gem install bundler If this works (i.e., the two commands at the top of this email starting with "head -1" now return the same results), try rerunning setupmymac. - Sam Ruby

Re: Testing secretary workbench

2021-08-02 Thread Sam Ruby
On Mon, Aug 2, 2021 at 2:10 PM Roy T. Fielding wrote: > > On Aug 1, 2021, at 4:47 PM, Sam Ruby wrote: > > My experience is that reinstalling xcode-select is sometimes > > necessary, but solves the problem. Unfortunately, this hasn't worked > > for you. > > I h

Re: Testing secretary workbench

2021-08-01 Thread Sam Ruby
nd certainly can't run whimsy. My experience is that reinstalling xcode-select is sometimes necessary, but solves the problem. Unfortunately, this hasn't worked for you. Alternatives include containers and VMs, and at the present time there only are up to date instructions for getting set up wit

Re: Testing secretary workbench

2021-07-30 Thread Sam Ruby
s (0) incomplete form but none > of the checkboxes that indicate what is incomplete. > > So where it this code getting the icla.js.rb? /srv/whimsy/www/secretary/workbench//views/forms/icla.js.rb - Sam Ruby > > > > On Jul 30, 2021, at 6:06 PM, Sam Ruby wrote: > > &

Re: Testing secretary workbench

2021-07-30 Thread Sam Ruby
As to your question, if you do choose to upgrade, you will likely need to reinstall xcode-select again, and at that point things should work. Meanwhile, you are running a supported version of Ruby and bundler isn't all that backlevel and shouldn't be a problem. - Sam Ruby On Fri, Jul 30, 2021 at 8

Re: Testing secretary workbench

2021-07-30 Thread Sam Ruby
utes or so. Once this completes, run setupmymac again. - Sam Ruby

Re: Testing secretary workbench

2021-07-30 Thread Sam Ruby
Can you try the following commands? ruby -v bundle -v bundle update - Sam Ruby P.S. The easiest way to get started is by either using setupmymac or a docker container. On Fri, Jul 30, 2021 at 1:03 PM Craig Russell wrote: > > I'm trying to set up the test environment for secretary wor

Re: [whimsy] branch family-first updated: Fix obvious errors

2021-07-26 Thread Sam Ruby
rasing my /srv/svn directory, and was able to completely download everything in 71 seconds using the command "rake svn:update". This was across wifi with Spectrum, where my plan provides me 200Mb/second download speeds. - Sam Ruby

Re: [whimsy] branch master updated: LDAP-namecheck print header each 30 rows

2021-07-12 Thread Sam Ruby
Try (mismatches += 1). "++" is not an operator in Ruby, and is interpreted as +(+(mismatches)). - Sam Ruby On Mon, Jul 12, 2021 at 7:32 PM wrote: > > This is an automated email from the ASF dual-hosted git repository. > > clr pushed a commit to branch master

[jira] [Commented] (WHIMSY-113) Have Secretary create new accounts directly

2021-07-07 Thread Sam Ruby (Jira)
[ https://issues.apache.org/jira/browse/WHIMSY-113?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17376904#comment-17376904 ] Sam Ruby commented on WHIMSY-113: - > ssh whimsy apmail karma I've tried to avoid that, for firew

[jira] [Commented] (WHIMSY-113) Have Secretary create new accounts directly

2021-07-07 Thread Sam Ruby (Jira)
[ https://issues.apache.org/jira/browse/WHIMSY-113?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17376898#comment-17376898 ] Sam Ruby commented on WHIMSY-113: - > hermes creates the qmail forwarding files automatically, A wh

Re: Board agenda bug

2021-05-17 Thread Sam Ruby
18c49f6489e0c/lib/whimsy/asf/agenda.rb#L65 > Craig L Russell > c...@apache.org - Sam Ruby

[jira] [Commented] (WHIMSY-362) Error while trying to publish draft minutes

2021-05-12 Thread Sam Ruby (Jira)
[ https://issues.apache.org/jira/browse/WHIMSY-362?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17343622#comment-17343622 ] Sam Ruby commented on WHIMSY-362: - If the discussion item is added via the agenda tool, the dialog window

[jira] [Commented] (WHIMSY-362) Error while trying to publish draft minutes

2021-05-12 Thread Sam Ruby (Jira)
[ https://issues.apache.org/jira/browse/WHIMSY-362?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17343552#comment-17343552 ] Sam Ruby commented on WHIMSY-362: - Looks like the tool is attempting to copy the body of the following

Re: committers: r102110 - /committers/board/committee-info.txt

2021-04-21 Thread Sam Ruby
On Wed, Apr 21, 2021 at 7:25 PM sebb wrote: > > Which tools don't work? > > What errors were reported? The board agenda tool was unable to parse the proposed new chair name out of the River resolution. This was fixed by commit 102122. - Sam Ruby > On Wed, 21 Apr 2021 a

Re: Headline for board agenda web pages

2021-04-06 Thread Sam Ruby
On Mon, Apr 5, 2021 at 8:33 PM Craig Russell wrote: > > Hi Sam, > > > On Mar 15, 2021, at 2:15 PM, Sam Ruby wrote: > > > > On Mon, Mar 15, 2021 at 1:07 PM Craig Russell > <mailto:apache@gmail.com>> wrote: > >> > >> Hi, > >> &

Re: Headline for board agenda web pages

2021-03-15 Thread Sam Ruby
le today. That's probably the place to store the preference. What needs to be worked out is the UI. > Craig > > Craig L Russell > c...@apache.org - Sam Ruby

[jira] [Commented] (WHIMSY-348) Alter what proxies are listed, that are assigned to "you"

2021-02-19 Thread Sam Ruby (Jira)
[ https://issues.apache.org/jira/browse/WHIMSY-348?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17287538#comment-17287538 ] Sam Ruby commented on WHIMSY-348: - > I believe there is something upstream that Whimsy consu

Re: [jira] [Commented] (WHIMSY-348) Alter what proxies are listed, that are assigned to "you"

2021-02-19 Thread Sam Ruby
ing-template Fix member_proxy.txt.erb in that directory, and that will be the source used for the NEXT meeting. - Sam Ruby

ruby2js and ruby2.7

2020-12-29 Thread Sam Ruby
ll not see that notinavail expanded (instead you will see this._notinavail, i.e., evaluation of an instance variable inside of a JavaScript class). I'm not sure yet what is going on here. - Sam Ruby

Re: Bug in secretary workbench -- additional ICLA when the first ICLA was signed with gpg

2020-12-28 Thread Sam Ruby
Perhaps whimsysvn should be given read access after all? At least temporarily until another approach can be implemented? https://lists.apache.org/thread.html/r5bfcd501e21a70ec7c6bebbf91995ef06c2a7e347afa9dbaed040b97%40%3Cprivacy.apache.org%3E - Sam Ruby On Mon, Dec 28, 2020 at 12:00 PM sebb

agenda new is broken

2020-12-18 Thread Sam Ruby
rd once my term is up, and may go emeritus shortly thereafter. I've been saying this for a long while, but future boards will either need to develop a plan to support this tool, either that or migrate to something else because at some point the tool will break. - Sam Ruby

Re: [whimsy] 02/02: Try to fix Travis OSX failure

2020-11-23 Thread Sam Ruby
Most likely the issue is that svnmucc isn't (by default) installed on OS/X. - Sam Ruby On Mon, Nov 23, 2020 at 7:20 PM wrote: > > This is an automated email from the ASF dual-hosted git repository. > > sebb pushed a commit to branch master > in repository https://gitbox.apach

Re: [whimsy] branch master updated: add back in super, explicitly passing in no block

2020-11-23 Thread Sam Ruby
h.new will take a block parameter. - Sam Ruby > On Mon, 23 Nov 2020 at 03:43, wrote: > > > > This is an automated email from the ASF dual-hosted git repository. > > > > rubys pushed a commit to branch master > > in repository https://gitbox.apache.org/repos/asf/whi

Re: Hold on ugrading to Big Sur

2020-11-17 Thread Sam Ruby
False alarm. I didn't realize that a change had been made to whimsy.conf that broke mac users, and I first picked up this change when I tried upgrading to Big Sur. Details here: https://github.com/apache/whimsy/commit/b2fa8ec31a700d5772b40f6bd5ab007d8d3d97e3 - Sam Ruby On Sun, Nov 15, 2020

Hold on ugrading to Big Sur

2020-11-15 Thread Sam Ruby
than either the configured passenger user or the owner of the config.ru file.  To be fair, Phusion Passenger indicates that Big Sur is not yet a supported configuration. I've opened an issue: https://github.com/phusion/passenger/issues/2320 - Sam Ruby

Re: Adding more website checks to Whismy?

2020-11-13 Thread Sam Ruby
com/apache/whimsy/blob/master/www/site.cgi That script delegates the production of the page to be displayed to https://github.com/apache/whimsy/blob/master/lib/whimsy/sitewebsite.rb > Kind regards, > Christian - Sam Ruby

Re: Broken link

2020-10-27 Thread Sam Ruby
l link to the services Infra > provides, this URL [2] might serve. > > Andrew > > [1] https://whimsy.apache.org/committers/tools > > [2] https://infra.apache.org/services.html Fixed, thanks! https://github.com/apache/whimsy/commit/e32b543fd5807325c6bea635b4b88d036ca2ae1c - Sam Ruby

Re: agenda websocket seems to be down

2020-10-24 Thread Sam Ruby
On Tue, Oct 6, 2020 at 4:53 PM Sam Ruby wrote: > > When the client > connected to the websocket process directly it made a lot of sense for > that process to implement SSL. Now that that is no longer the case, > it no longer is necessary. In fact, it no longer is necessary for

Re: [whimsy] branch master updated: wsc: support remote authentication

2020-10-24 Thread Sam Ruby
tbox.apache.org/repos/asf/whimsy.git > > > > > > The following commit(s) were added to refs/heads/master by this push: > > new aa1bde1 wsc: support remote authentication > > aa1bde1 is described below > > > > commit aa1bde1728cf4cbb490172fd2803a274f5fce9ff > > Autho

agenda websocket proxy not working on whimsy-vm6

2020-10-24 Thread Sam Ruby
, but perhaps the websocket is hanging in such a way as to cause JavaScript or other network requests to hang. - Sam Ruby --- rubys@whimsy-vm6:~$ ruby /srv/whimsy/www/board/agenda/daemon/wsc.rb --host localhost --path '/' --secure --noverify coonnecting to wss://localhost:34234/... {"id":"

Re: Board resolution for Shane

2020-10-22 Thread Sam Ruby
+1 - Sam Ruby On Thu, Oct 22, 2020 at 7:56 PM Craig Russell wrote: > > Here's the draft resolution for lazy consensus: > > WHEREAS, the Board of Directors heretofore appointed Sam Ruby (rubys) to the > office of Vice President, Apache Whimsy, and > > WHEREAS, t

Re: Why does Whimsy override apache::mod::ssl::ssl_protocol: ?

2020-10-22 Thread Sam Ruby
'] > > Is there a reason for the override? This change was made by the infrastructure team: https://github.com/apache/infrastructure-puppet/commit/b9b1a54e603eb9cd0a12a2ac782041bc06cf09d7 > S - Sam Ruby

Re: [whimsy] branch master updated: fix regression by avoiding broken versions of ruby2js

2020-10-07 Thread Sam Ruby
ich has no minimum version. > > Should those be fixed? In some sense, it doesn't matter. Any commit will cause all of the whimsy applications to be updated to the latest version of the ruby2js gem. - Sam Ruby > > 1800878 is described below > > > > commit 1800878b2b1345c

Re: agenda websocket seems to be down

2020-10-06 Thread Sam Ruby
ent connected to the websocket process directly it made a lot of sense for that process to implement SSL. Now that that is no longer the case, it no longer is necessary. In fact, it no longer is necessary for the websocket to be running as root, as that is only done to enable it to access the certific

Re: agenda websocket seems to be down

2020-10-03 Thread Sam Ruby
uration is different. The following seems to have some suggestions worth exploring: https://serverfault.com/questions/538086/proxyerror-ah00898-error-during-ssl-handshake-with-remote-server - Sam Ruby P.S. It does seem odd that the whimsy_error.log is empty and the errors are going to whimsy_error.l

Re: [whimsy] branch master updated: Try to fix Travis failures

2020-10-01 Thread Sam Ruby
It might also be a good idea to revisit the ruby version(s) tested with Travis... - Sam Ruby On Thu, Oct 1, 2020 at 7:46 PM sebb wrote: > > Ah, I have: > > $ node -v > v14.8.0 > > which probably explains why I was not seeing any errors. > > On Fri, 2 Oct 202

Re: [whimsy] branch master updated: Try to fix Travis failures

2020-10-01 Thread Sam Ruby
The following line fails with node 7 but works with node 8+: let private_lines = /^([ \t]*private(?:\n|.)*?\/private)(\s*)$/migs; I've fixed .travis.yml. - Sam Ruby On Thu, Oct 1, 2020 at 7:16 PM wrote: > > This is an automated email from the ASF dual-hosted git repository. > >

Re: Making it official: resigning as chair of the Whimsy PMC.

2020-10-01 Thread Sam Ruby
It is now October and this has failed to produce any discussion. If this does not make substantive progress by the next board meeting, I will raise this as a board issue at that time. - Sam Ruby On Wed, Aug 19, 2020 at 2:06 PM Sam Ruby wrote: > > Now that the meeting is over, I'm res

Re: [whimsy] branch master updated: Can't have _json in same script as _html

2020-09-26 Thread Sam Ruby
Why was this removed? Wunderbar will select which of the two blocks to execute based on the "ACCEPT" header. - Sam Ruby On Sat, Sep 26, 2020 at 6:40 PM wrote: > > This is an automated email from the ASF dual-hosted git repository. > > sebb pushed a commit to branch master

Re: URI.escape - is it needed for wunderbar code?

2020-09-26 Thread Sam Ruby
On Sat, Sep 26, 2020 at 1:36 PM Sam Ruby wrote: > > On Sat, Sep 26, 2020 at 12:22 PM sebb wrote: > > > > On Sat, 26 Sep 2020 at 16:37, Sam Ruby wrote: > > > > > > On Sat, Sep 26, 2020 at 10:55 AM sebb wrote: > > > > > > > >

Re: URI.escape - is it needed for wunderbar code?

2020-09-26 Thread Sam Ruby
On Sat, Sep 26, 2020 at 12:22 PM sebb wrote: > > On Sat, 26 Sep 2020 at 16:37, Sam Ruby wrote: > > > > On Sat, Sep 26, 2020 at 10:55 AM sebb wrote: > > > > > > The URI.escape method is deprecated, and should be replaced. > > > > > > However

Re: URI.escape - is it needed for wunderbar code?

2020-09-26 Thread Sam Ruby
derbar would need a way to know if the href was already escaped. - Sam Ruby

Re: board agenda websocket not working

2020-09-24 Thread Sam Ruby
buntu-based, so perhaps > https://wiki.debian.org/ReproducibleBuilds is more relevant. Puppet has no a priori knowledge that the eventmachine gem has an optional dependency on libssl, but if one expresses that requirement in the puppet scripts, puppet will order the installation correctly. - Sam Rub

Re: board agenda websocket not working

2020-09-24 Thread Sam Ruby
On Thu, Sep 24, 2020 at 11:54 AM sebb wrote: > > On Thu, 24 Sep 2020 at 16:36, Sam Ruby wrote: > > > > On Thu, Sep 24, 2020 at 11:12 AM sebb wrote: > > > > > > On Thu, 24 Sep 2020 at 16:06, Sam Ruby wrote: > > > > > > > > On Thu,

Re: board agenda websocket not working

2020-09-24 Thread Sam Ruby
On Thu, Sep 24, 2020 at 11:12 AM sebb wrote: > > On Thu, 24 Sep 2020 at 16:06, Sam Ruby wrote: > > > > On Thu, Sep 24, 2020 at 10:58 AM sebb wrote: > > > > > > I tried running the following as root: > > > > > > /usr/local/bin/ru

Re: board agenda websocket not working

2020-09-24 Thread Sam Ruby
on libraries. If you run without enabling options.privkey / options.chain, things will work. If you enable those options, things will fail. - Sam Ruby > On Thu, 24 Sep 2020 at 15:30, sebb wrote: > > > > The login message said to reboot, so I have done this. > > > > However it does

Re: board agenda websocket not working

2020-09-24 Thread Sam Ruby
it again. I'm stopping short of doing this myself as an explicit goal of mine is to get to the point where others can resolve problems like these. - Sam Ruby On Thu, Sep 24, 2020 at 10:30 AM sebb wrote: > > The login message said to reboot, so I have done this. > > However it does not ap

board agenda websocket not working

2020-09-24 Thread Sam Ruby
entmachine gem needs to be installed AFTER libssl-dev? - Sam Ruby

Re: LDAP cn=podlings,ou=groups,dc=apache,dc=org - is it needed?

2020-09-22 Thread Sam Ruby
he,dc=org > structuralObjectClass: groupOfNames > createTimestamp: 20161221015843Z > > It has not been maintained: > modifyTimestamp: 20170802021104Z > > Sebb - Sam Ruby

[jira] [Issue Comment Deleted] (WHIMSY-341) Use of RACK_ENV for Whimsy customisation

2020-09-20 Thread Sam Ruby (Jira)
[ https://issues.apache.org/jira/browse/WHIMSY-341?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sam Ruby updated WHIMSY-341: Comment: was deleted (was: While the origin of RACK_ENV is unquestionably derived from rack usage, its

[jira] [Commented] (WHIMSY-341) Use of RACK_ENV for Whimsy customisation

2020-09-20 Thread Sam Ruby (Jira)
[ https://issues.apache.org/jira/browse/WHIMSY-341?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17198998#comment-17198998 ] Sam Ruby commented on WHIMSY-341: - While the origin of RACK_ENV is unquestionably derived from rack usage

Making it official: resigning as chair of the Whimsy PMC.

2020-08-19 Thread Sam Ruby
Now that the meeting is over, I'm resigning as chair of this PMC, effective immediately. We can have a discussion either here or on private@ for naming a replacement. Any volunteers? - Sam Ruby On Thu, Aug 6, 2020 at 5:04 PM Sam Ruby wrote: > > I've submitted this quarter's board

Intending to step down as chair

2020-08-06 Thread Sam Ruby
it. - Sam Ruby

[jira] [Commented] (WHIMSY-338) new-account-reqs.txt is getting bad data

2020-07-29 Thread Sam Ruby (Jira)
[ https://issues.apache.org/jira/browse/WHIMSY-338?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17167521#comment-17167521 ] Sam Ruby commented on WHIMSY-338: - Possible fix: [https://github.com/apache/whimsy/commit

Re: Renaming of ICLA PDF files - why?

2020-07-21 Thread Sam Ruby
On Tue, Jul 21, 2020 at 5:46 PM sebb wrote: > > On Tue, 21 Jul 2020 at 21:31, Sam Ruby wrote: > > > > The case that needs to be handled is if I were to send in an updated > > ICLA by the name of 'sam-ruby.pdf'. At that point, there would be a > > sam-ruby.pdf in

Re: Renaming of ICLA PDF files - why?

2020-07-21 Thread Sam Ruby
The case that needs to be handled is if I were to send in an updated ICLA by the name of 'sam-ruby.pdf'. At that point, there would be a sam-ruby.pdf in the documents/iclas directory, and one in the email, and both would need to be placed into a directory. - Sam Ruby On Tue, Jul 21, 2020 at 3

Re: [OT] Catalina users: recommended OPIE password generator for macOS

2020-07-20 Thread Sam Ruby
https://github.com/apache/infrastructure-otp may also be worth trying. - Sam Ruby On Mon, Jul 20, 2020 at 7:38 AM Sam Ruby wrote: > > The following works on Ubuntu and Mac (including Catalina). Put it in > a file named otp-md5 in your path and make it executable: > > #!/u

Re: [OT] Catalina users: recommended OPIE password generator for macOS

2020-07-20 Thread Sam Ruby
The following works on Ubuntu and Mac (including Catalina). Put it in a file named otp-md5 in your path and make it executable: #!/usr/bin/env ruby require 'otp' # gem install ruby-otp require 'open3' def OTP.md5(sequence, seed, password=nil) if password == nil begin print

Re: Upgrade to Catalina issues

2020-07-17 Thread Sam Ruby
n is covered here: https://github.com/rubys/whimsy-board-agenda-nodejs/blob/master/docs/overview/environments.md > Thanks, > Craig - Sam Ruby

Re: Upgrade to Catalina issues

2020-07-17 Thread Sam Ruby
On Fri, Jul 17, 2020 at 6:05 PM Craig Russell wrote: > > On Jul 16, 2020, at 5:51 PM, Sam Ruby wrote: > > > > On Thu, Jul 16, 2020 at 8:22 PM Dave Fisher wrote: > >> > >> Latest versions of Catalina have locked up permissions. > > > > Yea,

[jira] [Commented] (WHIMSY-336) cclas.json.rb does not perform an atomic commit

2020-07-17 Thread Sam Ruby (Jira)
[ https://issues.apache.org/jira/browse/WHIMSY-336?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17160088#comment-17160088 ] Sam Ruby commented on WHIMSY-336: - This likely also applies to ICLAs, Software Grants, and Membership

[jira] [Commented] (WHIMSY-335) SecurityError: Insecure operation - directory? in ccla.json.rb

2020-07-17 Thread Sam Ruby (Jira)
[ https://issues.apache.org/jira/browse/WHIMSY-335?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17160048#comment-17160048 ] Sam Ruby commented on WHIMSY-335: - Partial stack traceback: App 11247 output: _ERROR # App 11247 output

  1   2   3   4   5   6   7   8   9   10   >