[jira] [Commented] (COMDEV-425) Reporter tool's "Busiest GitHub topics" is missing "lucene" for Lucene project

2024-03-05 Thread Daniel Gruno (Jira)


[ 
https://issues.apache.org/jira/browse/COMDEV-425?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17823767#comment-17823767
 ] 

Daniel Gruno commented on COMDEV-425:
-

the proposed regex would not match lucene.git. a better suggestion would be
"subfilter":"/(?:incubator-)?" + project + "(-.+)?\\.git"

> Reporter tool's "Busiest GitHub topics" is missing "lucene" for Lucene project
> --
>
> Key: COMDEV-425
> URL: https://issues.apache.org/jira/browse/COMDEV-425
> Project: Community Development
>  Issue Type: Bug
>  Components: Reporter Tool
>Reporter: Michael McCandless
>Priority: Minor
> Attachments: COMDEV-425.patch, Screen Shot 2021-09-09 at 5.34.16 
> PM.png, Screen Shot 2021-10-21 at 8.55.58 AM.png, 
> image-2021-10-21-08-56-15-016.png, lucene-kibble.png
>
>
> I am working on the quarterly board report for Apache Lucene, and noticed 
> under the "Community Health" section that the "Busiest GitHub topics" seems 
> to be missing the "lucene" GitHub repository.
> It seems to contain only {{lucene-solr}}, {{lucenenet}}, {{lucene-site}}.
> Likely something needs to be updated because Solr split out of Lucene, and 
> Lucene's main (to be 9.0 release soon) branch is on a new(-ish) {{lucene}} 
> repository: [https://github.com/apache/lucene]
> !Screen Shot 2021-09-09 at 5.34.16 PM.png!



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

-
To unsubscribe, e-mail: dev-unsubscr...@community.apache.org
For additional commands, e-mail: dev-h...@community.apache.org



[jira] [Commented] (COMDEV-425) Reporter tool's "Busiest GitHub topics" is missing "lucene" for Lucene project

2024-03-05 Thread Michael McCandless (Jira)


[ 
https://issues.apache.org/jira/browse/COMDEV-425?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17823739#comment-17823739
 ] 

Michael McCandless commented on COMDEV-425:
---

I like that proposed fix [~janhoy] -- can someone review/merge it maybe?  This 
sneaky bug trips up every new PMC chair in Lucene ;)

