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: OpenForgeProject/vscode-ext-magento-log-viewer
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.14.0
Choose a base ref
...
head repository: OpenForgeProject/vscode-ext-magento-log-viewer
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1.16.0
Choose a head ref
  • 4 commits
  • 6 files changed
  • 1 contributor

Commits on Oct 1, 2025

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

Commits on Oct 20, 2025

  1. perf: dynamische Cache‑Konfiguration, Cache‑Statistiken & Management‑…

    …Befehle 📈
    
    - Automatische Ermittlung von max. Cache‑Größe und max. Dateigröße basierend auf verfügbarem Heap
    - Neue Einstellungen: cacheMaxFiles, cacheMaxFileSize, enableCacheStatistics und Befehl "Show Cache Statistics"
    - Cache-Invalidierung, Optimierung bei hohem Speicherdruck und zugehörige Changelog/package.json-Updates
    dermatz committed Oct 20, 2025
    Configuration menu
    Copy the full SHA
    797f061 View commit details
    Browse the repository at this point in the history
  2. perf: auf asynchrone fs‑Operationen umgestellt; Streaming & Batch‑Les…

    …en für große Dateien ⚡️
    
    Kurz:
    - fs.promises verwendet und synchrone Dateioperationen ersetzt
    - neue async‑Hilfen: pathExistsAsync, getCachedFileContentAsync, readLargeFileAsync, getLogItemsAsync, handleOpenFileWithoutPathAsync
    - Batch‑Verarbeitung beim Verzeichnislesen und streambasiertes Lesen für >50MB Dateien
    - registerCommands und LogViewer auf async‑Flow angepasst; doppelte pathExists‑Implementierung bereinigt
    dermatz committed Oct 20, 2025
    Configuration menu
    Copy the full SHA
    fab3cf3 View commit details
    Browse the repository at this point in the history
  3. chore(release): Version auf 1.16.0 erhöhen & Changelog aktualisieren …

    …(2025-10-20) 🚀
    
    - test: Füge Async-File-Operations- und Cache-Configuration-Tests hinzu 🧪
    - fix: Korrigiere readLargeFileAsync — sammle Chunks als strings und join statt Buffer.concat 🔧
    - chore: Aktualisiere package.json Version und setze Release-Datum im CHANGELOG 📝
    dermatz committed Oct 20, 2025
    Configuration menu
    Copy the full SHA
    c06e659 View commit details
    Browse the repository at this point in the history
Loading