<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-ce.git/app/services/projects, branch sql-guide</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>Moved cache expiration code to Repository hooks</title>
<updated>2016-02-23T11:02:59+00:00</updated>
<author>
<name>Yorick Peterse</name>
<email>yorickpeterse@gmail.com</email>
</author>
<published>2016-02-23T11:02:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=ff28a7cc3687485ee138d4616a56ba1548a03e7c'/>
<id>ff28a7cc3687485ee138d4616a56ba1548a03e7c</id>
<content type='text'>
This keeps all the cache expiration code in a single file/class instead
of spreading it all across the codebase.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This keeps all the cache expiration code in a single file/class instead
of spreading it all across the codebase.
</pre>
</div>
</content>
</entry>
<entry>
<title>Flush all repository caches when deleting a repo</title>
<updated>2016-02-17T10:38:18+00:00</updated>
<author>
<name>Yorick Peterse</name>
<email>yorickpeterse@gmail.com</email>
</author>
<published>2016-02-16T22:11:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=b1203108b0eda20f87c75004f035e9e7a51f1124'/>
<id>b1203108b0eda20f87c75004f035e9e7a51f1124</id>
<content type='text'>
This ensures that _all_ caches (including any caches normally only
flushed under certain conditions) are flushed whenever a project is
removed. Because cache keys are based on project namespaces (excluding
IDs) not doing so could result in a newly created project re-using old
caches (if the project was re-created using the same name).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This ensures that _all_ caches (including any caches normally only
flushed under certain conditions) are flushed whenever a project is
removed. Because cache keys are based on project namespaces (excluding
IDs) not doing so could result in a newly created project re-using old
caches (if the project was re-created using the same name).
</pre>
</div>
</content>
</entry>
<entry>
<title>First pass at deleting projects in the background.</title>
<updated>2016-01-29T14:14:16+00:00</updated>
<author>
<name>Josh Frye</name>
<email>joshfng@gmail.com</email>
</author>
<published>2016-01-22T19:13:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=91b9cbff8de538c2966bca94c517ee6aa346f79b'/>
<id>91b9cbff8de538c2966bca94c517ee6aa346f79b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Move Gitlab::BitbucketImport::KeyDeleter to it's own importer</title>
<updated>2016-01-26T12:56:22+00:00</updated>
<author>
<name>Douglas Barbosa Alexandre</name>
<email>dbalexandre@gmail.com</email>
</author>
<published>2016-01-21T18:53:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=c0403234193dcb2033bd57160bb0ab6893bb8d77'/>
<id>c0403234193dcb2033bd57160bb0ab6893bb8d77</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Extract Projects::ImportService service from RepositoryImportWorker</title>
<updated>2016-01-26T00:58:30+00:00</updated>
<author>
<name>Douglas Barbosa Alexandre</name>
<email>dbalexandre@gmail.com</email>
</author>
<published>2016-01-21T18:09:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=6dd88e090e94f7f36fafd3e35c35a2868f89eebe'/>
<id>6dd88e090e94f7f36fafd3e35c35a2868f89eebe</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Creator should be added as a master of the project on creation</title>
<updated>2016-01-20T22:06:28+00:00</updated>
<author>
<name>Douglas Barbosa Alexandre</name>
<email>dbalexandre@gmail.com</email>
</author>
<published>2016-01-20T18:55:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=096485ef65ffce7d31d0cefe530cc1b5c1825b52'/>
<id>096485ef65ffce7d31d0cefe530cc1b5c1825b52</id>
<content type='text'>
This also enable a project creator to add themselves as a master of the
project.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This also enable a project creator to add themselves as a master of the
project.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix creator should be added as a master of the project on creation</title>
<updated>2016-01-19T15:24:42+00:00</updated>
<author>
<name>Douglas Barbosa Alexandre</name>
<email>dbalexandre@gmail.com</email>
</author>
<published>2016-01-19T15:24:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=2ece1b774aac36f4a92801c665355e7fe1c4d48f'/>
<id>2ece1b774aac36f4a92801c665355e7fe1c4d48f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge gitlab.com:gitlab-org/gitlab-ce</title>
<updated>2016-01-11T08:32:35+00:00</updated>
<author>
<name>Jeroen Nijhof</name>
<email>jeroen@jeroennijhof.nl</email>
</author>
<published>2016-01-11T08:32:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=706255b926f21588fcb11f08d1a3781c407900cd'/>
<id>706255b926f21588fcb11f08d1a3781c407900cd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>DRY up upload and download services</title>
<updated>2016-01-08T16:38:53+00:00</updated>
<author>
<name>Douwe Maan</name>
<email>douwe@gitlab.com</email>
</author>
<published>2016-01-08T16:38:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=0614793b38db4711053cbcb4fa80d9c8cc492eec'/>
<id>0614793b38db4711053cbcb4fa80d9c8cc492eec</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add API project upload endpoint</title>
<updated>2016-01-07T12:37:14+00:00</updated>
<author>
<name>Douwe Maan</name>
<email>douwe@gitlab.com</email>
</author>
<published>2016-01-07T12:37:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=1886d727f738895bb552151d59d4024f405522e2'/>
<id>1886d727f738895bb552151d59d4024f405522e2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
