gitlab-org--gitlab-foss/app/models
Rémy Coutable f1083ba1f6 Merge branch 'track-pipeline-user' into 'master'
Track a user who creates a Pipeline

## What does this MR do?
This adds additional column to pipelines to track user who is creating pipelines.

## Why was this MR needed?
This is to make it possible to show all pipelines created by specific user and to later solve: https://gitlab.com/gitlab-org/gitlab-ce/issues/18054

## What are the relevant issue numbers?
Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/18992

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

See merge request !5272
2016-07-18 08:26:43 +00:00
..
ci Merge branch 'track-pipeline-user' into 'master' 2016-07-18 08:26:43 +00:00
concerns Merge branch 'normalize_emoji_aliases_paths' into 'master' 2016-07-18 07:35:30 +00:00
hooks
members Enable Style/EmptyLines cop, remove redundant ones 2016-07-01 21:56:17 +02:00
network
project_services Remove legacy conditional from irker service code 2016-07-08 11:06:54 +02:00
.gitkeep
ability.rb Allow to access Container Registry for Public and Internal projects 2016-07-15 17:05:41 +02:00
abuse_report.rb
appearance.rb
application_setting.rb Added setting to set new users by default as external 2016-07-07 19:21:18 +02:00
audit_event.rb
award_emoji.rb
blob.rb
broadcast_message.rb
commit.rb Represent DiffRefs as proper class instead of tuple array 2016-07-06 18:50:58 -04:00
commit_range.rb
commit_status.rb
deploy_key.rb
deploy_keys_project.rb
deployment.rb Support new diff notes on MRs with diff_refs 2016-07-06 18:51:00 -04:00
diff_note.rb Make DiffNote#update_position private 2016-07-07 16:13:55 -04:00
email.rb
environment.rb
event.rb Use a more future-proof check for Note/LegacyDiffNote 2016-07-06 10:08:42 +02:00
external_issue.rb
forked_project_link.rb
generic_commit_status.rb
global_label.rb
global_milestone.rb
group.rb Dumb-down avatar presence check in avatar_url methods 2016-07-05 10:51:11 -04:00
identity.rb
issue.rb use has_many relationship with events 2016-07-01 15:34:10 +02:00
key.rb
label.rb Simplify regex for string-based multi-word label surrounded in quotes 2016-07-13 16:01:27 -03:00
label_link.rb
legacy_diff_note.rb Don't fail when a LegacyDiffNote didn't store the right diff 2016-07-15 17:32:49 -05:00
lfs_object.rb
lfs_objects_project.rb
member.rb Exclude requesters from Project#members, Group#members and User#members 2016-07-01 17:44:46 +02:00
merge_request.rb Revert "Merge branch '18193-developers-can-merge' into 'master' " 2016-07-13 13:57:30 -05:00
merge_request_diff.rb Handle more than two paths in MergeRequest#diffs 2016-07-11 18:17:00 +01:00
milestone.rb use has_many relationship with events 2016-07-01 15:34:10 +02:00
namespace.rb
note.rb Fix not normalized emoji paths 2016-07-14 08:51:00 +02:00
notification_setting.rb Exclude projects pending delete from notifications 2016-07-07 20:49:17 +01:00
oauth_access_token.rb
personal_access_token.rb
personal_snippet.rb
project.rb Merge branch 'track-pipeline-user' into 'master' 2016-07-18 08:26:43 +00:00
project_group_link.rb
project_import_data.rb
project_snippet.rb
project_team.rb Exclude requesters from Project#members, Group#members and User#members 2016-07-01 17:44:46 +02:00
project_wiki.rb
protected_branch.rb Have Project#open_branches return branches that are matched by a wildcard protected branch. 2016-07-07 10:07:31 +05:30
release.rb
repository.rb Revert "Merge branch '18193-developers-can-merge' into 'master' " 2016-07-13 13:57:30 -05:00
security_event.rb
sent_notification.rb Allow SentNotification#position to be set as string or hash 2016-07-11 12:21:05 -05:00
service.rb
snippet.rb
spam_log.rb
spam_report.rb
subscription.rb
todo.rb Add approval required todos 2016-07-12 19:01:09 +01:00
tree.rb
u2f_registration.rb
user.rb Track a user who created a pipeline 2016-07-15 17:42:27 +02:00
users_star_project.rb
wiki_page.rb