Re: Adoption of plugin Google Container Registry Auth

2021-06-24 Thread Vincent Gerris
Hi, any updates on this?
I have not been able to fix this tests yet, it seems Mockito related.
If you can help a bit with that Wei, I am happy to take this over if nobody 
responds.
A simply change to the line that has the quote is probably also good, then 
the issue is gone too.

On Saturday, May 15, 2021 at 5:43:36 PM UTC+2 Oleg Nenashev wrote:

> Hello, thanks for the response!
> What would be an approximate response timeline?
>
> Thanks in advance,
> Oleg
>
> On Wed, May 12, 2021 at 6:15 PM wei zheng  wrote:
>
>> I am no longer working for Google. 
>>
>> I am contacting my friends in Google and see if they can find the 
>> relevant team to maintain it.
>>
>> Thanks.
>>
>>
>> On Wed, May 5, 2021 at 1:52 AM Oleg Nenashev  wrote:
>>
>>> CCed Wei Z who is currently listed as the plugin maintainer. According 
>>> to the plugin adoption policy 
>>> , 
>>> we will wait for 2 weeks for a response. An earlier response will be 
>>> appreciated!
>>>
>>>
>>>

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-dev+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-dev/57dbe7fb-11b8-453a-88b7-de45e6042f5an%40googlegroups.com.


Re: Adoption of plugin Google Container Registry Auth

2021-05-15 Thread Oleg Nenashev
Hello, thanks for the response!
What would be an approximate response timeline?

Thanks in advance,
Oleg

On Wed, May 12, 2021 at 6:15 PM wei zheng  wrote:

> I am no longer working for Google.
>
> I am contacting my friends in Google and see if they can find the relevant
> team to maintain it.
>
> Thanks.
>
>
> On Wed, May 5, 2021 at 1:52 AM Oleg Nenashev 
> wrote:
>
>> CCed Wei Z who is currently listed as the plugin maintainer. According to
>> the plugin adoption policy
>> ,
>> we will wait for 2 weeks for a response. An earlier response will be
>> appreciated!
>>
>>
>>

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-dev+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-dev/CAPfivLDhTPFbzO2YQ1twHDuJog8Vy4JN%2B4%2BCja6sTxcJyNg90g%40mail.gmail.com.


Re: Adoption of plugin Google Container Registry Auth

2021-05-05 Thread Vincent Gerris
hi, thanks, I did that in the current branch :
https://github.com/jenkinsci/google-container-registry-auth-plugin/compare/master...VGerris:fix-tests-and-clean-pom-wip?expand=1
and also in the one from the PR:
https://github.com/jenkinsci/google-container-registry-auth-plugin/pull/4/
That last one is multiple commits and a bit messy so I will try to make 
everything clean and orderly.
thanks for the help!

On Wednesday, May 5, 2021 at 10:19:11 PM UTC+2 ga...@gavinmogan.com wrote:

> When you do manage to take over, its worth upgrading the parent pom to 
> something modern. It comes with a lot of maven tools to scan for potential 
> issues
>
> https://github.com/jenkinsci/google-container-registry-auth-plugin/blob/master/pom.xml#L21
> It will def require some changes, but its worth doing - 
> https://www.jenkins.io/doc/developer/plugin-development/updating-parent/
>
> On Wed, May 5, 2021 at 1:14 PM Vincent Gerris  wrote:
>
>> Thank you Oleg, let's hope he is not a long vacation and missed it. I 
>> wrote him a few days ago, not being aware of the policy.
>> I would love to hear something anyway, to ask about the way the 
>> end-to-end tests are designed, I wasn't able to compile the old version 
>> easily and I think with all the updates something may have changed.
>> I'm still working on improving that PR, because 5 of now 24 tests are 
>> failing and I got tips from Tim on what to improve, which I did.
>> Great that you guys are all so responsive and cooperative, it feels 
>> really welcoming and professional.
>> Fun to learn and contribute like this, thanks!
>>
>> On Wednesday, May 5, 2021 at 10:52:40 AM UTC+2 Oleg Nenashev wrote:
>>
>>> CCed Wei Z who is currently listed as the plugin maintainer. According 
>>> to the plugin adoption policy 
>>> , 
>>> we will wait for 2 weeks for a response. An earlier response will be 
>>> appreciated!
>>>
>>>
>>> -- 
>> You received this message because you are subscribed to the Google Groups 
>> "Jenkins Developers" group.
>> To unsubscribe from this group and stop receiving emails from it, send an 
>> email to jenkinsci-de...@googlegroups.com.
>> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/jenkinsci-dev/d0c80146-542f-421c-a3a1-bb0ade3488a8n%40googlegroups.com
>>  
>> 
>> .
>>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-dev+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-dev/096a77e4-b36b-4a71-8678-28390095824en%40googlegroups.com.


Re: Adoption of plugin Google Container Registry Auth

2021-05-05 Thread 'Gavin Mogan' via Jenkins Developers
When you do manage to take over, its worth upgrading the parent pom to
something modern. It comes with a lot of maven tools to scan for potential
issues
https://github.com/jenkinsci/google-container-registry-auth-plugin/blob/master/pom.xml#L21
It will def require some changes, but its worth doing -
https://www.jenkins.io/doc/developer/plugin-development/updating-parent/

On Wed, May 5, 2021 at 1:14 PM Vincent Gerris  wrote:

