Suleiman Dibirov

Results 48 issues of Suleiman Dibirov

In the pull request I've added support for the [Proof Key for Code Exchange by OAuth Public Clients](https://tools.ietf.org/html/rfc7636) Closes #182 ## Update (April 2025) Since this PR has been open...

Add **@mixin** docblock to Facade to make usability more comfortable

Add command to check helath in console mode - `health-check:health`. Made some refactoring

It will be great to be able to unfake the facade: **Bus::unfake();** If I call **Bus::fake()** , then there is no proper way to revert this, I have to make...

Fixes: #9051 **Description** Tested and enabled "--namespace" option for **verify** and **exec** commands **User facing changes** *Before*: no "--namespace" available for verify and exec commands *After*: "--namespace" is available for...

size/XS

Fixes: #9308 **Description** Found and fixed data race condition in tar.go

size/M

### Expected behavior No data race ### Actual behavior ``` WARNING: DATA RACE Read at 0x00c0000b0040 by goroutine 469: archive/tar.(*regFileWriter).logicalRemaining() :1 +0x38 archive/tar.(*Writer).Flush() /usr/local/go/src/archive/tar/writer.go:53 +0x5c archive/tar.(*Writer).Close() /usr/local/go/src/archive/tar/writer.go:478 +0xa4 github.com/GoogleContainerTools/skaffold/v2/pkg/skaffold/util.CreateTar.func1() /Users/main/Development/idsulik/skaffold/pkg/skaffold/util/tar.go:53...

**Description** Hi! What do you think about the new command `skaffold profile list` which will output a list of profile names? In big projects it's quite hard to see all...

size/L

Fixes: #9284 **Description** I'm not sure if I fixed the bug correctly, as I couldn't reproduce the bug for myself **User facing changes (remove if N/A)** **before**: if you use...

size/S

Fixes: #8800 **Description** Fixed kaniko pod delete in case of graceful shutdown **User facing changes** **Before**: skaffold doesn't delete kaniko pod if build is interrupted with ctrl-c after creating the...

size/XS