gitlab-org--gitlab-foss/spec
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
..
benchmarks Adjusted ips/sec for find_by_any_email benchmarks 2015-10-30 12:00:58 +01:00
controllers Merge branch 'project-path-case-sensitivity' into 'master' 2015-10-22 13:03:04 +00:00
factories Implement Commit Status API 2015-10-12 11:53:49 +02:00
features Remove deprecated CI events from project settings page 2015-10-28 12:33:54 +01:00
finders Merge remote-tracking branch 'public/trending-projects-performance' 2015-10-08 16:22:43 +02:00
fixtures No HTML-only email please 2015-08-21 16:09:55 -07:00
helpers Merge branch 'cross-reference-mr-on-issues' into 'master' 2015-10-18 12:07:28 +00:00
javascripts Apply new design to files page 2015-10-13 16:41:48 +02:00
lib Fix tests 2015-11-03 11:05:54 +01:00
mailers Fix code that depends on incorrect inflector behavior 2015-11-03 12:00:27 +01:00
models Refactor search by commits message 2015-11-02 16:39:24 +01:00
requests Add ability to fetch the commit ID of the last commit that actually touched a file 2015-11-02 17:07:06 +02:00
routing Move partial to right place and fix tests. 2015-09-08 15:14:14 +01:00
services Fix CI badge 2015-10-26 12:23:40 +01:00
support Merge branch 'master' into rs-redactor-filter 2015-10-16 11:26:48 +02:00
tasks/gitlab One more backup spec fix 2015-10-06 16:11:59 +02:00
views/help Allow non-admin users to see version information 2015-09-23 17:18:15 -04:00
workers Remove RepositoryArchiveWorker specs 2015-10-14 12:19:02 +02:00
factories.rb Only publish ssh key-type and key 2015-08-04 14:33:18 +02:00
factories_spec.rb Remove the invalid key factories 2015-04-11 17:12:10 -04:00
rails_helper.rb Started on the actual rspec 3 upgrade 2015-06-22 12:12:49 +02:00
spec_helper.rb Merge branch 'refactor-build-service' into 'master' 2015-10-05 17:42:50 +00:00
teaspoon_env.rb teaspoon install 2015-05-28 18:22:32 -04:00