<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-ce.git/app/models/snippet.rb, branch 14176-diff-paste-data</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>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>Removed arel_table receiver from search methods</title>
<updated>2016-03-11T20:25:23+00:00</updated>
<author>
<name>Yorick Peterse</name>
<email>yorickpeterse@gmail.com</email>
</author>
<published>2016-03-04T11:01:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=d7d5937531350283f6cbd68dead5750227e6d962'/>
<id>d7d5937531350283f6cbd68dead5750227e6d962</id>
<content type='text'>
We can just use "arel_table" in these cases instead of
"SomeClass.arel_table".
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We can just use "arel_table" in these cases instead of
"SomeClass.arel_table".
</pre>
</div>
</content>
</entry>
<entry>
<title>Use ILIKE/LIKE for searching snippets</title>
<updated>2016-03-11T20:25:21+00:00</updated>
<author>
<name>Yorick Peterse</name>
<email>yorickpeterse@gmail.com</email>
</author>
<published>2016-03-01T11:51:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=1f5284e5ddf2ce9b555799f43ca73be32d9bdf67'/>
<id>1f5284e5ddf2ce9b555799f43ca73be32d9bdf67</id>
<content type='text'>
Previously this used a regular LIKE which is case-sensitive on
PostgreSQL. This ensures that for both PostgreSQL and MySQL the
searching is case-insensitive similar to searching for projects.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Previously this used a regular LIKE which is case-sensitive on
PostgreSQL. This ensures that for both PostgreSQL and MySQL the
searching is case-insensitive similar to searching for projects.
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove `Snippet#expires_at`</title>
<updated>2016-03-05T23:12:17+00:00</updated>
<author>
<name>Robert Speicher</name>
<email>rspeicher@gmail.com</email>
</author>
<published>2016-03-05T22:17:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=836d5930332797192094ce4a3c8083e96f7e8c53'/>
<id>836d5930332797192094ce4a3c8083e96f7e8c53</id>
<content type='text'>
This was removed from the interface in
https://github.com/gitlabhq/gitlabhq/pull/6027 but its implementation
lingered around for two years.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This was removed from the interface in
https://github.com/gitlabhq/gitlabhq/pull/6027 but its implementation
lingered around for two years.
</pre>
</div>
</content>
</entry>
<entry>
<title>Autolink first so we don't pick up numeric anchors as issue references.</title>
<updated>2015-12-01T14:53:32+00:00</updated>
<author>
<name>Douwe Maan</name>
<email>douwe@gitlab.com</email>
</author>
<published>2015-12-01T14:51:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=f3ea06eb7f8bef748be0882cb0b4fb58deed8eef'/>
<id>f3ea06eb7f8bef748be0882cb0b4fb58deed8eef</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Recognize issue/MR/snippet/commit links as references.</title>
<updated>2015-11-30T20:36:34+00:00</updated>
<author>
<name>Douwe Maan</name>
<email>douwe@gitlab.com</email>
</author>
<published>2015-11-30T20:14:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=d6a5b45c8ea5ec7a68e213636fde405c52bb90e4'/>
<id>d6a5b45c8ea5ec7a68e213636fde405c52bb90e4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Make snippet filename optional.</title>
<updated>2015-06-19T23:06:57+00:00</updated>
<author>
<name>Nicolas</name>
<email>nicolas@gitlab.com</email>
</author>
<published>2015-06-12T14:15:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=aecc989154ccb3cf044cff0341c0b7c195a9a572'/>
<id>aecc989154ccb3cf044cff0341c0b7c195a9a572</id>
<content type='text'>
Fixes #2384.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes #2384.
</pre>
</div>
</content>
</entry>
<entry>
<title>Surround Project.reference_pattern in parenthesis inside other patterns</title>
<updated>2015-05-26T19:49:22+00:00</updated>
<author>
<name>Robert Speicher</name>
<email>rspeicher@gmail.com</email>
</author>
<published>2015-05-15T20:10:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=1a9da9178cfd25190997b621e428a5c7ce467cd1'/>
<id>1a9da9178cfd25190997b621e428a5c7ce467cd1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add `reference_pattern` to Referable models</title>
<updated>2015-05-26T19:48:32+00:00</updated>
<author>
<name>Robert Speicher</name>
<email>rspeicher@gmail.com</email>
</author>
<published>2015-05-14T20:59:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=b88da58cb6272a86b6df2e4efe392f10e689a6b2'/>
<id>b88da58cb6272a86b6df2e4efe392f10e689a6b2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Minor model spec cleanups</title>
<updated>2015-05-26T19:48:30+00:00</updated>
<author>
<name>Robert Speicher</name>
<email>rspeicher@gmail.com</email>
</author>
<published>2015-05-03T03:14:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=8773f339a33cf31f979013cf306e5fca5fe66a89'/>
<id>8773f339a33cf31f979013cf306e5fca5fe66a89</id>
<content type='text'>
Snippet model was missing project association
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Snippet model was missing project association
</pre>
</div>
</content>
</entry>
</feed>
