Dmitriy Ivolgin

Results 26 comments of Dmitriy Ivolgin

Presumably this is received in the watch loop with secret info. Is there a revision number? The output should match the correct revision, but this will be shown for all...

@nathan-mellis can you provide some details about how traffic is routed to your application? we are trying to figure out what options are available to us for routing requests.

@nathan-mellis is this the proxy setup by kURL or something you will be configuring? Also @dexhorthy , if you have any design ideas, feel free to share.

This seem to only affect setups where different databases use the same table names and resources are all in the same namespace. A workaround is to place resources for each...

Create database DDL can be part of the migration if database does not exist. We just need to ensure: - that there is sufficient error reporting in case database cannot...

We should also add a STATUS column to the output of `schemahero get migrations`. Values should be `planned`, `executed`, `approved`, `rejected`

@marccampbell I think this can be don in the PR as is. We can try calling `semver.ParseRange` on the when, and if it fails, fall back on current behavior. I...

@marccampbell nothing super scientific. It went from about 2 minutes to about 1 minute on my cluster. This excluded about 60 namespaces, and collected info from just 1.

I don't see how this implements what #239 requests. A collector can fail for any reason. We shouldn't show any errors if there are no analyzers defined for that collector.