Skip to content
Snippets Groups Projects
  1. Feb 09, 2023
  2. Jul 29, 2022
  3. Mar 09, 2022
  4. Feb 25, 2022
  5. Jan 22, 2022
    • Lars Kruse's avatar
      fix(database): use the request-based database sessions provided by flask-sqlalchemy · 10ce500d
      Lars Kruse authored
      Currently the database session is created during application startup and
      is used in all threads.  This is problematic, since the session is not
      thread-safe.
      Now we use the request-based database session provided by
      flask-sqlachemy instead.
      
      But this does not really solve the problem of using the same session in
      different threads, since the threads are started within a request.
      10ce500d
  6. Jan 14, 2022
  7. Nov 23, 2021
  8. Jan 27, 2021
  9. Dec 18, 2020
  10. Dec 08, 2020
  11. Nov 27, 2020
  12. Nov 18, 2020
  13. Oct 29, 2020
  14. Oct 28, 2020
  15. Oct 23, 2020
  16. Sep 23, 2020
  17. Sep 09, 2020
  18. Jun 28, 2020
  19. Jun 04, 2020
  20. Apr 27, 2020
  21. Apr 21, 2020
  22. Apr 20, 2020
  23. Mar 27, 2020
  24. Mar 18, 2020
  25. Mar 06, 2020
  26. Mar 02, 2020
  27. Feb 29, 2020
  28. Feb 27, 2020
Loading