-
- Downloads
There was a problem fetching the pipeline summary.
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
No related branches found
No related tags found
Pipeline #
Showing
- CHANGELOG 1 addition, 0 deletionsCHANGELOG
- app/models/ci/pipeline.rb 2 additions, 0 deletionsapp/models/ci/pipeline.rb
- app/models/project.rb 2 additions, 2 deletionsapp/models/project.rb
- app/models/user.rb 1 addition, 0 deletionsapp/models/user.rb
- app/services/ci/create_pipeline_service.rb 1 addition, 0 deletionsapp/services/ci/create_pipeline_service.rb
- app/services/create_commit_builds_service.rb 7 additions, 1 deletionapp/services/create_commit_builds_service.rb
- db/migrate/20160715132507_add_user_id_to_pipeline.rb 7 additions, 0 deletionsdb/migrate/20160715132507_add_user_id_to_pipeline.rb
- db/migrate/20160715134306_add_index_for_pipeline_user_id.rb 7 additions, 0 deletionsdb/migrate/20160715134306_add_index_for_pipeline_user_id.rb
- db/schema.rb 3 additions, 1 deletiondb/schema.rb
- lib/api/commit_statuses.rb 1 addition, 1 deletionlib/api/commit_statuses.rb
- spec/models/ci/pipeline_spec.rb 3 additions, 0 deletionsspec/models/ci/pipeline_spec.rb
- spec/models/user_spec.rb 2 additions, 0 deletionsspec/models/user_spec.rb
- spec/services/create_commit_builds_service_spec.rb 2 additions, 1 deletionspec/services/create_commit_builds_service_spec.rb
Please register or sign in to comment