-
Notifications
You must be signed in to change notification settings - Fork 358
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bidirectional Sync docs #7515
Bidirectional Sync docs #7515
Conversation
✅ Deploy Preview for segment-docs ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Handful of minor suggestions.
src/segment-app/extensions/git.md
Outdated
@@ -84,6 +84,45 @@ To manage Segment resources using Git and Terraform, follow these steps: | |||
|
|||
For more information on using Terraform, visit [Terraform's documentation](https://developer.hashicorp.com/terraform/docs){:target="_blank"}. | |||
|
|||
## Bidirectional Sync | |||
|
|||
Bidirectional sync builds on top of the Git Sync extension and lets you manage your Segment workspace directly in GitHub. After you configure and enable bidirectional sync, Segment automatically listens for pull requests in your repository and manages all related workspace changes. Segment will not apply any changes unless the pull request has met all merge requirements and can be merged. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could we tighten that last sentence to something like "Segment only applies changes from pull requests that meet all merge requirements"?
Co-authored-by: pwseg <86626706+pwseg@users.noreply.github.com>
src/segment-app/extensions/git.md
Outdated
|
||
Bidirectional sync does not support variables, references to other resources, or resources from other providers. | ||
|
||
> warning "Bidirectional sync can lead to broad workspace changes, including data loss" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
src/segment-app/extensions/git.md
Outdated
Bidirectional sync builds on top of the Git Sync extension and lets you manage your Segment workspace directly in GitHub. After you configure and enable bidirectional sync, Segment automatically listens for pull requests in your repository and manages all related workspace changes. Segment only applies changes from pull requests that you successfully merge. | ||
|
||
Bidirectional sync only supports: | ||
- Explicit values (secrets require additional configuration) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we want to link to the secrets section here?
src/segment-app/extensions/git.md
Outdated
@@ -84,6 +84,45 @@ To manage Segment resources using Git and Terraform, follow these steps: | |||
|
|||
For more information on using Terraform, visit [Terraform's documentation](https://developer.hashicorp.com/terraform/docs){:target="_blank"}. | |||
|
|||
## Bidirectional Sync | |||
|
|||
Bidirectional sync builds on top of the Git Sync extension and lets you manage your Segment workspace directly in GitHub. After you configure and enable bidirectional sync, Segment automatically listens for pull requests in your repository and manages all related workspace changes. Segment only applies changes from pull requests that you successfully merge. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Co-authored-by: Dean Huynh <dvhdvh123@gmail.com>
Thank you for your contribution! Your pull request is merged, but may take a day or two to appear on the site. |
Proposed changes
Added docs for the new bidirectional sync feature!
Merge timing
after approval from
Atitand DeanRelated issues (optional)