An error occurred fetching the project authors.
  1. 03 Dec, 2019 1 commit
  2. 16 Oct, 2019 2 commits
  3. 30 Sep, 2019 1 commit
  4. 18 Sep, 2019 1 commit
  5. 11 Sep, 2019 1 commit
  6. 10 Sep, 2019 1 commit
  7. 30 Aug, 2019 1 commit
  8. 29 Aug, 2019 1 commit
  9. 22 Jul, 2019 1 commit
  10. 05 Jul, 2019 1 commit
  11. 18 Jun, 2019 1 commit
  12. 10 Jun, 2019 1 commit
  13. 23 May, 2019 1 commit
  14. 12 May, 2019 1 commit
  15. 27 Mar, 2019 1 commit
  16. 08 Mar, 2019 1 commit
  17. 22 Feb, 2019 1 commit
    • Evan Read's avatar
      Ensure all lists are surrounded by new lines · eb866309
      Evan Read authored
      Markdown renderers find it easier to determine
      where lists start and end when lists are surrounded
      by new lines.
      
      For consistency, also ensure entries in the list
      are aligned when they span multipls lines.
      eb866309
  18. 18 Feb, 2019 1 commit
  19. 15 Feb, 2019 1 commit
  20. 12 Feb, 2019 1 commit
  21. 13 Nov, 2018 1 commit
  22. 16 Oct, 2018 2 commits
    • Sean McGivern's avatar
      Web hook -> webhook · 5e8f1e06
      Sean McGivern authored
      5e8f1e06
    • Sean McGivern's avatar
      Fix image webhook rewriting for uploads · 0bcfd0ad
      Sean McGivern authored
      This rewrote URLs to be absolute URLs. However, for uploads (the most
      common case), we actually need them to point to not just the GitLab
      instance, but the project they're from. Thankfully, we can normally get
      that information from the object we're building the hook for.
      0bcfd0ad
  23. 01 Oct, 2018 1 commit
  24. 25 Sep, 2018 1 commit
  25. 20 Sep, 2018 1 commit
  26. 06 Sep, 2018 1 commit
  27. 20 Aug, 2018 1 commit
  28. 13 Aug, 2018 1 commit
    • Duana Saskia's avatar
      Filter project hooks by branch · ece6a1ea
      Duana Saskia authored
      Allow specificying a branch filter for a project hook and only trigger
      a project hook if either the branch filter is blank or the branch matches.
      Only supported for push_events for now.
      ece6a1ea
  29. 09 Aug, 2018 1 commit
  30. 17 Jul, 2018 1 commit
  31. 06 Jul, 2018 1 commit
  32. 02 Jul, 2018 1 commit
  33. 19 Jan, 2018 1 commit
  34. 27 Dec, 2017 1 commit
  35. 28 Nov, 2017 1 commit
    • Sean McGivern's avatar
      Remove serialised diff and commit columns · 4ebbfe5d
      Sean McGivern authored
      The st_commits and st_diffs columns on merge_request_diffs historically held the
      YAML-serialised data for a merge request diff, in a variety of formats.
      
      Since 9.5, these have been migrated in the background to two new tables:
      merge_request_diff_commits and merge_request_diff_files. That has the advantage
      that we can actually query the data (for instance, to find out how many commits
      we've stored), and that it can't be in a variety of formats, but must match the
      new schema.
      
      This is the final step of that journey, where we drop those columns and remove
      all references to them. This is a breaking change to the importer, because we
      can no longer import diffs created in the old format, and we cannot guarantee
      the export will be in the new format unless it was generated after this commit.
      4ebbfe5d
  36. 01 Nov, 2017 1 commit
  37. 30 Oct, 2017 1 commit
  38. 09 Oct, 2017 1 commit