1. 16 Nov, 2018 1 commit
    • Yorick Peterse's avatar
      Refactor Member#add_user for GitLab EE · 66880cf7
      Yorick Peterse authored
      GitLab EE extends Member#add_user by adding some LDAP specific flags.
      Prior to these changes, the only way this could be done was by modifying
      Member#add_user in place. This could lead to merge conflicts whenever a
      developer wants to change this method.
      
      To resolve this issue, the logic that EE extends has been moved into a
      separate method with the appropriate arguments. This allows EE to extend
      the logic by prepending the method using an EE specific module.
      66880cf7
  2. 15 Nov, 2018 11 commits
  3. 14 Nov, 2018 28 commits