An error occurred fetching the project authors.
  1. 21 Oct, 2017 1 commit
  2. 19 Oct, 2017 1 commit
  3. 07 Oct, 2017 1 commit
    • Jacopo's avatar
      Replaces `tag: true` into `:tag` in the specs · 0ce67858
      Jacopo authored
      Replaces all the explicit include metadata syntax in the specs (tag:
      true) into the implicit one (:tag).
      Added a cop to prevent future errors and handle autocorrection.
      0ce67858
  4. 02 Oct, 2017 1 commit
  5. 15 Aug, 2017 1 commit
    • Phil Hughes's avatar
      Fix race condition with dispatcher.js · 554afea0
      Phil Hughes authored
      The dispatcher was trying to create a new instance of a class that is loaded in a file after main.js which would cause the filtered search to not work on issues. This would only happen on the first load when the JS is not cached. If the JS is cached, then everything will be fine.
      554afea0
  6. 27 Jul, 2017 2 commits
  7. 13 Jul, 2017 1 commit
    • Bob Van Landuyt's avatar
      Enable all feature flags by default in specs · 3ee48e42
      Bob Van Landuyt authored
      Otherwise some features would go untested in non-specific contexts
      
      I did need to disable the
      `gitlab_git_diff_size_limit_increase`-feature in some specs since we
      depend on diffs being expandable while the file we are testing on is
      smaller than the increased limit.
      3ee48e42
  8. 06 Jul, 2017 1 commit
  9. 05 Jul, 2017 1 commit
  10. 29 Jun, 2017 1 commit
  11. 19 Jun, 2017 1 commit
  12. 17 Jun, 2017 1 commit
  13. 14 Jun, 2017 1 commit
  14. 02 Jun, 2017 1 commit
  15. 22 May, 2017 1 commit
  16. 10 May, 2017 1 commit
  17. 21 Apr, 2017 1 commit
  18. 23 Feb, 2017 1 commit
  19. 10 Feb, 2017 1 commit
  20. 02 Dec, 2016 1 commit
  21. 13 Oct, 2016 7 commits
  22. 25 Aug, 2016 1 commit
    • Sean McGivern's avatar
      Handle non-UTF-8 conflicts gracefully · 44eb3197
      Sean McGivern authored
      These can't be resolved in the UI because if they aren't in a UTF-8
      compatible encoding, they can't be rendered as JSON. Even if they could,
      we would be implicitly changing the file encoding anyway, which seems
      like a bad idea.
      44eb3197
  23. 17 Aug, 2016 1 commit
  24. 12 Aug, 2016 2 commits