Re: editing committer fields using the roster tool

2016-02-28 Thread Sam Ruby
d only when absolutely necessary with one that is maintained by a single individual is not necessarily an improvement. Please do consider contributing to one or more of the three (id, syncope, whimsy) efforts. - Sam Ruby > On 28 February 2016 at 18:33, Sam Ruby wrote: >> I've updat

Re: PGP keys should display one per line

2016-02-28 Thread Sam Ruby
Whatever is blocking you from testing this change is the bug I would like to work on. On Feb 28, 2016 2:21 PM, "sebb" wrote: > I have two PGP keys which display concatenated. > > I think the following patch will fix it, but cannot test it: > > > diff --git a/www/roster/views/committer.js.rb > b/w

Re: PGP keys should display one per line

2016-02-28 Thread Sam Ruby
grant image and a docker image that you can spin up locally. But you shouldn't need to install the whole site to get one tool working. That's why I suggest you look at rake server first. On Feb 28, 2016 4:07 PM, "sebb" wrote: > On 28 February 2016 at 20:11, Sam Ruby wrote:

Re: PGP keys should display one per line

2016-02-28 Thread Sam Ruby
On Sun, Feb 28, 2016 at 4:56 PM, sebb wrote: > On 28 February 2016 at 21:28, Sam Ruby wrote: >> So you went straight for the advanced instructions. Cool. >> >> Did you try rake server? > > No. > > I did not understand what constituted a Rack application.

Re: PGP keys should display one per line

2016-02-28 Thread Sam Ruby
On Sun, Feb 28, 2016 at 7:41 PM, sebb wrote: > On 29 February 2016 at 00:17, Sam Ruby wrote: >> On Sun, Feb 28, 2016 at 4:56 PM, sebb wrote: >>> On 28 February 2016 at 21:28, Sam Ruby wrote: >>>> So you went straight for the advanced instructions. Cool. >

Re: PGP keys should display one per line

2016-02-28 Thread Sam Ruby
On Sun, Feb 28, 2016 at 8:28 PM, sebb wrote: > On 29 February 2016 at 01:04, Sam Ruby wrote: >> On Sun, Feb 28, 2016 at 7:41 PM, sebb wrote: >>> >>> I thought I *had* configured www/roster; see my posting from 21:07 >>> (else-thread) >>> >>

Re: PGP keys should display one per line

2016-02-29 Thread Sam Ruby
ay would be to base the settings on what is actually deployed. The instructions to produce those settings are in infrastructure-puppet, but making the generated results visible and helping you tailor them would be even better. Would you agree? - Sam Ruby

Vhost generator (was: PGP keys should display one per line)

2016-02-29 Thread Sam Ruby
On Mon, Feb 29, 2016 at 10:05 AM, sebb wrote: > On 29 February 2016 at 12:22, Sam Ruby wrote: >> On Mon, Feb 29, 2016 at 5:35 AM, sebb wrote: >>> >>> I'm using virtual hosts for different apps (projects, reports, etc) >> >> Makes sense. Let&

Re: Beta test: LDAP updates via whimsy

2016-02-29 Thread Sam Ruby
ike the 500 was mis-leading. Thanks for reporting it! It was a recent regression. I've pushed a fix. After it completed the change, there was a bug in the code that collected updated results to be sent back as a response. That's now fixed. > Thanks, > René - Sam Ruby >

Re: https://whimsy.apache.org/incubator/podlings/by-age - reverse sort?

2016-02-29 Thread Sam Ruby
to the user to decide. - Sam Ruby

Re: Problems with podlings pages

2016-02-29 Thread Sam Ruby
sure what cross-checks may be useful, but an example where cross-checks find authorizations associated with retired podlings can be found on the groups page. >> or why the pages disagree on >> the number of podlings Nope. I would have thought that the two pages were derived from the same data source. - Sam Ruby

Re: Problems with podlings pages

