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: TheDeveloperDen/DevBin
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: release
Choose a base ref
...
head repository: TheDeveloperDen/DevBin
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 5 commits
  • 14 files changed
  • 4 contributors

Commits on Jan 11, 2026

  1. feat: add healthcheck log filter to suppress access logs for health a…

    …nd readiness endpoints
    
    - Introduce `HealthcheckLogFilter` to omit unnecessary healthcheck logs.
    - Apply filter to `uvicorn.access` logger during logging configuration.
    Pdzly committed Jan 11, 2026
    Configuration menu
    Copy the full SHA
    6f9c2e8 View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2026

  1. refactor: adjust logging levels and improve uvicorn logger configuration

    - Changed logging statements in `active_pastes_counter.py` from `info` to `debug` for better verbosity control.
    - Explicitly set root logger level during configuration to enforce uniform logging levels.
    - Unified uvicorn logger formatting and applied consistent configuration for text and JSON formats.
    - Integrated healthcheck log filter into uvicorn access logger setup.
    Pdzly committed Jan 12, 2026
    Configuration menu
    Copy the full SHA
    fa2feee View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2026

  1. fix devbin logo font

    bristermitten authored Jan 13, 2026
    Configuration menu
    Copy the full SHA
    32d5b89 View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2026

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

Commits on Apr 4, 2026

  1. Merge pull request #60 from TheDeveloperDen/feature/syntax-hightlight…

    …ing-and-open-lang-supp
    
    feat: add syntax highlighting to fe and arbitrary lang support to be
    Pdzly authored Apr 4, 2026
    Configuration menu
    Copy the full SHA
    2c61dae View commit details
    Browse the repository at this point in the history
Loading