Skip to content
Snippets Groups Projects
  1. Feb 28, 2024
  2. Feb 27, 2024
    • David Douard's avatar
      Small fix for /origin/save · 2356849a
      David Douard authored
      It seems it is possible for the _savable_visit_types() helper function
      to be called with an empty 'visit_types' (case found in docker tests).
      
      Prevent an IndexError.
      2356849a
  3. Feb 23, 2024
  4. Feb 21, 2024
  5. Feb 20, 2024
  6. Feb 16, 2024
  7. Feb 14, 2024
  8. Feb 13, 2024
  9. Feb 12, 2024
  10. Feb 09, 2024
  11. Feb 08, 2024
  12. Feb 07, 2024
  13. Feb 06, 2024
  14. Feb 05, 2024
  15. Feb 02, 2024
  16. Jan 29, 2024
  17. Jan 26, 2024
  18. Jan 25, 2024
  19. Jan 24, 2024
    • Antoine Lambert's avatar
      save_code_now: Rename "not yet scheduled" loading status to "pending" · 965814dc
      Antoine Lambert authored
      The statuses of save code now requests will be updated in a push way
      through use of webhooks soon in production and as a consequence the
      "scheduled" loading task status will no longer be reported as webhooks
      first reported status is "running".
      
      So rename the "not yet scheduled" status to "pending" to allow better
      transitions for loading task statuses.
      
      Previous status transitions were:  not created -> not yet scheduled
      -> scheduled -> running -> (succeeded|failed).
      
      New status transitions are: not created -> pending -> running
      -> (succeeded|failed).
      
      Related to swh/infra/sysadm-environment#5165.
      965814dc
Loading