<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-ce.git/app/models/external_issue.rb, branch replace_explore_projects.feature</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>Improve support for external issue references</title>
<updated>2017-06-30T12:47:53+00:00</updated>
<author>
<name>Adam Niedzielski</name>
<email>adamsunday@gmail.com</email>
</author>
<published>2017-06-30T12:47:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=9da3076944146444cb864d5db066a766c76b1935'/>
<id>9da3076944146444cb864d5db066a766c76b1935</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix issues mentioned but not closed for JIRA</title>
<updated>2017-03-06T14:18:49+00:00</updated>
<author>
<name>Sean McGivern</name>
<email>sean@gitlab.com</email>
</author>
<published>2017-03-03T14:25:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=9f612cc428c47a578bef8869e2e93966c021e655'/>
<id>9f612cc428c47a578bef8869e2e93966c021e655</id>
<content type='text'>
The `ReferenceExtractor` would return an array of `ExternalIssue`
objects, and then perform `Array#-` to remove the issues
closed. `ExternalIssue`s had `==` defined, but not `hash` or `eql?`,
which are used by `Array#-`.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The `ReferenceExtractor` would return an array of `ExternalIssue`
objects, and then perform `Array#-` to remove the issues
closed. `ExternalIssue`s had `==` defined, but not `hash` or `eql?`,
which are used by `Array#-`.
</pre>
</div>
</content>
</entry>
<entry>
<title>Enable Performance/RedundantMatch</title>
<updated>2017-02-23T15:31:57+00:00</updated>
<author>
<name>Douwe Maan</name>
<email>douwe@selenight.nl</email>
</author>
<published>2017-02-22T00:16:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=ccbebbdfeb9ce78c0a386ae08ae88aeb7dc5ad86'/>
<id>ccbebbdfeb9ce78c0a386ae08ae88aeb7dc5ad86</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix cross-project references copy to include the project reference</title>
<updated>2017-01-03T12:01:46+00:00</updated>
<author>
<name>James Lopez</name>
<email>james@jameslopez.es</email>
</author>
<published>2016-12-21T16:41:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=112f47057275312daa876bee5bd74d5464410bc5'/>
<id>112f47057275312daa876bee5bd74d5464410bc5</id>
<content type='text'>
Also added relevant specs and refactored to_references in a bunch of places to be more consistent.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also added relevant specs and refactored to_references in a bunch of places to be more consistent.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add the method ExternalIssue#project_id</title>
<updated>2016-11-07T11:49:24+00:00</updated>
<author>
<name>Yorick Peterse</name>
<email>yorickpeterse@gmail.com</email>
</author>
<published>2016-10-11T15:37:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=24261f2dbd50583ac997c3f53f78104a96fa2cd3'/>
<id>24261f2dbd50583ac997c3f53f78104a96fa2cd3</id>
<content type='text'>
This method returns the project's ID, making ExternalIssue slightly more
compatible with Issue (which also defines the "project_id" method).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This method returns the project's ID, making ExternalIssue slightly more
compatible with Issue (which also defines the "project_id" method).
</pre>
</div>
</content>
</entry>
<entry>
<title>Prevent wrong markdown on issue ids when project has Jira service activated</title>
<updated>2016-10-19T15:46:04+00:00</updated>
<author>
<name>Felipe Artur</name>
<email>felipefac@gmail.com</email>
</author>
<published>2016-10-06T22:05:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=8e4301d982ce28d80e711865ac294a98ddce3ec6'/>
<id>8e4301d982ce28d80e711865ac294a98ddce3ec6</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 number_sign_for_external_issue_ref</title>
<updated>2016-04-17T16:17:27+00:00</updated>
<author>
<name>BaldinoF</name>
<email>baldinof@gmail.com</email>
</author>
<published>2016-04-17T16:17:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=b04140a1e497c75a721bc4e5458907bf35a0a8b9'/>
<id>b04140a1e497c75a721bc4e5458907bf35a0a8b9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Hide number sign for string prefixed external issues</title>
<updated>2016-04-12T08:01:52+00:00</updated>
<author>
<name>Baldinof</name>
<email>baldinof@gmail.com</email>
</author>
<published>2016-04-12T08:01:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=3918fce5bd073e18addb7d1d4aaf3c81ce8150b0'/>
<id>3918fce5bd073e18addb7d1d4aaf3c81ce8150b0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Memoize reference_pattern/link_reference_pattern</title>
<updated>2016-04-01T09:13:30+00:00</updated>
<author>
<name>Yorick Peterse</name>
<email>yorickpeterse@gmail.com</email>
</author>
<published>2016-03-24T15:41:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=e7849b0b25390a96881d1f8affd1eadab4e9de62'/>
<id>e7849b0b25390a96881d1f8affd1eadab4e9de62</id>
<content type='text'>
These methods are called quite often in loops so by memoizing their
output we can reduce timings a bit.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
These methods are called quite often in loops so by memoizing their
output we can reduce timings a bit.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add number sign on external issue reference text</title>
<updated>2016-03-22T14:36:50+00:00</updated>
<author>
<name>Baldinof</name>
<email>baldinof@gmail.com</email>
</author>
<published>2016-03-22T09:56:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=b372968e936a8b02f8d7ff73a1e1cc25b332406c'/>
<id>b372968e936a8b02f8d7ff73a1e1cc25b332406c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
