Skip to content
Snippets Groups Projects
  1. Dec 08, 2022
  2. Dec 05, 2022
  3. Jul 06, 2022
  4. Oct 22, 2021
  5. Apr 06, 2021
  6. Mar 26, 2021
  7. Mar 23, 2021
  8. Mar 19, 2021
  9. Nov 25, 2020
  10. Nov 23, 2020
  11. Nov 13, 2020
  12. Nov 09, 2020
  13. Nov 06, 2020
  14. Nov 05, 2020
  15. Oct 30, 2020
  16. Oct 27, 2020
  17. Oct 22, 2020
  18. 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
  19. 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
  20. Oct 02, 2020
Loading