Colin Cyr

Results 10 comments of Colin Cyr

We are experiencing this issue currently as well. We have a number of entries in our Azure DNS Zone that are manually managed, this includes the Apex record which points...

[Looking for something quite similar](https://github.com/python-poetry/poetry/issues/2290) to be able to update the version dynamically at build, but without it being reflected in`pyproject.toml`.

I made comment to this here: https://github.com/seppevs/migrate-mongo/issues/225#issuecomment-673104002 Answers to @seppevs Q's: 1. Existing migrations, once PR'd and installed in any persisted environment should not be edited again. Unfortunately, at times...

Repeatable migrations are highly beneficial, but I would denote them separately, like `flyway`, and not tie their execution to if the checksum of the file has changed. As an example,...

I concur with @nikoristar, I found this project as we are looking for something like `flyway` but for MongoDB. The ability to bring up net-new databases, bring in the schema,...

In our process we rely heavily on "floating tags". The simplest of docker examples is the `latest` tag, this means we have a significant number of untagged manifests that it...