Ragot Geoffrey

Results 27 issues of Ragot Geoffrey

# Make logs store only the payload of the write action Also, add a migration to alter logs with invalid fields preCommitVolumes and postCommitVolumes. ## Type of change - [X]...

# Use appropriate columns type for 'timestamp' field (transactions) ## Type of change - [ ] Bug fix (non-breaking change which fixes an issue) - [X] New feature (non-breaking change...

# Logs replay This PR add a "LogProcessor" struct. Its role is to rebuild the expected the database view reading log from the database. ## Type of change - [...

# Extract common shared otlp setup to go-libs to be reused by other services All is in the title. ## Type of change - [ ] Bug fix (non-breaking change...

@domain/cmd

# feat: Use sharedhealth package extracted to go-libs This basically remove the pkg/health package (extracted to github.com/numary/go-libs/sharedhealth) and import the lib version.

# feat: use sharedanalytics package This basically extract the analytics code to go-libs library (https://github.com/numary/go-libs/pull/9). Please review go-libs before. ## Type of change - [ ] Bug fix (non-breaking change...

@domain/cmd

Remove post commit volumes and pre commit volumes calculation from transaction batches. Aggregation is provided by the core using functions AggregatePostCommitVolumes() and AggregatePreCommitVolumes(). This simplify a bit the transaction processing...

hello, i'm working on building an iDP and i use this library to generate signature. My SP for testing is a Giltab instance using the omniauth plugin. This plugin expect...

Hi! I'm using Ginkgo for integration testings and would like to use the flag `-test.gocoverdir` introduced with Go 1.20. If using plain "go test", it works as expected, but not...