Joao Zanutto

Results 6 issues of Joao Zanutto

Adds GitHub Actions workflow that builds and push a docker image to ghcr.io container registry. - workflow is triggered on a new tag being pushed in the repository - image...

- move `storage.s3.prefix` to `storage.prefix` - prefix now works with directory storage - prefix should have the same functionality in s3 storage closes #69

As discussed in #56, we'll be adding the Database name in the storage path to logically separate dumps without the need to change storage configuration when pointing Greenmask to different...

As discussed in #56, the `storage.prefix` config should be added to work with both storage types `directory` and `s3`, meaning that `s3.prefix` will be deprecated. Concerns: - Will `storage.directory.path` config...

v1
on hold

Currently, the only way to pass a configuration to the `dump.tansformation` is through YAML, making it imperative to use a config file to configure a transformation. Adding a JSON parser...

enhancement