gitlab-org--gitlab-foss/spec/models/concerns
Kirill Zaitsev b123171d3d Add new data to project in push, issue, merge-request and note webhooks data
- 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
2016-02-11 17:22:11 +01:00
..
case_sensitivity_spec.rb
issuable_spec.rb Add new data to project in push, issue, merge-request and note webhooks data 2016-02-11 17:22:11 +01:00
mentionable_spec.rb
strip_attribute_spec.rb
token_authenticatable_spec.rb