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: code-tool/docker-fpm-wrapper
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.0.0
Choose a base ref
...
head repository: code-tool/docker-fpm-wrapper
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.0.1
Choose a head ref
  • 13 commits
  • 13 files changed
  • 4 contributors

Commits on May 20, 2024

  1. Handle potential deadlocks during fpm logs read

    anahan committed May 20, 2024
    Configuration menu
    Copy the full SHA
    c5c1bf6 View commit details
    Browse the repository at this point in the history
  2. Update dependencies

    anahan committed May 20, 2024
    Configuration menu
    Copy the full SHA
    c53754a View commit details
    Browse the repository at this point in the history
  3. Add logger to fpm process mngr

    anahan committed May 20, 2024
    Configuration menu
    Copy the full SHA
    11020b7 View commit details
    Browse the repository at this point in the history
  4. Update dependencies

    anahan committed May 20, 2024
    Configuration menu
    Copy the full SHA
    802c468 View commit details
    Browse the repository at this point in the history
  5. Rename applog.DataListener to SockDataListener

    anahan committed May 20, 2024
    Configuration menu
    Copy the full SHA
    62a3fe4 View commit details
    Browse the repository at this point in the history
  6. Add pipe proxy for logs

    anahan committed May 20, 2024
    Configuration menu
    Copy the full SHA
    830157c View commit details
    Browse the repository at this point in the history
  7. Make linter happy

    anahan committed May 20, 2024
    Configuration menu
    Copy the full SHA
    6c9ba81 View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2025

  1. go.mod

    asp24 committed Jan 6, 2025
    Configuration menu
    Copy the full SHA
    1e9dc5e View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2025

  1. add psr-3 compatibility

    some time the "log-level" flag value can be string, other time - int
    
    now it is possible to parse both variants
    
    @see https://www.php-fig.org/psr/psr-3/#5-psrlogloglevel
    dozer committed Jan 10, 2025
    Configuration menu
    Copy the full SHA
    2eef66c View commit details
    Browse the repository at this point in the history
  2. upd go.mod tidy

    dozer committed Jan 10, 2025
    Configuration menu
    Copy the full SHA
    704a367 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #4 from dozer111/add-psr3-compatibility

    Log level now can be string or number
    asp24 authored Jan 10, 2025
    Configuration menu
    Copy the full SHA
    4f4b9fd View commit details
    Browse the repository at this point in the history
  4. 📝 introduce CHANGELOG

    dozer committed Jan 10, 2025
    Configuration menu
    Copy the full SHA
    bf6fdf4 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #5 from dozer111/add-changelog

    introduce CHANGELOG
    asp24 authored Jan 10, 2025
    Configuration menu
    Copy the full SHA
    ff9d098 View commit details
    Browse the repository at this point in the history
Loading