BigW Consortium Gitlab

  1. 10 May, 2017 1 commit
  2. 27 Apr, 2017 1 commit
  3. 28 Oct, 2016 1 commit
    • Fix lightweight tags not processed correctly by GitTagPushService · fa3bbd44
      Alejandro Rodríguez authored
      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`.
  4. 12 Aug, 2016 2 commits
  5. 04 Aug, 2016 1 commit
  6. 29 Apr, 2016 1 commit
  7. 19 Apr, 2016 2 commits
  8. 10 Mar, 2016 1 commit
  9. 15 Feb, 2016 1 commit
  10. 11 Feb, 2016 1 commit
    • 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
  11. 07 Dec, 2015 2 commits
  12. 04 Dec, 2015 1 commit
  13. 03 Nov, 2015 1 commit
  14. 15 Jun, 2015 1 commit
  15. 24 Apr, 2015 2 commits
  16. 21 Mar, 2015 1 commit
  17. 19 Mar, 2015 1 commit
  18. 18 Mar, 2015 1 commit
  19. 13 Mar, 2015 1 commit
  20. 10 Mar, 2015 2 commits
  21. 04 Mar, 2015 1 commit
  22. 03 Mar, 2015 1 commit
    • Issue #595: Support Slack notifications upon issue and merge request events · afe5d7d2
      Stan Hu authored
      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.
  23. 20 Feb, 2015 1 commit
  24. 15 Jan, 2015 2 commits
  25. 12 Jan, 2015 1 commit