Skip to content
Snippets Groups Projects
  1. Jan 08, 2019
    • David Douard's avatar
      Add tests for github tasks · b7139619
      David Douard authored
      in order to be able to run unit tests using celery pytest fixtures, we
      use a dedicated swh_app fixture that ensure the "main" celery app
      is the test app (otherwise subtasks won't work).
      b7139619
    • David Douard's avatar
      Small refactoring in indexing_lister · dd104759
      David Douard authored
      - use a generator instead of a while loop
      - declare a local logger and use it instead of the root logger.
      dd104759
    • David Douard's avatar
      Add a 'ping' task for every lister. · 0583b0e6
      David Douard authored
      0583b0e6
    • David Douard's avatar
      Heavy refactor of the task system · 2d1f0643
      David Douard authored
      Get rid of the class based task definition in favor of decorator-based
      task declarations.
      
      Doing so, we can get rid of core/tasks.py
      
      Task names are explicitely set to keep compatibility with task
      definitions in schedulers' database.
      
      This also add debug statements at the beginning and end of each lister
      task.
      2d1f0643
  2. Dec 20, 2018
  3. Dec 12, 2018
  4. Dec 03, 2018
  5. Nov 26, 2018
  6. Nov 23, 2018
  7. Nov 09, 2018
  8. Oct 30, 2018
  9. Oct 29, 2018
  10. Oct 25, 2018
  11. Oct 23, 2018
  12. Oct 15, 2018
  13. Oct 08, 2018
  14. Oct 05, 2018
  15. Oct 01, 2018
  16. Sep 19, 2018
  17. Sep 17, 2018
  18. Sep 14, 2018
  19. Sep 06, 2018
  20. Aug 01, 2018
Loading