neosync
neosync copied to clipboard
Open source data anonymization and synthetic data orchestration for developers. Create high fidelity synthetic data and sync it across your environments.
This is useful for fields that are default generated like ID, CreatedAt, UpdatedAt. We don't really want AI to generate these, just the meat of the data. Would be great...
From [SyncLinear.com](https://synclinear.com) | [NEOS-1166](https://linear.app/nucleus-cloud/issue/NEOS-1166/investigate-changes-in-temporal-124-that-are-breaking-how-we-utilize)
We should uncomment the admin tools container that runs in the temporal compose. That way we can ensure that the admin tools always follows the same pinned temporal version. We...
looks like we don't really have any validation that prevents folks from updating their destination to one that is not supported. Should add in similar logic that we have on...
May require extra permissions here that should be added to the permissions table. Not sure if we even surface the correct permissions for table mods today. From [SyncLinear.com](https://synclinear.com) | [NEOS-1138](https://linear.app/nucleus-cloud/issue/NEOS-1138/add-ability-to-drop-tables-prior-to-initialization)
Adds support for postgres role creation. This is useful if folks want to replicate ownership in lower environments. From [SyncLinear.com](https://synclinear.com) | [NEOS-1130](https://linear.app/nucleus-cloud/issue/NEOS-1130/add-support-for-creating-postgres-roles)
Allow people to select what they would like to initialize. From [SyncLinear.com](https://synclinear.com) | [NEOS-1139](https://linear.app/nucleus-cloud/issue/NEOS-1139/expose-granular-configuration-option-for-init-tables)
We should roll this back so that it is more compatible with other pg variants. However, we need to be careful here as we ran into issues where READ access...
Bumps the golang-minor group with 9 updates in the / directory: | Package | From | To | | --- | --- | --- | | [cloud.google.com/go/storage](https://github.com/googleapis/google-cloud-go) | `1.43.0` |...
This PR reworks SSH Tunneling for SQL Databases. We previously were starting a TCP server and proxying the network connections between it by exposing a host port and giving that...