Skip to content
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

Enable aggregate logic in flow #324

Merged
merged 38 commits into from
Aug 12, 2020
Merged
Show file tree
Hide file tree
Changes from 34 commits
Commits
Show all changes
38 commits
Select commit Hold shift + click to select a range
4eb97a0
Add the private Aggregate class having fundamental concepts
kidrahahjo Jul 15, 2020
07c5e16
Tests for _Aggregate class added
kidrahahjo Jul 15, 2020
5cc7912
Logic for _condition, BaseFlowOperation, FlowGroup added
kidrahahjo Jul 15, 2020
b9c4655
Logic extended for exec command
kidrahahjo Jul 15, 2020
9a7ca7e
Logic extended for next command
kidrahahjo Jul 15, 2020
15b79cf
Logic for run command
kidrahahjo Jul 15, 2020
df99e50
Logic for script command added
kidrahahjo Jul 15, 2020
5f1e060
Logic for submit and status enabled
kidrahahjo Jul 16, 2020
0a33a27
Make tests pass, replaced by-job grouping with by-op grouping
kidrahahjo Jul 16, 2020
6a37920
Style Fix
kidrahahjo Jul 16, 2020
39b4a3c
Remove print statement
kidrahahjo Jul 16, 2020
7478f4d
Suggested changes implemented with refactoring of Aggregate class and…
kidrahahjo Jul 16, 2020
b5ba89f
Documentation Edit and implement suggested changes
kidrahahjo Jul 17, 2020
1b07f7b
Improve status fetching performance
kidrahahjo Jul 18, 2020
6da1cf1
Use get_id() instead of the id property
kidrahahjo Jul 18, 2020
eadb031
Remove the use of Aggregate class and refactored
kidrahahjo Jul 23, 2020
a2446e5
Resolve merge conflicts
kidrahahjo Jul 23, 2020
b937d46
Minute document change
kidrahahjo Jul 23, 2020
be56b51
Apply suggested changes
kidrahahjo Jul 26, 2020
f266987
Merge upstream/master
kidrahahjo Jul 26, 2020
a4f51e2
Deprecate eligible and complete methods of Flow{Group|Operation}
kidrahahjo Jul 27, 2020
729dca0
Add support with private class _JobOperation
kidrahahjo Jul 27, 2020
0fd78b5
Merge remote-tracking branch 'upstream/master' into enable-aggregate-…
kidrahahjo Jul 27, 2020
fab2f68
Move property method job to JobOperation only
kidrahahjo Jul 28, 2020
14f9fa9
Merge remote-tracking branch 'upstream/master' into enable-aggregate-…
kidrahahjo Jul 30, 2020
8dc5a95
Apply suggested changes
kidrahahjo Jul 31, 2020
bd26aa8
Apply suggested changes
kidrahahjo Aug 3, 2020
6306c55
Apply suggested changes
kidrahahjo Aug 10, 2020
81054b3
Change variable name
kidrahahjo Aug 10, 2020
ba54b9c
Insert assert statement to check len(_JobOperation._jobs) == 1
kidrahahjo Aug 10, 2020
9181b27
Resolve merge conflicts
kidrahahjo Aug 10, 2020
e8518f5
Internally change the use to lists to tuples
kidrahahjo Aug 10, 2020
3ab294f
Additional suggested changes from code review
kidrahahjo Aug 10, 2020
8338517
Add suggested changes
kidrahahjo Aug 10, 2020
d3f5f8f
Revert accidental changes
kidrahahjo Aug 10, 2020
2333a63
Use repr(job) instead of str(job) for __repr__ method and remove inst…
kidrahahjo Aug 11, 2020
069657f
Use f-strings
kidrahahjo Aug 11, 2020
417f0f2
Remove checks from run, submit, print_status, _generate_id methods. T…
kidrahahjo Aug 11, 2020
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading