Skip to content

Commit

Permalink
Merge pull request #211 from ICRAR/eagle-869-2
Browse files Browse the repository at this point in the history
Eagle 869 2
  • Loading branch information
james-strauss-uwa committed Nov 3, 2022
2 parents 4ce5235 + 3e4579a commit 74b83f6
Show file tree
Hide file tree
Showing 54 changed files with 772 additions and 562 deletions.
32 changes: 26 additions & 6 deletions OpenAPI/tests/test.graph
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,6 @@
"height": 72,
"collapsed": true,
"flipPorts": false,
"streaming": false,
"persist": false,
"subject": null,
"expanded": false,
"readonly": true,
Expand Down Expand Up @@ -235,8 +233,6 @@
"height": 72,
"collapsed": true,
"flipPorts": false,
"streaming": false,
"persist": false,
"subject": null,
"expanded": false,
"readonly": true,
Expand Down Expand Up @@ -304,6 +300,19 @@
"readonly": false,
"type": "Unknown",
"precious": false
},
{
"defaultValue": true,
"description": "Specifies whether this data component contains data that should not be deleted after execution",
"keyAttribute": false,
"name": "persist",
"options": [],
"positional": false,
"precious": false,
"readonly": false,
"text": "Persist",
"type": "Boolean",
"value": false
}
],
"applicationArgs": [],
Expand Down Expand Up @@ -337,8 +346,6 @@
"height": 72,
"collapsed": true,
"flipPorts": false,
"streaming": false,
"persist": false,
"subject": null,
"expanded": false,
"readonly": true,
Expand Down Expand Up @@ -386,6 +393,19 @@
"readonly": false,
"type": "Unknown",
"precious": false
},
{
"defaultValue": true,
"description": "Specifies whether this data component contains data that should not be deleted after execution",
"keyAttribute": false,
"name": "persist",
"options": [],
"positional": false,
"precious": false,
"readonly": false,
"text": "Persist",
"type": "Boolean",
"value": false
}
],
"applicationArgs": [],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -74,14 +74,12 @@ def lgt_block_fields(rmode: ReproducibilityFlags):
"outputPorts": FieldOps.COUNT,
"inputLocalPorts": FieldOps.COUNT,
"outputLocalPorts": FieldOps.COUNT, # MKN Nodes
"streaming": FieldOps.STORE,
}
if rmode == ReproducibilityFlags.REPRODUCE:
del data["inputPorts"]
del data["outputPorts"]
del data["inputLocalPorts"]
del data["outputLocalPorts"]
del data["streaming"]
return data


