<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-ce.git/lib, branch create-merge-request</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>Remove class and id attributes from SanitizationFilter whitelist</title>
<updated>2015-05-08T16:31:34+00:00</updated>
<author>
<name>Robert Speicher</name>
<email>rspeicher@gmail.com</email>
</author>
<published>2015-05-08T16:17:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=70bbf093aa07d416ea33da24ab015e5d22c0d501'/>
<id>70bbf093aa07d416ea33da24ab015e5d22c0d501</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 #9214 from Bugagazavr/hook-events</title>
<updated>2015-05-08T14:17:01+00:00</updated>
<author>
<name>Valeriy Sizov</name>
<email>vsv2711@gmail.com</email>
</author>
<published>2015-05-08T14:17:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=f682a6adb961a54d340762a40596e058608a2e05'/>
<id>f682a6adb961a54d340762a40596e058608a2e05</id>
<content type='text'>
Added X-GitLab-Event header for web hooks</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Added X-GitLab-Event header for web hooks</pre>
</div>
</content>
</entry>
<entry>
<title>Added X-GitLab-Event header for web hooks</title>
<updated>2015-05-08T13:49:03+00:00</updated>
<author>
<name>bugagazavr</name>
<email>kirik910@gmail.com</email>
</author>
<published>2015-01-24T00:10:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=acac7889023de96af61d293d855c33996bd780a1'/>
<id>acac7889023de96af61d293d855c33996bd780a1</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 'rs-task_list' into 'master'</title>
<updated>2015-05-08T09:39:48+00:00</updated>
<author>
<name>Dmitriy Zaporozhets</name>
<email>dmitriy.zaporozhets@gmail.com</email>
</author>
<published>2015-05-08T09:39:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=6c32abc5f7f090d4932054e5cc1ff0594edd5ff1'/>
<id>6c32abc5f7f090d4932054e5cc1ff0594edd5ff1</id>
<content type='text'>
Use task_list gem for task lists

Task Lists can now be used in comments, and they'll render in previews. :clap:

Closes internal https://dev.gitlab.org/gitlab/gitlabhq/issues/2271

See merge request !599
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Use task_list gem for task lists

Task Lists can now be used in comments, and they'll render in previews. :clap:

Closes internal https://dev.gitlab.org/gitlab/gitlabhq/issues/2271

See merge request !599
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'master' of github.com:gitlabhq/gitlabhq</title>
<updated>2015-05-08T09:26:58+00:00</updated>
<author>
<name>Dmitriy Zaporozhets</name>
<email>dmitriy.zaporozhets@gmail.com</email>
</author>
<published>2015-05-08T09:26:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=5b8712e4c28bb445205df93a48fe2aefbc94a3c6'/>
<id>5b8712e4c28bb445205df93a48fe2aefbc94a3c6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add SIDEKIQ_MEMORY_KILLER_SHUTDOWN_SIGNAL env var</title>
<updated>2015-05-07T16:47:03+00:00</updated>
<author>
<name>Jacob Vosmaer</name>
<email>contact@jacobvosmaer.nl</email>
</author>
<published>2015-05-07T16:47:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=1c1f18b416febb8296facca37dc7504c2da880f8'/>
<id>1c1f18b416febb8296facca37dc7504c2da880f8</id>
<content type='text'>
It looks like SIGTERM may not be enough to shut down a Sidekiq process
when its RSS has gotten too big. This change will allow us to experiment
with sending SIGKILL instead of SIGTERM to Sidekiq processes on
gitlab.com.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It looks like SIGTERM may not be enough to shut down a Sidekiq process
when its RSS has gotten too big. This change will allow us to experiment
with sending SIGKILL instead of SIGTERM to Sidekiq processes on
gitlab.com.
</pre>
</div>
</content>
</entry>
<entry>
<title>Update Markdown help docs for latest changes</title>
<updated>2015-05-07T01:04:33+00:00</updated>
<author>
<name>Robert Speicher</name>
<email>rspeicher@gmail.com</email>
</author>
<published>2015-05-06T22:55:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=cca28c79201aea3703c46289e22d5ff75faf10d6'/>
<id>cca28c79201aea3703c46289e22d5ff75faf10d6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove 'jasmine' gem</title>
<updated>2015-05-06T19:31:24+00:00</updated>
<author>
<name>Robert Speicher</name>
<email>rspeicher@gmail.com</email>
</author>
<published>2015-05-06T19:31:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=0a99e6e2facee4126509c41b987aa88f1520626e'/>
<id>0a99e6e2facee4126509c41b987aa88f1520626e</id>
<content type='text'>
jasmine-rails still requires it as a dependency, but for some reason
running `rake jasmine:ci` produced test failures but
`rake spec:javascript` didn't.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
jasmine-rails still requires it as a dependency, but for some reason
running `rake jasmine:ci` produced test failures but
`rake spec:javascript` didn't.
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove all references to `parse_tasks`</title>
<updated>2015-05-06T16:58:28+00:00</updated>
<author>
<name>Robert Speicher</name>
<email>rspeicher@gmail.com</email>
</author>
<published>2015-04-29T21:53:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=6883e6e084f17a96d3cbb6f84b69603533f4f2c2'/>
<id>6883e6e084f17a96d3cbb6f84b69603533f4f2c2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add TaskList::Filter to pipeline</title>
<updated>2015-05-06T16:58:27+00:00</updated>
<author>
<name>Robert Speicher</name>
<email>rspeicher@gmail.com</email>
</author>
<published>2015-04-29T19:51:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=61c73575c348b3fd06047af130680f665f8ea724'/>
<id>61c73575c348b3fd06047af130680f665f8ea724</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
