1. 20 Oct, 2016 36 commits
  2. 18 Oct, 2016 4 commits
    • Rémy Coutable's avatar
      Update VERSION to 8.13.0-rc3 · 726a853c
      Rémy Coutable authored
      726a853c
    • Rémy Coutable's avatar
    • Rémy Coutable's avatar
      Merge branch 'login-fixups' into 'master' · 24b73bc9
      Rémy Coutable authored
      LDAP login style fixups
      
      ## What does this MR do?
      * Addresses regression found here: https://gitlab.com/gitlab-org/gitlab-ce/issues/23435
      * Adds border radius to left/right tabs
      
      ## Are there points in the code the reviewer needs to double check?
      
      So you know what you're seeing, there are three types of fixes going on here: 
      
      1. Template syntax errors that were displaying template-like language in the DOM (specifically with ldap and crowd username labels
      2. Aesthetic problems in tabs that arise with more than 2 tabs
      3. LDAP and crowd tab functionality. I had to move each panel into its own login box, to ensure that each panel's id synced with its associated tab's href, and that each panel was at an equal depth within the DOM. I assumed bootstrap tabs would look deeper into the login-box to find panels that matched the tabs. This is not true. The reason I didn't catch this is that in development I was just manually changing template flags to force rendering. I didn't realize I could enable ldap in CE within the gitlab.yml file 🤦  
      
      See merge request !6947
      24b73bc9
    • Rémy Coutable's avatar
      Merge branch 'zj-grapify-commits' into 'master' · ec7b6b9f
      Rémy Coutable authored
      Use GrapeDSL for commits
      
      See merge request !6914
      ec7b6b9f