> Reporter tool's "Busiest GitHub topics" is missing "lucene" for Lucene project
> --
>
> Key: COMDEV-425
> URL: https://issues.apache.org/jira/browse/COMDEV-425
> Project: Community Development
>  Issue Type: Bug
>  Components: Reporter Tool
>Reporter: Michael McCandless
>Priority: Minor
> Attachments: COMDEV-425.patch, Screen Shot 2021-09-09 at 5.34.16 
> PM.png, Screen Shot 2021-10-21 at 8.55.58 AM.png, 
> image-2021-10-21-08-56-15-016.png, lucene-kibble.png
>
>
> I am working on the quarterly board report for Apache Lucene, and noticed 
> under the "Community Health" section that the "Busiest GitHub topics" seems 
> to be missing the "lucene" GitHub repository.
> It seems to contain only {{lucene-solr}}, {{lucenenet}}, {{lucene-site}}.
> Likely something needs to be updated because Solr split out of Lucene, and 
> Lucene's main (to be 9.0 release soon) branch is on a new(-ish) {{lucene}} 
> repository: [https://github.com/apache/lucene]
> !Screen Shot 2021-09-09 at 5.34.16 PM.png!



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

-
To unsubscribe, e-mail: dev-unsubscr...@community.apache.org
For additional commands, e-mail: dev-h...@community.apache.org



[jira] [Commented] (COMDEV-425) Reporter tool's "Busiest GitHub topics" is missing "lucene" for Lucene project

2023-09-08 Thread Jira


[ 
https://issues.apache.org/jira/browse/COMDEV-425?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17763144#comment-17763144
 ] 

Jan Høydahl commented on COMDEV-425:


I had a look at the reporter scripts and found 
[kibble.py|http://svn.apache.org/viewvc/comdev/reporter.apache.org/trunk/scripts/rapp/kibble.py?view=markup]
 which seems to have a regex bug, including all github repos with same prefix,  
e.g lucene matches lucenenet. Uploaded a patch in [^COMDEV-425.patch]

> Reporter tool's "Busiest GitHub topics" is missing "lucene" for Lucene project
> --
>
> Key: COMDEV-425
> URL: https://issues.apache.org/jira/browse/COMDEV-425
> Project: Community Development
>  Issue Type: Bug
>  Components: Reporter Tool
>Reporter: Michael McCandless
>Priority: Minor
> Attachments: COMDEV-425.patch, Screen Shot 2021-09-09 at 5.34.16 
> PM.png, Screen Shot 2021-10-21 at 8.55.58 AM.png, 
> image-2021-10-21-08-56-15-016.png, lucene-kibble.png
>
>
> I am working on the quarterly board report for Apache Lucene, and noticed 
> under the "Community Health" section that the "Busiest GitHub topics" seems 
> to be missing the "lucene" GitHub repository.
> It seems to contain only {{lucene-solr}}, {{lucenenet}}, {{lucene-site}}.
> Likely something needs to be updated because Solr split out of Lucene, and 
> Lucene's main (to be 9.0 release soon) branch is on a new(-ish) {{lucene}} 
> repository: [https://github.com/apache/lucene]
> !Screen Shot 2021-09-09 at 5.34.16 PM.png!



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

-
To unsubscribe, e-mail: dev-unsubscr...@community.apache.org
For additional commands, e-mail: dev-h...@community.apache.org



[jira] [Commented] (COMDEV-425) Reporter tool's "Busiest GitHub topics" is missing "lucene" for Lucene project

2023-09-08 Thread Jira


[ 
https://issues.apache.org/jira/browse/COMDEV-425?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17763142#comment-17763142
 ] 

Jan Høydahl commented on COMDEV-425:


I filed PR [https://github.com/apache/comdev-projects/pull/3] - not for the 
reporter but similar bug in bottom of 
[https://projects.apache.org/committee.html?lucene] where lucenenet repos show 
up.

> Reporter tool's "Busiest GitHub topics" is missing "lucene" for Lucene project
> --
>
> Key: COMDEV-425
> URL: https://issues.apache.org/jira/browse/COMDEV-425
> Project: Community Development
>  Issue Type: Bug
>  Components: Reporter Tool
>Reporter: Michael McCandless
>Priority: Minor
> Attachments: COMDEV-425.patch, Screen Shot 2021-09-09 at 5.34.16 
> PM.png, Screen Shot 2021-10-21 at 8.55.58 AM.png, 
> image-2021-10-21-08-56-15-016.png, lucene-kibble.png
>
>
> I am working on the quarterly board report for Apache Lucene, and noticed 
> under the "Community Health" section that the "Busiest GitHub topics" seems 
> to be missing the "lucene" GitHub repository.
> It seems to contain only {{lucene-solr}}, {{lucenenet}}, {{lucene-site}}.
> Likely something needs to be updated because Solr split out of Lucene, and 
> Lucene's main (to be 9.0 release soon) branch is on a new(-ish) {{lucene}} 
> repository: [https://github.com/apache/lucene]
> !Screen Shot 2021-09-09 at 5.34.16 PM.png!



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

-
To unsubscribe, e-mail: dev-unsubscr...@community.apache.org
For additional commands, e-mail: dev-h...@community.apache.org



[jira] [Commented] (COMDEV-425) Reporter tool's "Busiest GitHub topics" is missing "lucene" for Lucene project

2023-02-13 Thread Andrew Musselman (Jira)


[ 
https://issues.apache.org/jira/browse/COMDEV-425?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17688169#comment-17688169
 ] 

Andrew Musselman commented on COMDEV-425:
-

[~sharan] and [~mikemccand] looks like this is still happening for lucene; is 
there a ticket open on kibble that could be linked here?

> Reporter tool's "Busiest GitHub topics" is missing "lucene" for Lucene project
> --
>
> Key: COMDEV-425
> URL: https://issues.apache.org/jira/browse/COMDEV-425
> Project: Community Development
>  Issue Type: Bug
>  Components: Reporter Tool
>Reporter: Michael McCandless
>Priority: Minor
> Attachments: Screen Shot 2021-09-09 at 5.34.16 PM.png, Screen Shot 
> 2021-10-21 at 8.55.58 AM.png, image-2021-10-21-08-56-15-016.png, 
> lucene-kibble.png
>
>
> I am working on the quarterly board report for Apache Lucene, and noticed 
> under the "Community Health" section that the "Busiest GitHub topics" seems 
> to be missing the "lucene" GitHub repository.
> It seems to contain only {{lucene-solr}}, {{lucenenet}}, {{lucene-site}}.
> Likely something needs to be updated because Solr split out of Lucene, and 
> Lucene's main (to be 9.0 release soon) branch is on a new(-ish) {{lucene}} 
> repository: [https://github.com/apache/lucene]
> !Screen Shot 2021-09-09 at 5.34.16 PM.png!



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

-
To unsubscribe, e-mail: dev-unsubscr...@community.apache.org
For additional commands, e-mail: dev-h...@community.apache.org



[jira] [Commented] (COMDEV-425) Reporter tool's "Busiest GitHub topics" is missing "lucene" for Lucene project

2021-11-09 Thread Sharan Foga (Jira)


[ 
https://issues.apache.org/jira/browse/COMDEV-425?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17441276#comment-17441276
 ] 

Sharan Foga commented on COMDEV-425:


Hi [~mikemccand]  sorry for dropping the ball on this. I can help with Kibble 
configuration but not with code. It looks like there is still some fuzzy logic 
in the code that is linking it to the repos that have "lucene" in there 
somewhere. This fuzzy filter logic exists in Kibble as part of the web 
interface - but in the web interface it actually includes the complete list of 
repos it is has selected and I can see that the lucene only repo is included. 
What's strange in the reporter tool stats is that I don't see any of the  
lucene only repo pull requests coming through at all. To be frank - I'm afraid 
I don't how to fix it so will try posting a message on the Kibble mailing list 
to see if there is someone available to take a look at it.

 

> Reporter tool's "Busiest GitHub topics" is missing "lucene" for Lucene project
> --
>
> Key: COMDEV-425
> URL: https://issues.apache.org/jira/browse/COMDEV-425
> Project: Community Development
>  Issue Type: Bug
>  Components: Reporter Tool
>Reporter: Michael McCandless
>Priority: Minor
> Attachments: Screen Shot 2021-09-09 at 5.34.16 PM.png, Screen Shot 
> 2021-10-21 at 8.55.58 AM.png, image-2021-10-21-08-56-15-016.png, 
> lucene-kibble.png
>
>
> I am working on the quarterly board report for Apache Lucene, and noticed 
> under the "Community Health" section that the "Busiest GitHub topics" seems 
> to be missing the "lucene" GitHub repository.
> It seems to contain only {{lucene-solr}}, {{lucenenet}}, {{lucene-site}}.
> Likely something needs to be updated because Solr split out of Lucene, and 
> Lucene's main (to be 9.0 release soon) branch is on a new(-ish) {{lucene}} 
> repository: [https://github.com/apache/lucene]
> !Screen Shot 2021-09-09 at 5.34.16 PM.png!



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

-
To unsubscribe, e-mail: dev-unsubscr...@community.apache.org
For additional commands, e-mail: dev-h...@community.apache.org



Re: [jira] [Commented] (COMDEV-425) Reporter tool's "Busiest GitHub topics" is missing "lucene" for Lucene project

2021-11-01 Thread Lanh Huynh
Vào BE 2564 thg 10 21, Th 5 lúc 19:58 Michael McCandless (Jira) <
j...@apache.org> đã viết:

>
> [
> https://issues.apache.org/jira/browse/COMDEV-425?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17432438#comment-17432438
> ]
>
> Michael McCandless commented on COMDEV-425:
> ---
>
> E.g. this URL: [https://issues.apache.org/jira/projects/LUCENE/summary]
>
> When I fire up Apache Reporter, I still don't see GitHub properly linked
> in.  The Busiest topics (from GitHub) is still missing {{lucene}} entirely
> (but email and Jira look correct):
>
> !image-2021-10-21-08-56-15-016.png!
>
>
>
> > Reporter tool's "Busiest GitHub topics" is missing "lucene" for Lucene
> project
> >
> --
> >
> > Key: COMDEV-425
> > URL: https://issues.apache.org/jira/browse/COMDEV-425
> > Project: Community Development
> >  Issue Type: Bug
> >  Components: Reporter Tool
> >Reporter: Michael McCandless
> >Priority: Minor
> > Attachments: Screen Shot 2021-09-09 at 5.34.16 PM.png, Screen
> Shot 2021-10-21 at 8.55.58 AM.png, image-2021-10-21-08-56-15-016.png,
> lucene-kibble.png
> >
> >
> > I am working on the quarterly board report for Apache Lucene, and
> noticed under the "Community Health" section that the "Busiest GitHub
> topics" seems to be missing the "lucene" GitHub repository.
> > It seems to contain only {{lucene-solr}}, {{lucenenet}}, {{lucene-site}}.
> > Likely something needs to be updated because Solr split out of Lucene,
> and Lucene's main (to be 9.0 release soon) branch is on a new(-ish)
> {{lucene}} repository: [https://github.com/apache/lucene]
> > !Screen Shot 2021-09-09 at 5.34.16 PM.png!
>
>
>
> --
> This message was sent by Atlassian Jira
> (v8.3.4#803005)
>
> -
> To unsubscribe, e-mail: dev-unsubscr...@community.apache.org
> For additional commands, e-mail: dev-h...@community.apache.org
>
>


[jira] [Commented] (COMDEV-425) Reporter tool's "Busiest GitHub topics" is missing "lucene" for Lucene project

2021-10-21 Thread Michael McCandless (Jira)


[ 
https://issues.apache.org/jira/browse/COMDEV-425?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17432438#comment-17432438
 ] 

Michael McCandless commented on COMDEV-425:
---

E.g. this URL: [https://issues.apache.org/jira/projects/LUCENE/summary]

When I fire up Apache Reporter, I still don't see GitHub properly linked in.  
The Busiest topics (from GitHub) is still missing {{lucene}} entirely (but 
email and Jira look correct):

!image-2021-10-21-08-56-15-016.png!

 

> Reporter tool's "Busiest GitHub topics" is missing "lucene" for Lucene project
> --
>
> Key: COMDEV-425
> URL: https://issues.apache.org/jira/browse/COMDEV-425
> Project: Community Development
>  Issue Type: Bug
>  Components: Reporter Tool
>Reporter: Michael McCandless
>Priority: Minor
> Attachments: Screen Shot 2021-09-09 at 5.34.16 PM.png, Screen Shot 
> 2021-10-21 at 8.55.58 AM.png, image-2021-10-21-08-56-15-016.png, 
> lucene-kibble.png
>
>
> I am working on the quarterly board report for Apache Lucene, and noticed 
> under the "Community Health" section that the "Busiest GitHub topics" seems 
> to be missing the "lucene" GitHub repository.
> It seems to contain only {{lucene-solr}}, {{lucenenet}}, {{lucene-site}}.
> Likely something needs to be updated because Solr split out of Lucene, and 
> Lucene's main (to be 9.0 release soon) branch is on a new(-ish) {{lucene}} 
> repository: [https://github.com/apache/lucene]
> !Screen Shot 2021-09-09 at 5.34.16 PM.png!



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
To unsubscribe, e-mail: dev-unsubscr...@community.apache.org
For additional commands, e-mail: dev-h...@community.apache.org



[jira] [Commented] (COMDEV-425) Reporter tool's "Busiest GitHub topics" is missing "lucene" for Lucene project

2021-10-18 Thread Michael Sokolov (Jira)


[ 
https://issues.apache.org/jira/browse/COMDEV-425?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17430277#comment-17430277
 ] 

Michael Sokolov commented on COMDEV-425:


Hi Shaan - we use [https://issues.apache.org/jira/,] same as this issue, with 
project = Lucene

> Reporter tool's "Busiest GitHub topics" is missing "lucene" for Lucene project
> --
>
> Key: COMDEV-425
> URL: https://issues.apache.org/jira/browse/COMDEV-425
> Project: Community Development
>  Issue Type: Bug
>  Components: Reporter Tool
>Reporter: Michael McCandless
>Priority: Minor
> Attachments: Screen Shot 2021-09-09 at 5.34.16 PM.png, 
> lucene-kibble.png
>
>
> I am working on the quarterly board report for Apache Lucene, and noticed 
> under the "Community Health" section that the "Busiest GitHub topics" seems 
> to be missing the "lucene" GitHub repository.
> It seems to contain only {{lucene-solr}}, {{lucenenet}}, {{lucene-site}}.
> Likely something needs to be updated because Solr split out of Lucene, and 
> Lucene's main (to be 9.0 release soon) branch is on a new(-ish) {{lucene}} 
> repository: [https://github.com/apache/lucene]
> !Screen Shot 2021-09-09 at 5.34.16 PM.png!



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
To unsubscribe, e-mail: dev-unsubscr...@community.apache.org
For additional commands, e-mail: dev-h...@community.apache.org



[jira] [Commented] (COMDEV-425) Reporter tool's "Busiest GitHub topics" is missing "lucene" for Lucene project

2021-10-18 Thread Sharan Foga (Jira)


[ 
https://issues.apache.org/jira/browse/COMDEV-425?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17430192#comment-17430192
 ] 

Sharan Foga commented on COMDEV-425:


Hi [~mikemccand] I just checked and the Kibble demo has loaded data from the 
lucene github repo. (See attachment with screenshot). It seems to be stuck on 
the issue load. What issue tracker are you using? (If it is a Jira - then 
please send me a link and I will add it as a source to Kibble too).

Thanks

Sharan

 

!lucene-kibble.png!

> Reporter tool's "Busiest GitHub topics" is missing "lucene" for Lucene project
> --
>
> Key: COMDEV-425
> URL: https://issues.apache.org/jira/browse/COMDEV-425
> Project: Community Development
>  Issue Type: Bug
>  Components: Reporter Tool
>Reporter: Michael McCandless
>Priority: Minor
> Attachments: Screen Shot 2021-09-09 at 5.34.16 PM.png, 
> lucene-kibble.png
>
>
> I am working on the quarterly board report for Apache Lucene, and noticed 
> under the "Community Health" section that the "Busiest GitHub topics" seems 
> to be missing the "lucene" GitHub repository.
> It seems to contain only {{lucene-solr}}, {{lucenenet}}, {{lucene-site}}.
> Likely something needs to be updated because Solr split out of Lucene, and 
> Lucene's main (to be 9.0 release soon) branch is on a new(-ish) {{lucene}} 
> repository: [https://github.com/apache/lucene]
> !Screen Shot 2021-09-09 at 5.34.16 PM.png!



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
To unsubscribe, e-mail: dev-unsubscr...@community.apache.org
For additional commands, e-mail: dev-h...@community.apache.org



[jira] [Commented] (COMDEV-425) Reporter tool's "Busiest GitHub topics" is missing "lucene" for Lucene project

2021-10-17 Thread Sharan Foga (Jira)


[ 
https://issues.apache.org/jira/browse/COMDEV-425?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17429750#comment-17429750
 ] 

Sharan Foga commented on COMDEV-425:


Hi  [~mikemccand] Sorry for the delay. I have just added the lucene github repo 
to the Kibble demo. It should start to pull in data at the next sync. I will 
check it tomorrow to see if it has updated and let you know.

Thanks

Sharan

> Reporter tool's "Busiest GitHub topics" is missing "lucene" for Lucene project
> --
>
> Key: COMDEV-425
> URL: https://issues.apache.org/jira/browse/COMDEV-425
> Project: Community Development
>  Issue Type: Bug
>  Components: Reporter Tool
>Reporter: Michael McCandless
>Priority: Minor
> Attachments: Screen Shot 2021-09-09 at 5.34.16 PM.png
>
>
> I am working on the quarterly board report for Apache Lucene, and noticed 
> under the "Community Health" section that the "Busiest GitHub topics" seems 
> to be missing the "lucene" GitHub repository.
> It seems to contain only {{lucene-solr}}, {{lucenenet}}, {{lucene-site}}.
> Likely something needs to be updated because Solr split out of Lucene, and 
> Lucene's main (to be 9.0 release soon) branch is on a new(-ish) {{lucene}} 
> repository: [https://github.com/apache/lucene]
> !Screen Shot 2021-09-09 at 5.34.16 PM.png!



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
To unsubscribe, e-mail: dev-unsubscr...@community.apache.org
For additional commands, e-mail: dev-h...@community.apache.org



[jira] [Commented] (COMDEV-425) Reporter tool's "Busiest GitHub topics" is missing "lucene" for Lucene project

2021-10-01 Thread Michael McCandless (Jira)


[ 
https://issues.apache.org/jira/browse/COMDEV-425?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17423291#comment-17423291
 ] 

Michael McCandless commented on COMDEV-425:
---

This code *seems* to just be loading pre-computed stats from the demo Kibble 
server (I love the dog-fooding!).

So I suspect the mis-configuration (missing that the {{lucene}} GitHub 
repository should be loaded, not {{lucene-solr}}) is probably configured 
somewhere at [demo.kibble.apache.org|https://demo.kibble.apache.org/]?

Any Apache Kibble experts out there?  Any idea how I could sign into that demo 
and locate this mis-configuration and fix it?  I signed in with the advertised 
demo account, and found a few Apache projects configured, but not Lucene :)

> Reporter tool's "Busiest GitHub topics" is missing "lucene" for Lucene project
> --
>
> Key: COMDEV-425
> URL: https://issues.apache.org/jira/browse/COMDEV-425
> Project: Community Development
>  Issue Type: Bug
>  Components: Reporter Tool
>Reporter: Michael McCandless
>Priority: Minor
> Attachments: Screen Shot 2021-09-09 at 5.34.16 PM.png
>
>
> I am working on the quarterly board report for Apache Lucene, and noticed 
> under the "Community Health" section that the "Busiest GitHub topics" seems 
> to be missing the "lucene" GitHub repository.
> It seems to contain only {{lucene-solr}}, {{lucenenet}}, {{lucene-site}}.
> Likely something needs to be updated because Solr split out of Lucene, and 
> Lucene's main (to be 9.0 release soon) branch is on a new(-ish) {{lucene}} 
> repository: [https://github.com/apache/lucene]
> !Screen Shot 2021-09-09 at 5.34.16 PM.png!



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
To unsubscribe, e-mail: dev-unsubscr...@community.apache.org
For additional commands, e-mail: dev-h...@community.apache.org



[jira] [Commented] (COMDEV-425) Reporter tool's "Busiest GitHub topics" is missing "lucene" for Lucene project

2021-10-01 Thread Michael McCandless (Jira)


[ 
https://issues.apache.org/jira/browse/COMDEV-425?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17423285#comment-17423285
 ] 

Michael McCandless commented on COMDEV-425:
---

Hmm, blindly poking around a bit, I see that Kibble seems to be responsible for 
loading the GitHub issues/PRs to find the busiest ones.  E.g. in {{kibble.py}} 
I see this:
{noformat}
        # Busiest GH issues/PRs                                                 
                                                                                
                             
        bissues = requests.post('https://demo.kibble.apache.org/api/issue/top',
                  headers = {
                    'Content-Type': 'application/json',
                    'Kibble-Token': TOKEN,
                  },
                  json = {
                    "quick":True,
                    "interval": "month",
                    "from": BEFORE,
                    "to": int(time.time()),
                    "subfilter":"/(?:incubator-)?" + project + ".*\\.git",
                    }
                 ).json() {noformat}

> Reporter tool's "Busiest GitHub topics" is missing "lucene" for Lucene project
> --
>
> Key: COMDEV-425
> URL: https://issues.apache.org/jira/browse/COMDEV-425
> Project: Community Development
>  Issue Type: Bug
>  Components: Reporter Tool
>Reporter: Michael McCandless
>Priority: Minor
> Attachments: Screen Shot 2021-09-09 at 5.34.16 PM.png
>
>
> I am working on the quarterly board report for Apache Lucene, and noticed 
> under the "Community Health" section that the "Busiest GitHub topics" seems 
> to be missing the "lucene" GitHub repository.
> It seems to contain only {{lucene-solr}}, {{lucenenet}}, {{lucene-site}}.
> Likely something needs to be updated because Solr split out of Lucene, and 
> Lucene's main (to be 9.0 release soon) branch is on a new(-ish) {{lucene}} 
> repository: [https://github.com/apache/lucene]
> !Screen Shot 2021-09-09 at 5.34.16 PM.png!



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
To unsubscribe, e-mail: dev-unsubscr...@community.apache.org
For additional commands, e-mail: dev-h...@community.apache.org