2016-02-29 Thread Sam Ruby
ctionality that has been present for a long time in the roster tool (that's fine with me, after all, it has a different target audience). But that it tells the wrong audience (the general public) this information, and does not provide the means to correct it. - Sam Ruby On Mon, Feb 29, 2016 a

Re: Problems with podlings pages

2016-03-01 Thread Sam Ruby
On Mon, Feb 29, 2016 at 4:37 PM, sebb wrote: > Not sure [snip] why the pages disagree on > the number of podlings quarks - Sam Ruby

Re: Access to single SVN items - implement caching?

2016-03-02 Thread Sam Ruby
y/blob/master/repository.yml, perhaps a more complete solution would be to use the 'svn:update' task defined in https://github.com/apache/whimsy/blob/master/Rakefile#L66 ? At the moment, that task is assuming that you do *NOT* override :svn: in your .whimsy config file. Perhaps it should handle that case? - Sam Ruby

Re: Access to single SVN items - implement caching?

2016-03-03 Thread Sam Ruby
On Wed, Mar 2, 2016 at 9:22 AM, sebb wrote: > On 2 March 2016 at 13:52, Sam Ruby wrote: >> On Wed, Mar 2, 2016 at 8:09 AM, sebb wrote: >>> Some of the code needs access to a single file in SVN, e.g. >>> >>> https://svn.apache.org/repos/asf/incubat

Re: Access to single SVN items - implement caching?

2016-03-03 Thread Sam Ruby
On Thu, Mar 3, 2016 at 3:50 PM, sebb wrote: > On 3 March 2016 at 13:28, Sam Ruby wrote: >> On Wed, Mar 2, 2016 at 9:22 AM, sebb wrote: >>> >>> Better would be to have a function to report which entries are >>> missing, so the user can decide which they wan

Re: Access to single SVN items - implement caching?

2016-03-03 Thread Sam Ruby
On Thu, Mar 3, 2016 at 4:35 PM, sebb wrote: > On 3 March 2016 at 21:12, Sam Ruby wrote: >> On Thu, Mar 3, 2016 at 3:50 PM, sebb wrote: >>> On 3 March 2016 at 13:28, Sam Ruby wrote: >>>> On Wed, Mar 2, 2016 at 9:22 AM, sebb wrote: >>>>> >>>

Re: Access to single SVN items - implement caching?

2016-03-04 Thread Sam Ruby
On Fri, Mar 4, 2016 at 10:03 AM, sebb wrote: > On 4 March 2016 at 00:19, Sam Ruby wrote: >> On Thu, Mar 3, 2016 at 4:35 PM, sebb wrote: >>> On 3 March 2016 at 21:12, Sam Ruby wrote: >>>> On Thu, Mar 3, 2016 at 3:50 PM, sebb wrote: >>>>> On 3 March

Re: [whimsy.git] [1/1] Commit 8e4446b: disable SMTP certificate verification

2016-03-04 Thread Sam Ruby
On Fri, Mar 4, 2016 at 6:03 PM, sebb wrote: > On 4 March 2016 at 22:11, Sam Ruby wrote: >> Commit 8e4446b542c6a69f2d754e4e53ced1860e82617b: >> disable SMTP certificate verification > > Why? The root cause is the procmail isn't configured with a proper certificate:

Re: [whimsy.git] [1/1] Commit 8e4446b: disable SMTP certificate verification

2016-03-05 Thread Sam Ruby
On Fri, Mar 4, 2016 at 6:52 PM, sebb wrote: > On 4 March 2016 at 23:35, Sam Ruby wrote: >> On Fri, Mar 4, 2016 at 6:03 PM, sebb wrote: >>> On 4 March 2016 at 22:11, Sam Ruby wrote: >>>> Commit 8e4446b542c6a69f2d754e4e53ced1860e82617b: >>>> disable

Re: /usr/bin/ruby1.9.1 => /usr/bin/ruby

2016-03-06 Thread Sam Ruby
msy-vm2 is based on Ubuntu 14.04, with $ ls -l /usr/bin/ruby lrwxrwxrwx 1 root root 9 Feb 15 2014 /usr/bin/ruby -> ruby1.9.1 So feel free to fix this. At the moment, the passenger/rake applications are running Ruby 2.3.0, which has a better garbage collection mechanism, more suited to long running applications. - Sam Ruby

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

2016-03-06 Thread Sam Ruby
[2016-03-05] > > What's the time zone for the starting date? > Perhaps it should be UTC? whimsy-vm2 is running on UTC, so those that use the deployed version would work as expected. This test was run on my machine, which is EST. In any case, good catch, and I've pushed a fix. [2015-05-20] >> Jim Jagielski >> [2015-05-20] - Sam Ruby

Re: /usr/bin/ruby1.9.1 => /usr/bin/ruby

2016-03-07 Thread Sam Ruby
On Mon, Mar 7, 2016 at 6:33 AM, sebb wrote: > On 7 March 2016 at 00:24, Sam Ruby wrote: >> On Sun, Mar 6, 2016 at 6:19 PM, sebb wrote: >>> About half the ruby script files use /usr/bin/ruby and the others use >>> /usr/bin/ruby1.9.1 >>> >>> I&#x

Re: Problems with gem library path when using bundle

2016-03-07 Thread Sam Ruby
ult. That should be fine, but apparently you haven't updated gems? Some commands to try: $ which gem $ gem env $ ruby -e "p Gem.paths.home" $ ruby -e "p Gem.default_path" - Sam Ruby (*) Note Ubuntu refers to this as 1.9.1 for bizarre historical reasons. Whimsy-vm2 is running ruby 1.9.3p484.

Re: RECOVERY: whimsy.apache.org (whimsy.apache.org (https)) is back up!

2016-03-07 Thread Sam Ruby
ning doesn't generate a message. I leave it up to Sebb to decide which is best for the tools that he has been primarily focused on: i.e., public_json. - Sam Ruby >> On Mar 4, 2016, at 7:23 AM, Ping My Box wrote: >> >> >> Hello, >> The https service at whimsy.apac

Re: Perhaps I ought to step down as PMC Chair after-all

2016-03-07 Thread Sam Ruby
. > > Beyond that, if someone else really comes up in Whimsy (like Sebb > is doing), maybe at some point he steps in as chair.. OK, the board meeting is coming up in a little over a week. I guess I should submit a chair change re

Re: Podling reminder emails

2016-03-08 Thread Sam Ruby
ould there be interest in this longer term vision, that might influence how the short term step was implemented. > John - Sam Ruby

Re: Podling reminder emails

2016-03-08 Thread Sam Ruby
On Tue, Mar 8, 2016 at 7:36 AM, John D. Ament wrote: > On Tue, Mar 8, 2016 at 7:30 AM Sam Ruby wrote: > >> On Tue, Mar 8, 2016 at 7:14 AM, John D. Ament >> wrote: >> > Hi, >> > >> > So, I'm following up on the podling reminder emails. I know

Re: Podling reminder emails

2016-03-08 Thread Sam Ruby
On Tue, Mar 8, 2016 at 7:54 AM, Sam Ruby wrote: > > A template is just one part of the process. Deciding which podlings > need to be reminded, and where to send those reminders is also > important. In particular, what are the exceptions. This very mailing > list is an exception,

Re: RECOVERY: whimsy.apache.org (whimsy.apache.org (https)) is back up!

2016-03-09 Thread Sam Ruby
On Mon, Mar 7, 2016 at 6:02 PM, sebb wrote: > On 7 March 2016 at 19:25, Sam Ruby wrote: >> On Mon, Mar 7, 2016 at 2:14 PM, Jim Jagielski wrote: >>> Does it make sense to filters these auto messages? >> >> I don't believe that LDAP failover, for example,

Re: [whimsy.git] [1/1] Commit 9abe73d: Extract podling groups etc from asf-authorization-template

2016-03-09 Thread Sam Ruby
l free to merge or delete the branch. Or to make improvements to the underlying ASF::Authorization class: https://github.com/apache/whimsy/blob/master/lib/whimsy/asf/auth.rb - Sam Ruby On Sat, Jan 23, 2016 at 7:34 PM, Sebastian Bazley wrote: > Commit 9abe73d558a1a5fffe38759797e4a57845e35

Re: Podling reminder emails

2016-03-10 Thread Sam Ruby
On Tue, Mar 8, 2016 at 9:23 AM, Sam Ruby wrote: > On Tue, Mar 8, 2016 at 7:54 AM, Sam Ruby wrote: >> >> A template is just one part of the process. Deciding which podlings >> need to be reminded, and where to send those reminders is also >> important. In particul

Re: [whimsy.git] [1/1] Commit 7d81d25: try harder to strip whitespace

2016-03-10 Thread Sam Ruby
On Thu, Mar 10, 2016 at 10:58 AM, sebb wrote: > On 10 March 2016 at 12:57, Sam Ruby wrote: >> Commit 7d81d25a38dcc6afba6ef82f87b1e029a69eb714: >> try harder to strip whitespace >> I'll admit that I can see no reason why this should be necessary, and >>

Re: Add PMC to subject? (was: ASF Board Report for March 2016 is now due)

2016-03-10 Thread Sam Ruby
On Thu, Mar 10, 2016 at 10:51 AM, sebb wrote: > I think it might be useful to customise the Subject with the PMC name? > > This would certainly help with GMail threading. The files that would need to be updated are here: https://github.com/apache/whimsy/tree/master/www/board/agenda/da

Re: [whimsy.git] [1/1] Commit ac22751: More checks for icla presence

2016-03-13 Thread Sam Ruby
. It will only include information from members.txt in the view if you have read access to members.txt. - Sam Ruby

Re: [whimsy.git] [1/1] Commit ac22751: More checks for icla presence

2016-03-13 Thread Sam Ruby
On Sun, Mar 13, 2016 at 10:36 AM, sebb wrote: > On 13 March 2016 at 14:16, sebb wrote: >> On 13 March 2016 at 14:09, Sam Ruby wrote: >>> On Sun, Mar 13, 2016 at 9:52 AM, Sebastian Bazley wrote: >>>> >>>> - if person.asf_member? >>>> +

Re: Access to whimsy http logs?

2016-03-13 Thread Sam Ruby
d think a link from the bottom of http://whimsy.apache.org/status/ would be in order. - Sam Ruby

Re: Collate Minutes cannot find ASF::Podling

2016-03-13 Thread Sam Ruby
I'd like to continue to phase out the gem. At this point, they all should use a local version. Unconditionally. - Sam Ruby

Re: Wunderbar logger wrapper level and formatter changes

2016-03-14 Thread Sam Ruby
ogger: Wunderbar.logger = your_custom_logger >> Also modifying the formatter message is a bit messy; it would be >> useful if this could be specified when creating the logger. >> >> I don't know how to do this in Ruby - if it's even possible? - Sam Ruby

Re: Wunderbar logger wrapper level and formatter changes

2016-03-14 Thread Sam Ruby
On Mon, Mar 14, 2016 at 11:09 AM, sebb wrote: > On 14 March 2016 at 14:22, Sam Ruby wrote: >> On Mon, Mar 14, 2016 at 10:10 AM, sebb wrote: >>> On 14 March 2016 at 12:55, sebb wrote: >>>> It would be useful to be able to initialise the default log level but

Re: [whimsy.git] [1/1] Commit 6c2b651: to_h is relatively new; allow code to run on older Ruby versions

2016-03-15 Thread Sam Ruby
commit/a8acbc8b6f7a64a1372348cc62b8c796c7f077c8 - Sam Ruby > Branch: refs/heads/master > Author: Sebb > Committer: Sebb > Pusher: sebb > > >

Re: [whimsy.git] [1/1] Commit 6c2b651: to_h is relatively new; allow code to run on older Ruby versions

2016-03-15 Thread Sam Ruby
me on both counts. - Sam Ruby

Re: Podling reminder emails

2016-03-15 Thread Sam Ruby
lists. I think I figured out most of them, but I would appreciate a review. - Sam Ruby On Thu, Mar 10, 2016 at 10:21 AM, Sam Ruby wrote: > On Tue, Mar 8, 2016 at 9:23 AM, Sam Ruby wrote: >> On Tue, Mar 8, 2016 at 7:54 AM, Sam Ruby wrote: >>> >>> A template is just o

Re: https://whimsy.apache.org/members/subscriptions/ fails

2016-03-15 Thread Sam Ruby
Both should be fixed within the hour. Both required cronjobs to be set up on hermes. Both will likely break (and possibly become obsolete) once the infrastructure deploys the new mail system. - Sam Ruby On Tue, Mar 15, 2016 at 8:22 PM, sebb wrote: > Similarly for https://whimsy.apache.

Re: https://whimsy.apache.org/members/subscriptions/ fails

2016-03-15 Thread Sam Ruby
uppet/commit/7bd764acbbd49425f6178bbf66fc02f6576fdd76 - Sam Ruby > On 16 March 2016 at 00:45, Sam Ruby wrote: >> Both should be fixed within the hour. Both required cronjobs to be >> set up on hermes. Both will likely break (and possibly become >> obsolete) once the infrastru

Re: [whimsy.git] [1/2] Commit 395987f: Don't insist on Ruby 2.3.0

2016-03-18 Thread Sam Ruby
n the call go Gem.bin_path. - Sam Ruby On Fri, Mar 18, 2016 at 12:53 PM, Sebastian Bazley wrote: > Commit 395987f1782be77841275deaad5188e5d0925071: > Don't insist on Ruby 2.3.0 > > diff --git a/www/status/passenger.cgi b/www/status/passenger.cgi > index 4ccefea..ecca2b7

Re: Auth required for status/passenger

2016-03-19 Thread Sam Ruby
. At a minimum, I would like members to be able to do so. - Sam Ruby

Re: Does Whimsy really need to have a local Git workspace?

2016-03-19 Thread Sam Ruby
https://en.m.wikipedia.org/wiki/Fallacies_of_distributed_computing I'd like the default for method calls in whimsy/asf to be quick and cached. I wouldn't have a problem with there being an option for opting for a slower but more up to date response. On Mar 18, 2016 5:45 PM, "sebb" wrote: > AFAIC

Re: [OT] Wunderbar html - how to output HTML comment with variable content?

2016-03-19 Thread Sam Ruby
On Fri, Mar 18, 2016 at 11:07 AM, sebb wrote: > On 18 March 2016 at 03:28, Sam Ruby wrote: >> On Thu, Mar 17, 2016 at 4:19 PM, sebb wrote: >>> The Wunderbar docs mention outputting text with markup: >>> >>> _{"hello!!!"} >>> >>>

Re: [whimsy.git] [1/1] Commit 1e101ba: Easier to read

2016-03-19 Thread Sam Ruby
s like 'redacted' to be in a different font (e.g. italicized). - Sam Ruby > > Branch: refs/heads/master > Author: Sebb > Committer: Sebb > Pusher: sebb > > > www/board/test.cgi

Re: Does Passenger really need ruby 2.3.0? and in /usr/local/bin?

2016-03-19 Thread Sam Ruby
09/the-how-and-why-of-bundler-groups/ - Sam Ruby > MacOS/X comes with 2.0.0 which seems to work for most if not all the code. > > So is it necessary to specify ruby 2.3.0 in status/Gemfile > and /usr/local/bin/ruby2.3.0 in passenger.cgi? > > In particular it seems wrong to spec

Re: Whimsy committer search ideas

2016-03-19 Thread Sam Ruby
. Thanks Nick On Wed, 16 Mar 2016, Sam Ruby wrote: Mind if I forward this to dev@whimsical? - Sam Ruby On 03/16/2016 07:36 AM, Nick Burch wrote: Hi Sam I'm currently trying to work out which past TAC recipients are / were committers, using https://whimsy.apache.org/roster/committer/ Few t

Re: Auth required for status/passenger

2016-03-19 Thread Sam Ruby
On Thu, Mar 17, 2016 at 11:24 AM, sebb wrote: > On 17 March 2016 at 13:03, Sam Ruby wrote: >> On Thu, Mar 17, 2016 at 7:59 AM, sebb wrote: >>> The status page says that passenger status is restricted to "ASF >>> committer only", however the code uses th

Re: [whimsy.git] [1/1] Commit 40b7a6a: Add some temporary debug

2016-03-20 Thread Sam Ruby
Something you might find handy at some point: https://whimsy.apache.org/test.cgi :-) - Sam Ruby On Fri, Mar 18, 2016 at 5:14 PM, Sebastian Bazley wrote: > Commit 40b7a6a9a728e626ea2227b798e15c9de94b2c9e: > Add some temporary debug > > > Branch: refs/heads/master

Re: [OT] Wunderbar html - how to output HTML comment with variable content?

2016-03-20 Thread Sam Ruby
ntains any variable text, e.g. a date. > > Is this possible? The indirect way (which I don't recommend): _{""} What that does internally is run an HTML parser on the string, extract nodes, and do the equivalent of the following, which you can do directly: _.comment! "fixed comment with #{date}" - Sam Ruby

Re: New mailing list for recording various items

2016-03-20 Thread Sam Ruby
+1 - Sam Ruby On Fri, Mar 18, 2016 at 11:50 AM, sebb wrote: > There are various items logged in the cron jobs (and elsewhere?) that > it would be useful to track historically. > > For example, LDAP server issues, changes to LDAP files. > > At present the LDAP warnings are se

Re: Update Whimsy to use Ruby 2.3.0 throughout?

2016-03-20 Thread Sam Ruby
+1 - Sam Ruby On Sun, Mar 20, 2016 at 5:14 AM, sebb wrote: > At present Passenger uses 2.3.0, but most of the other scripts use the > default Ruby which is 1.9.3. > > The Ruby 2.x versions have many improvements and new features (e.g. > __dir__ and to_h). > > It's like

TAC views (was: Whimsy committer search ideas)

2016-03-20 Thread Sam Ruby
Alternately, if the TAC information(*) were changed to be shared with a wider audience, this information could be displayed in a format with hypertext links and other stats merged. - Sam Ruby (*) Current ACLs: [/travel-assistance/past-recipients] @svnadmins = rw @tac-pmc = rw ea = rw * = On

Whimsy proxy tool

2016-03-21 Thread Sam Ruby
himsy/blob/c5329abf90371ff2377bcb6f087abb59605bcea4/www/members/proxy.cgi#L163 Most importantly, lines that do NOT match / \S.*\(\S+\)$/ are lost. This is clearly problematic. Suggestions welcome! - Sam Ruby

Re: Whimsy proxy tool

2016-03-21 Thread Sam Ruby
small, standalone tool. After the dust settles (i.e., after the meeting is over), anybody want to take a crack at improving it? Note: improving it could mean rewriting in Python and moving to Steve, I don't care. What I do care about is having multiple maintainers. - Sam Ruby >> On Mar 2

Re: Whimsy proxy tool

2016-03-21 Thread Sam Ruby
x27;ve done it. Jim, perhaps you could try pushing a minor change to README.md and letting us know how it works out? - Sam Ruby >>> On Mar 21, 2016, at 4:19 PM, Sam Ruby wrote: >>> >>> On Mon, Mar 21, 2016 at 3:14 PM, Jim Jagielski wrote: >>>> Well, it lo

Re: Whimsy proxy tool

2016-03-21 Thread Sam Ruby
("a4f772a...") is the same both places (all three, if you count jimsys). So any code change you push to the ASF git repository should be deployed on whimsy-vm2 and visible on whimsy.apache.org within 30 minutes (when Puppet next runs). I love it when a plan comes together! - Sam Ruby &g

Re: foundation: r66956 - /foundation/Meetings/20160322/proxies-received/goodale.txt

2016-03-24 Thread Sam Ruby
On Thu, Mar 24, 2016 at 7:27 AM, sebb wrote: > On 23 March 2016 at 01:22, sebb wrote: > > Insisting on availids only would make things much simpler. +1 - Sam Ruby

Re: [whimsy.git] [1/1] Commit 6ec6dc3: new board

2016-03-24 Thread Sam Ruby
group/board That being said, I now have karma to update that info directly. I also plan to check into what it would take to add a field for initials. - Sam Ruby > On 24 March 2016 at 19:48, Sam Ruby wrote: >> Commit 6ec6dc39a7d86f08bbbc7b2243769b5487deb773: >> new board &

Re: Bug in new member

2016-03-26 Thread Sam Ruby
Sorry about that. I broke that in trying to introduce a fix for the sorting logic. Fix pushed. - Sam Ruby On Sat, Mar 26, 2016 at 10:33 AM, Craig Russell wrote: > Membership Application for A. J. David Bosschaert > > svn mv > "/srv/secretary/workbench/documents/received

Re: Marvin Podling Reminders

2016-03-27 Thread Sam Ruby
3.mbox/%3CCAFG6u8G9%3DQ%3DhfcErPNKJPtdQrnHRruX%2B4F0LWO3F9osgr7DvaQ%40mail.gmail.com%3E > John - Sam Ruby

Re: Incorrect space escape for staple

2016-03-28 Thread Sam Ruby
ingle result. As opposed to file.cgi which does pretty much everything, and the flow of data... well lets just say that it isn't quite so clear. It is my hope to return to the task of completing the new secmail application once all of the membership applications have been received and processed. > Craig L Russell > Secretary, Apache Software Foundation > c...@apache.org http://db.apache.org/jdo - Sam Ruby

Re: [whimsy.git] [1/1] Commit ac8bc55: Add utility to sort members.txt

2016-03-28 Thread Sam Ruby
common to both processing emeritus transitions as well as processing new member requests. - Sam Ruby On Sun, Mar 27, 2016 at 9:03 PM, Craig L Russell wrote: > Commit ac8bc5506f658150a750eccdac983f6340c0038d: > Add utility to sort members.txt > > > Branch: refs/heads/maste

Re: Wunderbar class: attribute causes problems for syntax checkers

2016-03-28 Thread Sam Ruby
those could be valid attribute names. If an alternative is required, I would prefer to go with _class. - Sam Ruby

Re: Wunderbar class: attribute causes problems for syntax checkers

2016-03-28 Thread Sam Ruby
On Mon, Mar 28, 2016 at 2:54 PM, sebb wrote: > On 28 March 2016 at 19:47, Sam Ruby wrote: >> On Mon, Mar 28, 2016 at 2:06 PM, sebb wrote: >>> The class: attribute is frequently used in Wunderbar HTML tags. >> >> Indeed. >> >>> This causes problems f

Re: Wunderbar class: attribute causes problems for syntax checkers

2016-03-28 Thread Sam Ruby
with Python, the transition from Ruby 1.8.x to Ruby 1.9.x mirrors the transition from Python 2 to Python 3 (particularly in terms of Unicode support), just that the Ruby language transition was more backwards compatible, and therefore less traumatic. - Sam Ruby > On 28 March 2016 at 19:54

Re: Wunderbar class: attribute causes problems for syntax checkers

2016-03-29 Thread Sam Ruby
On Mon, Mar 28, 2016 at 3:16 PM, Sam Ruby wrote: > On Mon, Mar 28, 2016 at 3:10 PM, sebb wrote: >> Just noticed another syntax complaint: >> >> _label "Contributor's Name:", for: 'iclaname' > > Again, that's syntax that has been support

Re: Wunderbar class: attribute causes problems for syntax checkers

2016-03-29 Thread Sam Ruby
On Tue, Mar 29, 2016 at 7:55 AM, sebb wrote: > > I think there is a valid complaint: unexpected tRPAREN > > text = text.replace("^#{spaces}", 'g'), '') > > This is at: > > https://github.com/apache/whimsy/blob/master/www/test/icla/views/markdown.js.rb#L26 Fixed. Thanks! - Sam Ruby

Re: Extract SVN and poss. other System commands into a function?

2016-03-29 Thread Sam Ruby
er mocking out the function entirely. - Sam Ruby

Re: Simplify committing new/replacement file to SVN by using svnmucc

2016-03-30 Thread Sam Ruby
truly common code, I'm open to including it in wunderbar. - Sam Ruby

Re: Simplify committing new/replacement file to SVN by using svnmucc

2016-03-31 Thread Sam Ruby
On Thu, Mar 31, 2016 at 6:25 AM, sebb wrote: > On 31 March 2016 at 02:19, Sam Ruby wrote: >> On Wed, Mar 30, 2016 at 6:06 PM, sebb wrote: >>> I just realised that we could use the svnmucc 'put' command to >>> simplify adding/modifying a file. >>&

Re: Simplify committing new/replacement file to SVN by using svnmucc

2016-03-31 Thread Sam Ruby
ion of ASF::SVN.update could be changed to make use of ASF::SVN.get and svnmucc, and eliminate the need for temporary directories. - Sam Ruby On Thu, Mar 31, 2016 at 9:59 AM, sebb wrote: > On 31 March 2016 at 12:20, Sam Ruby wrote: >> On Thu, Mar 31, 2016 at 6:25 AM, sebb wrote: >>> On

Re: gitpubsub for code on Whimsy - broken?

2016-04-01 Thread Sam Ruby
cts.a.o and > reporter.a.o SVN code updates are almost instantaneous. > > It's a bit of a problem if code updates take a long time, especially > if a mistake needs to be corrected, tho' that's not the case here. - Sam Ruby

Re: gitpubsub for code on Whimsy - broken?

2016-04-01 Thread Sam Ruby
On Fri, Apr 1, 2016 at 8:48 AM, Sam Ruby wrote: > On Fri, Apr 1, 2016 at 8:43 AM, sebb wrote: >> How often does the Whimsy code get updated from git? > > Every time puppet runs, i.e. every 30 minutes. > >> And where is the cronjob defined? > > I don't know how

Re: gitpubsub for code on Whimsy - broken?

2016-04-01 Thread Sam Ruby
On Fri, Apr 1, 2016 at 9:02 AM, sebb wrote: > On 1 April 2016 at 13:48, Sam Ruby wrote: >> On Fri, Apr 1, 2016 at 8:43 AM, sebb wrote: >>> How often does the Whimsy code get updated from git? >> >> Every time puppet runs, i.e. every 30 minutes. > > I see. &

Re: gitpubsub for code on Whimsy - broken?

2016-04-01 Thread Sam Ruby
On Fri, Apr 1, 2016 at 9:06 AM, sebb wrote: > On 1 April 2016 at 14:03, Sam Ruby wrote: >> On Fri, Apr 1, 2016 at 8:48 AM, Sam Ruby wrote: >>> On Fri, Apr 1, 2016 at 8:43 AM, sebb wrote: >>>> How often does the Whimsy code get updated from git? >>> &g

[discuss] move mlreq tool back to whimsy

2016-04-01 Thread Sam Ruby
here; but there are plenty of other codebases that aren't -- some of which aren't even under revision control or under automated deployment. Thoughts? See also: https://issues.apache.org/jira/browse/INFRA-11502 - Sam Ruby

Re: Comments on memstat.json.rb

2016-04-01 Thread Sam Ruby
d to write a test for showing the emeritus/deceased buttons. > Craig > > Craig L Russell > Secretary, Apache Software Foundation > c...@apache.org http://db.apache.org/jdo - Sam Ruby

Re: Comments on memstat.json.rb

2016-04-01 Thread Sam Ruby
On Fri, Apr 1, 2016 at 11:09 AM, Sam Ruby wrote: > On Fri, Apr 1, 2016 at 10:42 AM, Craig Russell > wrote: > >> 4. Could this be called directly from the command line, e.g. ruby >> views/actions/memstat clr emeritus > > Directly? No. But it is quite possible to

Re: Comments on memstat.json.rb

2016-04-01 Thread Sam Ruby
On Fri, Apr 1, 2016 at 11:45 AM, sebb wrote: > On 1 April 2016 at 16:09, Sam Ruby wrote: >> On Fri, Apr 1, 2016 at 10:42 AM, Craig Russell >> wrote: >> >>> 4. Could this be called directly from the command line, e.g. ruby >>> views/actions/memstat clr e

Re: Comments on memstat.json.rb

2016-04-02 Thread Sam Ruby
On Fri, Apr 1, 2016 at 11:43 AM, Sam Ruby wrote: > > Just a heads up: I'm looking at adding support for a "dry run" of > these scripts, which likely will result in some change to the script > itself, and may need additional setup by wrapper scripts. The /roster/commit

Re: [whimsy.git] [1/1] Commit 5a59778: Initial draft of mirror checking page

2016-04-03 Thread Sam Ruby
#x27;] and ! ENV['REQUEST_METHOD'] As an alternative to checking ENV, consider moving the html view code (_html below and methods like display above) to the cgi. [snip] > +print "Status: 200 OK\r\n" Probably not a good idea; Wunderbar will output a status line if there is a failure; I'm not sure how CGI servers handle having mutliple status lines. - Sam Ruby

project wiki for board reports?

2016-04-03 Thread Sam Ruby
As new chair :-), I'd like to move towards making project reports more of a community effort. I know some other projects develop their reports using a wiki; any objections or better ideas? - Sam Ruby

