gitlab-org--gitlab-foss/app
Kamil Trzciński 86c0d8d289 Merge branch 'only-syntax' into 'master'
Extend yml syntax for only and except to support specifying repository path

This allows to limit execution of jobs to specific repository.

For example:
```yaml
job:
  only:
    - branches@gitlab-org/gitlab-ce
  except:
    - master@gitlab-org/gitlab-ce
```

The above will run `job` for all branches on `gitlab-org/gitlab-ce`, except master.

@dzaporozhets @JobV @vsizov Please review.


See merge request !1720
2015-11-03 12:13:21 +00:00
..
assets Merge branch 'olhado/gitlab-ce-commit-search' 2015-11-03 11:28:56 +01:00
controllers Merge branch 'olhado/gitlab-ce-commit-search' 2015-11-03 11:28:56 +01:00
finders Rename confusing methods 2015-10-19 11:46:22 +02:00
helpers Merge branch 'ci-status-mr-index' into 'master' 2015-10-25 09:14:48 +00:00
mailers Only pass abuse report ID to AbuseReportMailer. 2015-10-18 11:58:45 +02:00
models Merge branch 'only-syntax' into 'master' 2015-11-03 12:13:21 +00:00
services Add ability to create directories in the editor 2015-10-29 15:49:07 +01:00
uploaders Fix: Images cannot show when projects' path was changed 2015-10-14 18:50:35 +03:00
views Fix code that depends on incorrect inflector behavior 2015-11-03 12:00:27 +01:00
workers Remove unused sidekiq worker 2015-10-20 17:11:31 +02:00