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: qswrt832-ui/datatracker
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: ietf-tools/datatracker
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 10 commits
  • 32 files changed
  • 3 contributors

Commits on May 21, 2026

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

Commits on Jun 1, 2026

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

Commits on Jun 2, 2026

  1. Configuration menu
    Copy the full SHA
    5b5f3a1 View commit details
    Browse the repository at this point in the history
  2. feat: update rfc json (ietf-tools#10951)

    * feat: update rfc json
    
    * fix: resilience around fetch of publication status
    
    * fix: guards against malformed RFC document objects
    
    * chore: fix log msg typos
    
    * test: mock more async calls
    rjsparks authored Jun 2, 2026
    Configuration menu
    Copy the full SHA
    ce4345f View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2026

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

Commits on Jun 4, 2026

  1. chore: use redis for django caches (ietf-tools#10975)

    * chore: drop memcache, add redis (WIP) (ietf-tools#10940)
    
    * chore(dev): use redis for dev sessions
    
    Adds a redis container with a persistent volume and uses this for sessions instead of the database. Results in the same general behavior as before - logins should be persistent until the docker compose stack is torn down.
    
    * chore(deps): install redis/hiredis python pkgs
    
    * chore: remove memcached (mostly)
    
    Still keeps some config references and a custom cache backend
    
    * chore: switch to django-redis for sentinel support
    
    * chore: production redis cache config
    
    Uses sentinel. Untested.
    
    * chore: telemetry: add redis, drop memcache
    
    * chore: remove now-unused cache.py
    
    * chore: adjust imports in gunicorn.conf.py
    
    * chore: adjust redis sentinel settings
    
    * feat: size limit on redis values
    
    * style: ruff ruff
    
    * chore(dev): SizeLimitingRedisClient for dev
    
    Does not make a functional difference in most cases, but
    might as well exercise the class.
    
    * test: use db-backed sessions for tests
    
    * chore: typing nit
    
    * ci: remove DEPLOY_STRATEGY
    
    "strategery"
    
    * ci: remove strategy from dt manifests altogether
    jennifer-richards authored Jun 4, 2026
    Configuration menu
    Copy the full SHA
    60c9f28 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0860d3d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a47c26d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c06ee41 View commit details
    Browse the repository at this point in the history
Loading