Skip to content
Snippets Groups Projects
  1. Mar 04, 2025
  2. Mar 03, 2025
  3. Feb 26, 2025
    • Antoine Lambert's avatar
      utils/archive: Fix origin_visit_find_by_date search behavior · 2001285a
      Antoine Lambert authored
      When the greater_or_equal parameter is set to True and there is
      no visit date greater or equal to the one passed as parameter,
      this function should return None.
      
      This fixes generated browse links in the Save Code Now Web UI
      when the same origin was submitted multiple times for archival.
      2001285a
  4. Feb 20, 2025
  5. Feb 19, 2025
  6. Feb 18, 2025
  7. Feb 17, 2025
  8. Feb 13, 2025
  9. Feb 12, 2025
  10. Feb 11, 2025
  11. Feb 05, 2025
  12. Jan 27, 2025
  13. Jan 22, 2025
  14. Jan 20, 2025
  15. Jan 17, 2025
  16. Jan 16, 2025
  17. Jan 15, 2025
  18. Jan 14, 2025
    • Antoine Lambert's avatar
      tox: Bump and pin mypy to 1.13.0 · 2d49d142
      Antoine Lambert authored and Antoine Lambert's avatar Antoine Lambert committed
      django-stubs package requires mypy >= 1.12 and its latest release
      pins mypy to >= 1.14.0 which fails to validate some valid typings
      related to the standard Python module email.
      
      So bump and pin mypy to 1.13.0 to avoid typing errors in Jenkins CI.
      2d49d142
Loading