Skip to content
Snippets Groups Projects
  1. Apr 09, 2018
  2. Apr 06, 2018
  3. Apr 05, 2018
  4. Mar 21, 2018
  5. 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
  6. 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
  7. Mar 13, 2018
  8. Mar 12, 2018
  9. 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
  10. Mar 06, 2018
  11. Mar 05, 2018
  12. Mar 03, 2018
  13. Mar 02, 2018
  14. Feb 28, 2018
  15. Feb 26, 2018
  16. Feb 23, 2018
  17. Feb 21, 2018
  18. Feb 20, 2018
Loading