gitlab-org--gitlab-foss/lib
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
..
api Add ability to fetch the commit ID of the last commit that actually touched a file 2015-11-02 17:07:06 +02:00
assets
backup Explicitly require backup/files 2015-11-02 15:04:43 -05:00
ci Extend yml syntax for only and except to support specifying repository path 2015-11-02 14:44:06 +01:00
gitlab Merge branch 'olhado/gitlab-ce-commit-search' 2015-11-03 11:28:56 +01:00
omni_auth Add reset_session for the :reset_session strategy. 2015-04-24 20:10:32 +02:00
rouge/formatters Fix diff syntax highlighting 2015-08-10 08:07:26 -07:00
support Switch to gitlab-workhorse 2015-10-29 14:21:24 +01:00
tasks Added @commits to list of tags. 2015-10-28 22:34:39 -04:00
disable_email_interceptor.rb
email_validator.rb
event_filter.rb Fix rubocop warnings in lib 2015-10-03 01:29:58 -05:00
extracts_path.rb Only render 404 page from /public 2015-10-13 20:12:34 +03:00
file_size_validator.rb Support configurable attachment size via Application Settings 2015-04-02 00:04:08 -07:00
gitlab.rb Revert "Merge branch 'revert-satellites' into 'master' " 2015-08-11 14:33:31 +02:00
gt_one_coercion.rb
repository_cache.rb Store commit count in project table 2015-07-17 15:22:56 +02:00
static_model.rb
unfold_form.rb Gitlab Issue 707: Indent unfolded code 1 character 2015-07-22 09:58:17 -04:00
version_check.rb Replace host with real one 2015-05-11 18:21:45 +03:00