1. 06 Dec, 2016 3 commits
    • Timothy Andrew's avatar
      Prefer the `validates ... uniqueness` syntax · 336c988d
      Timothy Andrew authored
      - Over `validates_uniqueness_of`
      336c988d
    • Timothy Andrew's avatar
      Extract a `ProtectedBranchAccessEe` module · 323ed342
      Timothy Andrew authored
      - EE-specific protected branch access level code lives in this new module, while
        CE or CE/EE code lives in the existing `ProtectedBranchAccess` module. This
        allows us to make changes without introducing conflicts.
      
      - The access level model classes first include `ProtectedBranchAccess`, followed
        by `ProtectedBranchAccessEe`, which preserves the inheritance chain:
      
        {Push,Merge}AccessLevel > ProtectedBranchAccessEe > ProtectedBranchAccess
      323ed342
    • Robert Speicher's avatar
      Merge branch 'update-api-spec-files-ee' into 'master' · 05610a23
      Robert Speicher authored
      [EE] Update API spec files to describe the correct class
      
      Port of gitlab-org/gitlab-ce!7718 to EE.
      
      See merge request !940
      05610a23
  2. 05 Dec, 2016 4 commits
  3. 03 Dec, 2016 1 commit
  4. 02 Dec, 2016 26 commits
  5. 01 Dec, 2016 6 commits