Skip to content
Snippets Groups Projects
  1. Aug 04, 2022
  2. Jul 21, 2022
  3. Jul 20, 2022
  4. Jul 13, 2022
  5. Jul 12, 2022
  6. Jul 11, 2022
  7. Jul 07, 2022
  8. Jul 06, 2022
  9. Jun 30, 2022
  10. Jun 20, 2022
  11. Jun 16, 2022
  12. Jun 13, 2022
  13. Jun 09, 2022
    • Antoine Lambert's avatar
      browse: Add typing to view function signatures · b54d930b
      Antoine Lambert authored
      Because parameters of view functions for browse web application were
      not typed, mypy was not processing the body of those functions and
      thus typing errors could be missed.
      
      So add typing to these function signatures and fix new mypy errors now
      new code is processed.
      b54d930b
  14. Jun 08, 2022
    • Antoine Lambert's avatar
      api: Add typing to view function signatures · 72b6022e
      Antoine Lambert authored
      Because parameters of Web API view functions were not typed, mypy was
      not processing the body of those functions and thus typing errors could
      be missed.
      
      So add typing to these function signatures and fix new mypy errors now
      new code is processed.
      72b6022e
  15. Jun 07, 2022
Loading