- 06 Jul, 2018 4 commits
-
-
Ihrig, Arvid Conrad (ari) authored
-
Ihrig, Arvid Conrad (ari) authored
-
Ihrig, Arvid Conrad (ari) authored
Integrated Pipeline: metaInfo-dependencies of objects are now explicit, removed some explicit micro-classes
-
Ihrig, Arvid Conrad (ari) authored
Integrated Pipeline: transformed ParsingTaskGenerator into a trait, changed TreeParser trait implementing classes -removed the two mini-classes implementing Directory/Zip sources and replaced them with an anonymous class in Main
-
- 05 Jul, 2018 9 commits
-
-
Ihrig, Arvid Conrad (ari) authored
-
Ihrig, Arvid Conrad (ari) authored
-
Ihrig, Arvid Conrad (ari) authored
-
Ihrig, Arvid Conrad (ari) authored
-
Ihrig, Arvid Conrad (ari) authored
Integrated Pipeline: got rid of TreeParserFlow, replaced by TreeParser which integrates with Streams via MessageProcessor(Flow)
-
Ihrig, Arvid Conrad (ari) authored
Integrated Pipeline: added TreeParser trait, will replace TreeParserflow with a MessageProcessor based implemention
-
Ihrig, Arvid Conrad (ari) authored
Integrated Pipeline: added Variance annotations to MessageProcessor and changed expected exception class
-
Ihrig, Arvid Conrad (ari) authored
Integrated Pipeline: got rid of some unused implicit config parameters, made implicit parser collections explicit
-
Ihrig, Arvid Conrad (ari) authored
Integrated Pipeline: removed trait ParsingTaskGenerator (implementors become Iterators, counting functionality moved to TreeParserFlow)
-
- 04 Jul, 2018 7 commits
-
-
Ihrig, Arvid Conrad (ari) authored
Integrated Pipeline: moved task-generation features from ParsingTaskGenerator trait to companion object
-
Ihrig, Arvid Conrad (ari) authored
-
Ihrig, Arvid Conrad (ari) authored
-
Ihrig, Arvid Conrad (ari) authored
-removed stream timeout setting from package object -replaced name operations on parsers with fixed strings because parsers implicitly load all metainfo -made meta-info in package object a lazy implicit
-
Ihrig, Arvid Conrad (ari) authored
-archives are now unpacked when the first parsing task arrives
-
Ihrig, Arvid Conrad (ari) authored
-
Ihrig, Arvid Conrad (ari) authored
-
- 03 Jul, 2018 13 commits
-
-
Ihrig, Arvid Conrad (ari) authored
Integrated Pipeline: added end-to-end tests for parsing rawdata-archive content with multiple workers
-
Ihrig, Arvid Conrad (ari) authored
Integrated Pipeline: added a short sleep to mock processing in CalculationParsingFlowSpec to stabilize task distribution
-
Ihrig, Arvid Conrad (ari) authored
-
Ihrig, Arvid Conrad (ari) authored
-
Ihrig, Arvid Conrad (ari) authored
-
Ihrig, Arvid Conrad (ari) authored
Integrated Pipeline: added tests to verify interleaved processing of multiple file tress in ParsingResultsProcessingManager
-
Ihrig, Arvid Conrad (ari) authored
-MessageProcessor has a new function "requiresMoreMessages" which is used to determine if the graph stage can finish cleanly once no more inbound messages arrive
-
Ihrig, Arvid Conrad (ari) authored
Integrated Pipeline: basic implementation of MessageProcessorFlow (will replace existing graph elements) -MessageProcessorFlow is an abstract graph element powered by an underlying MessageProcessor, it handles one-to-one, one-to-many and many-to-one processing stages all alike
-
Ihrig, Arvid Conrad (ari) authored
Integrated Pipeline: added behaviour tests for MessageProcessor trait, ParsingResultsProcessingManager implements it
-
Ihrig, Arvid Conrad (ari) authored
-
Ihrig, Arvid Conrad (ari) authored
-
Ihrig, Arvid Conrad (ari) authored
Integrated Pipeline: started introducing ParsingResultsProcessingManager to separate application logic from streams integration
-
Ihrig, Arvid Conrad (ari) authored
-
- 02 Jul, 2018 7 commits
-
-
Ihrig, Arvid Conrad (ari) authored
-
Ihrig, Arvid Conrad (ari) authored
-
Ihrig, Arvid Conrad (ari) authored
Integrated Pipeline: moved path/treetype validation logic from Graph element to CalculationParsingEngine
-
Ihrig, Arvid Conrad (ari) authored
Integrated Pipeline: ParsingResults now have an explicit field for the error message of failed parsing tasks
-
Ihrig, Arvid Conrad (ari) authored
Integrated Pipeline: further rework of the CalculationParsingEngine tests to make them more flexible
-
Ihrig, Arvid Conrad (ari) authored
-
Ihrig, Arvid Conrad (ari) authored
-