BigW Consortium Gitlab

  1. 18 Jan, 2016 6 commits
    • Scope issue projects to a Group when possible · d6a8021e
      Yorick Peterse authored
      When using IssuableFinder with a Group we can greatly reduce the amount
      of projects operated on (due to not including all public/internal
      projects) by simply passing it down to the ProjectsFinder class.
      
      This reduces the timings of the involved queries from roughly 300
      ms to roughly 20 ms.
      
      Fixes gitlab-org/gitlab-ce#4071, gitlab-org/gitlab-ce#3707
    • Merge branch 'margin-update' into 'master' · 835f1961
      Jacob Schatz authored
      update
      
      old
      ![Screenshot_2016-01-14_22.46.52](/uploads/d165897a6118c4b276e6b53982077cb5/Screenshot_2016-01-14_22.46.52.png)
      
      new
      ![Screenshot_2016-01-14_22.46.21](/uploads/6b34cd8b1a2799506676103fcbc80450/Screenshot_2016-01-14_22.46.21.png)
      
      
      See merge request !2441
    • Merge branch 'hook_url_limit' into 'master' · 513b4568
      Dmitriy Zaporozhets authored
      Raise hook url limit
      
      1. Up varchar url limit to 2000 chars instead 255
      2. Maybe migration?
      3. 255 characters - it is not enough
      4. nil
      5. nil
      
      See merge request !1940
    • Merge branch 'diff-white-line-fix' into 'master' · 80be9245
      Jacob Schatz authored
      Removes white line when hiding diff comments in MR
      
      Fixes #6071 
      
      See merge request !2407
    • Merge branch 'comment-text-remains-in-text-box-after-submitting-it' into 'master' · 5433637d
      Dmitriy Zaporozhets authored
      Fixes issue where firefox does not delete message after comment submit
      
      Issue was **not** in the way comment was being submitted.
      `app/assets/javascripts/awards_handler.coffee` was throwing an error.
      This error was preventing any js from running after it.
      Fixes #1473
      
      See merge request !2452
    • Merge branch 'rs-abuse-report-validation' into 'master' · 26d28ea0
      Dmitriy Zaporozhets authored
      Use a more sensible message for the AbuseReport uniqueness validation
      
      Previously it was "user has already been taken", when really we were
      saying the user has already been reported.
      
      See merge request !2461
  2. 17 Jan, 2016 2 commits
  3. 16 Jan, 2016 6 commits
  4. 15 Jan, 2016 26 commits