BigW Consortium Gitlab

  1. 15 Sep, 2016 1 commit
  2. 14 Sep, 2016 2 commits
    • Handle encoding in non-binary Blob instances · 0bc443e3
      Yorick Peterse authored
      gitlab_git 10.6.4 relies on Rugged marking blobs as binary or not,
      instead of relying on Linguist. Linguist in turn would mark text blobs
      as binary whenever they would contain byte sequences that could not be
      encoded using UTF-8.
      
      However, marking such blobs as binary is not correct. If one pushes a
      Markdown document with invalid character sequences it's still a text
      based Markdown document and not some random binary blob.
      
      This commit overwrites Blob#data so it automatically converts text-based
      content to UTF-8 (the encoding we use everywhere else) while taking care
      of replacing any invalid sequences with the UTF-8 replacement character.
      The data of binary blobs is left as-is.
    • Backport search_helper changes from EE · 6355041a
      Valery Sizov authored
  3. 13 Sep, 2016 7 commits
  4. 12 Sep, 2016 1 commit
  5. 10 Sep, 2016 1 commit
  6. 09 Sep, 2016 3 commits
  7. 08 Sep, 2016 1 commit
    • Exclude some pending or inactivated rows in Member scopes · 9521edb4
      Nick Thomas authored
      An unapproved access request should not give access rights, and blocked users
      should not be considered members of anything.
      
      One visible outcome of this behaviour is that owners and masters of a group or
      project may be blocked, yet still receive notification emails for access
      requests. This commit prevents this from happening.
  8. 07 Sep, 2016 4 commits
  9. 06 Sep, 2016 2 commits
  10. 05 Sep, 2016 2 commits
  11. 02 Sep, 2016 3 commits
  12. 01 Sep, 2016 6 commits
  13. 31 Aug, 2016 5 commits
  14. 30 Aug, 2016 2 commits