BigW Consortium Gitlab

  1. 17 Jun, 2016 3 commits
  2. 16 Jun, 2016 7 commits
    • Add sorting dropdown to tag page · 7022357c
      Alejandro Rodríguez authored
    • Use Git cached counters on project show page · 5d33af5e
      Paco Guzman authored
      Besides when building the repository cache we cache 
      those git counters too
    • Fixed ordering in Project.find_with_namespace · 42598786
      Yorick Peterse authored
      This ensures that Project.find_with_namespace returns a row matching
      literally as the first value, instead of returning a random value.
      
      The ordering here is _only_ applied to Project.find_with_namespace and
      _not_ Project.where_paths_in as currently there's no code that requires
      Project.where_paths_in to return rows in a certain order. Since this
      method also returns all rows that match there's no real harm in not
      setting a specific order either. Another reason is that generating all
      the "WHEN" arms for multiple values in Project.where_paths_in becomes
      really messy.
      
      On MySQL we have to use the "BINARY" operator to turn a "WHERE" into a
      case-sensitive WHERE as otherwise MySQL may still end up returning rows
      in an unpredictable order.
      
      Fixes gitlab-org/gitlab-ce#18603
    • Revert "squashed merge and fixed conflicts" · 452c076a
      James Lopez authored
      This reverts commit 13e37a3e.
    • squashed merge and fixed conflicts · 13e37a3e
      James Lopez authored
    • Turn Group#owners into a has_many association · 84e2be5a
      Yorick Peterse authored
      This allows the owners to be eager loaded where needed.
    • Implement @DouweM's feedback. · 7ee0898a
      Timothy Andrew authored
      - Extract a duplicated `redirect_to`
      - Fix a typo: "token", not "certificate"
      - Have the "Expires at" datepicker be attached to a text field, not inline
      - Have both private tokens and personal access tokens verified in a
        single "authenticate_from_private_token" method, both in the
        application and API. Move relevant logic to
        `User#find_by_personal_access_token`
      - Remove unnecessary constants relating to API auth. We don't need a
        separate constant for personal access tokens since the param is the
        same as for private tokens.
  3. 15 Jun, 2016 16 commits
  4. 14 Jun, 2016 14 commits