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 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
  3. Jan 02, 2018
  4. Dec 21, 2017
  5. Dec 06, 2017
  6. Nov 26, 2017
  7. Nov 03, 2017
  8. Sep 21, 2017
  9. 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
  10. Aug 28, 2017
  11. Aug 22, 2017
Loading