1. 10.09.2019 1 коммит
  2. 30.08.2019 1 коммит
    • Marcel Amirault's avatar
      Fix markdown in various docs
      · 513d3f58
      Marcel Amirault создал
      Clean up issues that may cause the docs-lint
      test to fail, such as trailing whitespace, no
      EOF newline, blockquotes, etc
      513d3f58
  3. 29.08.2019 1 коммит
  4. 22.07.2019 1 коммит
    • Marcel Amirault's avatar
      Fix unordered list spacing
      · 785b9b02
      Marcel Amirault создал
      Correct the spacing of unordered markdown lists
      in docs, to maintain standards of documentation,
      in /user and others.
      785b9b02
  5. 05.07.2019 1 коммит
  6. 18.06.2019 1 коммит
  7. 10.06.2019 1 коммит
  8. 23.05.2019 1 коммит
  9. 12.05.2019 1 коммит
  10. 27.03.2019 1 коммит
  11. 08.03.2019 1 коммит
  12. 22.02.2019 1 коммит
    • Evan Read's avatar
      Ensure all lists are surrounded by new lines
      · eb866309
      Evan Read создал
      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
  13. 18.02.2019 1 коммит
  14. 15.02.2019 1 коммит
  15. 12.02.2019 1 коммит
  16. 13.11.2018 1 коммит
  17. 16.10.2018 2 коммита
    • Sean McGivern's avatar
      Web hook -> webhook
      · 5e8f1e06
      Sean McGivern создал
      5e8f1e06
    • Sean McGivern's avatar
      Fix image webhook rewriting for uploads
      · 0bcfd0ad
      Sean McGivern создал
      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
  18. 01.10.2018 1 коммит
  19. 25.09.2018 1 коммит
  20. 20.09.2018 1 коммит
  21. 06.09.2018 1 коммит
  22. 20.08.2018 1 коммит
  23. 13.08.2018 1 коммит
    • Duana Saskia's avatar
      Filter project hooks by branch
      · ece6a1ea
      Duana Saskia создал
      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
  24. 10.08.2018 1 коммит
  25. 17.07.2018 1 коммит
  26. 06.07.2018 1 коммит
  27. 02.07.2018 1 коммит
  28. 19.01.2018 1 коммит
  29. 27.12.2017 1 коммит
  30. 28.11.2017 1 коммит
    • Sean McGivern's avatar
      Remove serialised diff and commit columns
      · 4ebbfe5d
      Sean McGivern создал
      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
  31. 01.11.2017 1 коммит
  32. 31.10.2017 1 коммит
  33. 09.10.2017 2 коммита
  34. 07.08.2017 1 коммит
  35. 20.07.2017 1 коммит
  36. 23.06.2017 1 коммит
  37. 06.06.2017 1 коммит
  38. 25.05.2017 1 коммит
    • Alexander Randa's avatar
      Implement web hooks logging
      · 330789c2
      Alexander Randa создал
      * implemented logging of project and system web hooks
      * implemented UI for user area (project hooks)
      * implemented UI for admin area (system hooks)
      * implemented retry of logged webhook
      * NOT imeplemented log remover
      330789c2