gitlab-org--gitlab-foss/app
Tomasz Maczukin c191c1103b
Send only defined dependencies
In APIv1 we've been sending all jobs from previous stages and
a `dependencies` list with names of jobs that user want to download
artifacts from. This was selected on Runners side.

In APIv1 we've planned to send only jobs that were defined (if any; and
all previous jobs by default). However I've missed the fact that
it was Runner who selected jobs, not GitLab. And now current version
of APIV4 sends all jobs everytime.

This commit fixes this. If user will define `dependencies` in his job,
then GitLab will send only selected jobs.
2017-03-20 09:40:36 +01:00
..
assets Merge branch 'rename_all_issues' into 'master' 2017-03-20 07:26:01 +00:00
controllers All CI offline migrations 2017-03-17 23:06:11 +00:00
finders Allow filtering by all started milestones 2017-03-15 17:02:38 +00:00
helpers Merge branch 'add-blob-copy-button' into 'master' 2017-03-16 23:03:37 +00:00
mailers All CI offline migrations 2017-03-17 23:06:11 +00:00
models Send only defined dependencies 2017-03-20 09:40:36 +01:00
policies use policies to protect sending email 2017-03-09 11:49:53 -08:00
presenters
serializers
services All CI offline migrations 2017-03-17 23:06:11 +00:00
uploaders
validators Reserve few project and nested group paths 2017-03-13 15:47:24 +02:00
views don't show loading spinners for server-rendered sidebar fields 2017-03-18 11:36:05 +11:00
workers All CI offline migrations 2017-03-17 23:06:11 +00:00