-
Notifications
You must be signed in to change notification settings - Fork 9
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
refactor: to allow connector/flow steps to interchange behaviours in the flow #473
base: MOODLE_35_STABLE
Are you sure you want to change the base?
Commits on Aug 5, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 51c543c - Browse repository at this point
Copy the full SHA 51c543cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7f21659 - Browse repository at this point
Copy the full SHA 7f21659View commit details -
Configuration menu - View commit details
-
Copy full SHA for 29440e0 - Browse repository at this point
Copy the full SHA 29440e0View commit details -
Configuration menu - View commit details
-
Copy full SHA for c37e29c - Browse repository at this point
Copy the full SHA c37e29cView commit details -
wip: flip the check in the connector engine step because iterator-esq…
…ue steps no longer return true. Instead they should explicitly return false when things go bad.
Configuration menu - View commit details
-
Copy full SHA for d76b6d8 - Browse repository at this point
Copy the full SHA d76b6d8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 26b8970 - Browse repository at this point
Copy the full SHA 26b8970View commit details -
the magic: if the step type is resolved to a flow, then it is a flow …
…step, otherwise it is a connector step. We can now use this alongside config to determine which type it is. Certain step types will be fixed (so they cannot change) e.g. readers, writers?
Configuration menu - View commit details
-
Copy full SHA for 7dbffb9 - Browse repository at this point
Copy the full SHA 7dbffb9View commit details
Commits on Aug 6, 2022
-
Configuration menu - View commit details
-
Copy full SHA for cf43319 - Browse repository at this point
Copy the full SHA cf43319View commit details -
add connector flag in steps table, update dot graph handling to visua…
…lly display this change and fix side effect flags
Configuration menu - View commit details
-
Copy full SHA for 4cf3979 - Browse repository at this point
Copy the full SHA 4cf3979View commit details -
Configuration menu - View commit details
-
Copy full SHA for dc4ca2e - Browse repository at this point
Copy the full SHA dc4ca2eView commit details -
For connector-like steps, the input isn't real and so should be an em…
…pty object. Thinking about removing this entirely actually, since the input is irrelevant in most cases unless it needs to be altered
Configuration menu - View commit details
-
Copy full SHA for e084bb7 - Browse repository at this point
Copy the full SHA e084bb7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9ed4442 - Browse repository at this point
Copy the full SHA 9ed4442View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3964748 - Browse repository at this point
Copy the full SHA 3964748View commit details