Re: Branch cleaning/ archiving

2021-03-10 Thread Jan Høydahl
I thought a simple git fetch would detect deleted branches? Probably wise to send a mail to separate mail to dev@ - Subject: [NOTICE] All branches will be gone on Monday We plan to remove up all historic branches in the new solr.git repostiory, and leave only the "main" branch. We'll

Re: Branch cleaning/ archiving

2021-03-10 Thread Dawid Weiss
This will also require people who already made their clones/ forks to prune their copy of the remote as this isn't done automatically. git remote prune origin Other than that -- looks good to me. D. On Wed, Mar 10, 2021 at 11:19 PM Jan Høydahl wrote: > > Yep, I updated it with a check that the

Re: Welcome Bruno to the Apache Lucene PMC

2021-03-10 Thread Adrien Grand
Welcome Bruno! On Thu, Mar 11, 2021 at 2:39 AM Michael Sokolov wrote: > Welcome, Bruno! > > On Wed, Mar 10, 2021, 7:56 PM Mike Drob wrote: > >> I am pleased to announce that Bruno has accepted an invitation to join >> the Lucene PMC! >> >> Congratulations, and welcome aboard! >> >> Mike >> > -

Re: Welcome Bruno to the Apache Lucene PMC

2021-03-10 Thread Michael Sokolov
Welcome, Bruno! On Wed, Mar 10, 2021, 7:56 PM Mike Drob wrote: > I am pleased to announce that Bruno has accepted an invitation to join the > Lucene PMC! > > Congratulations, and welcome aboard! > > Mike >

Re: Lucene and Solr repositories mirrored, main branch ready

2021-03-10 Thread Michael Sokolov
Big thank you, Dawid, and Jan and others for taking the bull by the horns! On Wed, Mar 10, 2021, 3:14 PM Dawid Weiss wrote: > > Just tested out the main branch of the new repo, packaged, started, > loaded data, searched from the UI. All looks great. > > Thank you, great to know! > > Dawid > > --

Welcome Bruno to the Apache Lucene PMC

2021-03-10 Thread Mike Drob
I am pleased to announce that Bruno has accepted an invitation to join the Lucene PMC! Congratulations, and welcome aboard! Mike

Re: Branch cleaning/ archiving

2021-03-10 Thread Jan Høydahl
Yep, I updated it with a check that the command succeeded. Jan > 10. mar. 2021 kl. 23:09 skrev Ilan Ginzburg : > > Any risk in the script that command: > git push ${REMOTE} > cominvent/$BRANCH:refs/tags/history/branches/lucene-solr/$BRANCH > errors out in some exotic way (?) but the script cont

Re: Branch cleaning/ archiving

2021-03-10 Thread Ilan Ginzburg
Any risk in the script that command: git push ${REMOTE} cominvent/$BRANCH:refs/tags/history/branches/lucene-solr/$BRANCH errors out in some exotic way (?) but the script continues anyway and proceeds with the delete: git push ${REMOTE} --delete $BRANCH On Wed, Mar 10, 2021 at 10:35 PM Jan Høydahl

Re: Does CVE-2020-27223 impact Solr 8.6.1

2021-03-10 Thread Jan Høydahl
Hi, Please see https://solr.apache.org/security.html for how to handle potential security issues responsibly. From time to time we upgrade our Jetty dependencies, so feel free to file a public JIRA to upgrade Jetty in next release. Normally you'd not be vulnerable to this DoS attach since you wo

Re: Branch cleaning/ archiving

2021-03-10 Thread Jan Høydahl
Ok, I took a stab at this We have 113 branches. Here is a script I prepared that will work directly on a git remote, first creating the tag then deleting the branch. https://gist.github.com/80a7eea6bacd4e32646a7958d1e9a870 In the script I have added the list of branches that I propose to "archiv

Re: Branch cleaning/ archiving

2021-03-10 Thread David Smiley
On Wed, Mar 10, 2021 at 3:17 PM Dawid Weiss wrote: > ...People work on their local repos these days anyway, it's > not like everyone pollutes the same workspace. > I very much concur. When I got started with git, I treated it closer to what I was previously more familiar with and created branch

Does CVE-2020-27223 impact Solr 8.6.1

2021-03-10 Thread Steven White
Hi everyone, Sorry for the double post, as I posted this on the Solr mailing list too. Does anyone know if CVE-2020-27223 [1] impacts Solr? This is a vulnerability in jetty-http-9.4.27.v20200227.jar which we ship with Solr 8.6.1. Thanks, Steven [1] https://nvd.nist.gov/vuln/detail/CVE-2020-27

Re: Branch cleaning/ archiving

2021-03-10 Thread Dawid Weiss
> We already did this before, see list of existing tags (git tag -l) I know, I did it, after all... :) This was a move from subversion though... slightly different. Anyway - if you guys want to proceed with this, please go ahead, I don't mind. A spring cleaning is needed every couple of years... I

Re: Lucene and Solr repositories mirrored, main branch ready

2021-03-10 Thread Dawid Weiss
> Just tested out the main branch of the new repo, packaged, started, loaded > data, searched from the UI. All looks great. Thank you, great to know! Dawid - To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org For additio

Re: Lucene and Solr repositories mirrored, main branch ready

2021-03-10 Thread Joel Bernstein
Just tested out the main branch of the new repo, packaged, started, loaded data, searched from the UI. All looks great. Very exciting! Thanks Dawid for all your work on this! Joel Bernstein http://joelsolr.blogspot.com/ On Wed, Mar 10, 2021 at 10:14 AM Atri Sharma wrote: > Totally agreed. The

RE: Branch cleaning/ archiving

2021-03-10 Thread Uwe Schindler
Hi, we discussed the tagging already on Slack. That was exactly Jan's and my proposal. Can be scripted. This should mainly done for branches that are definitely outdated. We can for example script this after creating a list of branches that should be removed. We won't loose history, because we

Re: Branch cleaning/ archiving

2021-03-10 Thread Jan Høydahl
+1 to tag and remove most if not all branches. We already did this before, see list of existing tags (git tag -l) ... history/branches/lucene-solr/lucene_solr_3_1 history/branches/lucene-solr/lucene_solr_3_2 history/branches/lucene-solr/lucene_solr_3_3 history/branches/lucene-solr/lucene_solr_3_4

Branch cleaning/ archiving

2021-03-10 Thread Dawid Weiss
I know Uwe wants to purge some (or all) of the existing branches... I'm not really fond of removing them - this sort of misses the point of pushing the full mirror from the old repo. I do understand the will to clean up, however... Maybe we can tag all existing branches under a common prefix (arch

Re: Lucene and Solr repositories mirrored, main branch ready

2021-03-10 Thread Atri Sharma
Totally agreed. They have really driven this to completion with as minimal disruption as possible. Special mention to Uwe, as always! On Wed, 10 Mar 2021, 20:32 David Smiley, wrote: > Thank *you* Dawid! You and Jan have been big heroes of this transition! > > ~ David Smiley > Apache Lucene/Sol

Re: Lucene and Solr repositories mirrored, main branch ready

2021-03-10 Thread David Smiley
Thank *you* Dawid! You and Jan have been big heroes of this transition! ~ David Smiley Apache Lucene/Solr Search Developer http://www.linkedin.com/in/davidwsmiley On Wed, Mar 10, 2021 at 9:36 AM Dawid Weiss wrote: > Thank you everyone for the collective effort to clean up stale project > refe

Re: Lucene and Solr repositories mirrored, main branch ready

2021-03-10 Thread Dawid Weiss
Thank you everyone for the collective effort to clean up stale project references, templates, etc. D. On Wed, Mar 10, 2021 at 1:04 PM Dawid Weiss wrote: > > First of all, apologies for the e-mail commit bomb... Things like that > can happen, hard to tell in advance. Thanks to infra for helping o

Lucene and Solr repositories mirrored, main branch ready

2021-03-10 Thread Dawid Weiss
First of all, apologies for the e-mail commit bomb... Things like that can happen, hard to tell in advance. Thanks to infra for helping out. Solr and Lucene repositories have been cloned at commit 7ada403218. Master branch is wiped out of content on all repositories, branch_8x is wiped on lucene

Re: [DISCUSS] Sunset the general@l.a.o mailing list?

2021-03-10 Thread Jan Høydahl
Email to list was sent https://lists.apache.org/thread.html/re7ffb4329bfe916d7e5a4ac1cb31c9118ad738136daaf5df01688b95%40%3Cgeneral.lucene.apache.org%3E List not announced on web site anymore https://lucene.apache.org/core/discussion.html#retired-mailing-lists INFRA asked to archive the list http

RE: Repository fork (master) about to happen (Wednesday)

2021-03-10 Thread Uwe Schindler
“Master” builds are disabled on ASF Jenkins and Policeman Jenkins. Uwe - Uwe Schindler Achterdiek 19, D-28357 Bremen https://www.thetaphi.de eMail: u...@thetaphi.de From: Uwe Schindler Sent: Tuesday, March 9, 2021 4:47 PM To: dev@lucene.apache.org Cc

RE: Repository fork (master) about to happen (Wednesday)

2021-03-10 Thread Uwe Schindler
+1 - Uwe Schindler Achterdiek 19, D-28357 Bremen https://www.thetaphi.de eMail: u...@thetaphi.de > -Original Message- > From: Dawid Weiss > Sent: Wednesday, March 10, 2021 8:56 AM > To: Lucene Dev > Subject: Re: Repository fork (master) about to happen (Wednesday) > > > The questio