Skip to content
Snippets Groups Projects
  1. Oct 28, 2019
  2. Oct 18, 2019
  3. Oct 15, 2019
  4. Oct 14, 2019
  5. Oct 12, 2019
  6. Oct 11, 2019
  7. Oct 10, 2019
  8. Oct 09, 2019
  9. Oct 04, 2019
  10. Oct 02, 2019
  11. Sep 20, 2019
  12. Sep 19, 2019
  13. Sep 17, 2019
  14. Sep 16, 2019
    • Antoine Lambert's avatar
      phabricator/lister: Prevent erroneous scheduler tasks disabling · 4c8d7baf
      Antoine Lambert authored
      Previously, the Phabricator lister was disabling some loading tasks while it was not
      supposed to. More precisely, due to an invalid index provided to a database query,
      the latest created scheduler task was disabled each time a new page of results was
      provided to the lister by the Phabricator API. Moreover, database queries were not
      filtered according to the Phabricator instance resulting in possible disabling of
      scheduler tasks from other instances.
      
      Closes T2000
      4c8d7baf
    • Antoine Lambert's avatar
      phabricator/lister: Fix get_next_target_from_response return type · e83902c2
      Antoine Lambert authored
      Without that fix, errors are raised when one wants to list Phabricator repositories
      in a specific index range. The issue is due to a comparison between a string and
      an integer. So convert next extracted repository index to integer to match the
      corresponding model type.
      
      Closes T1997
      e83902c2
    • Antoine Lambert's avatar
      phabricator/lister: Do not override max_index when bootstrapping · 1ebe762e
      Antoine Lambert authored
      Turns out all newly listed repositories were filtered out because of that.
      Consequently, no entries in the listers database and no scheduler loading
      tasks were created when listing a Phabricator instance.
      
      Closes T1999
      1ebe762e
  15. Sep 12, 2019
  16. Sep 09, 2019
  17. Sep 06, 2019
Loading