<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-ce.git/spec/lib, branch background-delete-process</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>Partially revert "Add IP check against DNSBLs at account sign-up"</title>
<updated>2016-01-28T21:28:19+00:00</updated>
<author>
<name>Robert Speicher</name>
<email>rspeicher@gmail.com</email>
</author>
<published>2016-01-28T21:28:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=ca05054ea2a8aff81822f310c5dafb68ae26e10e'/>
<id>ca05054ea2a8aff81822f310c5dafb68ae26e10e</id>
<content type='text'>
This partially reverts 6a5cd3ca - we keep the migration and add a new
migration that reverts it in order to keep migration history intact.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This partially reverts 6a5cd3ca - we keep the migration and add a new
migration that reverts it in order to keep migration history intact.
</pre>
</div>
</content>
</entry>
<entry>
<title>Move blame group logic to dedicated class</title>
<updated>2016-01-28T13:49:21+00:00</updated>
<author>
<name>Douwe Maan</name>
<email>douwe@selenight.nl</email>
</author>
<published>2016-01-28T13:49:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=b636f83e5910d10a954464370efe42cc14a097ba'/>
<id>b636f83e5910d10a954464370efe42cc14a097ba</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update ExternalIssue regex for JIRA integration</title>
<updated>2016-01-26T20:55:40+00:00</updated>
<author>
<name>Blake Hitchcock</name>
<email>rbhitchcock@gmail.com</email>
</author>
<published>2016-01-25T16:27:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=4be65c3231f1bc260134d1c301b24baf87ef1552'/>
<id>4be65c3231f1bc260134d1c301b24baf87ef1552</id>
<content type='text'>
The pattern in the `::reference_pattern` class method in the
ExternalIssue model does not match all valid forms of JIRA project
names. I have updated the regex to match JIRA project names with numbers
and underscores. More information on valid JIRA project names can be
found here:
https://confluence.atlassian.com/jira/changing-the-project-key-format-192534.html

* The first character must be a letter,
* All letters used in the project key must be from the Modern Roman Alphabet and upper case, and
* Only letters, numbers or the underscore character can be used.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The pattern in the `::reference_pattern` class method in the
ExternalIssue model does not match all valid forms of JIRA project
names. I have updated the regex to match JIRA project names with numbers
and underscores. More information on valid JIRA project names can be
found here:
https://confluence.atlassian.com/jira/changing-the-project-key-format-192534.html

* The first character must be a letter,
* All letters used in the project key must be from the Modern Roman Alphabet and upper case, and
* Only letters, numbers or the underscore character can be used.
</pre>
</div>
</content>
</entry>
<entry>
<title>Correct arity for instrumented methods w/o args</title>
<updated>2016-01-25T20:28:59+00:00</updated>
<author>
<name>Yorick Peterse</name>
<email>yorickpeterse@gmail.com</email>
</author>
<published>2016-01-25T20:26:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=b74308c0a74ce9256bfe906a070b8751d2cc9e9e'/>
<id>b74308c0a74ce9256bfe906a070b8751d2cc9e9e</id>
<content type='text'>
This ensures that an instrumented method that doesn't take arguments
reports an arity of 0, instead of -1.

If Ruby had a proper method for finding out the required arguments of a
method (e.g. Method#required_arguments) this would not have been an
issue. Sadly the only two methods we have are Method#parameters and
Method#arity, and both are equally painful to use.

Fixes gitlab-org/gitlab-ce#12450
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This ensures that an instrumented method that doesn't take arguments
reports an arity of 0, instead of -1.

If Ruby had a proper method for finding out the required arguments of a
method (e.g. Method#required_arguments) this would not have been an
issue. Sadly the only two methods we have are Method#parameters and
Method#arity, and both are equally painful to use.

Fixes gitlab-org/gitlab-ce#12450
</pre>
</div>
</content>
</entry>
<entry>
<title>Whitelist raw "abbr" elements when parsing Markdown</title>
<updated>2016-01-23T19:38:06+00:00</updated>
<author>
<name>Benedict Etzel</name>
<email>developer@beheh.de</email>
</author>
<published>2016-01-22T12:47:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=6435f78a8c66be92613c3a8ea4ec8171d0c38fea'/>
<id>6435f78a8c66be92613c3a8ea4ec8171d0c38fea</id>
<content type='text'>
Closes #12517
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes #12517
</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>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>
</feed>
