FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Comparing v2.2.0...develop · cocoar-dev/Cocoar.FileSystem · GitHub

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: cocoar-dev/Cocoar.FileSystem
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.2.0
Choose a base ref
Could not load branches
Nothing to show
{{ refName }}
...
head repository: cocoar-dev/Cocoar.FileSystem
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: develop
Choose a head ref
Could not load branches
Nothing to show
{{ refName }}
  • 5 commits
  • 39 files changed
  • 2 contributors

Commits on Mar 20, 2026

  1. Add website documentation and examples for ResilientFileSystemMonitor

    - Create package.json for VitePress setup
    - Add dark and light logo SVGs
    - Document API overview, including ResilientFileSystemMonitor and related classes
    - Provide examples for configuration hot-reload service, certificate watcher, Docker volume monitoring, and more
    - Outline configuration options for ResilientFileSystemMonitor
    windischb committed Mar 20, 2026
    Configuration menu
    Copy the full SHA
    00debe2 View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2026

  1. feat: add opt-in symlink target tracking to ResilientFileSystemMonitor

    Adds WithSymlinkTargetTracking() (default off) so the monitor detects when a watched symlink's resolved target swaps - enabling hot-reload of Kubernetes ConfigMap/Secret volume mounts, which update via an atomic ..data symlink swap rather than by rewriting the watched file.
    
    Detection folds the canonicalized final target into the change fingerprint on both the audit and polling-fallback paths and surfaces a Changed event on the user-visible path. Resolves the target's parent directory in addition to the link chain so it works on Linux/containers (where File.ResolveLinkTarget does not canonicalize intermediate directory symlinks) as well as Windows. Verified on Windows and a real Linux container (143/0 on both).
    
    Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
    windischb and claude committed Jun 2, 2026
    Configuration menu
    Copy the full SHA
    3a28670 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1314aba View commit details
    Browse the repository at this point in the history
  3. docs: add v2.3.0 (symlink target tracking) to VitePress changelog

    Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
    windischb and claude committed Jun 2, 2026
    Configuration menu
    Copy the full SHA
    806eb05 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4db6505 View commit details
    Browse the repository at this point in the history
Loading

Back | FazBrowse Home | New Git URL