Skip to main content

Studio SDLC

Review and commit changes

Legend is integrated with the software development lifecycle (SDLC) supported by GitLab, which lets you review and commit changes.

Follow these steps to review and commit a change.

  1. Press Ctrl+S to sync the local changes to the workspace.

    Sync local changes to workspace

  2. Select the diff view to review the synced changes in workspace.

    Review changes

  3. To create a review, click the highlighted icon in the activity bar or press Ctrl + Shift + M to go to the review panel. Here you can review the code in the current workspace vs. the committed code.

    Create a review

  4. After the review is approved, click Commit.

    Commit the changes

Update workspace with latest changes

When the workspace is out of date, Studio provides a notification in the status bar on the bottom left. Click the update button on the sidebar to bring in the latest changes.

Resolve a conflict in the workspace

A workspace update may result in a conflict. Studio will open a new view to aid in resolving the conflict.

  1. Choose one of the following actions:

    • Discard the changes: the workspace changes are removed.

    • Review the changes: the workspace changes will be applied on top of the latest version.

    Discard or review changes

  2. If you chooose to review changes, review and press F9 to compile.

  3. Once the changes compile successfully, either accept or discard the changes.

    Accept or discard changes

Release a new version of your data model and make it available to consumers

Tutorial coming soon.

Troubleshoot issues with your data model, query or service.

Tutorial coming soon.

Share your project with others in read-only mode

Tutorial coming soon.

Debug/troubleshoot issues with your query by reviewing execution details (Plan View)

Tutorial coming soon.

Troubleshoot, inspect your code, and make changes to your data model in Text Mode

Tutorial coming soon.

More