<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-ce.git/spec, branch fix-ui-padding</title>
<subtitle>gitlab.com: gitlab-org/gitlab-ce.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/'/>
<entry>
<title>Merge branch 'fix-comment-on-diff-ajax-loading'</title>
<updated>2016-01-22T18:20:19+00:00</updated>
<author>
<name>Dmitriy Zaporozhets</name>
<email>dmitriy.zaporozhets@gmail.com</email>
</author>
<published>2016-01-22T18:20:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=56b527093d3a5ba5d2d93d387e4f3cc3bc85ce50'/>
<id>56b527093d3a5ba5d2d93d387e4f3cc3bc85ce50</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'ci/recursive-artifacts-entries' into 'master'</title>
<updated>2016-01-21T23:23:02+00:00</updated>
<author>
<name>Robert Speicher</name>
<email>robert@gitlab.com</email>
</author>
<published>2016-01-21T23:23:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=3f5e6c6cf65640d01ac5c784b7ba47c74531519e'/>
<id>3f5e6c6cf65640d01ac5c784b7ba47c74531519e</id>
<content type='text'>

Add method to calculate total size of artifacts in subpath

See merge request !2500</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>

Add method to calculate total size of artifacts in subpath

See merge request !2500</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'ci/cache-key' into 'master'</title>
<updated>2016-01-21T11:15:28+00:00</updated>
<author>
<name>Douwe Maan</name>
<email>douwe@gitlab.com</email>
</author>
<published>2016-01-21T11:15:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=54729d2c28c7e612cafbf81d980f274f6405df2a'/>
<id>54729d2c28c7e612cafbf81d980f274f6405df2a</id>
<content type='text'>

Added cache:key to .gitlab-ci.yml allowing to fine tune the caching

The `cache:key` allows you to define the affinity mask of caching, allowing to have single cache for all jobs, or cache per-job, or per-branch, or any other way you would need:

1. Cache per-build for all branches:

```
cache:
    key: "$CI_BUILD_NAME"
    untracked: true
```

2. Cache per-branch for all jobs:

```
cache:
    key: "$CI_BUILD_REF"
    untracked: true
```



/cc @DouweM @grzesiek @axil


See merge request !2436</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>

Added cache:key to .gitlab-ci.yml allowing to fine tune the caching

The `cache:key` allows you to define the affinity mask of caching, allowing to have single cache for all jobs, or cache per-job, or per-branch, or any other way you would need:

1. Cache per-build for all branches:

```
cache:
    key: "$CI_BUILD_NAME"
    untracked: true
```

2. Cache per-branch for all jobs:

```
cache:
    key: "$CI_BUILD_REF"
    untracked: true
```



/cc @DouweM @grzesiek @axil


See merge request !2436</pre>
</div>
</content>
</entry>
<entry>
<title>Fix failing specs</title>
<updated>2016-01-21T09:08:12+00:00</updated>
<author>
<name>Rémy Coutable</name>
<email>remy@rymai.me</email>
</author>
<published>2016-01-21T09:08:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=82571eab43606071f61d5dcf82df488bf6cefc6d'/>
<id>82571eab43606071f61d5dcf82df488bf6cefc6d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added cache:key to .gitlab-ci.yml allowing to fine tune the caching</title>
<updated>2016-01-20T22:12:48+00:00</updated>
<author>
<name>Kamil Trzcinski</name>
<email>ayufan@ayufan.eu</email>
</author>
<published>2016-01-14T16:52:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=c45a6bf3ba13cbd532852dfcc48ef3fd7aa545e4'/>
<id>c45a6bf3ba13cbd532852dfcc48ef3fd7aa545e4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'fix-github-pull-requests-import' into 'master'</title>
<updated>2016-01-20T22:11:20+00:00</updated>
<author>
<name>Robert Speicher</name>
<email>robert@gitlab.com</email>
</author>
<published>2016-01-20T22:11:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=3e7092a83ab0fc6cb259627c8ecc0e259f77ca7c'/>
<id>3e7092a83ab0fc6cb259627c8ecc0e259f77ca7c</id>
<content type='text'>

Fix cross projects detection when importing GitHub pull requests

Fixes #12456

See merge request !2523</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>

Fix cross projects detection when importing GitHub pull requests

Fixes #12456

See merge request !2523</pre>
</div>
</content>
</entry>
<entry>
<title>Fix cross projects detection when importing GitHub pull requests</title>
<updated>2016-01-20T21:36:35+00:00</updated>
<author>
<name>Douglas Barbosa Alexandre</name>
<email>dbalexandre@gmail.com</email>
</author>
<published>2016-01-20T21:36:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=f4bdbecfd54c39baed79d0143de97933d26e3215'/>
<id>f4bdbecfd54c39baed79d0143de97933d26e3215</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add method that calculates total size for artifacts subfolder</title>
<updated>2016-01-20T20:55:13+00:00</updated>
<author>
<name>Kamil Trzcinski</name>
<email>ayufan@ayufan.eu</email>
</author>
<published>2016-01-20T20:48:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=9b0f57781e8c71eb0e627a63078fedcedfe62bbb'/>
<id>9b0f57781e8c71eb0e627a63078fedcedfe62bbb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'master' into issue_3945</title>
<updated>2016-01-20T20:07:00+00:00</updated>
<author>
<name>Rubén Dávila</name>
<email>rdavila84@gmail.com</email>
</author>
<published>2016-01-20T20:07:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=985297d82ac706bee0a310bf61003ac1f5c56b8a'/>
<id>985297d82ac706bee0a310bf61003ac1f5c56b8a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use a MR with commits.</title>
<updated>2016-01-20T19:41:23+00:00</updated>
<author>
<name>Rubén Dávila</name>
<email>rdavila84@gmail.com</email>
</author>
<published>2016-01-20T19:38:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=86b75f4713fa6cb14cbf443c1e29ca6384204b65'/>
<id>86b75f4713fa6cb14cbf443c1e29ca6384204b65</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
