Skip to content
Snippets Groups Projects
  1. Nov 25, 2020
  2. Nov 23, 2020
  3. Nov 13, 2020
  4. Nov 09, 2020
  5. Nov 06, 2020
  6. Nov 05, 2020
  7. Oct 30, 2020
  8. Oct 27, 2020
  9. Oct 22, 2020
  10. Oct 21, 2020
    • Benjamin Bertrand's avatar
      Update rq and rq-dashboard · 5c572f0b
      Benjamin Bertrand authored
      - REDIS_URL is deprecated by rq-dashboard. Set RQ_DASHBOARD_REDIS_URL.
      - Change REDIS_URL to RQ_REDIS_URL.
      - Add favicon.ico under static directory as it's required by
        rq-dashboard...
      
      JIRA INFRA-2649
      5c572f0b
    • Benjamin Bertrand's avatar
      Update Python and requirements · e30e059b
      Benjamin Bertrand authored
      - Updating rq to 1.0 requires some work due to incompatible changes (move_to_failed_queue() has been removed)
      - Updating sqlalchemy to 1.3 made some tests fail.
      
      JIRA INFRA-2649 #action In Progress
      e30e059b
  11. Oct 06, 2020
    • Benjamin Bertrand's avatar
      Version 2020.10.06 · efb8d84c
      Benjamin Bertrand authored
      2020.10.06
      efb8d84c
    • Benjamin Bertrand's avatar
      Set network_scope group as parent of network groups · 983ae199
      Benjamin Bertrand authored
      All groups linked to a network are automatically added to the group
      linked to their network scope if it is defined.
      
      Note that it's not allowed to defined manual parent - child relationship
      between network groups or network scope groups (only the one based on
      scope/network is added automatically).
      
      WARNING! Do not use children.append() as it bypasses the setter. It will
      append the element to the object returned by the getter (as it's not the
      self._children list, it won't work anyway).
      
      JIRA INFRA-2639 #action In Progress
      983ae199
  12. Oct 02, 2020
  13. Jul 08, 2020
  14. Jun 12, 2020
  15. Jun 08, 2020
  16. Jun 03, 2020
  17. Apr 16, 2020
  18. Apr 15, 2020
  19. Mar 17, 2020
Loading