Skip to content
Snippets Groups Projects
  1. Mar 07, 2018
    • 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
  2. Feb 28, 2018
  3. Feb 23, 2018
  4. Feb 20, 2018
  5. Feb 12, 2018
    • Benjamin Bertrand's avatar
      Allow admin to create interface outside range · a653f0d9
      Benjamin Bertrand authored
      The network range defines the IP to be allocated.
      This is to reserve some specific addresses (for gateway for example).
      
      An admin user should be able to define an interface outside the network
      range.
      
      The IP address select field was replaced with a string field
      (initialized to the first available IP).
      
      Fixes INFRA-200
      a653f0d9
  6. Feb 09, 2018
    • Benjamin Bertrand's avatar
      Add domain table · f627e2c9
      Benjamin Bertrand authored
      - add domain_id on NetworkScope table to define a default domain
      - add domain_id on Network (default to the Network Scope one)
      
      Fixes INFRA-194
      f627e2c9
  7. Feb 02, 2018
  8. Jan 12, 2018
    • Benjamin Bertrand's avatar
      Fix inconsistency in interface creation · a3c407f4
      Benjamin Bertrand authored
      The string representation of a Network is the vlan_name.
      This is what we should allow to pass as string to create an interface.
      
      Note that if we pass network_id instead of network when creating
      and interface, the validate_interfaces method from the Network class
      is not called.
      a3c407f4
  9. Jan 11, 2018
  10. Jan 10, 2018
  11. Jan 02, 2018
  12. Dec 21, 2017
  13. Dec 06, 2017
  14. Nov 26, 2017
  15. Nov 20, 2017
  16. Nov 15, 2017
  17. Nov 14, 2017
  18. Nov 13, 2017
  19. Sep 21, 2017
  20. Sep 17, 2017
  21. Sep 07, 2017
  22. Sep 06, 2017
    • Benjamin Bertrand's avatar
      Improve API (patch and get item) · 738fd371
      Benjamin Bertrand authored
      - add more tests
      - patching an item update children location and status
      - setting the parent on an item updates the location and status with the
        parent ones
      738fd371
  23. Aug 28, 2017
  24. Aug 22, 2017
Loading