1. 11 5月, 2017 1 次提交
  2. 29 10月, 2016 1 次提交
    • A
      Fix lightweight tags not processed correctly by GitTagPushService · fa3bbd44
      Alejandro Rodríguez 提交于
      When we updated gitlab_git to 10.4.1, `tag.target` changed from pointing
      to the sha of the tag to the sha of the commit the tag points to. The
      problem is that only annotated tags have `object_sha`s, lightweight tags
      don't (it's nil), so (only) in their case we still need to use
      `tag.target`.
      fa3bbd44
  3. 12 8月, 2016 2 次提交
  4. 04 8月, 2016 1 次提交
  5. 29 4月, 2016 1 次提交
  6. 19 4月, 2016 2 次提交
  7. 11 3月, 2016 1 次提交
  8. 16 2月, 2016 1 次提交
  9. 12 2月, 2016 1 次提交
    • K
      Add new data to project in push, issue, merge-request and note webhooks data · b123171d
      Kirill Zaitsev 提交于
      - 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
  10. 07 12月, 2015 2 次提交
  11. 04 12月, 2015 1 次提交
  12. 03 11月, 2015 1 次提交
  13. 15 6月, 2015 1 次提交
  14. 24 4月, 2015 2 次提交
  15. 21 3月, 2015 1 次提交
  16. 19 3月, 2015 1 次提交
  17. 18 3月, 2015 1 次提交
  18. 13 3月, 2015 1 次提交
  19. 10 3月, 2015 2 次提交
  20. 05 3月, 2015 1 次提交
  21. 03 3月, 2015 1 次提交
    • S
      Issue #595: Support Slack notifications upon issue and merge request events · afe5d7d2
      Stan Hu 提交于
      1) Adds a DB migration for all services to toggle on push, issue, and merge events.
      
      2) Upon an issue or merge request event, fire service hooks.
      
      3) Slack service supports custom messages for each of these events. Other services
      not supported at the moment.
      
      4) Label merge request hooks with their corresponding actions.
      afe5d7d2
  22. 21 2月, 2015 1 次提交
  23. 16 1月, 2015 2 次提交
  24. 12 1月, 2015 1 次提交