Skip to content

v2022.10.31

Compare
Choose a tag to compare
@github-actions github-actions released this 31 Oct 11:19
· 253 commits to master since this release

Commits

  • f8e1cdf: Fix for predefined queries, now targets Machines not Computer(accounts) (Lars Karlslund)
  • d4829e0: Relax case sensitive strictness on synthetic attributes (Lars Karlslund)
  • 56b8313: Added teaser graph to readme (Lars Karlslund)
  • 49c5e82: Extra linefeed needed in readme (Lars Karlslund)
  • ee3486f: Minor fixes (Lars Karlslund)
  • 4b4310e: Improved probability calculation for RDP when INTERACTIVE gives admin rights, other fixes (Lars Karlslund)
  • 7a72f74: Changed behaviour when doing fast merges, the DataSource attribute is merged, but the rest is assumed to be equal in both objects (Lars Karlslund)
  • f3769f2: Added MemberOfIndirect which collapses intermediate group memberships (Lars Karlslund)
  • 31de33a: Added GetDomainInfo function (Lars Karlslund)
  • fbc20c5: Renamed function and added dark orange lines to MemberOfGroupIndirect edge (Lars Karlslund)
  • 556e032: Fixed extensions for binaries built with the script (Lars Karlslund)
  • 0fe3ebb: Finally EdgeIteratorRecursive found out what its real name was (Lars Karlslund)
  • ffc9f9d: Many, many internal changes (Lars Karlslund)
  • 74f68ed: Readme changes and added contributing information (Lars Karlslund)
  • 3ff7840: Added progressbars and engine status to UI, moved som processing tasks to the background (Lars Karlslund)
  • 101bed5: Upgraded a lot of Go modules (Lars Karlslund)
  • 47153d3: Revert upgraded module (Lars Karlslund)
  • d09546c: Blur background of UI when Adalanche backend is not responding (Lars Karlslund)
  • 615be3a: Progressbars should just move forward (Lars Karlslund)
  • 9c98073: Sanity checks for parent/child relationship bug I'm hunting (Lars Karlslund)
  • 1770d29: Got rid of slice range and moved to iterator pattern for Objects, improved indexes by adding multiindex (Lars Karlslund)
  • 84f97f8: Fixed the "loaded / skipped" count while loading files (Lars Karlslund)
  • 5cf7333: More refactoring and better performance at the cost of some more RAM (Lars Karlslund)
  • 9374774: Improved DAGRE layout, but it's not there yet (Lars Karlslund)
  • c475bc9: Upgraded artifact storage module in Github actions (Lars Karlslund)
  • a7cb3ba: Better naming for some variables, switched to my own concurrent backend for storing edges rather than gsync.MapOf (it's a sorted slice using binary lookup) (Lars Karlslund)
  • d811517: BCE on Edge (Lars Karlslund)
  • d783617: Simplify to allow inlining (Lars Karlslund)
  • 479484d: Various optimizations for EdgeConnectionsPlus (Lars Karlslund)
  • ca59141: Prepare to do forced sorting, maybe after everything is analyzed (Lars Karlslund)
  • 89a1210: RDP edge evaluator is broken, commenting it out (Lars Karlslund)
  • 64731ac: Less strict function to Add object to Objects collection (Lars Karlslund)
  • 31cf73e: Missing Go.mod things and also added zerotime log output (shows elapsed time from start rather than current time) (Lars Karlslund)
  • 45588b9: Moved absorber lock to critical section only (Lars Karlslund)
  • 42a40d9: Way better performance when maintaining EdgeConnectionsPlus backing (does dirtty sort + merge rather than global sort) (Lars Karlslund)
  • 64e06f9: Bug in Absorb because Object detected it was no longer valid (Lars Karlslund)
  • 512115c: Fix for zerologtime outputting wrong minutes (Lars Karlslund)