Skip to content
Snippets Groups Projects
  1. Jun 03, 2020
  2. Apr 16, 2020
  3. Apr 15, 2020
  4. 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
  5. Mar 09, 2020
  6. Mar 08, 2020
  7. Mar 05, 2020
  8. Feb 26, 2020
  9. 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
  10. Feb 24, 2020
  11. Feb 21, 2020
  12. Feb 03, 2020
  13. Jan 28, 2020
  14. Dec 19, 2019
  15. Dec 18, 2019
  16. Dec 04, 2019
  17. Nov 26, 2019
    • Benjamin Bertrand's avatar
      Fix regexp for ICS id validation · 0887bc00
      Benjamin Bertrand authored
      Validation worked in the models because fullmatch is used but in the
      Regexp validators from wtforms, only match is called.
      
      The form validator didn't catch "AAA1100".
      Test added for this.
      
      JIRA INFRA-1569 #action In Progress
      0887bc00
  18. Oct 30, 2019
  19. Oct 29, 2019
  20. Oct 24, 2019
  21. Sep 18, 2019
Loading