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: smocker-dev/smocker
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: smocker-dev/smocker
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: fixes
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 3 commits
  • 25 files changed
  • 1 contributor

Commits on Dec 12, 2025

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

Commits on Dec 13, 2025

  1. feat: add detailed logging for session persistence

    - Add debug/info logs during session loading to track persistence state
    - Log when persistence directory is not set
    - Log errors when unable to open/read/unmarshal sessions file
    - Log number of sessions being loaded and successfully loaded
    - Log mock service initialization with session count
    - Helps diagnose persistence issues reported in #318
    gwleclerc committed Dec 13, 2025
    Configuration menu
    Copy the full SHA
    02a5b5d View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2025

  1. fix: lint + tests

    Signed-off-by: Gwendal Leclerc <gwendal.leclerc@ovhcloud.com>
    gwleclerc committed Dec 19, 2025
    Configuration menu
    Copy the full SHA
    2a06f5d View commit details
    Browse the repository at this point in the history
Loading