AW: [DISCUSS] Setup Sonarcloud for IoTDB?

2023-07-17 Thread Christofer Dutz
Hi all,

so infra updated the name oft he Sonarcloud project:
https://sonarcloud.io/project/overview?id=apache_iotdb

Chris

Von: Haonan Hou 
Datum: Montag, 17. Juli 2023 um 05:23
An: dev-iotdb 
Betreff: Re: [DISCUSS] Setup Sonarcloud for IoTDB?
Hi,

Currently, sonar is only checking bugs and code smells for the workflow speed 
reason. The test coverage
reports can only be found in coveralls[1].

Best,
Haonan Hou


[1] https://coveralls.io/github/apache/iotdb


> On Jul 15, 2023, at 1:51 PM, Xiangdong Huang  wrote:
>
> +1 for renaming.
>
> BTW, seems IoTDB's sonar setting has some errors that test  code
> coverage can not be catched.
>
> Best,
> ---
> Xiangdong Huang
> School of Software, Tsinghua University
>
> 黄向东
> 清华大学 软件学院
>
> Yuan Tian  于2023年7月15日周六 09:50写道:
>>
>> We would like to  see that for sure.
>>
>>
>> Best,
>> --
>> Yuan Tian
>>
>> On Fri, Jul 14, 2023 at 10:13 PM Christofer Dutz
>>  wrote:
>>>
>>> We have to file a Jira ticket for Infra … but wanted to know, if it would 
>>> be ok for you folks for me to do that.
>>>
>>> Chris
>>>
>>> Von: Yuan Tian 
>>> Datum: Freitag, 14. Juli 2023 um 15:40
>>> An: dev@iotdb.apache.org 
>>> Betreff: Re: [DISCUSS] Setup Sonarcloud for IoTDB?
>>> Aha, that's right. Do you know how to change that name? I didn't find
>>> where to change that name before.
>>>
>>> Best,
>>> 
>>> Yuan Tian
>>>
>>> On Fri, Jul 14, 2023 at 9:31 PM Christofer Dutz
>>>  wrote:

 Hehe … ok … so because of the “incubator” in there, I didn’t find it ;-)

 Chris


 Von: Jialin Qiao 
 Datum: Freitag, 14. Juli 2023 um 15:29
 An: dev@iotdb.apache.org 
 Betreff: Re: [DISCUSS] Setup Sonarcloud for IoTDB?
 Hi,

 We have the sonar cloud:
 https://sonarcloud.io/project/overview?id=apache_incubator-iotdb
 But it is only for committers: https://github.com/apache/iotdb/pull/10548

 Thanks,
 —
 Jialin Qiao
 Apache IoTDB PMC

 Christofer Dutz  于2023年7月14日周五 21:24写道:
>
> Hi folks,
>
> I just had a look and noticed that we currently don’t have Sonarcloud 
> analysis setup.
> At apache we have free access to using it for open-soucre and I’d like to 
> suggest to start using it. Some of the things it reports are definitely 
> going to be false positives, but it also spots a lot of things that could 
> cause problems before anyone has to file a bug report.
>
> What are your thoughts on this?
>
> Chris
>


AW: [DISCUSS] Setup Sonarcloud for IoTDB?

2023-07-14 Thread Christofer Dutz
We have to file a Jira ticket for Infra … but wanted to know, if it would be ok 
for you folks for me to do that.

Chris

Von: Yuan Tian 
Datum: Freitag, 14. Juli 2023 um 15:40
An: dev@iotdb.apache.org 
Betreff: Re: [DISCUSS] Setup Sonarcloud for IoTDB?
Aha, that's right. Do you know how to change that name? I didn't find
where to change that name before.

Best,

Yuan Tian

On Fri, Jul 14, 2023 at 9:31 PM Christofer Dutz
 wrote:
>
> Hehe … ok … so because of the “incubator” in there, I didn’t find it ;-)
>
> Chris
>
>
> Von: Jialin Qiao 
> Datum: Freitag, 14. Juli 2023 um 15:29
> An: dev@iotdb.apache.org 
> Betreff: Re: [DISCUSS] Setup Sonarcloud for IoTDB?
> Hi,
>
> We have the sonar cloud:
> https://sonarcloud.io/project/overview?id=apache_incubator-iotdb
> But it is only for committers: https://github.com/apache/iotdb/pull/10548
>
> Thanks,
> —
> Jialin Qiao
> Apache IoTDB PMC
>
> Christofer Dutz  于2023年7月14日周五 21:24写道:
> >
> > Hi folks,
> >
> > I just had a look and noticed that we currently don’t have Sonarcloud 
> > analysis setup.
> > At apache we have free access to using it for open-soucre and I’d like to 
> > suggest to start using it. Some of the things it reports are definitely 
> > going to be false positives, but it also spots a lot of things that could 
> > cause problems before anyone has to file a bug report.
> >
> > What are your thoughts on this?
> >
> > Chris
> >


