Files
gitlabhq/app/models
Kamil Trzciński d240666800 Merge branch 'ci-commit-as-pipeline' into 'master'
Ci::Commit becomes a Pipeline object

1. Ci::Commit receives context: ref, :tag.
1. One Ci::Commit describes a one Pipeline
1. Pipeline is created from `.gitlab-ci.yml`
1. Pipeline is a ordered group of builds
1. We test MR against Pipeline
1. Pipelines have a separate view (https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/3703)
1. Pipeline can be triggered from UI (https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/3703)
1. Later we change `Trigger -> TriggerRequest -> Build` to `Trigger -> Pipeline` (future)
1. We add a Pipeline Hook that will be triggered on Pipeline status change  (future)
1. We extend notifications to use `Pipeline Hook` to send summary on pipeline changes (future)

After merging that I'll prepare a separate MR that will unify naming, database columns, table names:
```
Ci::Commit -> Pipeline
Ci::Build -> Build
CommitStatus -> Job
GenericCommitStatus -> ExternalJob

ci_commits -> pipelines
ci_builds -> jobs
```

This MR implements first 5 points.

This is made to solve this issue https://gitlab.com/gitlab-org/gitlab-ce/issues/14149.

See merge request !3653
2016-04-21 08:10:37 +00:00
..
2011-10-09 00:36:38 +03:00
2016-03-15 21:09:25 +01:00
2016-02-26 15:50:51 +01:00
2015-08-03 01:52:54 +09:00
2016-03-07 14:27:53 +01:00
2016-01-29 13:39:33 -05:00
2016-04-18 07:35:43 -04:00
2015-05-03 13:38:27 -07:00
2015-04-03 12:28:47 +02:00
2016-01-06 13:09:55 +00:00
2016-03-06 23:07:19 -05:00
2016-03-29 12:19:09 +01:00
2016-01-12 12:29:10 -02:00
2015-12-18 14:19:48 -06:00
2014-08-25 12:25:02 +03:00
2016-04-20 17:00:12 +01:00
2015-12-08 21:00:01 -08:00
2015-12-08 21:00:01 -08:00
2016-03-05 18:12:17 -05:00
2016-03-05 18:12:17 -05:00
2015-11-13 19:22:46 +01:00
2015-08-03 01:52:54 +09:00
2016-03-18 13:27:27 -03:00