Skip to content
Snippets Groups Projects
  1. Dec 19, 2019
  2. Dec 18, 2019
  3. Dec 13, 2019
    • Benjamin Bertrand's avatar
      Speed up local tests on OSX · b4f9c100
      Benjamin Bertrand authored
      Using a volume for postgres data makes the tests very slow on OSX.
      When running the tests, there is no need to persist the data (db is
      recreated before each session).
      
      `make db_test` should be used to start postgres without mounting the data
      volume (skip the docker-compose.override.yml).
      b4f9c100
  4. Dec 04, 2019
  5. 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
  6. Oct 31, 2019
  7. Oct 30, 2019
  8. Oct 29, 2019
  9. Oct 24, 2019
  10. Sep 18, 2019
  11. Sep 17, 2019
  12. Aug 30, 2019
    • Benjamin Bertrand's avatar
      Version 0.25.1 · 7f145ea6
      Benjamin Bertrand authored
      0.25.1
      7f145ea6
    • Benjamin Bertrand's avatar
      Update black pre-commit version · 179979d5
      Benjamin Bertrand authored
      pre-commit assumes that the value of rev is an immutable ref (such as a
      tag or SHA) and will cache based on that. Using a branch name (or HEAD)
      for the value of rev is not supported and will only represent the state
      of that mutable ref at the time of hook installation (and will NOT
      update automatically).
      179979d5
  13. Aug 27, 2019
  14. Aug 22, 2019
  15. Aug 07, 2019
  16. Jul 10, 2019
    • Benjamin Bertrand's avatar
      Version 0.24.1 · 52c9baca
      Benjamin Bertrand authored
      0.24.1
      52c9baca
    • Benjamin Bertrand's avatar
      Fix sorting of items with some null stack_member · ab9b49b8
      Benjamin Bertrand authored
       '<' not supported between instances of 'NoneType' and 'int'
      
      Sorting worked if all stack_members were None, but not if some were null
      and some int.
      Fixed by converting None to Infinity (so None values are at the end of
      the list.
      
      JIRA INFRA-1112 #action In Progress
      ab9b49b8
    • Benjamin Bertrand's avatar
      Version 0.24.0 · c1ff2e22
      Benjamin Bertrand authored
      0.24.0
      c1ff2e22
    • Benjamin Bertrand's avatar
      Add extra items info to hosts json model · 0318858e
      Benjamin Bertrand authored
      Linked items are by default returned as a list of ICS id.
      When recursive is True, a list of {ics_id, serial_number, stack_member}
      is returned instead.
      
      Items are always returned sorted by stack_member or ics_id when
      stack_member is null.
      
      Allow to add the serial_number and stack_member to the Ansible variables
      in csentry dynamic inventory. Useful for switches.
      
      JIRA INFRA-1111 #action In Progress
      0318858e
Loading