neosync icon indicating copy to clipboard operation
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.

Results 249 neosync issues
Sort by recently updated
recently updated
newest added

The validation button uses a separate validation state even though we currently have validation at the Yup layer. We should remove the separate validation state and just use the form...

bug
Improvement

Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 7.18.0 to 8.0.1. Release notes Sourced from @​typescript-eslint/eslint-plugin's releases. v8.0.1 8.0.1 (2024-08-05) 🩹 Fixes eslint-plugin: [no-unused-vars] ignore imports used only as types (#9694) ❤️ Thank You Jake...

dependencies

Bento was a drop-in replacement for Benthos, but it is clearly not receiving the amount of updates that Redpanda/connect is. This is to be expected as Ashley is the main...

Devex
Fast Follow
Tech Debt

``` build: name: TS Build runs-on: ubuntu-latest defaults: run: working-directory: frontend steps: - name: Checkout uses: actions/checkout@v4 - name: Set up Node uses: actions/setup-node@v4 with: node-version: lts/* cache: npm cache-dependency-path:...

Fast Follow

We shouldnt be managing a separate connection type here and should remove this in favor of the auto generated case type. From [SyncLinear.com](https://synclinear.com) | [NEOS-1283](https://linear.app/nucleus-cloud/issue/NEOS-1283/replace-permission-connection-type-on-fe-with-connectionconfigcase)

Fast Follow

This is especially important now that the sample uses json and the transformer uses a new csv processor Will take this opportunity to unit test the message handling logic a...

enhancement
Fast Follow

This appears to no longer be working due to probably a stuck cache. The new tables appear for a second but are then replaced by the old ones. From [SyncLinear.com](https://synclinear.com)...

bug

The refresh interval function needs to be updated to also look at the run status. As of right now, the logs will keep refreshing every ten seconds regardless of the...

bug

Our transformers for timestamps aren't great right now, and/or they are quite limiting. I have a timestamp with timezonea and all I see is this: ![image.png](https://uploads.linear.app/a9c4e27b-39a0-41a6-a85a-a5e6b97b33a2/f47cc8c4-28fe-4d52-9bd1-a1eef4c40667/38b80a92-2a54-4e21-9d72-a6bef3368250?signature=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJwYXRoIjoiL2E5YzRlMjdiLTM5YTAtNDFhNi1hODVhLWE1ZTZiOTdiMzNhMi9mNDdjYzhjNC0yOGZlLTRkNTItOWJkMS1hMWVlZjRjNDA2NjcvMzhiODBhOTItMmE1NC00ZTIxLTlkNzItYTZiZWYzMzY4MjUwIiwiaWF0IjoxNzE4MzI4NDM1LCJleHAiOjE3NDk4NjQ0MzV9.hKFQkbNWchz2fh407nyJkgrIgw35Oo2V3_dlEydjSV4) From [SyncLinear.com](https://synclinear.com) | [NEOS-1178](https://linear.app/nucleus-cloud/issue/NEOS-1178/improve-transformers-for-timestamps)

Improvement

From [SyncLinear.com](https://synclinear.com) | [NEOS-1199](https://linear.app/nucleus-cloud/issue/NEOS-1199/add-more-robust-helm-chart-example)

Docs