Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: elastic/ml-cpp
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: elastic/ml-cpp
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 9.3
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 15 commits
  • 4 files changed
  • 4 contributors

Commits on Feb 3, 2026

  1. Configuration menu
    Copy the full SHA
    0ee22b8 View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2026

  1. [ML] Bump version to 9.3.2

    valeriy42 authored Feb 26, 2026
    Configuration menu
    Copy the full SHA
    74b4615 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2026

  1. test: verify backport label copying and pending tracking (#2941) (#2943)

    Trivial whitespace change to test the backport workflow improvements
    from PR #2940 (copySourcePRLabels, sourcePRLabels, and automatic
    backport-pending removal). This commit will be reverted after testing.
    
    Made-with: Cursor
    (cherry picked from commit 0df84a6)
    
    Co-authored-by: Ed Savage <[email protected]>
    github-actions[bot] and edsavage authored Mar 8, 2026
    Configuration menu
    Copy the full SHA
    f04e8f1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9650a92 View commit details
    Browse the repository at this point in the history
  3. test: verify auto-backport with unique change (#2952) (#2954)

    Made-with: Cursor
    (cherry picked from commit f159e4a)
    
    Co-authored-by: Ed Savage <[email protected]>
    github-actions[bot] and edsavage authored Mar 8, 2026
    Configuration menu
    Copy the full SHA
    3e0b6b6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d933b20 View commit details
    Browse the repository at this point in the history
  5. test: full e2e backport workflow and remove non-functional auto-appro…

    …ve (#2957) (#2959)
    
    Made-with: Cursor
    (cherry picked from commit d2d4f4b)
    
    Co-authored-by: Ed Savage <[email protected]>
    github-actions[bot] and edsavage authored Mar 8, 2026
    Configuration menu
    Copy the full SHA
    725c552 View commit details
    Browse the repository at this point in the history
  6. test: manual merge backport for remove-backport-pending (#2960) (#2962)

    Made-with: Cursor
    (cherry picked from commit 510ea41)
    
    Co-authored-by: Ed Savage <[email protected]>
    github-actions[bot] and edsavage authored Mar 8, 2026
    Configuration menu
    Copy the full SHA
    57c70c2 View commit details
    Browse the repository at this point in the history
  7. Fix race condition in remove-backport-pending (#2967)

    Made-with: Cursor
    edsavage authored Mar 8, 2026
    Configuration menu
    Copy the full SHA
    ca6a0ce View commit details
    Browse the repository at this point in the history
  8. test: final e2e backport with race condition fix (#2968) (#2970)

    Made-with: Cursor
    (cherry picked from commit d33f28e)
    
    Co-authored-by: Ed Savage <[email protected]>
    github-actions[bot] and edsavage authored Mar 8, 2026
    Configuration menu
    Copy the full SHA
    f2d9eec View commit details
    Browse the repository at this point in the history
  9. Clean up test markers from CHANGELOG (#2973)

    Made-with: Cursor
    edsavage authored Mar 8, 2026
    Configuration menu
    Copy the full SHA
    d476b7f View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2026

  1. [9.3] [ML] Fix CProcessStats RSS units and initialization (#2917) (#2938

    )
    
    * [ML] Fix CProcessStats RSS units and initialization (#2917)
    
    Fixes two bugs in residentSetSize() on Linux:
    
    Initialize rss to 0 (prevents UB if /proc/self/statm unreadable)
    Convert from pages to bytes using sysconf(_SC_PAGE_SIZE) (was ~4096x too small)
    
    (cherry picked from commit 46f3b00)
    valeriy42 authored Mar 11, 2026
    Configuration menu
    Copy the full SHA
    d1d439a View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2026

  1. [ML] Harden pytorch_inference with TorchScript model graph validation (

    …#2936) (#2986)
    
    Add a static TorchScript graph validation layer that rejects models
    containing operations not observed in supported transformer architectures.
    This reduces the attack surface by ensuring only known-safe operation
    sets are permitted, complementing the existing Sandbox2/seccomp defenses.
    
    Backports #2936
    edsavage authored Mar 13, 2026
    Configuration menu
    Copy the full SHA
    e0742bc View commit details
    Browse the repository at this point in the history
  2. Revert "[ML] Harden pytorch_inference with TorchScript model graph va…

    …lidation…" (#2996)
    
    This reverts commit e0742bc.
    valeriy42 authored Mar 13, 2026
    Configuration menu
    Copy the full SHA
    7edc0b2 View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2026

  1. Configuration menu
    Copy the full SHA
    3c36b00 View commit details
    Browse the repository at this point in the history
Loading