Re: [PR] collated board minutes: move title up, link to draft [whimsy]

2025-06-16 Thread via GitHub
sebbASF commented on PR #276: URL: https://github.com/apache/whimsy/pull/276#issuecomment-2978268509 Two of the tests worked; it looks like the failures of the others was due to problems accessing SVN. Perhaps try re-running the test? -- This is an automated message from the Apache

Re: [PR] collated board minutes: move title up, link to draft [whimsy]

2025-06-16 Thread via GitHub
raboof commented on PR #276: URL: https://github.com/apache/whimsy/pull/276#issuecomment-2977401412 Looks like this caused test failures https://github.com/raboof/whimsy/actions/runs/15686297526/job/44190228092, converting to draft for now -- This is an automated message from the Apache

Re: [PR] fix: board minutes collation: no longer try to reuse year [whimsy]

2025-06-16 Thread via GitHub
dave2wave commented on PR #275: URL: https://github.com/apache/whimsy/pull/275#issuecomment-2977360951 > public per-project minutes view? These should be called per-committee, but that's another debate. It's possible, but it would be towards the end of the plan. -- This is an

[PR] collated board minutes: move title up, link to draft [whimsy]

2025-06-16 Thread via GitHub
raboof opened a new pull request, #276: URL: https://github.com/apache/whimsy/pull/276 Move title above the generated paragraphs, link to the location where draft minutes are placed for ASF members. -- This is an automated message from the Apache Git Service. To respond to the message, pl

Re: [PR] fix: board minutes collation: no longer try to reuse year [whimsy]

2025-06-16 Thread via GitHub
sebbASF merged PR #275: URL: https://github.com/apache/whimsy/pull/275 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@whimsical.apache.

Re: [I] 'builder' dependency not declared [whimsy]

2025-06-16 Thread via GitHub
sebbASF commented on issue #274: URL: https://github.com/apache/whimsy/issues/274#issuecomment-2977219404 It's declared here: https://github.com/apache/whimsy/blob/0b852c28f7698187ece08030bf8890737a8218a6/tools/Gemfile#L7 -- This is an automated message from the Apache Git Service.

Re: [I] 'builder' dependency not declared [whimsy]

2025-06-16 Thread via GitHub
sebbASF closed issue #274: 'builder' dependency not declared URL: https://github.com/apache/whimsy/issues/274 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-

Re: [PR] fix: board minutes collation: no longer try to reuse year [whimsy]

2025-06-16 Thread via GitHub
raboof commented on PR #275: URL: https://github.com/apache/whimsy/pull/275#issuecomment-2977205080 I'm aware ;) - will that also replace the public per-project minutes view? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

Re: [PR] fix: board minutes collation: no longer try to reuse year [whimsy]

2025-06-16 Thread via GitHub
dave2wave commented on PR #275: URL: https://github.com/apache/whimsy/pull/275#issuecomment-2977194077 In a couple of months we will have https://agenda-test.apache.org/calendar -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

[PR] fix: board minutes collation: no longer try to reuse year [whimsy]

2025-06-16 Thread via GitHub
raboof opened a new pull request, #275: URL: https://github.com/apache/whimsy/pull/275 previously, this script fetched https://www.apache.org/foundation/board/calendar.html to re-use its style and the 'list of years' paragraph. However, presumably due to changes to calendar.html, thi

[I] 'builder' dependency not declared [whimsy]

2025-06-16 Thread via GitHub
raboof opened a new issue, #274: URL: https://github.com/apache/whimsy/issues/274 `./tools/collate_minutes.rb` uses `builder`, but it seems that was not declared in the `Gemfile` or `asf.gemspec`, so I had to `gem install` it myself. -- This is an automated message from the Apache Git Ser