Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
octeres
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Package Registry
Operate
Terraform modules
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
AIG-public
octeres
Graph
fc0f61136cdfd8ec2263e0432c08d0753b589dc5
Select Git revision
Branches
2
develop
main
default
protected
Tags
1
v0.0.1
3 results
You can move around the graph by using the arrow keys.
Begin with the selected commit
Created with Raphaël 2.2.0
12
Mar
11
10
5
4
3
27
Feb
26
25
21
20
18
13
12
7
6
28
Jan
9
10
Dec
27
Nov
22
7
6
4
18
Sep
17
11
5
4
30
Aug
19
16
9
31
Jul
25
19
12
10
12
Jun
10
10
Aug
adding proto to the dns queries
develop
develop
adding a new function to dump the leaves of a graph. for octnet, added reading of gzip, setting socket timeouts and adding beep
adding second function call test in.
colorizing the exceptions.
Created new scripts octnet.py for testing DNS and other networking components. Created octpar.py to parallel execute a program with a barrier on process start and release. Updated superprint/format to use f strings and added file and flush kwargs.
fixing register_matcher.
added new line_matcher and matching udf in Python and Scala for categorizing lines within a dataframe.
fixed formatting and function naming in bitmask_serial.py. updated test_encode_decode_bitmask_to_hex().
added functions to convert hex strings to bitmask intervals and bitmask interval to hex strings
Merge remote-tracking branch 'refs/remotes/origin/develop' into develop
updated .gitignore. set sbt version to 1.9.9 to allow building with scala 2.13.8
added new udf to Python and Scala called udf_timedelta_str_to_seconds with tests.
removed hanging print and added 2 tests.
added intersection_any_v1 and intersection_any_v2 using the generator along with tests.
fixed the intersection_any function. intersection_any_v1 was broken due to IntervalIterator
isolating the bitmask functions from spark by moving under Octeres.Bitmask
working Scala/Spark/Python UDF!
changed List[List[Int]] to ArraySeq[ArraySeq[Long]] for all bitmask operations in Scala, all tests in Spark work for intersection_any and logical_or in Python/Spark using the Jar and in Scala/Spark using the Jar.
added a sleep timer for visualize on event generation. Added intersection_any in DataUDF.scala.
updating the scala tests, failing but progress.
ran black on bitmask module. changed the box dtype to int16 and isolated the underflow and overflow tests.
adding new decoding of hexmasks to litebitmask.
cleaning up tcut and moving the binary time search into file_utils.py
sped up EnhancedBitmask add by some unknown amount. sped up most of EnhancedBitmask by removing precalculated debug strings. added a new version of intersection_any for LiteBitmask. added a new version of get_interval_bits_generator. sped up mask_timeline_to_mag_timeline by using bit_count instead of sum
Switched from deque to a set to greatly increase preformance in abstract ltm. Added a new Bitmask remapper that's much faster for a sequential mask. Started work on a parallel timeline. Fixed invalid assertions in bitmask lite tests. Started rework on the gauntlet test.
adding option for including the tail end of a time iterator.
adding seed to data generation and correcting a function name in random.
adding tests for data.py
adding tests and a few new functions.
added code to take a bitmask and remap it to another bitmask of a different size.
adding alpha to generate_colors along with tests.
running black on bitmask_lite.py and test_bitmask_lite.py
Updated some of the older bitmask functions to allow different option types. Updated more code to work with Spark bitmask rows. Fixed an issue with join_bitmask where it was not getting the last interval, added test and updated another. Added code to convert a EnhancedBitmaskLike to hex.
adding join_bitmasks
Removing some left over bit_intervals. Fixing types to more generic types for use in spark.
removing BitIntervals.
running black on bitmask_lite.py
checkpoint switching to LiteBitmaskSlots from BitIntervals.
checkpoint with new pyspark bitmask lite functions and a spark udf for bitmasks.
added more time formats.
Loading