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

[add_session_metadata processor] Enrich events with user and group names #39537

Merged
merged 8 commits into from
May 15, 2024

Commits on May 13, 2024

  1. Rename UpdateDB to SyncDB

    mjwolf committed May 13, 2024
    Configuration menu
    Copy the full SHA
    db54e65 View commit details
    Browse the repository at this point in the history
  2. [add_session_metadata processor] Populate events with user/group names

    Enrich process events with user and group names for the process, and related
    processes (parent, session leader, group leader, entry leader).
    
    A new cache for user and group names is added to the process DB, so that the
    names only need to be read once, and not on every process event that's received.
    mjwolf committed May 13, 2024
    Configuration menu
    Copy the full SHA
    47b6a04 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d9c71cd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    58a614b View commit details
    Browse the repository at this point in the history
  5. Update changelog

    mjwolf committed May 13, 2024
    Configuration menu
    Copy the full SHA
    43fe82a View commit details
    Browse the repository at this point in the history

Commits on May 15, 2024

  1. Configuration menu
    Copy the full SHA
    3231260 View commit details
    Browse the repository at this point in the history
  2. Remove caching from getUserName

    Profiling has shown that `user.LookupId(id)` is already very fast, and there's
    no need to add a cache for this data.
    mjwolf committed May 15, 2024
    Configuration menu
    Copy the full SHA
    2da9c7d View commit details
    Browse the repository at this point in the history
  3. remove unneeded methods

    mjwolf committed May 15, 2024
    Configuration menu
    Copy the full SHA
    0b5885c View commit details
    Browse the repository at this point in the history