Skip to content
Snippets Groups Projects
  1. Nov 07, 2024
  2. Nov 06, 2024
  3. Oct 21, 2024
  4. Oct 10, 2024
  5. Sep 25, 2024
  6. Aug 30, 2024
  7. Aug 27, 2024
  8. Aug 09, 2024
  9. May 22, 2024
  10. May 15, 2024
  11. Apr 29, 2024
  12. Apr 17, 2024
    • vlorentz's avatar
      Save DepositRequest record before scheduling loading · 2d68abb1
      vlorentz authored
      _complete_deposit() schedules a loading task; but it was called before the
      DepositRequest object was saved to the database.
      
      This means that if the loading tasks executes very fast, or the DepositRequest
      takes a while to save, then the loader won't see the current DepositRequest when
      it queries the deposit's current state.
      
      This is especially likely to happen with large code uploads, as saving them to
      disk happens before the DepositRequest row is written to the database.
  13. Mar 28, 2024
  14. Feb 05, 2024
  15. Feb 02, 2024
  16. Jan 24, 2024
  17. Jan 19, 2024
  18. Jan 10, 2024
  19. Dec 05, 2023
  20. Dec 04, 2023
  21. Dec 01, 2023
  22. Nov 29, 2023
  23. Nov 27, 2023
  24. Nov 24, 2023
  25. Nov 22, 2023
  26. Nov 20, 2023
  27. Nov 17, 2023
Loading