gmkumar2005

Results 22 comments of gmkumar2005

I wont need a delete if we can resolve below 1) When the author is matched with user id it is case sensitive. I happen to create user with lower...

This pull request has a strange behavior. Not sure how to fix. Also not sure if this could occur in other parts of the application. After the user is deleted,...

This PR just removes a record from user tables. I think followups should remain for below reasons 1) Followups contain valuable conversations and design ideas 2) If the user was...

Hi @vishal-biyani can this be done in a way that it does not impact the channel and also does not impact the executor. Each channel may need to use different...

I have just deployed botkube on OpenShift it works well as documented. This will be very useful during UAT and Golive preparations. Like to see some more enterprise features.

1) Restrict the bot to only one name namespace. Or current namespace. 2) Kubectl commands should be allowed executed only for a designated user or groups. 3) Web interface for...

@PrasadG193 I did not find a mock server for e2e. But I can work on unit test for the functions by mocking the request and response objects. Can u elaborate...

> @PrasadG193 I did not find a mock server for e2e. But I can work on unit test for the functions by mocking the request and response objects. > Can...

Not working. I have done ;clean;testOnly **.MyFavouriteDaoTest;jacocoReport The report shows 0% coverage. I have noticed After completion of testOnly `target/jacoco/data/jacoco.exec` is not created. When i run all test cases the...

Issue is resolved after I added `fork in Test := true`