AW: [DISCUSS] Setup Sonarcloud for IoTDB?

2023-07-14 Thread Christofer Dutz
Hi all,

Any objections to rename the project from “incubator-iotdb” to “iotdb”?
It seems that we’d need to file an infra ticket and they’d rename it for us.

Chris

Von: Christofer Dutz 
Datum: Freitag, 14. Juli 2023 um 15:34
An: dev@iotdb.apache.org 
Betreff: AW: [DISCUSS] Setup Sonarcloud for IoTDB?
So, we’re currently running it in GitHub Actions?
In PLC4X we’re running it as part of our Jenkins build.
But I guess there too it’s only for committers … but that makes sense as I 
think even running it on multiple branches would mix up the results, right?

Chris

Von: Jialin Qiao 
Datum: Freitag, 14. Juli 2023 um 15:29
An: dev@iotdb.apache.org 
Betreff: Re: [DISCUSS] Setup Sonarcloud for IoTDB?
Hi,

We have the sonar cloud:
https://sonarcloud.io/project/overview?id=apache_incubator-iotdb
But it is only for committers: https://github.com/apache/iotdb/pull/10548

Thanks,
―
Jialin Qiao
Apache IoTDB PMC

Christofer Dutz  于2023年7月14日周五 21:24写道:
>
> Hi folks,
>
> I just had a look and noticed that we currently don’t have Sonarcloud 
> analysis setup.
> At apache we have free access to using it for open-soucre and I’d like to 
> suggest to start using it. Some of the things it reports are definitely going 
> to be false positives, but it also spots a lot of things that could cause 
> problems before anyone has to file a bug report.
>
> What are your thoughts on this?
>
> Chris
>


AW: [DISCUSS] Setup Sonarcloud for IoTDB?

2023-07-14 Thread Christofer Dutz
So, we’re currently running it in GitHub Actions?
In PLC4X we’re running it as part of our Jenkins build.
But I guess there too it’s only for committers … but that makes sense as I 
think even running it on multiple branches would mix up the results, right?

Chris

Von: Jialin Qiao 
Datum: Freitag, 14. Juli 2023 um 15:29
An: dev@iotdb.apache.org 
Betreff: Re: [DISCUSS] Setup Sonarcloud for IoTDB?
Hi,

We have the sonar cloud:
https://sonarcloud.io/project/overview?id=apache_incubator-iotdb
But it is only for committers: https://github.com/apache/iotdb/pull/10548

Thanks,
―
Jialin Qiao
Apache IoTDB PMC

Christofer Dutz  于2023年7月14日周五 21:24写道:
>
> Hi folks,
>
> I just had a look and noticed that we currently don’t have Sonarcloud 
> analysis setup.
> At apache we have free access to using it for open-soucre and I’d like to 
> suggest to start using it. Some of the things it reports are definitely going 
> to be false positives, but it also spots a lot of things that could cause 
> problems before anyone has to file a bug report.
>
> What are your thoughts on this?
>
> Chris
>


AW: [DISCUSS] Setup Sonarcloud for IoTDB?

2023-07-14 Thread Christofer Dutz
Hehe … ok … so because of the “incubator” in there, I didn’t find it ;-)

Chris


Von: Jialin Qiao 
Datum: Freitag, 14. Juli 2023 um 15:29
An: dev@iotdb.apache.org 
Betreff: Re: [DISCUSS] Setup Sonarcloud for IoTDB?
Hi,

We have the sonar cloud:
https://sonarcloud.io/project/overview?id=apache_incubator-iotdb
But it is only for committers: https://github.com/apache/iotdb/pull/10548

Thanks,
―
Jialin Qiao
Apache IoTDB PMC

Christofer Dutz  于2023年7月14日周五 21:24写道:
>
> Hi folks,
>
> I just had a look and noticed that we currently don’t have Sonarcloud 
> analysis setup.
> At apache we have free access to using it for open-soucre and I’d like to 
> suggest to start using it. Some of the things it reports are definitely going 
> to be false positives, but it also spots a lot of things that could cause 
> problems before anyone has to file a bug report.
>
> What are your thoughts on this?
>
> Chris
>