Bug#953403: ITP: golang-k8s-sigs-structured-merge-diff -- Test cases and implementation for "server-side apply"

2020-05-14 Thread Tong Sun
On Thu, May 14, 2020 at 10:50 PM Tong Sun
 wrote:
>
> Oh, I realize why I stopped --
>
> I removed the `vendor` folder from the salsa repo, but when building, I'm 
> getting the following error:
>
> E: golang-k8s-sigs-structured-merge-diff source: 
> source-includes-file-in-files-excluded vendor/gopkg.in/yaml.v2/parserc.go
> E: golang-k8s-sigs-structured-merge-diff source: 
> source-includes-file-in-files-excluded vendor/gopkg.in/yaml.v2/readerc.go
> . . .
>
> and I wasn't able to and haven't found the solution yet.
>
> Would you quickly point me in the right direction please? thx a lot.

NVM, solved it now.

> On Wed, May 13, 2020 at 8:30 AM Tong Sun  
> wrote:
>>
>> Oh, I didn't know that anyone was depending on it.
>>
>> I'll get it packed in a day or two.
>>
>> thx
>>
>> On Wed, May 13, 2020 at 2:12 AM Shengjing Zhu  wrote:
>> >
>> > On Mon, Mar 9, 2020 at 11:42 AM Tong Sun
>> >  wrote:
>> > >
>> > > Package: wnpp
>> > > Severity: wishlist
>> > > Owner: Tong Sun 
>> > >
>> > > * Package name: golang-k8s-sigs-structured-merge-diff
>> > >   Version : 3.0.0-1
>> > >   Upstream Author : Kubernetes SIGs
>> > > * URL : 
>> > > https://github.com/kubernetes-sigs/structured-merge-diff
>> > > * License : Apache-2.0
>> > >   Programming Lang: Go
>> > >   Description : Implementation for "server-side apply"
>> > >
>> > > Structured Merge and Diff. It implements the Kubernetes "APPLY" 
>> > > operation,
>> > > apart from the PUT/PATCH operations.
>> > >
>> > > Dependency of github.com/google/go-containerregistry &
>> > > github.com/GoogleContainerTools/container-diff.
>> > >
>> >
>> > Are you still working on it? Since it's a tiny library, can I just take it?
>> >
>> > --
>> > Shengjing Zhu



Bug#953403: ITP: golang-k8s-sigs-structured-merge-diff -- Test cases and implementation for "server-side apply"

2020-05-14 Thread Tong Sun
Oh, I realize why I stopped --

I removed the `vendor` folder from the salsa repo, but when building, I'm
getting the following error:

E: golang-k8s-sigs-structured-merge-diff source:
source-includes-file-in-files-excluded vendor/gopkg.in/yaml.v2/parserc.go
E: golang-k8s-sigs-structured-merge-diff source:
source-includes-file-in-files-excluded vendor/gopkg.in/yaml.v2/readerc.go
. . .

and I wasn't able to and haven't found the solution yet.

Would you quickly point me in the right direction please? thx a lot.




On Wed, May 13, 2020 at 8:30 AM Tong Sun 
wrote:

> Oh, I didn't know that anyone was depending on it.
>
> I'll get it packed in a day or two.
>
> thx
>
> On Wed, May 13, 2020 at 2:12 AM Shengjing Zhu  wrote:
> >
> > On Mon, Mar 9, 2020 at 11:42 AM Tong Sun
> >  wrote:
> > >
> > > Package: wnpp
> > > Severity: wishlist
> > > Owner: Tong Sun 
> > >
> > > * Package name: golang-k8s-sigs-structured-merge-diff
> > >   Version : 3.0.0-1
> > >   Upstream Author : Kubernetes SIGs
> > > * URL :
> https://github.com/kubernetes-sigs/structured-merge-diff
> > > * License : Apache-2.0
> > >   Programming Lang: Go
> > >   Description : Implementation for "server-side apply"
> > >
> > > Structured Merge and Diff. It implements the Kubernetes "APPLY"
> operation,
> > > apart from the PUT/PATCH operations.
> > >
> > > Dependency of github.com/google/go-containerregistry &
> > > github.com/GoogleContainerTools/container-diff.
> > >
> >
> > Are you still working on it? Since it's a tiny library, can I just take
> it?
> >
> > --
> > Shengjing Zhu
>


Bug#953403: ITP: golang-k8s-sigs-structured-merge-diff -- Test cases and implementation for "server-side apply"

2020-05-13 Thread Tong Sun
Oh, I didn't know that anyone was depending on it.

I'll get it packed in a day or two.

thx

On Wed, May 13, 2020 at 2:12 AM Shengjing Zhu  wrote:
>
> On Mon, Mar 9, 2020 at 11:42 AM Tong Sun
>  wrote:
> >
> > Package: wnpp
> > Severity: wishlist
> > Owner: Tong Sun 
> >
> > * Package name: golang-k8s-sigs-structured-merge-diff
> >   Version : 3.0.0-1
> >   Upstream Author : Kubernetes SIGs
> > * URL : https://github.com/kubernetes-sigs/structured-merge-diff
> > * License : Apache-2.0
> >   Programming Lang: Go
> >   Description : Implementation for "server-side apply"
> >
> > Structured Merge and Diff. It implements the Kubernetes "APPLY" operation,
> > apart from the PUT/PATCH operations.
> >
> > Dependency of github.com/google/go-containerregistry &
> > github.com/GoogleContainerTools/container-diff.
> >
>
> Are you still working on it? Since it's a tiny library, can I just take it?
>
> --
> Shengjing Zhu



Bug#953403: ITP: golang-k8s-sigs-structured-merge-diff -- Test cases and implementation for "server-side apply"

2020-05-12 Thread Shengjing Zhu
On Mon, Mar 9, 2020 at 11:42 AM Tong Sun
 wrote:
>
> Package: wnpp
> Severity: wishlist
> Owner: Tong Sun 
>
> * Package name: golang-k8s-sigs-structured-merge-diff
>   Version : 3.0.0-1
>   Upstream Author : Kubernetes SIGs
> * URL : https://github.com/kubernetes-sigs/structured-merge-diff
> * License : Apache-2.0
>   Programming Lang: Go
>   Description : Implementation for "server-side apply"
>
> Structured Merge and Diff. It implements the Kubernetes "APPLY" operation,
> apart from the PUT/PATCH operations.
>
> Dependency of github.com/google/go-containerregistry &
> github.com/GoogleContainerTools/container-diff.
>

Are you still working on it? Since it's a tiny library, can I just take it?

-- 
Shengjing Zhu



Bug#953403: ITP: golang-k8s-sigs-structured-merge-diff -- Test cases and implementation for "server-side apply"

2020-03-08 Thread Tong Sun
Package: wnpp
Severity: wishlist
Owner: Tong Sun 

* Package name: golang-k8s-sigs-structured-merge-diff
  Version : 3.0.0-1
  Upstream Author : Kubernetes SIGs
* URL : https://github.com/kubernetes-sigs/structured-merge-diff
* License : Apache-2.0
  Programming Lang: Go
  Description : Implementation for "server-side apply"

Structured Merge and Diff. It implements the Kubernetes "APPLY" operation, 
apart from the PUT/PATCH operations.

Dependency of github.com/google/go-containerregistry &
github.com/GoogleContainerTools/container-diff.