Rename CI::Commit to Ci::Pipeline
This is first iteration of renaming Ci::Commit
to Ci::Pipeline
, purely rename not a single change to tests:
- Rename
Ci::Commit
toCi::Pipeline
, - Rename
CommitStatus::commit
topipeline
, - Rename
Project::ci_commits
topipelines
, - Rename
Project::ci_commit
topipeline
, - Rename
Project::ensure_ci_commit
toensure_pipeline
, - Rename
MergeRequest::ci_commit
topipeline
, - Rename
Commit::ci_commits
topipelines
, - Rename
Commit::ci_commit
topipeline
.
Next iteration will be renaming all ci_commit(s)
to pipeline(s)
in code and in tests.
cc @grzesiek @douwe