Skip to content
Snippets Groups Projects
  1. May 10, 2023
    • vlorentz's avatar
      config: Remove confusing magic in path handling · 2663c0a4
      vlorentz authored
      1. When passed a .yaml path (or any path with a non-whitelisted extension),
         don't read .yml instead when the .yaml exists.
         It's an extremely surprising behavior.
      
      2. If the .yaml file does not exist, it will still try alternative extensions
         in order not to break existing deployments which may rely on it, but it
         raises a warning now.
      
      3. When given a non-existing path, show an error log, but keep parsing
         it as an empty config, in order not to break existing deployments.
      v2.22.1
      2663c0a4
  2. May 02, 2023
  3. Apr 20, 2023
  4. Apr 18, 2023
  5. Apr 13, 2023
  6. Mar 27, 2023
  7. Mar 13, 2023
  8. Mar 08, 2023
  9. Feb 21, 2023
  10. Feb 20, 2023
  11. Feb 17, 2023
  12. Feb 02, 2023
  13. Jan 24, 2023
  14. Jan 23, 2023
  15. Dec 21, 2022
  16. Dec 09, 2022
  17. Oct 24, 2022
  18. Oct 18, 2022
  19. Oct 13, 2022
  20. Oct 12, 2022
  21. Oct 05, 2022
  22. Oct 03, 2022
  23. Sep 12, 2022
  24. Aug 23, 2022
    • vlorentz's avatar
      Fix mypy error · 843a010c
      vlorentz authored
      Without the return, 'psycopg2.connect(db_or_conninfo)' is actually reachable
      when calling next() twice on the generator
      843a010c
  25. Aug 19, 2022
  26. Aug 09, 2022
  27. Aug 05, 2022
  28. Aug 04, 2022
  29. Jul 05, 2022
  30. Jul 04, 2022
  31. Jun 16, 2022
Loading