Re: gitpubsub for code on Whimsy - broken?

2016-04-04 Thread Sam Ruby
On Fri, Apr 1, 2016 at 9:21 AM, sebb wrote: > On 1 April 2016 at 14:10, Sam Ruby wrote: >> On Fri, Apr 1, 2016 at 9:02 AM, sebb wrote: >>> On 1 April 2016 at 13:48, Sam Ruby wrote: > > I meant that the function would do a git pull or whatever it is that > the schedul

Re: project wiki for board reports?

2016-04-04 Thread Sam Ruby
On Mon, Apr 4, 2016 at 8:55 AM, Shane Curcuru wrote: > Sam Ruby wrote on 4/3/16 7:02 PM: >> As new chair :-), I'd like to move towards making project reports more >> of a community effort. I know some other projects develop their reports >> using a wiki; any

Re: gitpubsub for code on Whimsy - broken?

2016-04-04 Thread Sam Ruby
On Mon, Apr 4, 2016 at 11:56 AM, sebb wrote: > On 4 April 2016 at 12:54, Sam Ruby wrote: >> On Fri, Apr 1, 2016 at 9:21 AM, sebb wrote: >>> On 1 April 2016 at 14:10, Sam Ruby wrote: >>>> On Fri, Apr 1, 2016 at 9:02 AM, sebb wrote: >>>>> On 1 Ap

