Luiz Carvalho

Results 132 comments of Luiz Carvalho

Is it possible to create the diff from the locally cloned repo instead? A git diff between the PR and the target branch should do the job, no?

@ldez my bad... missed your comment. > Solution 3 can work, but by default the action actions/checkout doesn't check out the full git tree (it only checks out 1 commit),...

> Please read once again my comment. Hmm I'm likely missing something. My suggestion was to just use the git clone as is. Leaving it up to users to make...

+1 This was discussed in chat a few days ago. The only concern raised was that this behavior should be behind a flag, at least initially.

It does make sense. I'd like to see this behavior in cosign itself. The CLI does have a `recursive` flag, but I'm not sure if this will already handle truly...

I created a draft PR to enable this functionality as a DNF plugin: https://github.com/rpm-software-management/dnf-plugins-core/pull/591 It takes the minimal approach of simply re-using the `repodata/*` files you'd find in a regular...

I think the same feature would be desirable when using git resolvers. Should that be a separate issue, or is the solution for tekton bundles expected to cover both cases?

@pritidesai are you still interested in driving this PR forward?

Let's close this out due to lack of activity. Feel free to reopen!

@pratap0007, I think if we remove `payload` and `signature`, we should also remove `chains`. Otherwise, it will just be an empty command: ``` $ tkn chains --help Manage Chains Usage:...