Alex Goth
Alex Goth
## Overview Based on the new additions to the internal product spec ## Notes for reviewer - rough sketch, starting point
Relates to Issue #1527 ## Overview Adds cursor based pagination to the internal streaming API. Unfortunately this requires a change in the main `events` table, we'd have to change the...
## Overview Use the pgx `sql.DB` instance for migrations tooling Fixes #1470 ## Notes for reviewer
## Contents Implements `WithConnection` method for `pgx` driver ## Notes for reviewer As originally mentioned in [this Issue](https://github.com/golang-migrate/migrate/issues/578) calling `.Close` also closes the underlying pool not just the connection used...
## Overview Fixes #(issue) ## Notes for reviewer
## Overview - RateCard compatibility validations were broken up as there's an issue subscription management where we manage FeatureID incorrectly (will be resolved separately) - These validations were also extended...
## Overview Fixes #(issue) ## Notes for reviewer
## Overview - Storing the timestamp of the last edit on the subscription - Adding `IsCustom` field: if a subscription doesn't have a plan ref (created as a custom sub)...