Skip to content
Snippets Groups Projects
  1. Mar 14, 2018
  2. Mar 13, 2018
    • Benjamin Bertrand's avatar
      Fix failing tests · f433b9d2
      Benjamin Bertrand authored
      Factory boy doesn't reset the sequence between tests.
      We use a sequence to generate unique IP addresses in the InterfaceFactory.
      When the sequence number gets too high, the IP is not in the network
      range anymore.
      
      To fix the issue, we reset the sequence number when initializing a new
      session.
      f433b9d2
    • Benjamin Bertrand's avatar
      Add /network/cnames endpoint · 72752481
      Benjamin Bertrand authored
      Allow to filter by domains
      72752481
  3. 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
  4. 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
  5. Jan 02, 2018
  6. Dec 21, 2017
  7. Dec 06, 2017
  8. Nov 26, 2017
  9. Nov 03, 2017
  10. Sep 21, 2017
  11. Sep 08, 2017
    • Benjamin Bertrand's avatar
      Refactor and clean compose files · ce91cc8a
      Benjamin Bertrand authored
      - use same postgres container for dev and test
        (create 2 different databases)
      - use docker-compose.override.yml to avoid duplication
      - ignore more files not needed in the docker image
      
      By default docker-compose reads both docker-compose.yml and
      docker-compose.override.yml.
      In docker-compose.override.yml we mount the current directory as
      a volume for development.
      
      To test the image we only use docker-compose.yml:
      - don't force port 5432 to the outside world to avoid conflict
      - do not mount the current directory
  12. Aug 28, 2017
  13. Aug 22, 2017
Loading