Skip to content
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

Refactor/analyze mode no proctree #4120

Draft
wants to merge 12 commits into
base: main
Choose a base branch
from

Commits on May 31, 2024

  1. feat(events): create init_tracee_data event

    Create an event that export Tracee's data upon startup.
    AlonZivony committed May 31, 2024
    Configuration menu
    Copy the full SHA
    e2cfeef View commit details
    Browse the repository at this point in the history
  2. Fix(events): don't remove fork excess args

    Stop removing arguments from the `sched_process_fork` event.
    This is removing an edge case making it easier to use the event.
    It also makes it easier to reproducing the process tree.
    AlonZivony committed May 31, 2024
    Configuration menu
    Copy the full SHA
    09f4685 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2d836d6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ccc31d9 View commit details
    Browse the repository at this point in the history
  5. Fix compilation errrors

    AlonZivony committed May 31, 2024
    Configuration menu
    Copy the full SHA
    5e8707c View commit details
    Browse the repository at this point in the history
  6. Fix channels close issues

    AlonZivony committed May 31, 2024
    Configuration menu
    Copy the full SHA
    d3be3ff View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4a04c80 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    e5b88cd View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    612f9b0 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    594465e View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2024

  1. wip on the e2e tests

    AlonZivony committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    68915f5 View commit details
    Browse the repository at this point in the history
  2. Copy file for test

    AlonZivony committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    9bbcc60 View commit details
    Browse the repository at this point in the history