Skip to content
Snippets Groups Projects
  1. May 30, 2022
  2. May 20, 2022
  3. May 02, 2022
  4. Apr 26, 2022
  5. Apr 21, 2022
  6. Apr 14, 2022
    • Antoine Lambert's avatar
      backends: Report only relevant exceptions to sentry · 7fddad7e
      Antoine Lambert authored
      When catching KeycloakError exceptions, other exception types
      will be then raised like ValueError or AuthenticationFailed.
      
      Those will be processed by django applications using these auth
      middlewares so there is no need to duplicate error reports in
      sentry here.
      7fddad7e
  7. Apr 08, 2022
  8. Apr 06, 2022
  9. Apr 05, 2022
  10. Mar 22, 2022
  11. Feb 10, 2022
  12. Feb 07, 2022
  13. Dec 16, 2021
  14. Dec 01, 2021
  15. Aug 23, 2021
  16. Jul 01, 2021
  17. Jun 09, 2021
  18. Apr 29, 2021
  19. Apr 27, 2021
    • Antoine Lambert's avatar
      tox: Add sphinx environments to check sane doc build · dc9ea01d
      Antoine Lambert authored
      Enable to check package documentation can be built without producing
      sphinx warnings.
      
      The sphinx environment is designed to be used in continuous integration
      in order to prevent breaking documentation build when committing changes.
      
      The sphinx-dev environment is designed to be used inside a full swh
      development environment.
      
      Related to T3258
      v0.5.4
      dc9ea01d
    • Antoine Lambert's avatar
      pytest_plugin: Fix a sphinx warning · a81214a8
      Antoine Lambert authored
      Sphinx complains about an unexpected indentation if a constructor
      docstring is missing.
      a81214a8
  20. Apr 22, 2021
  21. Apr 13, 2021
  22. Apr 09, 2021
  23. Apr 08, 2021
  24. Apr 07, 2021
  25. Apr 06, 2021
  26. Mar 30, 2021
Loading