Skip to content
Snippets Groups Projects
  1. Nov 25, 2020
  2. Nov 06, 2020
  3. Nov 05, 2020
  4. Oct 30, 2020
  5. Oct 27, 2020
  6. Oct 22, 2020
  7. 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
  8. Oct 06, 2020
    • 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
  9. Oct 02, 2020
  10. Jul 08, 2020
  11. Jun 08, 2020
  12. Jun 03, 2020
  13. Apr 16, 2020
  14. Apr 15, 2020
  15. Mar 17, 2020
    • Benjamin Bertrand's avatar
      Fix get_hosts for normal users · 811e936a
      Benjamin Bertrand authored
      The SQL query to filter hosts on sensitive networks was incorrect
      because of the join on Interfaces. There can be several interfaces per
      host.
      DISTINCT added to return only the proper number of hosts.
      
      JIRA INFRA-1888 #action In Progress
      811e936a
  16. Mar 09, 2020
  17. Mar 08, 2020
  18. Mar 05, 2020
  19. Feb 26, 2020
  20. Feb 25, 2020
    • Benjamin Bertrand's avatar
      Fix inventory update · a401320c
      Benjamin Bertrand authored
      The trigger functions were refactored but job_template was passed
      instead of inventory_source.
      
      JIRA INFRA-1792 #action In Progress
      a401320c
  21. Feb 24, 2020
  22. Feb 21, 2020
  23. Feb 03, 2020
Loading