Pieter

Results 30 issues of Pieter

Currently calling `get_secrets` works from routes. But calling it in the `#[shuttle_service::main]` causes the secret to not be found. It seems we are not setting the secrets up early enough....

**Describe the bug** Trying to generate a uuid to a postgres uuid column fails with a 'incorrect binary data format' error **To Reproduce** Steps to reproduce the behavior: 1. Schema...

bug

**Describe the bug** When filling a `numeric` postgres column I am getting an 'invalid sign' error. **To Reproduce** Steps to reproduce the behavior: 1. Schema (postgres) ```sql CREATE TABLE test...

bug

Makes sure the CI doc tests handle single line items to close #309

Makes it possible to pull data from a Postgres datasource. This work re-uses our `TryFrom` code which needs to be in core. This move allows the code to be simplified...

Expand scenarios to allow field overwrites and adding new fields

Expands scenarios to also filter on fields together with the current collections.

**Required Functionality** Currently Synth allows me to generate data for `int4` and `int8` Postgres types using the `i32` and `i64` generator. However, it is not possible to generate data for...

enhancement
good first issue

We added the `hidden` generator in #175, but the documentation on how to use it is missing.

documentation