Re: Feature request: access to previous comments

2016-04-05 Thread Sam Ruby
k to go (3months? A year?). > Thanks, > > Mark - Sam Ruby

looks like updates have stopped?

2016-04-05 Thread Sam Ruby
I pushed the following earlier today... https://github.com/apache/infrastructure-puppet/commit/ad8176c2f13793a086e9d530623937eb19a0f359 Checking to see what is wrong. - Sam Ruby

Re: Not in members.txt - why is that classed as .not_found ?

2016-04-06 Thread Sam Ruby
thub.com/apache/whimsy/blame/master/www/roster/views/members.html.rb - Sam Ruby

Re: Monitor.rb and monitors/*.rb - inconsistent symbol/string hash keys

2016-04-06 Thread Sam Ruby
gt; It looks like monitor.rb is using mainly strings, whereas > public_json.rb mainly uses symbols. > This makes it harder to detect actual changes. > > Is there any reason not to use symbols for hash keys throughout? No. :-) Feel free to make it consistent. - Sam Ruby

Re: Not in members.txt - why is that classed as .not_found ?

2016-04-06 Thread Sam Ruby
On Wed, Apr 6, 2016 at 12:41 PM, sebb wrote: > On 6 April 2016 at 11:39, Sam Ruby wrote: >> On Wed, Apr 6, 2016 at 4:40 AM, sebb wrote: >>> At present, non-members are flagged with "Not in members.txt" which is >>> fine, but the text is in red. >>>

Re: Feature request: access to previous comments

2016-04-07 Thread Sam Ruby
On Thu, Apr 7, 2016 at 4:24 AM, Mark Thomas wrote: > On 2016-04-05 17:43, Sam Ruby wrote: >> On Tue, Apr 5, 2016 at 12:25 PM, Mark Thomas wrote: >> > Hi, >> > >> > As a new board member I'd find it very useful to be able to see previous >> > c

Re: Error trying to fix Johnzon report

2016-04-10 Thread Sam Ruby
27;ve updated the logic to only retry if a commit actually was attempted and failed; I'll continue to investigate. - Sam Ruby On Sat, Apr 9, 2016 at 6:06 PM, John D. Ament wrote: > { > "transcript": [ > "$ svn checkout --depth empty > https://svn.apache.org/

Re: Error trying to fix Johnzon report

2016-04-10 Thread Sam Ruby
the title of the johnzon resolution title to match other resolutions. Thanks! - Sam Ruby > { > "transcript": [ > "$ svn checkout --depth empty > https://svn.apache.org/repos/private/foundation/board > /tmp/d20160410-17871-1n4xpey", > " U /t

Re: Error trying to fix Johnzon report

2016-04-10 Thread Sam Ruby
itle in the navigation links in the bottom of the page; and least opposed to putting the full title in the header at the top. There is no obvious "right" answer for what should be shown at the top, but my preference is to match the navigation links at the bottom. > John - Sam Ruby >

  1   2   3   4   5   6   7   8   9   10   >