<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-ce.git/app/controllers/projects/services_controller.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>Add a service to support external wikis</title>
<updated>2015-03-12T18:13:51+00:00</updated>
<author>
<name>Hannes Rosenögger</name>
<email>123haynes@gmail.com</email>
</author>
<published>2015-01-08T17:15:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=7ff9c8229d8df09be5927086222aad0cd5d71477'/>
<id>7ff9c8229d8df09be5927086222aad0cd5d71477</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 'emails-on-push'</title>
<updated>2015-03-08T23:49:11+00:00</updated>
<author>
<name>Dmitriy Zaporozhets</name>
<email>dmitriy.zaporozhets@gmail.com</email>
</author>
<published>2015-03-08T23:49:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=8b551ee31858db9c5da1ff5245359151d5b71211'/>
<id>8b551ee31858db9c5da1ff5245359151d5b71211</id>
<content type='text'>
Conflicts:
	app/controllers/projects/services_controller.rb
	app/models/project_services/emails_on_push_service.rb
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Conflicts:
	app/controllers/projects/services_controller.rb
	app/models/project_services/emails_on_push_service.rb
</pre>
</div>
</content>
</entry>
<entry>
<title>Added comment notification events to HipChat and Slack services.</title>
<updated>2015-03-06T14:54:00+00:00</updated>
<author>
<name>Stan Hu</name>
<email>stanhu@gmail.com</email>
</author>
<published>2015-03-05T18:38:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=7e204cf389346d23e71bc4c2fa9e14cf82a7ed2e'/>
<id>7e204cf389346d23e71bc4c2fa9e14cf82a7ed2e</id>
<content type='text'>
Supports four different event types all bundled under the "note" event type:

- comments on a commit
- comments on an issue
- comments on a merge request
- comments on a code snippet
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Supports four different event types all bundled under the "note" event type:

- comments on a commit
- comments on an issue
- comments on a merge request
- comments on a code snippet
</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>Merge branch 'add-irker-service' of https://github.com/Aorimn/gitlabhq into Aorimn-add-irker-service</title>
<updated>2015-03-02T23:22:31+00:00</updated>
<author>
<name>Dmitriy Zaporozhets</name>
<email>dmitriy.zaporozhets@gmail.com</email>
</author>
<published>2015-03-02T23:22:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=f00feb14ecba4f2efa0960d81b6085744517d4ed'/>
<id>f00feb14ecba4f2efa0960d81b6085744517d4ed</id>
<content type='text'>
Conflicts:
	app/controllers/projects/services_controller.rb
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Conflicts:
	app/controllers/projects/services_controller.rb
</pre>
</div>
</content>
</entry>
<entry>
<title>Add Irker service</title>
<updated>2015-03-01T19:51:03+00:00</updated>
<author>
<name>Aorimn</name>
<email>aorimn@gmail.com</email>
</author>
<published>2015-02-04T20:31:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=f84b7eef3f969a65d0930c9d62b6968b2ae70f12'/>
<id>f84b7eef3f969a65d0930c9d62b6968b2ae70f12</id>
<content type='text'>
Irker is a gateway which sends IRC messages on git updates. This new
service provides an interface to this gateway, integrated in Gitlab, for
each updates.
As per the guidelines, this commit adds the new feature in the
CHANGELOG, tests and documentation.

See http://www.catb.org/esr/irker/
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Irker is a gateway which sends IRC messages on git updates. This new
service provides an interface to this gateway, integrated in Gitlab, for
each updates.
As per the guidelines, this commit adds the new feature in the
CHANGELOG, tests and documentation.

See http://www.catb.org/esr/irker/
</pre>
</div>
</content>
</entry>
<entry>
<title>Allow a user to specify a channel and username for the slack-webhook</title>
<updated>2015-02-28T09:06:32+00:00</updated>
<author>
<name>Andrès Koetsier</name>
<email>koetsier@oblivion.nl</email>
</author>
<published>2014-12-28T20:08:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=d2c85a68bb763d2beccf8ebc0087791f6714c6de'/>
<id>d2c85a68bb763d2beccf8ebc0087791f6714c6de</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add option to disable code diffs to EmailOnPush.</title>
<updated>2015-02-25T13:29:49+00:00</updated>
<author>
<name>Douwe Maan</name>
<email>douwe@gitlab.com</email>
</author>
<published>2015-02-25T13:29:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=85af3e82bfe0ebd01e816ee7c5ee6a2c28ce8ff9'/>
<id>85af3e82bfe0ebd01e816ee7c5ee6a2c28ce8ff9</id>
<content type='text'>
See #1950
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
See #1950
</pre>
</div>
</content>
</entry>
<entry>
<title>Add option to send EmailsOnPush from committer email if domain matches.</title>
<updated>2015-02-25T13:20:35+00:00</updated>
<author>
<name>Douwe Maan</name>
<email>douwe@gitlab.com</email>
</author>
<published>2015-02-25T13:05:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=e0c186c35735a2dc9e05e88ad9975ae016c815d9'/>
<id>e0c186c35735a2dc9e05e88ad9975ae016c815d9</id>
<content type='text'>
See #1809.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
See #1809.
</pre>
</div>
</content>
</entry>
<entry>
<title>Upgrade to Rails 4.1.9</title>
<updated>2015-02-14T18:09:23+00:00</updated>
<author>
<name>Vinnie Okada</name>
<email>vokada@mrvinn.com</email>
</author>
<published>2015-01-24T18:02:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=76aad9b76ed756ca9ba2cbcdb399c815e542b3ae'/>
<id>76aad9b76ed756ca9ba2cbcdb399c815e542b3ae</id>
<content type='text'>
Make the following changes to deal with new behavior in Rails 4.1.2:

* Use nested resources to avoid slashes in arguments to path helpers.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Make the following changes to deal with new behavior in Rails 4.1.2:

* Use nested resources to avoid slashes in arguments to path helpers.
</pre>
</div>
</content>
</entry>
</feed>
