-
Notifications
You must be signed in to change notification settings - Fork 20
Issues: ilya-kolchinsky/OpenCEP
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
Author
Label
Projects
Milestones
Assignee
Sort
Issues list
Calculating max common subpattern does not support structure intersection
enhancement
New feature or request
#102
opened Jan 27, 2022 by
shimon77
Rewrite the readme
documentation
Improvements or additions to documentation
#100
opened Dec 9, 2021 by
ilya-kolchinsky
DataParallelExecutionAlgorithm.__init__ initializes a SequentialEvaluationManager multiple times
bug
Something isn't working
#99
opened Dec 9, 2021 by
ilya-kolchinsky
Count-based window support
enhancement
New feature or request
good first issue
Good for newcomers
#98
opened Dec 9, 2021 by
ilya-kolchinsky
All statistics should be represented by dictionaries with event names as the keys
enhancement
New feature or request
good first issue
Good for newcomers
#97
opened Dec 9, 2021 by
ilya-kolchinsky
DefaultConfig.DEFAULT_INIT_TREE_PLAN_BUILDER should also be an input parameter
trivial
Very simple fixes or enhancements
#96
opened Dec 9, 2021 by
ilya-kolchinsky
Remove MissingStatisticsException and all other legacy leftovers of the old statistic model
trivial
Very simple fixes or enhancements
#95
opened Dec 9, 2021 by
ilya-kolchinsky
Subpattern sharing only works if the event names are identical
enhancement
New feature or request
#94
opened Dec 9, 2021 by
ilya-kolchinsky
Sequence sharing does not work properly
bug
Something isn't working
essential
New feature or improvement which is a must for the first release
#93
opened Dec 9, 2021 by
ilya-kolchinsky
The equivalence between sequence tree plans does not work correctly as the requested order is not stored
bug
Something isn't working
essential
New feature or improvement which is a must for the first release
good first issue
Good for newcomers
#92
opened Dec 9, 2021 by
ilya-kolchinsky
Horrible code duplication between the equivalence methods of Node and TreePlan class hierarchies
trivial
Very simple fixes or enhancements
#91
opened Dec 9, 2021 by
ilya-kolchinsky
Some of the tests do not use failedCounter which could cause misleading test suite output
test
Improvements to the testing framework
#90
opened Dec 9, 2021 by
ilya-kolchinsky
The De-Morgan transformation rules ignore conditions between events
bug
Something isn't working
#89
opened Dec 9, 2021 by
ilya-kolchinsky
During tree initialization from a plan, node conditions should be copied from tree plan nodes
good first issue
Good for newcomers
trivial
Very simple fixes or enhancements
#88
opened Dec 9, 2021 by
ilya-kolchinsky
During tree initialization from a plan, leaf details should be copied from the leaf nodes
good first issue
Good for newcomers
trivial
Very simple fixes or enhancements
#87
opened Dec 9, 2021 by
ilya-kolchinsky
Patterns containing conjunctions or disjunctions inside a SEQ operator
bug
Something isn't working
essential
New feature or improvement which is a must for the first release
good first issue
Good for newcomers
#86
opened Dec 9, 2021 by
ilya-kolchinsky
Fix the get_condition_of(get_kleene_closure_conditions) bug
bug
Something isn't working
#85
opened Dec 9, 2021 by
ilya-kolchinsky
Multi-pattern sharing doesn't work with Kleene closure because of the way get_condition_of is implemented
bug
Something isn't working
essential
New feature or improvement which is a must for the first release
#84
opened Dec 9, 2021 by
ilya-kolchinsky
Node.__can_add_partial_match should be merged with Node._add_partial_match
trivial
Very simple fixes or enhancements
#83
opened Dec 9, 2021 by
ilya-kolchinsky
Pattern.get_all_events_types fails in case of an unary operator
bug
Something isn't working
essential
New feature or improvement which is a must for the first release
#82
opened Dec 9, 2021 by
ilya-kolchinsky
Patterns of the form 'SEQ(X, KL(X))' are not processed correctly
bug
Something isn't working
#81
opened Dec 9, 2021 by
ilya-kolchinsky
The current cost model does not support unary operators yet (in fact, any operator other than AND/SEQ)
bug
Something isn't working
essential
New feature or improvement which is a must for the first release
good first issue
Good for newcomers
#80
opened Dec 9, 2021 by
ilya-kolchinsky
Re-implement strict contiguity in an efficient way by representing each contiguous prefix as a primitive
enhancement
New feature or request
#79
opened Dec 9, 2021 by
ilya-kolchinsky
The most expensive operation, tree traversal following an event arrival, should not be recursive
enhancement
New feature or request
#78
opened Dec 9, 2021 by
ilya-kolchinsky
Sequence operator implementation should work with a priori defined lists and not with leaf indices
enhancement
New feature or request
#77
opened Dec 9, 2021 by
ilya-kolchinsky
Previous Next
ProTip!
Mix and match filters to narrow down what you’re looking for.