Re: [VOTE] Release Apache Commons JCS 3.2.1 based on rc1

2024-04-07 Thread sebb
On Sun, 7 Apr 2024 at 17:51, Thomas Vandahl wrote: > > Hi Sebastian > > > Am 06.04.2024 um 15:38 schrieb sebb : > > > > Another minor issue: > > If you run 'mvn test' without first doing 'mvn clean', it fails with: > > > > [ERROR] JDBCDiskCacheUnitT

(whimsy) branch master updated: Tweak docs

2024-04-07 Thread sebb
This is an automated email from the ASF dual-hosted git repository. sebb pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/whimsy.git The following commit(s) were added to refs/heads/master by this push: new bcb5d367 Tweak docs bcb5d367 is described below

(whimsy) branch master updated: Allow sort by list as well as domain

2024-04-07 Thread sebb
This is an automated email from the ASF dual-hosted git repository. sebb pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/whimsy.git The following commit(s) were added to refs/heads/master by this push: new 0baa1008 Allow sort by list as well as domain

(whimsy) branch master updated: Change 24H to 48H (#221)

2024-04-07 Thread sebb
This is an automated email from the ASF dual-hosted git repository. sebb pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/whimsy.git The following commit(s) were added to refs/heads/master by this push: new 22771f65 Change 24H to 48H (#221) 22771f65

(whimsy) branch master updated: Note on local SVN setup

2024-04-06 Thread sebb
This is an automated email from the ASF dual-hosted git repository. sebb pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/whimsy.git The following commit(s) were added to refs/heads/master by this push: new ab3f7ee8 Note on local SVN setup ab3f7ee8

(commons-jcs) branch master updated: Java 17 is the minimum for the main branch

2024-04-06 Thread sebb
This is an automated email from the ASF dual-hosted git repository. sebb pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-jcs.git The following commit(s) were added to refs/heads/master by this push: new e8ce2958 Java 17 is the minimum for the main

(commons-jcs) branch master updated: Add build for minimum Java version

2024-04-06 Thread sebb
This is an automated email from the ASF dual-hosted git repository. sebb pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-jcs.git The following commit(s) were added to refs/heads/master by this push: new 298dd615 Add build for minimum Java version

Re: [VOTE] Release Apache Commons JCS 3.2.1 based on rc1

2024-04-06 Thread sebb
Another minor issue: If you run 'mvn test' without first doing 'mvn clean', it fails with: [ERROR] JDBCDiskCacheUnitTest.testInitializePoolAccess_withPoolName:157 » SQL Table already exists: JCSTESTTABLE_INITIALIZEPOOLACCESS in statement [CREATE CACHED TABLE JCSTESTTABLE_InitializePoolAccess]

(commons-jcs) branch master updated: Add macos build

2024-04-06 Thread sebb
This is an automated email from the ASF dual-hosted git repository. sebb pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-jcs.git The following commit(s) were added to refs/heads/master by this push: new 3d4eac74 Add macos build 3d4eac74

Re: Change default branch for age-website repo?

2024-04-04 Thread sebb
Another reason for changing the default branch is that GH search only applies to the default branch. On Thu, 4 Apr 2024 at 17:19, sebb wrote: > > The AGE website is currently built from the new-web branch rather than > the default master branch. > This is confusing for outsiders

Re: PR 289 broke the site build

2024-04-04 Thread sebb
hortly. > > john > > On Thu, Apr 4, 2024 at 2:50 PM sebb wrote: > > > Looks like a change in PR289 broke the site build: > > > > https://github.com/apache/age-website/actions/runs/8550540429 > > > > Error message: > > error Error processing Markdown fil

PR 289 broke the site build

2024-04-04 Thread sebb
Looks like a change in PR289 broke the site build: https://github.com/apache/age-website/actions/runs/8550540429 Error message: error Error processing Markdown file /home/runner/work/age-website/age-website/src/pages/index.md: bad indentation of a mapping entry at line 12, column 2: ^ Sebb

Website is missing 3 recent PRs

2024-04-04 Thread sebb
The new-web branch includes 3 PRs (287, 289, 290) which have yet to be included in the generated site. I'm not sure if the site is built automatically or if it is a manual process. Perhaps someone can have a look? Sebb

Change default branch for age-website repo?

2024-04-04 Thread sebb
in the master branch should be edited make it clear that the source for the site is located elsewhere. Note: you may need to copy some settings from .asf.yaml in the master branch. Sebb

Invalid GHA workflow merge-conflict.yml

2024-04-04 Thread sebb
The workflow https://github.com/apache/age-website/actions/workflows/merge-conflict.yml contains a prohibited action. It appears to be causing all commits to report errors, and may be causing issues with website updates Sebb

Re: Problem with download page

2024-04-04 Thread sebb
I'm sorry, but there was a mistake in the viewer section. I have created a new PR to address that: https://github.com/apache/age-website/pull/287 On Tue, 2 Apr 2024 at 15:10, Eya Badal wrote: > > I just applied the PR. Thank you, Sebb. We were working to fix it, but it > looks lik

Re: [ANNOUNCE] Apache HugeGraph(incubating) 1.3.0 available

2024-04-03 Thread sebb
On Wed, 3 Apr 2024 at 15:56, Jacky Yang wrote: > Hi,sebb > > The download page problem has been basically fixed. > > There are still some errors: - must use closer.lua for artifacts - must not link to SNAPSHOT files - versions before 1.0 don't have hashes and sigs and don't appear

Re: [ANNOUNCE] Apache HugeGraph(incubating) 1.3.0 available

2024-04-03 Thread sebb
On Wed, 3 Apr 2024 at 15:56, Jacky Yang wrote: > Hi,sebb > > The download page problem has been basically fixed. > > There are still some errors: - must use closer.lua for artifacts - must not link to SNAPSHOT files - versions before 1.0 don't have hashes and sigs and don't appear

(whimsy) branch master updated: Avoid failure

2024-04-03 Thread sebb
This is an automated email from the ASF dual-hosted git repository. sebb pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/whimsy.git The following commit(s) were added to refs/heads/master by this push: new 60cf7144 Avoid failure 60cf7144 is described

(incubator-ponymail-site) branch asf-site updated: Document some mbox.lua options

2024-04-03 Thread sebb
This is an automated email from the ASF dual-hosted git repository. sebb pushed a commit to branch asf-site in repository https://gitbox.apache.org/repos/asf/incubator-ponymail-site.git The following commit(s) were added to refs/heads/asf-site by this push: new fd6437e Document some

Re: [ANNOUNCE] Apache HugeGraph(incubating) 1.3.0 available

2024-04-03 Thread sebb
On Tue, 2 Apr 2024 at 17:11, Jacky Yang wrote: > > Hi all, > > Apache HugeGraph (Incubating) Team is glad to announce the new release of > version 1.3.0 > > HugeGraph is a fast-speed and highly-scalable distributed graph database, > it provides the basic "Graph Traverser" for OLTP query, and also

Re: [ANNOUNCE] Apache HugeGraph(incubating) 1.3.0 available

2024-04-03 Thread sebb
On Tue, 2 Apr 2024 at 17:11, Jacky Yang wrote: > > Hi all, > > Apache HugeGraph (Incubating) Team is glad to announce the new release of > version 1.3.0 > > HugeGraph is a fast-speed and highly-scalable distributed graph database, > it provides the basic "Graph Traverser" for OLTP query, and also

Re: Conflicting information about event promotion

2024-04-02 Thread sebb
On Mon, 1 Apr 2024 at 15:08, sebb wrote: > > On Mon, 1 Apr 2024 at 13:39, Rich Bowen wrote: > > > > I’ve fixed the doc on www-site with > > https://github.com/apache/www-site/pull/358 > > > > But ... > > > > > > > On Apr

Re: Github account not shown in ASF account profile

2024-04-02 Thread sebb
I already answered this question on the private users@infra list: Whimsy only shows what the LDAP record contains. Whimsy is not involved in account authentication. Please ask on your project list first. There must be others who have performed the same steps. On Tue, 2 Apr 2024 at 17:14, Mirko

(commons-validator) branch master updated: Changes from Version 2024040200, Apr 2 07:07:02 2024 UTC

2024-04-02 Thread sebb
This is an automated email from the ASF dual-hosted git repository. sebb pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-validator.git The following commit(s) were added to refs/heads/master by this push: new a264d511 Changes from Version

Re: Proposal to make DomainValidator#isValidDomainSyntax public in commons-validator

2024-04-02 Thread sebb
On Tue, 2 Apr 2024 at 15:40, mogasale.tech wrote: > > Thanks for the response. > > I have thoughts about this change not only within DomainValidator, but also > to make it configurable at the two classes (EmailValidator and > UrlValidator) where DomainValidator#isValid is consumed today. > > I'll

Re: Problem with download page

2024-04-02 Thread sebb
Please apply the following PR: https://github.com/apache/age-website/pull/285 On Sat, 30 Mar 2024 at 16:27, sebb wrote: > > The download page now uses closer.lua, but it does not link to the > individual artifacts. > This makes it harder for the end user to download. > > If y

Re: [DISCUSS] Should we update our policies to include source provenance check

2024-04-02 Thread sebb
On Tue, 2 Apr 2024 at 09:51, Mark Thomas wrote: > > On 02/04/2024 09:12, sebb wrote: > > On Tue, 2 Apr 2024 at 08:47, Christofer Dutz > > wrote: > >> > >> Hi all, > >> > >> > >> > >> I fully agree on this … and adding

Re: [DISCUSS] Should we update our policies to include source provenance check

2024-04-02 Thread sebb
with all the CRA and PLD stuff coming our way. > > > > Chris > > > > > > Von: sebb > Datum: Dienstag, 2. April 2024 um 09:14 > An: Jarek Potiuk > Cc: security-discuss@community.apache.org > , Users > Betreff: Re: [DISCUSS] Should we update our policies t

Re: [DISCUSS] Should we update our policies to include source provenance check

2024-04-02 Thread sebb
WARNING: this post mixes public and private lists. In Commons reviewers are supposed to check that the source tarball contents all match files from the tag in the vote. The reason is mainly for provenance, and licensing, but it is not unknown for spurious files to be accidentally added to the

(whimsy) branch master updated: Clarify that LDAP GHname is not synched with the linked id

2024-04-01 Thread sebb
This is an automated email from the ASF dual-hosted git repository. sebb pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/whimsy.git The following commit(s) were added to refs/heads/master by this push: new a1365714 Clarify that LDAP GHname is not synched

(whimsy) branch master updated: Send mail details of shutdown

2024-04-01 Thread sebb
This is an automated email from the ASF dual-hosted git repository. sebb pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/whimsy.git The following commit(s) were added to refs/heads/master by this push: new 5f51b47b Send mail details of shutdown 5f51b47b

Re: Regarding the Apache Committee Report Helper Website

2024-04-01 Thread sebb
On Mon, 1 Apr 2024 at 15:44, Daniel Gruno wrote: > > On 4/1/24 09:35, sebb wrote: > > On Mon, 1 Apr 2024 at 15:14, Daniel Gruno wrote: > >> > >> On 3/31/24 16:15, Dongjoon Hyun wrote: > >>> Ya, it seems to happen at multiple projects. > >>> &

(whimsy) branch master updated: Minor tidyup

2024-04-01 Thread sebb
This is an automated email from the ASF dual-hosted git repository. sebb pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/whimsy.git The following commit(s) were added to refs/heads/master by this push: new 22a01e82 Minor tidyup 22a01e82 is described below

Re: Regarding the Apache Committee Report Helper Website

2024-04-01 Thread sebb
gjoon. > > The scanner had been stuck for a good while. I've cleared out the frozen > processes, and hopefully the next rounds of scans should pick up some > data again. Is there a way to check if the scanner is working? And maybe send an alert if it is stuck? > > > >

Re: Conflicting information about event promotion

2024-04-01 Thread sebb
n from the deployed site. If not, the ghostbusters will need to be called to get rid of the phantom file. If you are referring to README.md at https://github.com/apache/comdev-events-site, that is not part of the site build. It is intended to describe how the repo is used to build the site. Sebb ---

Re: Snyk, Sonartype, etc

2024-03-31 Thread sebb
On Sun, 31 Mar 2024 at 17:06, Dirk-Willem van Gulik wrote: > > Just to capture a suggestion that Andrew Purtell made during the > cve-2024-3094 triage: > > > What would make sense, if we are tossing ideas around as asides, is > > providing PMCs and devs resources that help identify problematic

Re: Regarding the Apache Committee Report Helper Website

2024-03-31 Thread sebb
On Sun, 31 Mar 2024 at 09:38, Francis Chuang wrote: > > I just checked for Calcite and the only stats missing for us is JIRA > activity. We have stats for everything else. > > Sheng Wu also raised this issue earlier today: > https://lists.apache.org/thread/2jn0m17276ny0l297nj5vfxtjsoksnz6 > > I

Problem with download page

2024-03-30 Thread sebb
the user is presented with a download link to the actual artifact, instead of a link to a directory listing. Try it and see! Sebb

[jira] [Commented] (IO-851) FileSystemUtils no longer throws IllegalStateException

2024-03-29 Thread Sebb (Jira)
[ https://issues.apache.org/jira/browse/IO-851?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17832224#comment-17832224 ] Sebb commented on IO-851: - That's IllegalArgumentException, not IllegalStateException. I just did a search

Re: [PR] Updated New-web [age-website]

2024-03-29 Thread sebb
There was a bad change in the download page! On Fri, 29 Mar 2024 at 09:46, aked21 (via GitHub) wrote: > > > aked21 merged PR #279: > URL: https://github.com/apache/age-website/pull/279 > > > -- > This is an automated message from the Apache Git Service. > To respond to the message, please log on

https://age.apache.org/download/ has partially merged commits

2024-03-29 Thread sebb
The download page https://age.apache.org/download/ has a section of partially merged code in the PG11 section. https://github.com/apache/age-website/blob/6ff009d6d1d042701c8307705974a16c79facd08/src/pages/download/index.md?plain=1#L84 Sebb

[jira] [Created] (IO-851) FileSystemUtils no longer throws IllegalStateException

2024-03-29 Thread Sebb (Jira)
Sebb created IO-851: --- Summary: FileSystemUtils no longer throws IllegalStateException Key: IO-851 URL: https://issues.apache.org/jira/browse/IO-851 Project: Commons IO Issue Type: Bug Reporter

(whimsy) branch master updated: Fix up tests for updates proxy wrapper

2024-03-28 Thread sebb
This is an automated email from the ASF dual-hosted git repository. sebb pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/whimsy.git The following commit(s) were added to refs/heads/master by this push: new aa59d230 Fix up tests for updates proxy wrapper

(whimsy) branch master updated: Simplify

2024-03-28 Thread sebb
This is an automated email from the ASF dual-hosted git repository. sebb pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/whimsy.git The following commit(s) were added to refs/heads/master by this push: new a16b5ead Simplify a16b5ead is described below

(whimsy) branch master updated: Don't make assumptions about the SVN command

2024-03-28 Thread sebb
This is an automated email from the ASF dual-hosted git repository. sebb pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/whimsy.git The following commit(s) were added to refs/heads/master by this push: new 37b3d6ac Don't make assumptions about the SVN

(whimsy) branch master updated: Proxy role needs a wrapper

2024-03-28 Thread sebb
This is an automated email from the ASF dual-hosted git repository. sebb pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/whimsy.git The following commit(s) were added to refs/heads/master by this push: new 3db0815f Proxy role needs a wrapper 3db0815f

(whimsy) branch master updated: Log subject if not active

2024-03-28 Thread sebb
This is an automated email from the ASF dual-hosted git repository. sebb pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/whimsy.git The following commit(s) were added to refs/heads/master by this push: new d09f44eb Log subject if not active d09f44eb

(whimsy) branch master updated: Speed up

2024-03-26 Thread sebb
This is an automated email from the ASF dual-hosted git repository. sebb pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/whimsy.git The following commit(s) were added to refs/heads/master by this push: new 15837a6e Speed up 15837a6e is described below

Re: Problems with download page

2024-03-26 Thread sebb
/ If the Viewer is a current release must be served from downloads.a.o. In any case, ASF source releases must be served from ASF hosts, not from GitHub. On Wed, 27 Mar 2024 at 00:03, sebb wrote: > > I see you have fixed some of the issues, however the artifacts still > do not use closer.lua

(whimsy) branch master updated: Allow for some pointers

2024-03-26 Thread sebb
This is an automated email from the ASF dual-hosted git repository. sebb pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/whimsy.git The following commit(s) were added to refs/heads/master by this push: new a17b5b15 Allow for some pointers a17b5b15

Re: Problems with download page

2024-03-26 Thread sebb
really be 'KEYS'; there is only one KEYS file which contains all the keys. Thanks, Sebb On Tue, 26 Mar 2024 at 16:56, sebb wrote: > > The download page at https://age.apache.org/download has a few problems: > > - artifacts MUST be linked using closer.lua > - No link t

Re: Issue with SVN logo

2024-03-26 Thread sebb
My apologies - turns out this is a general issue with displaying SVG images from that URL. AFAICT the original Hugegraph SVG logo was OK. I have raised the following issue: https://issues.apache.org/jira/browse/INFRA-25654 Sebb On Mon, 25 Mar 2024 at 17:24, sebb wrote: > > There

svn commit: r1916565 - in /comdev/project-logos/originals: hugegraph.pdf numbers.pdf rng.pdf statistics.pdf

2024-03-26 Thread sebb
Author: sebb Date: Tue Mar 26 23:14:21 2024 New Revision: 1916565 URL: http://svn.apache.org/viewvc?rev=1916565=rev Log: Allow PDFs to display Modified: comdev/project-logos/originals/hugegraph.pdf (props changed) comdev/project-logos/originals/numbers.pdf (props changed) comdev

svn commit: r1916564 - in /comdev/project-logos/originals: datasketches-1.svg datasketches-2.svg dolphinscheduler-1.svg teaclave.svg tubemq.svg

2024-03-26 Thread sebb
Author: sebb Date: Tue Mar 26 23:12:28 2024 New Revision: 1916564 URL: http://svn.apache.org/viewvc?rev=1916564=rev Log: Drop executable attribute Modified: comdev/project-logos/originals/datasketches-1.svg (props changed) comdev/project-logos/originals/datasketches-2.svg (props

(whimsy) branch master updated: Follow redirects

2024-03-26 Thread sebb
This is an automated email from the ASF dual-hosted git repository. sebb pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/whimsy.git The following commit(s) were added to refs/heads/master by this push: new a25c9477 Follow redirects a25c9477 is described

Problems with download page

2024-03-26 Thread sebb
-download-pages.html Sebb

Issue with SVN logo

2024-03-25 Thread sebb
There seems to be an issue with the SVG file submitted to the ASF logo registry: https://svn.apache.org/repos/asf/comdev/project-logos/originals/hugegraph.svg It does not display in browsers, and the generated files don't display anything either: https://apache.org/logos/#huge Sebb

(commons-lang) branch master updated (2f28cef08 -> c9c1e222b)

2024-03-25 Thread sebb
This is an automated email from the ASF dual-hosted git repository. sebb pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/commons-lang.git from 2f28cef08 Merge branch 'master' of https://gitbox.apache.org/repos/asf/commons-lang.git add 03c15abb4

(commons-lang) 01/01: Merge pull request #1191 from vgadget/patch-1

2024-03-25 Thread sebb
This is an automated email from the ASF dual-hosted git repository. sebb pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-lang.git commit c9c1e222b81b8487a963c33ecd03ed2560891a2a Merge: 2f28cef08 03c15abb4 Author: Sebb AuthorDate: Mon Mar 25 16:50:33

svn commit: r1916536 - /comdev/projects.apache.org/trunk/data/projects.xml

2024-03-25 Thread sebb
Author: sebb Date: Mon Mar 25 15:45:56 2024 New Revision: 1916536 URL: http://svn.apache.org/viewvc?rev=1916536=rev Log: Spurious space Modified: comdev/projects.apache.org/trunk/data/projects.xml Modified: comdev/projects.apache.org/trunk/data/projects.xml URL: http://svn.apache.org

svn commit: r1916535 - /comdev/projects.apache.org/trunk/data/projects.xml

2024-03-25 Thread sebb
Author: sebb Date: Mon Mar 25 15:44:58 2024 New Revision: 1916535 URL: http://svn.apache.org/viewvc?rev=1916535=rev Log: Enable Flume DOAP and fix its version Modified: comdev/projects.apache.org/trunk/data/projects.xml Modified: comdev/projects.apache.org/trunk/data/projects.xml URL: http

svn commit: r1916505 - /comdev/project-logos/site/about.html

2024-03-24 Thread sebb
Author: sebb Date: Sun Mar 24 14:39:33 2024 New Revision: 1916505 URL: http://svn.apache.org/viewvc?rev=1916505=rev Log: Looks like we need these for drop-downs Modified: comdev/project-logos/site/about.html Modified: comdev/project-logos/site/about.html URL: http://svn.apache.org/viewvc

svn commit: r1916504 - /comdev/project-logos/site/about.html

2024-03-24 Thread sebb
Author: sebb Date: Sun Mar 24 14:37:35 2024 New Revision: 1916504 URL: http://svn.apache.org/viewvc?rev=1916504=rev Log: Fix indendation and remove spurious form tag Modified: comdev/project-logos/site/about.html Modified: comdev/project-logos/site/about.html URL: http://svn.apache.org

svn commit: r1916503 - /comdev/project-logos/site/about.html

2024-03-24 Thread sebb
Author: sebb Date: Sun Mar 24 13:09:27 2024 New Revision: 1916503 URL: http://svn.apache.org/viewvc?rev=1916503=rev Log: Nothing to load on about page Modified: comdev/project-logos/site/about.html Modified: comdev/project-logos/site/about.html URL: http://svn.apache.org/viewvc/comdev

svn commit: r1916502 - in /comdev/project-logos/site: about.html index.html

2024-03-24 Thread sebb
Author: sebb Date: Sun Mar 24 13:08:49 2024 New Revision: 1916502 URL: http://svn.apache.org/viewvc?rev=1916502=rev Log: planet.apache is no longer Modified: comdev/project-logos/site/about.html comdev/project-logos/site/index.html Modified: comdev/project-logos/site/about.html URL

svn commit: r1916501 - /comdev/project-logos/site/about.html

2024-03-24 Thread sebb
Author: sebb Date: Sun Mar 24 12:58:34 2024 New Revision: 1916501 URL: http://svn.apache.org/viewvc?rev=1916501=rev Log: Where to find the code Modified: comdev/project-logos/site/about.html Modified: comdev/project-logos/site/about.html URL: http://svn.apache.org/viewvc/comdev/project

(whimsy) branch master updated: helpers: improve class Integer function ordinalize (#217)

2024-03-23 Thread sebb
This is an automated email from the ASF dual-hosted git repository. sebb pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/whimsy.git The following commit(s) were added to refs/heads/master by this push: new 1404fb7b helpers: improve class Integer function

Re: "Maintainer" as an alias of PMC Member?

2024-03-23 Thread sebb
On Sat, 23 Mar 2024 at 22:26, Christopher wrote: > > On Sat, Mar 23, 2024 at 6:06 PM Gary Gregory wrote: > > > > On Sat, Mar 23, 2024 at 4:59 PM Christopher wrote: > > > > > > Delegate implies designated authority/responsibility, more than > > > "maintainer" or "member", I think. The PMC role

(whimsy) branch master updated: Fix broken links in `config/board-agenda.md` (#218)

2024-03-23 Thread sebb
This is an automated email from the ASF dual-hosted git repository. sebb pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/whimsy.git The following commit(s) were added to refs/heads/master by this push: new d1f317ca Fix broken links in `config/board

Re: Assistance with surveys write error

2024-03-23 Thread sebb
On Sat, 23 Mar 2024 at 11:43, Shane Curcuru wrote: > > If anyone can spot my error when submitting to officers/surveys, I'd > love help understanding how this is not working, even though the form > submission code seems to be exactly the same structure as coi and > mentor-update are (which work).

(whimsy) branch master updated: Fix spelling in Ruby files (#215)

2024-03-23 Thread sebb
This is an automated email from the ASF dual-hosted git repository. sebb pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/whimsy.git The following commit(s) were added to refs/heads/master by this push: new f264c54a Fix spelling in Ruby files (#215

(whimsy) branch master updated: Link to podling.yml; redo conditionals

2024-03-21 Thread sebb
This is an automated email from the ASF dual-hosted git repository. sebb pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/whimsy.git The following commit(s) were added to refs/heads/master by this push: new 85f34c6c Link to podling.yml; redo conditionals

Re: Registering a release

2024-03-21 Thread sebb
On Thu, 21 Mar 2024 at 21:45, Justin Mclean wrote: > > Hi, > > >> You might want to remove those old releases there, as they are > >> automatically archived here: > >> https://archive.apache.org/dist/incubator/sdap/ > > > > Would that affect the closer.lua download links on our website? > > Yes,

(whimsy) branch master updated: Check that fields are class Date before using strftime

2024-03-21 Thread sebb
This is an automated email from the ASF dual-hosted git repository. sebb pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/whimsy.git The following commit(s) were added to refs/heads/master by this push: new c2bfc4e4 Check that fields are class Date before

(whimsy) branch master updated: Tweak

2024-03-21 Thread sebb
This is an automated email from the ASF dual-hosted git repository. sebb pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/whimsy.git The following commit(s) were added to refs/heads/master by this push: new e9fcec99 Tweak e9fcec99 is described below

(incubator-ponymail-site) branch asf-site updated: Must link to parent dir here

2024-03-21 Thread sebb
This is an automated email from the ASF dual-hosted git repository. sebb pushed a commit to branch asf-site in repository https://gitbox.apache.org/repos/asf/incubator-ponymail-site.git The following commit(s) were added to refs/heads/asf-site by this push: new a3e6cb4 Must link to parent

(whimsy) branch master updated: More general link text extraction

2024-03-21 Thread sebb
This is an automated email from the ASF dual-hosted git repository. sebb pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/whimsy.git The following commit(s) were added to refs/heads/master by this push: new e891f8ac More general link text extraction

svn commit: r1916466 - /comdev/projects.apache.org/trunk/data/projects.xml

2024-03-21 Thread sebb
Author: sebb Date: Thu Mar 21 15:42:31 2024 New Revision: 1916466 URL: http://svn.apache.org/viewvc?rev=1916466=rev Log: Wrong PMC causing errors to be reported Modified: comdev/projects.apache.org/trunk/data/projects.xml Modified: comdev/projects.apache.org/trunk/data/projects.xml URL

(whimsy) branch master updated: Option to save the parsed page

2024-03-21 Thread sebb
This is an automated email from the ASF dual-hosted git repository. sebb pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/whimsy.git The following commit(s) were added to refs/heads/master by this push: new 24cbf135 Option to save the parsed page 24cbf135

svn commit: r1916462 - in /comdev/projects.apache.org/trunk/data: committees.xml committees/celeborn.rdf committees/paimon.rdf committees/pekko.rdf

2024-03-21 Thread sebb
Author: sebb Date: Thu Mar 21 11:07:23 2024 New Revision: 1916462 URL: http://svn.apache.org/viewvc?rev=1916462=rev Log: += celeborn, paimon, pekko Added: comdev/projects.apache.org/trunk/data/committees/celeborn.rdf (with props) comdev/projects.apache.org/trunk/data/committees

(whimsy) branch master updated: Fix TsFile

2024-03-21 Thread sebb
This is an automated email from the ASF dual-hosted git repository. sebb pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/whimsy.git The following commit(s) were added to refs/heads/master by this push: new ee516372 Fix TsFile ee516372 is described below

(whimsy) branch master updated: Add special code for M lists

2024-03-20 Thread sebb
This is an automated email from the ASF dual-hosted git repository. sebb pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/whimsy.git The following commit(s) were added to refs/heads/master by this push: new 490eabc2 Add special code for M lists 490eabc2

(whimsy) branch master updated: Unused parameter

2024-03-20 Thread sebb
This is an automated email from the ASF dual-hosted git repository. sebb pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/whimsy.git The following commit(s) were added to refs/heads/master by this push: new d1b60950 Unused parameter d1b60950 is described

Re: [WG: Badging] Tooling, reclaiming thread

2024-03-20 Thread sebb
On Wed, 20 Mar 2024 at 15:59, Paulo Motta wrote: > > This is fair Sebb. I concede a separate namespace makes sense. This would > also likely simplify the solution so we don't need to worry about clashes. > > Instead of overloading people.apache.org namespace which is associated w

Re: [WG: Badging] Tooling, reclaiming thread

2024-03-20 Thread sebb
On Wed, 20 Mar 2024 at 14:02, Paulo Motta wrote: > > The ID reservation for 1 year is an optimistic "vote of confidence" that > the contributor will remain active in the community and eventually become a > committer. There are already issues with 3rd party Wiki and Jira ids. Let's not add

(whimsy) branch master updated: Check for other no login shells

2024-03-20 Thread sebb
This is an automated email from the ASF dual-hosted git repository. sebb pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/whimsy.git The following commit(s) were added to refs/heads/master by this push: new be2b7bca Check for other no login shells be2b7bca

Re: Please update Flume DOAP

2024-03-19 Thread sebb
On Tue, 19 Mar 2024 at 20:40, Jan Friedrich wrote: > > Hi Sebb, > > is this what you want? > > https://github.com/apache/logging-flume/pull/421 That is what needs to be done so that projects.a.o works properly for Flume. [It is not something that I personally want]

Re: Please update Flume DOAP

2024-03-19 Thread sebb
PING - still needs to be fixed. On Fri, 15 Mar 2024 at 00:42, sebb wrote: > > Note: this is the line that needs to be fixed: > > https://github.com/apache/logging-flume/blob/trunk/doap_Flume.rdf#L29 > > On Thu, 14 Mar 2024 at 08:57, sebb wrote: > > > > Ping? >

Re: Reporter tool for board reports needs some love

2024-03-19 Thread sebb
data ..done > Committing transaction... > Committed revision 1916425. > > On Tue, Mar 19, 2024 at 10:24 AM Andrew Musselman wrote: > > > I'll make that edit, thanks sebb. > > > > On Tue, Mar 19, 2024 at 10:11 AM sebb wrote: > > > >> The linked README

svn commit: r1916424 - /comdev/reporter.apache.org/trunk/README.txt

2024-03-19 Thread sebb
Author: sebb Date: Tue Mar 19 17:20:11 2024 New Revision: 1916424 URL: http://svn.apache.org/viewvc?rev=1916424=rev Log: Also runs mailglomper2 Modified: comdev/reporter.apache.org/trunk/README.txt Modified: comdev/reporter.apache.org/trunk/README.txt URL: http://svn.apache.org/viewvc

svn commit: r1916423 - /comdev/reporter.apache.org/trunk/README.txt

2024-03-19 Thread sebb
Author: sebb Date: Tue Mar 19 17:10:27 2024 New Revision: 1916423 URL: http://svn.apache.org/viewvc?rev=1916423=rev Log: Mail archives was replaced by lists.a.o Modified: comdev/reporter.apache.org/trunk/README.txt Modified: comdev/reporter.apache.org/trunk/README.txt URL: http

Re: Reporter tool for board reports needs some love

2024-03-19 Thread sebb
The linked README file is a bit out of date. Neither it nor the About page mention that many of the stats come from https://demo.kibble.apache.org/ On Tue, 19 Mar 2024 at 16:25, Andrew Musselman wrote: > > https://reporter.apache.org/about.html > > On Tue, Mar 19, 2024 at 8:56 AM tison wrote:

(whimsy) branch master updated: Link to LDAP account

2024-03-19 Thread sebb
This is an automated email from the ASF dual-hosted git repository. sebb pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/whimsy.git The following commit(s) were added to refs/heads/master by this push: new c150c482 Link to LDAP account c150c482

(whimsy) branch master updated: Add ASF banned LDAP checks

2024-03-19 Thread sebb
This is an automated email from the ASF dual-hosted git repository. sebb pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/whimsy.git The following commit(s) were added to refs/heads/master by this push: new 327e2038 Add ASF banned LDAP checks 327e2038

(whimsy) branch master updated: Low-level LDAP search function

2024-03-19 Thread sebb
This is an automated email from the ASF dual-hosted git repository. sebb pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/whimsy.git The following commit(s) were added to refs/heads/master by this push: new 9c99144a Low-level LDAP search function 9c99144a

(whimsy) branch master updated: Optional attributes do not work; not actually used

2024-03-19 Thread sebb
This is an automated email from the ASF dual-hosted git repository. sebb pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/whimsy.git The following commit(s) were added to refs/heads/master by this push: new 7e4fa31c Optional attributes do not work

[jira] [Commented] (INCUBATOR-283) Please delete tag v2.0.0 in incubator-horaedb

2024-03-19 Thread Sebb (Jira)
[ https://issues.apache.org/jira/browse/INCUBATOR-283?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17828266#comment-17828266 ] Sebb commented on INCUBATOR-283: There is some git hook code that appears to protect certain tags

[jira] [Commented] (INCUBATOR-283) Please delete tag v2.0.0 in incubator-horaedb

2024-03-19 Thread Sebb (Jira)
[ https://issues.apache.org/jira/browse/INCUBATOR-283?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17828246#comment-17828246 ] Sebb commented on INCUBATOR-283: release tags are supposed to be immutable, and cannot normally

Re: Delivery Status Notification (Failure) for private@legal

2024-03-18 Thread sebb
Try again On Mon, 18 Mar 2024 at 22:53, sebbaz(Test) wrote: > I would have thought the legal-private@ list would be more in line with > how PMCs are handled. > > I'll see if I can fix that. > > On Mon, 18 Mar 2024 at 17:40, Craig Russell wrote: > >> This email was generated by clicking on the

<    1   2   3   4   5   6   7   8   9   10   >