<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-ce.git/spec/models/project_services, branch gitlab-git-popen-2</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>Also treat newlines as separator, as people would do that</title>
<updated>2017-09-13T12:24:19+00:00</updated>
<author>
<name>Lin Jen-Shin</name>
<email>godfat@godfat.org</email>
</author>
<published>2017-09-13T12:24:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=5720bce1136e0f45b7628c3b4b5bedb5d444c381'/>
<id>5720bce1136e0f45b7628c3b4b5bedb5d444c381</id>
<content type='text'>
Before this fix, I don't know if those emails would work
having newlines in them.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Before this fix, I don't know if those emails would work
having newlines in them.
</pre>
</div>
</content>
</entry>
<entry>
<title>Improve kubernetes service specs readability</title>
<updated>2017-08-26T09:18:18+00:00</updated>
<author>
<name>Grzegorz Bizon</name>
<email>grzesiek.bizon@gmail.com</email>
</author>
<published>2017-08-26T09:18:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=ae99f74b77fc0f49a9efd5f71119e7de4e313629'/>
<id>ae99f74b77fc0f49a9efd5f71119e7de4e313629</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update kubernetes_service_spec.rb</title>
<updated>2017-08-22T08:01:52+00:00</updated>
<author>
<name>Shinya Maeda</name>
<email>shinya@gitlab.com</email>
</author>
<published>2017-08-22T08:01:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=38cb32933b1ba1a6179adf2e37860bac018848ab'/>
<id>38cb32933b1ba1a6179adf2e37860bac018848ab</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Enfouce namespace for Kubernetes to lowercase</title>
<updated>2017-08-22T06:12:27+00:00</updated>
<author>
<name>Shinya Maeda</name>
<email>shinya@gitlab.com</email>
</author>
<published>2017-08-22T06:12:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=fe9fc0af7519a2809116d73a8322d881e146e3f8'/>
<id>fe9fc0af7519a2809116d73a8322d881e146e3f8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Enable the RSpec/HookArgument cop and auto-correct offenses</title>
<updated>2017-08-10T23:29:42+00:00</updated>
<author>
<name>Robert Speicher</name>
<email>rspeicher@gmail.com</email>
</author>
<published>2017-08-10T22:31:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=c8b802471bcb6ea9ea7af3c7a139598a1f945230'/>
<id>c8b802471bcb6ea9ea7af3c7a139598a1f945230</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 'fix-jira-integration' into 'master'</title>
<updated>2017-08-04T09:41:50+00:00</updated>
<author>
<name>Rémy Coutable</name>
<email>remy@rymai.me</email>
</author>
<published>2017-08-04T09:41:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=40bdbfb096d1ea4dac9e5ce33042c3ab482a4062'/>
<id>40bdbfb096d1ea4dac9e5ce33042c3ab482a4062</id>
<content type='text'>
Ensure `JIRA::Resource::Issue` responds to `resolution` before calling it

See merge request !13240</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Ensure `JIRA::Resource::Issue` responds to `resolution` before calling it

See merge request !13240</pre>
</div>
</content>
</entry>
<entry>
<title>Don't include EmailHelpers manually, pick with rspec</title>
<updated>2017-08-03T13:55:48+00:00</updated>
<author>
<name>Lin Jen-Shin</name>
<email>godfat@godfat.org</email>
</author>
<published>2017-08-02T16:43:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=bb5f79d43e0bb20bacd5ecd8b66832d9857bd079'/>
<id>bb5f79d43e0bb20bacd5ecd8b66832d9857bd079</id>
<content type='text'>
`:mailer` is needed to pick it easily, while
`type: :mailer` is needed for picking it automatically for
tests located in spec/mailers/*_spec.rb

It's a bit complicated in spec/services/notification_service_spec.rb
but we'll leave it alone for now.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
`:mailer` is needed to pick it easily, while
`type: :mailer` is needed for picking it automatically for
tests located in spec/mailers/*_spec.rb

It's a bit complicated in spec/services/notification_service_spec.rb
but we'll leave it alone for now.
</pre>
</div>
</content>
</entry>
<entry>
<title>Ensure `JIRA::Resource::Issue` responds to `resolution` before calling it</title>
<updated>2017-08-03T13:25:47+00:00</updated>
<author>
<name>Mehdi Lahmam</name>
<email>mehdi@lahmam.com</email>
</author>
<published>2017-08-01T19:19:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=03d199fb10bd03c6d6602b23e5f5454dd956e945'/>
<id>03d199fb10bd03c6d6602b23e5f5454dd956e945</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Change all `:empty_project` to `:project`</title>
<updated>2017-08-02T21:47:31+00:00</updated>
<author>
<name>Robert Speicher</name>
<email>rspeicher@gmail.com</email>
</author>
<published>2017-08-02T19:55:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=72a7b30c9f363063449b28aa9efc3a26a1752f9f'/>
<id>72a7b30c9f363063449b28aa9efc3a26a1752f9f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Ensure all project factories use `:repository` trait or `:empty_project`</title>
<updated>2017-08-01T18:51:52+00:00</updated>
<author>
<name>Robert Speicher</name>
<email>rspeicher@gmail.com</email>
</author>
<published>2017-08-01T18:51:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=9513bd18c43b749c8856d6ad89635d97c8fb73b5'/>
<id>9513bd18c43b749c8856d6ad89635d97c8fb73b5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
