Skip to content
Snippets Groups Projects
  1. Jul 15, 2022
  2. Jul 12, 2022
  3. May 30, 2022
  4. May 20, 2022
  5. May 02, 2022
  6. Apr 26, 2022
  7. Apr 21, 2022
  8. 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
  9. Apr 08, 2022
  10. Apr 06, 2022
  11. Apr 05, 2022
  12. Mar 22, 2022
  13. Feb 10, 2022
  14. Feb 07, 2022
  15. Dec 16, 2021
  16. Dec 01, 2021
  17. Aug 23, 2021
  18. Jul 01, 2021
  19. Jun 09, 2021
  20. Apr 29, 2021
  21. 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
  22. Apr 22, 2021
  23. Apr 13, 2021
  24. Apr 09, 2021
  25. Apr 08, 2021
  26. Apr 07, 2021
    • Antoine Lambert's avatar
      django/backends: Improve expired token handling · 309118c1
      Antoine Lambert authored
      The first time a user sends an expired token previously used to
      perform authenticated Web API calls, Keycloak will return the
      following error message: "Offline session not active".
      
      So handle that error message too for indicating a token has expired.
      
      Related to T3121
      v0.5.2
      309118c1
Loading