mitom

Results 12 comments of mitom

The first suggestion seems pretty dirty, it will result in multiple restarts of the service for each definition. I gave the 2nd one a try, it does work although it...

@robbkidd The problem is not that the `user` does not exist in postgres, it is that it does not exist on the system (which should not be expected in my...

Another use-case for pre-install is that some managed k8s providers (e.g. EKS) provision clusters with some things pre-configured, like the default storage class. When we want to deploy a chart...

I ran into this same issue and it took me a while to track down what entry was causing it because it was an infrequently logged thing happening at the...

Hey, I can fix that the change you suggested is working, could this please be released in the package?

@hgouveia I kind of know why this is happening now but I'm not really sure what would be the right path to fix it. The issue is that these failures...

Actually it looks like this is not ready to merge, the retry counter doesn't seem to be increasing so it goes infinitely.

Thank you, and no worries - I'm trying to help as much as I can, not trying to rush you!

Hey, Are there any plans on this? I have looked through the code (admittedly not in great detail) and saw some oddities. For example the [Mapper](https://github.com/doctrine/orientdb-odm/blob/master/src/Doctrine/ODM/OrientDB/Mapper.php) looks like a mixture...

Hi @davidino, I am going to open separate issues for the different parts so it's easier to track their process and discussions. I'll also try to create WIP PRs so...