Skip to content
Snippets Groups Projects
  1. Apr 27, 2018
  2. Apr 23, 2018
  3. Apr 20, 2018
    • Benjamin Bertrand's avatar
      Allow to link several items to one host · 4209cdb8
      Benjamin Bertrand authored
      1. When we have a stack of switches, the same IP is associated to several
         switches
      2. Move the items <-> host assocation to the item create/edit page
      
      JIRA INFRA-267
      4209cdb8
    • Benjamin Bertrand's avatar
      Hide interface name in create host form · e884acd3
      Benjamin Bertrand authored
      The interface name doesn't need to be displayed in the form as we force
      it to the hostname.
      
      We set the interface name to the hostname when submitting the form.
      This fixes the copy/paste issue with the mouse that didn't trigger the
      keyup event.
      
      JIRA INFRA-287
      e884acd3
  4. Apr 13, 2018
  5. Apr 10, 2018
  6. Apr 09, 2018
  7. Apr 06, 2018
  8. Apr 05, 2018
  9. Mar 21, 2018
  10. Mar 16, 2018
    • Benjamin Bertrand's avatar
      Fix default available IPs · 03daacce
      Benjamin Bertrand authored
      We should reserve 10 addresses at the beginning and 5 at the end.
      Meaning for a /24 network, we should start at 11 and end at 249.
      03daacce
  11. Mar 14, 2018
    • Benjamin Bertrand's avatar
      Fix issue with NetworkFactory · bf0dac5e
      Benjamin Bertrand authored
      Some tests were hanging due to the addresses generated by
      factory.Faker('ipv4', network=True)
      
      Replace it by a Sequence of /24 addresses
      bf0dac5e
    • Benjamin Bertrand's avatar
      Update pytest-factoryboy · 0b5e9731
      Benjamin Bertrand authored
      pytest-factoryboy 1.3.2 required factory_boy < 2.9
      Newer version (2.0.1) requires:
      - pytest >= 3.3.2
      - factory_boy >= 2.10.0
      
      So both pytest and factory_boy could be updated as well
      0b5e9731
    • Benjamin Bertrand's avatar
      Update cnames test · 4b6e5c0a
      Benjamin Bertrand authored
      cnames entered in CSEntry are just names not FQDN
      See d1f500238c5798259f536bb80fa93aba2d493b97
      4b6e5c0a
    • Benjamin Bertrand's avatar
      Revert "Use FQDN for cnames" · 915ead71
      Benjamin Bertrand authored
      This reverts commit 920b9bc5.
      
      Allowing cnames with different domains makes things too complex.
      The domain shall be the same as the host.
      
      See INFRA-242
      915ead71
  12. Mar 13, 2018
  13. Mar 12, 2018
  14. Mar 07, 2018
    • Benjamin Bertrand's avatar
      Version 0.6.7 · 737f9f58
      Benjamin Bertrand authored
      0.6.7
      737f9f58
    • Benjamin Bertrand's avatar
      Accept a list of LDAP groups · 89a98b9b
      Benjamin Bertrand authored
      Not everyone at ICS is part of the 'ICS Employees' AD group.
      We have to accept 'ICS Consultants' as well.
      
      The CSENTRY_LDAP_GROUPS settings now takes a list of groups instead of
      just one.
      
      Remove unused is_member_of_all_groups method.
      
      Fixes INFRA-225
      89a98b9b
  15. Mar 06, 2018
  16. Mar 05, 2018
  17. Mar 03, 2018
Loading