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: kesara/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.
  • 3 commits
  • 19 files changed
  • 2 contributors

Commits on Apr 21, 2026

  1. chore: remove blobdb profiling logs (ietf-tools#10732)

    These are not useful any more, blobdb is fast
    jennifer-richards authored Apr 21, 2026
    Configuration menu
    Copy the full SHA
    4d69329 View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2026

  1. feat: sync blobs with replica via admin (ietf-tools#10756)

    * refactor: factor out queue_for_replication()
    
    * feat: BlobdbStorage.force_replication()
    
    * feat: force_replication() in storage_utils.py
    
    * feat: replicate_stored_objects_for_document
    
    * feat: admin action to replicate Document blobs
    
    * feat: admin action to replicate StoredObject blobs
    
    * feat: admin action to replicate Blobs
    
    * fix: use get_blobdb() helper
    
    * fix: drop references to R2 in the admin
    jennifer-richards authored Apr 27, 2026
    Configuration menu
    Copy the full SHA
    e8e4dd6 View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2026

  1. feat: add some per country/affiliation meeting registration statistics (

    ietf-tools#10550)
    
    * Draft for meeting registrations
    
    * Add totals, + nicer JS code
    
    * Coherent URL parameters
    
    * Handle error case when per-continent stats is requested
    
    * Remove redundant code
    
    * Dynamic get the current IETF meeting
    
    * Display %-age when hovering
    
    * Add test for meeting statistics
    
    * Add test
    
    * Add statistics per affiliation
    
    * More code coverage for test
    
    * Nicer canonical affiliation
    
    * Allow navigation by buttons
    
    * Also add participants count in the legend
    
    * Add timeline over meetings (total and per country)
    
    * Default index refers to current meeting stats by number
    
    * Remove unused JS code
    
    * Add test coverage for timeline statistics
    
    * No need to import test coverage
    
    * Use stacked lines of onsite/remote when displaying the total timeline
    
    * fix a comment
    
    * Add timeline for affiliation
    
    * Expanding the test coverage to affiliation timeline
    
    * Remove unused botocore (unsure how it was added though)
    
    * Remove unused package
    
    * Code clean-up, add pan & zoom on timelines
    
    * Fix button type
    
    * refactor: avoid inline JS; safer JSON handling
    
    * chore: lint
    
    * feat: cache timeline stats
    
    Pins the top_n parameter, which had not been plumbed
    to be dynamically adjustable.
    
    * chore: timeout->settings + drop stale setting
    
    STATS_NAMES_LIMIT does not appear anywhere else in the
    codebase
    
    * refactor: wait for DOMContentLoaded + restyle
    
    * fix: fix null checks
    
    * test: update test_meeting_stats()
    
    ---------
    
    Co-authored-by: Jennifer Richards <jennifer@staff.ietf.org>
    evyncke and jennifer-richards authored Apr 28, 2026
    Configuration menu
    Copy the full SHA
    e3e080f View commit details
    Browse the repository at this point in the history
Loading