<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-ce.git/app/services/git_push_service.rb, branch shell-version-warning</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>Extend push_tag event to include tag message and last commit</title>
<updated>2015-03-21T10:25:27+00:00</updated>
<author>
<name>Kamil Trzcinski</name>
<email>ayufan@ayufan.eu</email>
</author>
<published>2014-12-05T21:56:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=5b432e76710eb70cc41c59af1ea9a294202a49fc'/>
<id>5b432e76710eb70cc41c59af1ea9a294202a49fc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fewer constants, more helpers.</title>
<updated>2015-03-19T09:34:04+00:00</updated>
<author>
<name>Douwe Maan</name>
<email>douwe@gitlab.com</email>
</author>
<published>2015-03-19T09:34:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=a5a5ec970e0e8dc56103decd3a0f5fbf3db46bcb'/>
<id>a5a5ec970e0e8dc56103decd3a0f5fbf3db46bcb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>More consistent method naming.</title>
<updated>2015-03-13T15:07:02+00:00</updated>
<author>
<name>Douwe Maan</name>
<email>douwe@gitlab.com</email>
</author>
<published>2015-03-13T13:55:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=f2024b1e06587c2b274d4982a48d80d052bba088'/>
<id>f2024b1e06587c2b274d4982a48d80d052bba088</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use Gitlab::Git helper methods and constants as much as possible.</title>
<updated>2015-03-10T12:39:31+00:00</updated>
<author>
<name>Douwe Maan</name>
<email>douwe@gitlab.com</email>
</author>
<published>2015-03-10T10:51:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=383c56efa1882d9cab956de5b5b72e51691c3f0c'/>
<id>383c56efa1882d9cab956de5b5b72e51691c3f0c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix mass SQL statements on initial push</title>
<updated>2015-03-09T11:52:45+00:00</updated>
<author>
<name>Hannes Rosenögger</name>
<email>123haynes@gmail.com</email>
</author>
<published>2015-03-09T11:52:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=224e104d8dc79e081fd897a1e52799dc1a0082bb'/>
<id>224e104d8dc79e081fd897a1e52799dc1a0082bb</id>
<content type='text'>
This commit disables process_commit_messages()
for the initial push to the default branch.
This fixes the mass SQL statements (~500000) that were executed during
the initial push of the linux kernel for example.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This commit disables process_commit_messages()
for the initial push to the default branch.
This fixes the mass SQL statements (~500000) that were executed during
the initial push of the linux kernel for example.
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #595: Support Slack notifications upon issue and merge request events</title>
<updated>2015-03-03T10:14:31+00:00</updated>
<author>
<name>Stan Hu</name>
<email>stanhu@gmail.com</email>
</author>
<published>2015-02-19T05:02:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=afe5d7d209a4088d71e35d6382e6523b89f94ebe'/>
<id>afe5d7d209a4088d71e35d6382e6523b89f94ebe</id>
<content type='text'>
1) Adds a DB migration for all services to toggle on push, issue, and merge events.

2) Upon an issue or merge request event, fire service hooks.

3) Slack service supports custom messages for each of these events. Other services
not supported at the moment.

4) Label merge request hooks with their corresponding actions.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
1) Adds a DB migration for all services to toggle on push, issue, and merge events.

2) Upon an issue or merge request event, fire service hooks.

3) Slack service supports custom messages for each of these events. Other services
not supported at the moment.

4) Label merge request hooks with their corresponding actions.
</pre>
</div>
</content>
</entry>
<entry>
<title>Move all event creation to EventCreateService.</title>
<updated>2015-02-13T11:02:58+00:00</updated>
<author>
<name>Douwe Maan</name>
<email>douwe@gitlab.com</email>
</author>
<published>2015-02-13T10:57:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=07d05d2df7d1b79406232e91a7354e0c7fd1877a'/>
<id>07d05d2df7d1b79406232e91a7354e0c7fd1877a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>indentation</title>
<updated>2015-01-25T17:36:11+00:00</updated>
<author>
<name>Marco Wessel</name>
<email>marco@poop.nl</email>
</author>
<published>2015-01-25T17:36:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=c821412e305b3e7226485d561ce39ab0d419e990'/>
<id>c821412e305b3e7226485d561ce39ab0d419e990</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Allow configuring protection of the default branch upon first push</title>
<updated>2015-01-25T16:09:10+00:00</updated>
<author>
<name>Marco Wessel</name>
<email>marco@poop.nl</email>
</author>
<published>2015-01-25T15:33:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=aad6ceaef9ccfba8e058012a0877b80c103a3838'/>
<id>aad6ceaef9ccfba8e058012a0877b80c103a3838</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #8096 from cirosantilli/regex-to-string</title>
<updated>2015-01-15T22:37:11+00:00</updated>
<author>
<name>Dmitriy Zaporozhets</name>
<email>dmitriy.zaporozhets@gmail.com</email>
</author>
<published>2015-01-15T22:37:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=c5ba87a2fbd4eb0bcce5431683e26e8d345db5c4'/>
<id>c5ba87a2fbd4eb0bcce5431683e26e8d345db5c4</id>
<content type='text'>
Replace regex methods by string ones since faster and more readable</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Replace regex methods by string ones since faster and more readable</pre>
</div>
</content>
</entry>
</feed>
