S Santhosh Nagaraj

Results 28 issues of S Santhosh Nagaraj

`waitGroup` is already covered and it will be a good addition to cover [errgroup](https://pkg.go.dev/golang.org/x/sync/errgroup) examples. It is a batteries included version that provides error propagation and context cancellation along with...

pending-example

It will be a nice addition to port-forward to an pod directly from the Headlamp UI. Refer: https://github.com/kubernetes-client/javascript/blob/6c5a58f51b8cdb01c59cbd5b433013beb4940df2/examples/typescript/port-forward/port-forward.ts

We use "sh" as the default command in the terminal and it fails when the shell is not available in the container. This can also fail if "sh" binary is...

Helm is a widely used kubernetes package manager, having a way to manage helm releases will be a good idea. Maybe we can create this as a plugin for headlamp.

Not all packages are displayed in the UI. No of packages returned by the API ![image](https://user-images.githubusercontent.com/22731013/164984327-08e73d0f-d972-4191-98a7-1f20013af0a5.png) No of packages displayed in the UI ![image](https://user-images.githubusercontent.com/22731013/164984401-02f1aac9-4f14-4490-81d9-dc3006717aa9.png)

frontend

At present there are multiple places where in-memory caches are used, make a centralised caching package that can be reused.

enhancement
backend

Right now the DB package doesn't export the DB connection, to run raw queries in tests another DB connection has to be set up. So create a function that returns...

## Description When updating an app if we provide ProductID the backend throws the following error `error="ERROR: invalid input syntax for type uuid: \"io.test.example1\" (SQLSTATE 22P02)"` ## Impact Not able...

Right now for time span related functionality, we use sleep in tests thus making them slower. Use fake clocks to make them better