-
Notifications
You must be signed in to change notification settings - Fork 906
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
Optimise pipeline addition and creation #3730
Commits on Mar 21, 2024
-
Replace toposort with graphlib (built-in from Python 3.9)
Signed-off-by: Ivan Danov <idanov@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 6d02154 - Browse repository at this point
Copy the full SHA 6d02154View commit details -
Create toposort groups only when needed
Signed-off-by: Ivan Danov <idanov@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for e4756ee - Browse repository at this point
Copy the full SHA e4756eeView commit details -
Update RELEASE.md and graphlib version constraints
Signed-off-by: Ivan Danov <idanov@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 67ded21 - Browse repository at this point
Copy the full SHA 67ded21View commit details -
Signed-off-by: Ivan Danov <idanov@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for d6625ee - Browse repository at this point
Copy the full SHA d6625eeView commit details -
Ensure that the suggest resume test has no node ordering requirement
Signed-off-by: Ivan Danov <idanov@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for c06aea2 - Browse repository at this point
Copy the full SHA c06aea2View commit details -
Ensure stable toposorting by grouping and ungrouping the result
Signed-off-by: Ivan Danov <idanov@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 4de1a27 - Browse repository at this point
Copy the full SHA 4de1a27View commit details -
Delay toposorting until pipeline.nodes is used
Signed-off-by: Ivan Danov <idanov@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for b6d8e12 - Browse repository at this point
Copy the full SHA b6d8e12View commit details -
Avoid using .nodes when topological order or new copy is unneeded
Signed-off-by: Ivan Danov <idanov@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 2f840fe - Browse repository at this point
Copy the full SHA 2f840feView commit details -
Copy the nodes only if tags are provided
Signed-off-by: Ivan Danov <idanov@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 552803c - Browse repository at this point
Copy the full SHA 552803cView commit details -
Signed-off-by: Ivan Danov <idanov@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for e7bdcb0 - Browse repository at this point
Copy the full SHA e7bdcb0View commit details
Commits on Mar 26, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 524d314 - Browse repository at this point
Copy the full SHA 524d314View commit details -
Remove unnecessary condition in self.nodes
Signed-off-by: Ivan Danov <idanov@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 0d2b8cd - Browse repository at this point
Copy the full SHA 0d2b8cdView commit details