1. 31 Oct, 2017 7 commits
  2. 30 Oct, 2017 21 commits
  3. 28 Oct, 2017 2 commits
  4. 27 Oct, 2017 10 commits
    • Marcia Ramos's avatar
      Merge branch 'docs/update-create-mr' into 'master' · 1aae91cf
      Marcia Ramos authored
      Update docs on creating MRs
      
      See merge request gitlab-org/gitlab-ce!14982
      1aae91cf
    • Rémy Coutable's avatar
      Merge branch 'use-git-branch-merged-ee' into 'master' · 43371992
      Rémy Coutable authored
      EE: Fetch the merged branches at once
      
      See merge request gitlab-org/gitlab-ee!3204
      43371992
    • Rémy Coutable's avatar
      Merge branch 'use-git-branch-merged' into 'master' · dfd6c3f8
      Rémy Coutable authored
      Fetch the merged branches at once.
      
      Checking it one by one in the view. We don't cache this yet
      because this would already much improve the performance.
      
      A naive test against a particularly large repository:
      
      ``` ruby
      begin
        now = Time.now
        branches.map{ |b| r.merged_to_root_ref?(b.name) }
        Time.now - now
      end # 8.265830782
      ```
      
      Around 10 times faster:
      
      ``` ruby
      begin
        now = Time.now
        r.merged_branches(branches.map(&:name))
        Time.now - now
      end # 0.807405397
      ```
      
      This should make the branches page usable.
      
      See merge request gitlab-org/gitlab-ce!14729
      dfd6c3f8
    • Lin Jen-Shin (godfat)'s avatar
      Fetch the merged branches at once · 57d7ed05
      Lin Jen-Shin (godfat) authored
      57d7ed05
    • Brett Walker's avatar
      remove extra whitespace · 34254e1d
      Brett Walker authored
      34254e1d
    • Lin Jen-Shin's avatar
      Resolve conflicts · 0ff6f13e
      Lin Jen-Shin authored
      0ff6f13e
    • Rémy Coutable's avatar
      Merge branch 'docs-update-ee_features.md-ce' into 'master' · 7c4da276
      Rémy Coutable authored
      Move doc/development/ee_features.md to CE
      
      See merge request gitlab-org/gitlab-ce!15066
      7c4da276
    • Rémy Coutable's avatar
      Merge branch 'docs-update-ee_features.md' into 'master' · dab0b117
      Rémy Coutable authored
      Update EE docs to allow not having EE namespace
      
      See merge request gitlab-org/gitlab-ee!3194
      dab0b117
    • Lin Jen-Shin's avatar
      Merge remote-tracking branch 'upstream/master' into ce-to-ee-2017-10-27 · 0e00c169
      Lin Jen-Shin authored
      * upstream/master: (72 commits)
        Avoid using Rugged in Gitlab::Git::Wiki#preview_slug
        Cache commits on the repository model
        Remove groups_select from global namespace & simplifies the code
        Change default disabled merge request widget message to "Merge is not allowed yet"
        Semi-linear history merge is now available in CE.
        Remove repetitive karma spec
        Improve spec to check hidden component
        Rename to shouldShowUsername
        Add KubernetesService#default_namespace tests
        Revert "Merge branch '36670-remove-edit-form' into 'master'"
        Fix bitbucket login
        Remove duped tests
        Add path attribute to WikiFile class
        Make local_branches OPT_OUT
        Clarify the language around External Group membership with SAML SSO to clarify that this will NOT add users to GitLab Groups.
        Added ssh fingerprint, gitlab ci and pages information in an instance configuration page
        Fix the incorrect value being used to set GL_USERNAME on hooks
        Resolve "Remove overzealous tooltips in projects page tabs"
        Fix broken table of content links
        Remove filter icon from search bar
        ...
      0e00c169
    • Nick Thomas's avatar
      Merge branch 'sh-fix-geo-secondary-check' into 'master' · 74db6d2f
      Nick Thomas authored
      Geo: Ensure database is connected before attempting to check for secondary status
      
      Closes #3074
      
      See merge request gitlab-org/gitlab-ee!3112
      74db6d2f