[ovirt-devel] ovirt-engine git repository is going to be moved to GitHub on Friday Feb 4th

2022-02-01 Thread Martin Perina
Hi,

We have solved the RPM build issue on github, so we are going to move
ovirt-engine git repository from Gerrit
 to GitHub
 this Friday Feb 4th. The mirroring
from gerrit to github is going to be disabled at 14:00 CET and ovirt-engine
repository on Gerrit  is
going to be changed to read-only, so all open patches on gerrit will need
to be converted to GitHub PRs by their owners.

If you haven't worked with GitHub previously please check Working with
oVirt on GitHub
.

Feel free to reply to this email if you have any additional questions or
concerns.

Thanks,
Martin

-- 
Martin Perina
Manager, Software Engineering
Red Hat Czech s.r.o.
___
Devel mailing list -- devel@ovirt.org
To unsubscribe send an email to devel-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/privacy-policy.html
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/devel@ovirt.org/message/RC266BJF5SQK63PSSTP4XHEEMV2DLFPT/


[ovirt-devel] Re: [ovirt-users] Re: gerrit.ovirt.org upgrade

2022-02-01 Thread Denis Volkov
Hi

I did not find a way to tweak this comment chips behavior, so it looks like
we'd need to stay with them

On Tue, Feb 1, 2022 at 10:40 AM Marcin Sobczyk  wrote:

>
>
>
> Hi, yeah, I was able to use the /comments endpoint for my purposes,
> so we can stick with comment chips (although I still find them really
> weird :) ).
>
> Thanks, Marcin
>
>
>

-- 

Denis Volkov
___
Devel mailing list -- devel@ovirt.org
To unsubscribe send an email to devel-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/privacy-policy.html
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/devel@ovirt.org/message/AUO3UT3CC3CLEZ2W5PYJRNA27F7NTEYL/


[ovirt-devel] Re: [ovirt-users] Re: gerrit.ovirt.org upgrade

2022-02-01 Thread Marcin Sobczyk



On 2/1/22 09:58, Denis Volkov wrote:

Hello Marcin

Sorry for the late reply

I will try checking if that feature can be disabled. Meanwhile I think 
you could use the `comments` url to get the comments directly:
`curl -s -L https://gerrit.ovirt.org/changes/118398/comments|sed 
 1d|jq '.'`
If needed, field `change_message_id` can be used to link message in 
`details` and `comments` URLs


Hi, yeah, I was able to use the /comments endpoint for my purposes,
so we can stick with comment chips (although I still find them really 
weird :) ).


Thanks, Marcin




On Mon, Jan 31, 2022 at 12:32 PM Marcin Sobczyk > wrote:


Hi,

thanks for handling the upgrade.

With the new version it's not possible anymore to get contents of the
comments which we need for OST gating.

i.e. for this patch:

https://gerrit.ovirt.org/c/ovirt-system-tests/+/118398


if you try:

curl -L https://gerrit.ovirt.org/changes/118398/detail
 | \
      sed 1d | \
      jq -r '.messages[]'

you'll see for one of my last comments:

...
"message": "Patch Set 1:\n\n(1 comment)"
...

but there's no "ci ost" string, which is what I actually wrote.

It's probably because of the new "comment chips" feature.
If it's possible and there are no objections could you please try
turning it off?

Regards, Marcin


On 1/28/22 18:48, Denis Volkov wrote:
 > Hello
 >
 > Upgrade to version 3.4.3 is finished. Gerrit is up and running.
 >
 > In case of issues please create ticket in issue tracking system:
 > https://issues.redhat.com/projects/CPDEVOPS/issues

 > >
 >
 > --
 >
 > Denis Volkov
 >
 >
 >
 > ___
 > Users mailing list -- us...@ovirt.org 
 > To unsubscribe send an email to users-le...@ovirt.org

 > Privacy Statement: https://www.ovirt.org/privacy-policy.html

 > oVirt Code of Conduct:
https://www.ovirt.org/community/about/community-guidelines/

 > List Archives:

https://lists.ovirt.org/archives/list/us...@ovirt.org/message/I676ITKOHKLH4Q7CMRGVSYHYYTPKKHXA/





--

Denis Volkov

Red Hat 




___
Devel mailing list -- devel@ovirt.org
To unsubscribe send an email to devel-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/privacy-policy.html
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/devel@ovirt.org/message/4QQKN27UYE3B3H2NDWIRTZYAZBTIGG4X/


[ovirt-devel] Re: [ovirt-users] Re: gerrit.ovirt.org upgrade

2022-02-01 Thread Denis Volkov
Hello Marcin

Sorry for the late reply

I will try checking if that feature can be disabled. Meanwhile I think you
could use the `comments` url to get the comments directly:
`curl -s -L https://gerrit.ovirt.org/changes/118398/comments|sed 1d|jq '.'`
If needed, field `change_message_id` can be used to link message in
`details` and `comments` URLs

On Mon, Jan 31, 2022 at 12:32 PM Marcin Sobczyk  wrote:

> Hi,
>
> thanks for handling the upgrade.
>
> With the new version it's not possible anymore to get contents of the
> comments which we need for OST gating.
>
> i.e. for this patch:
>
> https://gerrit.ovirt.org/c/ovirt-system-tests/+/118398
>
> if you try:
>
> curl -L https://gerrit.ovirt.org/changes/118398/detail | \
>  sed 1d | \
>  jq -r '.messages[]'
>
> you'll see for one of my last comments:
>
> ...
> "message": "Patch Set 1:\n\n(1 comment)"
> ...
>
> but there's no "ci ost" string, which is what I actually wrote.
>
> It's probably because of the new "comment chips" feature.
> If it's possible and there are no objections could you please try
> turning it off?
>
> Regards, Marcin
>
>
> On 1/28/22 18:48, Denis Volkov wrote:
> > Hello
> >
> > Upgrade to version 3.4.3 is finished. Gerrit is up and running.
> >
> > In case of issues please create ticket in issue tracking system:
> > https://issues.redhat.com/projects/CPDEVOPS/issues
> > 
> >
> > --
> >
> > Denis Volkov
> >
> >
> >
> > ___
> > Users mailing list -- us...@ovirt.org
> > To unsubscribe send an email to users-le...@ovirt.org
> > Privacy Statement: https://www.ovirt.org/privacy-policy.html
> > oVirt Code of Conduct:
> https://www.ovirt.org/community/about/community-guidelines/
> > List Archives:
> https://lists.ovirt.org/archives/list/us...@ovirt.org/message/I676ITKOHKLH4Q7CMRGVSYHYYTPKKHXA/
>
>

-- 

Denis Volkov

Red Hat 

___
Devel mailing list -- devel@ovirt.org
To unsubscribe send an email to devel-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/privacy-policy.html
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/devel@ovirt.org/message/6CAISBSWZBTYOX57FBRKUSAN4FGWTNKE/