> Thank you Oleg, let's hope he is not a long vacation and missed it. I
> wrote him a few days ago, not being aware of the policy.
> I would love to hear something anyway, to ask about the way the end-to-end
> tests are designed, I wasn't able to compile the old version easily and I
> think with all the updates something may have changed.
> I'm still working on improving that PR, because 5 of now 24 tests are
> failing and I got tips from Tim on what to improve, which I did.
> Great that you guys are all so responsive and cooperative, it feels really
> welcoming and professional.
> Fun to learn and contribute like this, thanks!
>
> On Wednesday, May 5, 2021 at 10:52:40 AM UTC+2 Oleg Nenashev wrote:
>
>> CCed Wei Z who is currently listed as the plugin maintainer. According to
>> the plugin adoption policy
>> ,
>> we will wait for 2 weeks for a response. An earlier response will be
>> appreciated!
>>
>>
>> --
> You received this message because you are subscribed to the Google Groups
> "Jenkins Developers" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to jenkinsci-dev+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/jenkinsci-dev/d0c80146-542f-421c-a3a1-bb0ade3488a8n%40googlegroups.com
> 
> .
>

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-dev+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-dev/CAG%3D_DusThRbJWdv8265pcaGNwEB5JAwwFMwgZa0Hnq-36pS7FQ%40mail.gmail.com.


Re: Adoption of plugin Google Container Registry Auth

2021-05-05 Thread Vincent Gerris
Thank you Oleg, let's hope he is not a long vacation and missed it. I wrote 
him a few days ago, not being aware of the policy.
I would love to hear something anyway, to ask about the way the end-to-end 
tests are designed, I wasn't able to compile the old version easily and I 
think with all the updates something may have changed.
I'm still working on improving that PR, because 5 of now 24 tests are 
failing and I got tips from Tim on what to improve, which I did.
Great that you guys are all so responsive and cooperative, it feels really 
welcoming and professional.
Fun to learn and contribute like this, thanks!

On Wednesday, May 5, 2021 at 10:52:40 AM UTC+2 Oleg Nenashev wrote:

> CCed Wei Z who is currently listed as the plugin maintainer. According to 
> the plugin adoption policy 
> , 
> we will wait for 2 weeks for a response. An earlier response will be 
> appreciated!
>
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-dev+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-dev/d0c80146-542f-421c-a3a1-bb0ade3488a8n%40googlegroups.com.


Re: Adoption of plugin Google Container Registry Auth

2021-05-05 Thread Oleg Nenashev
CCed Wei Z who is currently listed as the plugin maintainer. According to
the plugin adoption policy
,
we will wait for 2 weeks for a response. An earlier response will be
appreciated!

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-dev+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-dev/CAPfivLCs4TAzr9d5vVZBvdmxVkUQ3Y3a%3DP3RY4rO6pz%3De5NqZw%40mail.gmail.com.


Re: Adoption of plugin Google Container Registry Auth

2021-05-05 Thread Oleg Nenashev
Thanks for your interest Vincent! The plugin is not marked for adoption, so 
we will need to ping the maintainers even after 5 years of inactivity (pending 
plugin EOL/adoption policy discussion 
). I will do it.
I have also reviewed the pull request and provided some feedback.


On Wednesday, May 5, 2021 at 10:28:52 AM UTC+2 vge...@gmail.com wrote:

> Hi,
>
> I would like to request push access for ;
> https://plugins.jenkins.io/google-container-registry-auth/
>
> I made a PR that needs some more work, especially on some integration 
> tests, contacted the developer, no response.
> Perhaps it can be marked for adoption first, but I am happy to take it for 
> now.
>
> There is an easy to fix bug in there that causes many other plugins to 
> fail because of  the tables-to-div change.
> Ticket is here:
> https://issues.jenkins.io/browse/JENKINS-64976
> It would be a good start if anyone can remove the mentioned quote, it 
> seems that is the thing that makes it look that a lot of other plugins are 
> broken.
> I upgraded all libraries to recent/latest and I am trying to make the few 
> faiing tests work - it would be great to get some help there because at the 
> moment it is not entirely clear what the author meant to test to me.
>
> Thanks and kind regards,
> Vincent
>

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-dev+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-dev/7767d1ec-e47e-4bf6-b742-7eea246aeb5fn%40googlegroups.com.


Adoption of plugin Google Container Registry Auth

2021-05-05 Thread Vincent Gerris
Hi,

I would like to request push access for ;
https://plugins.jenkins.io/google-container-registry-auth/

I made a PR that needs some more work, especially on some integration 
tests, contacted the developer, no response.
Perhaps it can be marked for adoption first, but I am happy to take it for 
now.

There is an easy to fix bug in there that causes many other plugins to fail 
because of  the tables-to-div change.
Ticket is here:
https://issues.jenkins.io/browse/JENKINS-64976
It would be a good start if anyone can remove the mentioned quote, it seems 
that is the thing that makes it look that a lot of other plugins are broken.
I upgraded all libraries to recent/latest and I am trying to make the few 
faiing tests work - it would be great to get some help there because at the 
moment it is not entirely clear what the author meant to test to me.

Thanks and kind regards,
Vincent

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-dev+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-dev/5749afaa-9223-4cd1-b665-9db45fc43fe7n%40googlegroups.com.