An error occurred fetching the project authors.
  1. 02 Jul, 2018 1 commit
  2. 19 Jan, 2018 1 commit
  3. 27 Dec, 2017 1 commit
  4. 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
  5. 01 Nov, 2017 1 commit
  6. 30 Oct, 2017 1 commit
  7. 09 Oct, 2017 2 commits
  8. 07 Aug, 2017 1 commit
  9. 20 Jul, 2017 1 commit
  10. 23 Jun, 2017 1 commit
  11. 06 Jun, 2017 1 commit
  12. 25 May, 2017 1 commit
    • Alexander Randa's avatar
      Implement web hooks logging · 330789c2
      Alexander Randa authored
      * 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
  13. 10 May, 2017 1 commit
  14. 04 May, 2017 1 commit
  15. 17 Mar, 2017 1 commit
  16. 15 Feb, 2017 1 commit
  17. 14 Feb, 2017 1 commit
  18. 07 Feb, 2017 1 commit
  19. 03 Feb, 2017 1 commit
  20. 01 Dec, 2016 1 commit
  21. 23 Nov, 2016 1 commit
  22. 12 Aug, 2016 1 commit
  23. 04 Aug, 2016 1 commit
  24. 03 Jun, 2016 2 commits
  25. 31 May, 2016 1 commit
  26. 30 May, 2016 1 commit
  27. 09 May, 2016 1 commit
  28. 03 May, 2016 1 commit
  29. 19 Apr, 2016 1 commit
  30. 27 Mar, 2016 1 commit
  31. 10 Mar, 2016 1 commit
  32. 09 Mar, 2016 1 commit
  33. 05 Mar, 2016 1 commit
  34. 11 Feb, 2016 1 commit
    • Kirill Zaitsev's avatar
      Add new data to project in push, issue, merge-request and note webhooks data · b123171d
      Kirill Zaitsev authored
      - Add `avatar_url`, `description`, `git_ssh_url`, `git_http_url`,
        `path_with_namespace` and `default_branch` in `project` in push, issue,
        merge-request and note webhooks data
      - Deprecate the `ssh_url` in favor of `git_ssh_url` and `http_url` in
        favor of `git_http_url` in `project` for push, issue, merge-request and
        note webhooks data
      - Deprecate the `repository` key in push, issue, merge-request and
        note webhooks data, use `project` instead
      b123171d
  35. 10 Feb, 2016 1 commit
  36. 18 Jan, 2016 1 commit
  37. 04 Dec, 2015 1 commit
  38. 23 Nov, 2015 1 commit