<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-ce.git/app/models/external_issue.rb, branch bootstrap-markdown-code-highlight</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>Fix closing issues text added to MRs for external issue trackers</title>
<updated>2018-02-14T14:58:28+00:00</updated>
<author>
<name>Sean McGivern</name>
<email>sean@gitlab.com</email>
</author>
<published>2018-02-14T11:51:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=a4bb0ff8b899bf2e48b54d797997437431eaa802'/>
<id>a4bb0ff8b899bf2e48b54d797997437431eaa802</id>
<content type='text'>
Before, this would:

1. Not use the correct reference for non-JIRA external trackers.
2. Append 'Closes ' if an external tracker was enabled, but no issue matched the
   branch name.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Before, this would:

1. Not use the correct reference for non-JIRA external trackers.
2. Append 'Closes ' if an external tracker was enabled, but no issue matched the
   branch name.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix link text from group context</title>
<updated>2017-11-23T11:59:14+00:00</updated>
<author>
<name>Jarka Kadlecova</name>
<email>jarka@gitlab.com</email>
</author>
<published>2017-11-22T13:20:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=e826c5d0917a7fe2225fb6ba0862bc56c1ef3fc2'/>
<id>e826c5d0917a7fe2225fb6ba0862bc56c1ef3fc2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use Commit#notes and Note.for_commit_id when possible to make sure we use all the indexes available to us</title>
<updated>2017-11-08T11:22:11+00:00</updated>
<author>
<name>Douwe Maan</name>
<email>douwe@selenight.nl</email>
</author>
<published>2017-11-07T16:11:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=fec48c6e170fb0032cece5d8cc3b06bb45caee57'/>
<id>fec48c6e170fb0032cece5d8cc3b06bb45caee57</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<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>
</feed>