Expand Down
2 changes: 2 additions & 0 deletions daliuge-engine/dlg/data/drops/dataDummy_drop.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@
# @param dataclass Application Class//String/ComponentParameter/readonly//False/False/Data class
# @param data_volume Data volume/5/Float/ComponentParameter/readwrite//False/False/Estimated size of the data contained in this node
# @param group_end Group end/False/Boolean/ComponentParameter/readwrite//False/False/Is this node the end of a group?
# @param streaming Streaming/False/Boolean/ComponentParameter/readwrite//False/False/Specifies whether this data component streams input and output data
# @param persist Persist/False/Boolean/ComponentParameter/readwrite//False/False/Specifies whether this data component contains data that should not be deleted after execution
# @param dummy dummy//Object/InputPort/readwrite//False/False/Dummy input port
# @param dummy dummy//Object/OutputPort/readwrite//False/False/Dummy output port
# @par EAGLE_END
Expand Down
2 changes: 2 additions & 0 deletions daliuge-engine/dlg/data/drops/environmentvar_drop.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,8 @@ def _filter_parameters(parameters: dict):
# @par EAGLE_START
# @param category EnvironmentVariables
# @param tag daliuge
# @param streaming Streaming/False/Boolean/ComponentParameter/readwrite//False/False/Specifies whether this data component streams input and output data
# @param persist Persist/False/Boolean/ComponentParameter/readwrite//False/False/Specifies whether this data component contains data that should not be deleted after execution
# @param dummy dummy//Object/OutputPort/readwrite//False/False/Dummy output port
# @par EAGLE_END
class EnvironmentVarDROP(AbstractDROP, KeyValueDROP):
Expand Down
5 changes: 4 additions & 1 deletion daliuge-engine/dlg/data/drops/file.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,12 @@
# @param tag daliuge
# @param data_volume Data volume/5/Float/ComponentParameter/readwrite//False/False/Estimated size of the data contained in this node
# @param group_end Group end/False/Boolean/ComponentParameter/readwrite//False/False/Is this node the end of a group?
# @param check_filepath_exists Check file path exists/True/Boolean/ComponentParameter/readwrite//False/False/Perform a check to make sure the file path exists before proceeding with the application
# @param delete_parent_directory Delete parent directory/False/Boolean/ComponentParameter/readwrite//False/False/Also delete the parent directory of this file when deleting the file itself
# @param check_filepath_exists Check file path exists/False/Boolean/ComponentParameter/readwrite//False/False/Perform a check to make sure the file path exists before proceeding with the application
# @param filepath File Path//String/ComponentParameter/readwrite//False/False/Path to the file for this node
# @param dirname Directory name//String/ComponentParameter/readwrite//False/False/Path to the file for this node
# @param streaming Streaming/False/Boolean/ComponentParameter/readwrite//False/False/Specifies whether this data component streams input and output data
# @param persist Persist/True/Boolean/ComponentParameter/readwrite//False/False/Specifies whether this data component contains data that should not be deleted after execution
# @param dummy dummy//Object/InputPort/readwrite//False/False/Dummy input port
# @param dummy dummy//Object/OutputPort/readwrite//False/False/Dummy output port
# @par EAGLE_END
Expand Down
4 changes: 4 additions & 0 deletions daliuge-engine/dlg/data/drops/memory.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@
# @param tag daliuge
# @param data_volume Data volume/5/Float/ComponentParameter/readwrite//False/False/Estimated size of the data contained in this node
# @param group_end Group end/False/Boolean/ComponentParameter/readwrite//False/False/Is this node the end of a group?
# @param streaming Streaming/False/Boolean/ComponentParameter/readwrite//False/False/Specifies whether this data component streams input and output data
# @param persist Persist/False/Boolean/ComponentParameter/readwrite//False/False/Specifies whether this data component contains data that should not be deleted after execution
# @param dummy dummy//Object/InputPort/readwrite//False/False/Dummy input port
# @param dummy dummy//Object/OutputPort/readwrite//False/False/Dummy output port
# @par EAGLE_END
Expand Down Expand Up @@ -101,6 +103,8 @@ def generate_reproduce_data(self):
# @param tag daliuge
# @param data_volume Data volume/5/Float/ComponentParameter/readwrite//False/False/Estimated size of the data contained in this node
# @param group_end Group end/False/Boolean/ComponentParameter/readwrite//False/False/Is this node the end of a group?
# @param streaming Streaming/False/Boolean/ComponentParameter/readwrite//False/False/Specifies whether this data component streams input and output data
# @param persist Persist/False/Boolean/ComponentParameter/readwrite//False/False/Specifies whether this data component contains data that should not be deleted after execution
# @param dummy dummy//Object/InputPort/readwrite//False/False/Dummy input port
# @param dummy dummy//Object/OutputPort/readwrite//False/False/Dummy output port
# @par EAGLE_END
Expand Down
2 changes: 2 additions & 0 deletions daliuge-engine/dlg/data/drops/ngas.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@
# @param ngasConnectTimeout Connection timeout/2/Integer/ComponentParameter/readwrite//False/False/Timeout for connecting to the NGAS server
# @param ngasMime NGAS mime-type/"text/ascii"/String/ComponentParameter/readwrite//False/False/Mime-type to be used for archiving
# @param ngasTimeout NGAS timeout/2/Integer/ComponentParameter/readwrite//False/False/Timeout for receiving responses for NGAS
# @param streaming Streaming/False/Boolean/ComponentParameter/readwrite//False/False/Specifies whether this data component streams input and output data
# @param persist Persist/False/Boolean/ComponentParameter/readwrite//False/False/Specifies whether this data component contains data that should not be deleted after execution
# @param dummy dummy//Object/InputPort/readwrite//False/False/Dummy input port
# @param dummy dummy//Object/OutputPort/readwrite//False/False/Dummy output port
# @par EAGLE_END
Expand Down
2 changes: 2 additions & 0 deletions daliuge-engine/dlg/data/drops/parset_drop.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@
# @param group_end Group end/False/Boolean/ComponentParameter/readwrite//False/False/Is this node the end of a group?
# @param mode Parset mode/"YANDA"/String/ComponentParameter/readonly//False/False/To what standard DALiuGE should filter and serialize the parameters.
# @param config_data ConfigData/""/String/ComponentParameter/readwrite//False/False/Additional configuration information to be mixed in with the initial data
# @param streaming Streaming/False/Boolean/ComponentParameter/readwrite//False/False/Specifies whether this data component streams input and output data
# @param persist Persist/False/Boolean/ComponentParameter/readwrite//False/False/Specifies whether this data component contains data that should not be deleted after execution
# @param Config ConfigFile//Object.File/OutputPort/readwrite//False/False/The output configuration file
# @par EAGLE_END
class ParameterSetDROP(DataDROP):
Expand Down
2 changes: 2 additions & 0 deletions daliuge-engine/dlg/data/drops/s3_drop.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,8 @@
# @param object_name Object Name//String/ComponentParameter/readwrite//False/False/The S3 object key
# @param profile_name Profile Name//String/ComponentParameter/readwrite//False/False/The S3 profile name
# @param endpoint_url Endpoint URL//String/ComponentParameter/readwrite//False/False/The URL exposing the S3 REST API
# @param streaming Streaming/False/Boolean/ComponentParameter/readwrite//False/False/Specifies whether this data component streams input and output data
# @param persist Persist/False/Boolean/ComponentParameter/readwrite//False/False/Specifies whether this data component contains data that should not be deleted after execution
# @param dummy dummy//Object/InputPort/readwrite//False/False/Dummy input port
# @param dummy dummy//Object/OutputPort/readwrite//False/False/Dummy output port
# @par EAGLE_END
Expand Down
2 changes: 2 additions & 0 deletions daliuge-engine/dlg/drop.py
Original file line number Diff line number Diff line change
Expand Up @@ -1199,6 +1199,8 @@ def path(self) -> str:
# @param dataclass Data Class/my.awesome.data.Component/String/ComponentParameter/readonly//False/False/The python class that implements this data component
# @param data_volume Data volume/5/Float/ComponentParameter/readwrite//False/False/Estimated size of the data contained in this node
# @param group_end Group end/False/Boolean/ComponentParameter/readwrite//False/False/Is this node the end of a group?
# @param streaming Streaming/False/Boolean/ComponentParameter/readwrite//False/False/Specifies whether this data component streams input and output data
# @param persist Persist/False/Boolean/ComponentParameter/readwrite//False/False/Specifies whether this data component contains data that should not be deleted after execution
# @param dummy dummy//Object/InputPort/readwrite//False/False/Dummy input port
# @param dummy dummy//Object/OutputPort/readwrite//False/False/Dummy output port
# @par EAGLE_END
Expand Down
1 change: 0 additions & 1 deletion daliuge-engine/test/reproducibility/testSingle.graph
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@
],
"selected": true,
"showPorts": false,
"streaming": false,
"subject": null,
"text": "Bash Shell App",
"width": 200,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,6 @@
"readonly": false,
"selected": false,
"showPorts": false,
"streaming": false,
"subject": null,
"text": "Bash Shell App",
"width": 200,
Expand Down Expand Up @@ -165,6 +164,19 @@
"text": "Directory name",
"type": "String",
"value": ""
},
{
"defaultValue": true,
"description": "Specifies whether this data component contains data that should not be deleted after execution",
"keyAttribute": false,
"name": "persist",
"options": [],
"positional": false,
"precious": false,
"readonly": false,
"text": "Persist",
"type": "Boolean",
"value": false
}
],
"flipPorts": false,
Expand Down Expand Up @@ -201,7 +213,6 @@
"readonly": false,
"selected": false,
"showPorts": false,
"streaming": false,
"subject": null,
"text": "File",
"width": 200,
Expand Down Expand Up @@ -283,7 +294,6 @@
"readonly": false,
"selected": false,
"showPorts": false,
"streaming": false,
"subject": null,
"text": "Bash Shell App",
"width": 200,
Expand Down
43 changes: 39 additions & 4 deletions daliuge-engine/test/reproducibility/topoGraphs/dataFan.graph
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,6 @@
"readonly": false,
"selected": false,
"showPorts": false,
"streaming": false,
"subject": null,
"text": "Bash Shell App",
"width": 200,
Expand Down Expand Up @@ -179,6 +178,19 @@
"text": "Directory name",
"type": "String",
"value": ""
},
{
"defaultValue": true,
"description": "Specifies whether this data component contains data that should not be deleted after execution",
"keyAttribute": false,
"name": "persist",
"options": [],
"positional": false,
"precious": false,
"readonly": false,
"text": "Persist",
"type": "Boolean",
"value": false
}
],
"flipPorts": false,
Expand Down Expand Up @@ -208,7 +220,6 @@
"readonly": false,
"selected": false,
"showPorts": false,
"streaming": false,
"subject": null,
"text": "File",
"width": 200,
Expand Down Expand Up @@ -269,6 +280,19 @@
"text": "Directory name",
"type": "String",
"value": ""
},
{
"defaultValue": true,
"description": "Specifies whether this data component contains data that should not be deleted after execution",
"keyAttribute": false,
"name": "persist",
"options": [],
"positional": false,
"precious": false,
"readonly": false,
"text": "Persist",
"type": "Boolean",
"value": false
}
],
"flipPorts": false,
Expand Down Expand Up @@ -298,7 +322,6 @@
"readonly": false,
"selected": false,
"showPorts": false,
"streaming": false,
"subject": null,
"text": "File",
"width": 200,
Expand Down Expand Up @@ -359,6 +382,19 @@
"text": "Directory name",
"type": "String",
"value": ""
},
{
"defaultValue": true,
"description": "Specifies whether this data component contains data that should not be deleted after execution",
"keyAttribute": false,
"name": "persist",
"options": [],
"positional": false,
"precious": false,
"readonly": false,
"text": "Persist",
"type": "Boolean",
"value": false
}
],
"flipPorts": false,
Expand Down Expand Up @@ -388,7 +424,6 @@
"readonly": false,
"selected": false,
"showPorts": false,
"streaming": false,
"subject": null,
"text": "File",
"width": 200,
Expand Down

0 comments on commit 74b83f6

Please sign in to comment.