BigW Consortium Gitlab

  1. 18 Nov, 2016 1 commit
    • Use `Gitlab.config.gitlab.host` over `'localhost'` · 9c4e0d64
      Lin Jen-Shin authored
      This would fix long standing failures running tests on
      my development machine, which set `Gitlab.config.gitlab.host`
      to another host because it's not my local computer. Now I
      finally cannot withstand it and decided to fix them once and
      for all.
  2. 17 Nov, 2016 1 commit
  3. 16 Nov, 2016 1 commit
  4. 15 Nov, 2016 1 commit
  5. 11 Nov, 2016 3 commits
  6. 07 Nov, 2016 2 commits
  7. 04 Nov, 2016 1 commit
  8. 19 Oct, 2016 1 commit
  9. 18 Oct, 2016 1 commit
    • Stop event_commit_title from escaping its output · 4012c695
      Nick Thomas authored
      Return a non-html-safe, unescaped String instead of ActiveSupport::SafeBuffer
      to preserve safety when the output is misused. Currently there's oly one user,
      which does the right thing.
      
      Closes #23311
  10. 11 Oct, 2016 1 commit
  11. 07 Oct, 2016 2 commits
    • Optimize the `award_user_list` helper spec · 328ca8c4
      Robert Speicher authored
      According to
      https://gitlab.com/gitlab-org/gitlab-ce/issues/23034#note_16586657, each
      test for this helper generated 1,833 queries.
      
      Now we only generate stubbed records, and only as many as we need for
      each test.
      
      This also corrects a slight logic bug in the helper itself. When the
      number of awards was greater than the limit (9 by default), _and_ the
      current user was one of them, we actually included 10 names, including
      "You", plus the remaining count. Now we return the correct number
      regardless.
    • Enable CacheMarkdownField for the remaining models · 99205515
      Nick Thomas authored
      This commit alters views for the following models to use the markdown cache if
      present:
      
      * AbuseReport
      * Appearance
      * ApplicationSetting
      * BroadcastMessage
      * Group
      * Issue
      * Label
      * MergeRequest
      * Milestone
      * Project
      
      At the same time, calls to `escape_once` have been moved into the `single_line`
      Banzai pipeline, so they can't be missed out by accident and the work is done
      at save, rather than render, time.
  12. 06 Oct, 2016 1 commit
  13. 30 Sep, 2016 2 commits
  14. 27 Sep, 2016 1 commit
    • Enforce the fork_project permission in Projects::CreateService · 3ed80a01
      Nick Thomas authored
      Projects::ForkService delegates to this service almost entirely, but needed
      one small change so it would propagate create errors correctly.
      
      CreateService#execute needs significant refactoring; it is now right at the
      complexity limit set by Rubocop. I avoided doing so in this commit to keep the
      diff as small as possible.
      
      Several tests depend on the insecure behaviour of ForkService, so fi them up at
      the same time.
  15. 22 Sep, 2016 1 commit
  16. 15 Sep, 2016 1 commit
  17. 14 Sep, 2016 1 commit
  18. 08 Sep, 2016 1 commit
  19. 07 Sep, 2016 7 commits
  20. 06 Sep, 2016 1 commit
  21. 31 Aug, 2016 1 commit
  22. 24 Aug, 2016 1 commit
  23. 19 Aug, 2016 2 commits
  24. 18 Aug, 2016 2 commits
  25. 17 Aug, 2016 3 commits