This repository has been archived by the owner on Sep 18, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 23
[master < E-mage-refactor] Add docs for mage refactor module #1021
Open
imilinovic
wants to merge
8
commits into
master
Choose a base branch
from
E-mage-refactor-docs
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[E-refactor < E-idora] Add part of refactor docs
imilinovic
added
status: ready
PR is ready for review
and removed
status: draft
PR is in draft phase
labels
Sep 11, 2023
vpavicic
reviewed
Sep 11, 2023
vpavicic
reviewed
Sep 11, 2023
| Name | Type | Default | Description | | ||
|- |- |- |- | | ||
| skipProperties | List | [ ] | A list of property keys. Properties associated with these keys will be skipped during the cloning process therefore new nodes will not have them.| | ||
| standinNodes | List | [ ] | A list of pairs (lists with only two elements) where: 1) The first element is the original node (from the input nodes list) that you're planning to clone. 2) The second element is an existing node in the graph that will "stand in" or replace the clone of the original node in the resultant subgraph. | |
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.
Suggested change
| standinNodes | List | [ ] | A list of pairs (lists with only two elements) where: 1) The first element is the original node (from the input nodes list) that you're planning to clone. 2) The second element is an existing node in the graph that will "stand in" or replace the clone of the original node in the resultant subgraph. | | |
| standinNodes | List | [ ] | A list of pairs (lists with only two elements) where the first element is the original node (from the input nodes list) that you're planning to clone, and the second element is an existing node in the graph that will "stand-in" or replace the clone of the original node in the resultant subgraph. | |
vpavicic
reviewed
Sep 11, 2023
vpavicic
reviewed
Sep 11, 2023
vpavicic
reviewed
Sep 11, 2023
vpavicic
reviewed
Sep 11, 2023
vpavicic
reviewed
Sep 11, 2023
vpavicic
reviewed
Sep 11, 2023
vpavicic
reviewed
Sep 11, 2023
vpavicic
reviewed
Sep 11, 2023
vpavicic
reviewed
Sep 11, 2023
vpavicic
reviewed
Sep 11, 2023
vpavicic
reviewed
Sep 11, 2023
vpavicic
reviewed
Sep 11, 2023
vpavicic
reviewed
Sep 11, 2023
vpavicic
reviewed
Sep 11, 2023
vpavicic
reviewed
Sep 11, 2023
vpavicic
reviewed
Sep 11, 2023
vpavicic
reviewed
Sep 11, 2023
vpavicic
added
status: ship it
PR approved
and removed
status: ready
PR is ready for review
labels
Sep 11, 2023
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Add docs for mage refactor module
Pull request type
Please delete options that are not relevant and check the ones that are.
Related PRs and issues
PR this doc page is related to:
PR342
Closes (link to issue):
Checklist: