Prasad Ghangal

Results 54 issues of Prasad Ghangal

This would reduce redundant messages/notifications about the same status

For yaml like: ``` key2: key: value key3: key2: key: value key1: value ``` yaml2go produces ``` // Yaml2Go type Yaml2Go struct { Key2 Key2 `yaml:"key2"` Key3 Key3 `yaml:"key3"` }...

Currently, in index.js, we have hardcoded the backend address as "localhost". There should be a way to change this as per our need

Add view source button to redirect to github repo in UI

**Is your feature request related to a problem? Please describe.** BotKube should perform a vulnerability scan on the container images when pod is created and report CVE report to the...

enhancement

**Describe the bug** ActionSet supports specifying multiple actions. When multiple actions are triggered using a single actionset, Kanister executes them in parallel. The ActionSet resource status has [runningPhase](https://github.com/kanisterio/kanister/blob/master/pkg/apis/cr/v1alpha1/types.go#L153) field which...

bug
accepted