gitlab-org--gitlab-foss/app/models
Rémy Coutable a4b1fe4de9 Merge branch '14669-bugzilla-integration' into 'master'
Bugzilla Integration

## What does this MR do?
Adds Bugzilla as a project service for external issue tracking

## Are there points in the code the reviewer needs to double check?

## Why was this MR needed?
Provides a notable Bugzilla option for use as an external issue tracker.  Existing Custom Issue tracker can be used to setup Bugzilla but this makes it clear that Bugzilla is an option.

## What are the relevant issue numbers?
Closes #14669

## Screenshots (if relevant)

## Does this MR meet the acceptance criteria?

- [x] [CHANGELOG](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/CHANGELOG) entry added
- [x] [Documentation created/updated](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/doc/development/doc_styleguide.md)
- [ ] API support added
- Tests
  - [x] Added for this feature/bug
  - [x] All builds are passing
- [x] Conform by the [style guides](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/CONTRIBUTING.md#style-guides)
- [x] Branch has no merge conflicts with `master` (if you do - rebase it please)
- [x] [Squashed related commits together](https://git-scm.com/book/en/Git-Tools-Rewriting-History#Squashing-Commits)


See merge request !4930
2016-06-29 12:37:38 +00:00
..
ci
concerns
hooks
members
network
project_services
.gitkeep
ability.rb
abuse_report.rb
appearance.rb
application_setting.rb
audit_event.rb
award_emoji.rb
blob.rb
broadcast_message.rb
commit.rb
commit_range.rb
commit_status.rb
deploy_key.rb
deploy_keys_project.rb
deployment.rb
email.rb
environment.rb
event.rb
external_issue.rb
forked_project_link.rb
generic_commit_status.rb
global_label.rb
global_milestone.rb
group.rb
identity.rb
issue.rb
key.rb
label.rb
label_link.rb
legacy_diff_note.rb
lfs_object.rb
lfs_objects_project.rb
member.rb Reduce overhead and optimize ProjectTeam#max_member_access performance 2016-06-29 03:12:57 -07:00
merge_request.rb
merge_request_diff.rb Use update_columns to by_pass all the dirty code on active_record 2016-06-29 13:13:54 +02:00
milestone.rb
namespace.rb
note.rb
notification_setting.rb
oauth_access_token.rb
personal_access_token.rb
personal_snippet.rb
project.rb
project_group_link.rb
project_import_data.rb
project_snippet.rb
project_team.rb Reduce overhead and optimize ProjectTeam#max_member_access performance 2016-06-29 03:12:57 -07:00
project_wiki.rb
protected_branch.rb
release.rb
repository.rb
security_event.rb
sent_notification.rb
service.rb
snippet.rb
spam_log.rb
spam_report.rb
subscription.rb
todo.rb
tree.rb
u2f_registration.rb
user.rb
users_star_project.rb
wiki_page.rb