Skip to content
Snippets Groups Projects
  1. Jun 28, 2019
  2. Jun 27, 2019
    • Archit Agrawal's avatar
      swh.lister.cran: Add description in task_dict · 5ea9d5ed
      Archit Agrawal authored
      Add description in task_dict method because
      the only metadata that can be found for a
      package at CRAN is  its decsription.  That can
      only br achived from the build in API in R,
      which ister is already using. Hence instead of
      getting metadata in loader, it is passed
      by lister.
      5ea9d5ed
  3. Jun 26, 2019
  4. Jun 25, 2019
  5. Jun 21, 2019
  6. Jun 20, 2019
  7. Jun 19, 2019
  8. Jun 18, 2019
  9. Jun 17, 2019
    • Antoine R. Dumont's avatar
      phabricator.lister: Use credentials setup from configuration file · 6d117059
      Antoine R. Dumont authored
      Prior to this commit, this expected the api.token to be provided at task
      initialization. That behavior has been kept for cli purposes. It's no good for
      production purposes though (as this leaks the credentials in the scheduler db).
      
      So now, the credentials is fetched from the lister's configuration file as the
      other listers do.
      
      Another change is the authentication mechanism which is slighly different. It's
      not using a basic `auth` mechanism. It's expecting an `api.token` query
      parameter so the `request_params` is overriden to provide that.
      
      Related T1809
      v0.0.26
      6d117059
  10. Jun 14, 2019
  11. Jun 13, 2019
  12. Jun 11, 2019
  13. Jun 08, 2019
  14. May 29, 2019
  15. May 22, 2019
Loading