<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-ce.git/app/models/network/commit.rb, branch performance-bar-sql</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>Whitelist or fix additional `Gitlab/PublicSend` cop violations</title>
<updated>2017-08-14T16:14:11+00:00</updated>
<author>
<name>Robert Speicher</name>
<email>rspeicher@gmail.com</email>
</author>
<published>2017-08-10T16:39:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=260c8da060a6039cbd47cfe31c8ec6d6f9b43de0'/>
<id>260c8da060a6039cbd47cfe31c8ec6d6f9b43de0</id>
<content type='text'>
An upcoming update to rubocop-gitlab-security added additional
violations.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
An upcoming update to rubocop-gitlab-security added additional
violations.
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove grit require</title>
<updated>2013-09-30T10:59:16+00:00</updated>
<author>
<name>Dmitriy Zaporozhets</name>
<email>dmitriy.zaporozhets@gmail.com</email>
</author>
<published>2013-09-30T10:59:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=278250821cc83a6357087dc585c27e2884d53b15'/>
<id>278250821cc83a6357087dc585c27e2884d53b15</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove the dependancy of grit from class Network::Graph</title>
<updated>2013-08-20T03:05:23+00:00</updated>
<author>
<name>Hiroyuki Sato</name>
<email>sathiroyuki@gmail.com</email>
</author>
<published>2013-08-20T03:05:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=fd0afcc996d687232c1181263b17793b2827d44e'/>
<id>fd0afcc996d687232c1181263b17793b2827d44e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove grit logic from app/</title>
<updated>2013-03-31T15:49:58+00:00</updated>
<author>
<name>Dmitriy Zaporozhets</name>
<email>dmitriy.zaporozhets@gmail.com</email>
</author>
<published>2013-03-31T15:49:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=154e54b46e01615bc13f5e3ac2d0f07f7a27464d'/>
<id>154e54b46e01615bc13f5e3ac2d0f07f7a27464d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Refactor: Removing the duplicated code.</title>
<updated>2013-03-07T12:10:27+00:00</updated>
<author>
<name>Sato Hiroyuki</name>
<email>sathiroyuki@gmail.com</email>
</author>
<published>2013-03-07T11:36:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=b7e5f4556ba845cf228eb8cb70f437e2f6792c69'/>
<id>b7e5f4556ba845cf228eb8cb70f437e2f6792c69</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Refactor: clean up models.</title>
<updated>2013-03-07T08:56:01+00:00</updated>
<author>
<name>Sato Hiroyuki</name>
<email>sathiroyuki@gmail.com</email>
</author>
<published>2013-03-07T08:56:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=8c5003cf75bf48faf88d7148a241c9e89f623c97'/>
<id>8c5003cf75bf48faf88d7148a241c9e89f623c97</id>
<content type='text'>
* Network::Commit
** Removing unnecessary accessors.
** Removing add_refs methods.
* Network::Graph
** Removing unnecessary accessors.
** The 3 times loop of commits don't need.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Network::Commit
** Removing unnecessary accessors.
** Removing add_refs methods.
* Network::Graph
** Removing unnecessary accessors.
** The 3 times loop of commits don't need.
</pre>
</div>
</content>
</entry>
<entry>
<title>Refactor: rename module and class names.</title>
<updated>2013-03-07T06:42:30+00:00</updated>
<author>
<name>Sato Hiroyuki</name>
<email>sathiroyuki@gmail.com</email>
</author>
<published>2013-03-07T06:42:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=e03a018d28488260eb6c69741680691426f823a6'/>
<id>e03a018d28488260eb6c69741680691426f823a6</id>
<content type='text'>
* Module: Graph -&gt; Network
* Class: JsonBuilder -&gt; Graph
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Module: Graph -&gt; Network
* Class: JsonBuilder -&gt; Graph
</pre>
</div>
</content>
</entry>
</feed>
