<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-ce.git/spec/features/issues_spec.rb, branch performance-bar-sql</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>Replaces `tag: true` into `:tag` in the specs</title>
<updated>2017-10-07T11:57:54+00:00</updated>
<author>
<name>Jacopo</name>
<email>beschi.jacopo@gmail.com</email>
</author>
<published>2017-10-03T08:35:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=0ce6785851510ccb49f0d1edc0220aca46f815f5'/>
<id>0ce6785851510ccb49f0d1edc0220aca46f815f5</id>
<content type='text'>
Replaces all the explicit include metadata syntax in the specs (tag:
true) into the implicit one (:tag).
Added a cop to prevent future errors and handle autocorrection.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Replaces all the explicit include metadata syntax in the specs (tag:
true) into the implicit one (:tag).
Added a cop to prevent future errors and handle autocorrection.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch '18608-lock-issues-v2' into 'master'</title>
<updated>2017-10-06T16:47:27+00:00</updated>
<author>
<name>Sean McGivern</name>
<email>sean@mcgivern.me.uk</email>
</author>
<published>2017-10-06T16:47:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=a68a39e34120e0cf67d95e143326d03f61288cdf'/>
<id>a68a39e34120e0cf67d95e143326d03f61288cdf</id>
<content type='text'>
Resolve "Lock issue and merge request"

Closes #18608

See merge request gitlab-org/gitlab-ce!14531</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Resolve "Lock issue and merge request"

Closes #18608

See merge request gitlab-org/gitlab-ce!14531</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch '36670-remove-edit-form' into 'master'</title>
<updated>2017-10-03T11:09:20+00:00</updated>
<author>
<name>Sean McGivern</name>
<email>sean@mcgivern.me.uk</email>
</author>
<published>2017-10-03T11:09:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=915e35a2992a4e51db2ac32aac8d7a29b1f4449e'/>
<id>915e35a2992a4e51db2ac32aac8d7a29b1f4449e</id>
<content type='text'>
Remove edit action for issues

Closes #36670

See merge request gitlab-org/gitlab-ce!14523</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Remove edit action for issues

Closes #36670

See merge request gitlab-org/gitlab-ce!14523</pre>
</div>
</content>
</entry>
<entry>
<title>Remove edit action for issues</title>
<updated>2017-10-03T09:26:12+00:00</updated>
<author>
<name>Jarka Kadlecova</name>
<email>jarka@gitlab.com</email>
</author>
<published>2017-09-19T08:30:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=7f69659a5d932ef6cac72001b19b89a103535bd9'/>
<id>7f69659a5d932ef6cac72001b19b89a103535bd9</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 'master' of gitlab.com:gitlab-org/gitlab-ce into 18608-lock-issues-v2</title>
<updated>2017-10-03T07:37:48+00:00</updated>
<author>
<name>Jarka Kadlecova</name>
<email>jarka@gitlab.com</email>
</author>
<published>2017-10-03T07:37:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=c488bcd13e6e0405d990608c8695ffabe17ffcae'/>
<id>c488bcd13e6e0405d990608c8695ffabe17ffcae</id>
<content type='text'>
# Conflicts:
#	db/schema.rb
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
# Conflicts:
#	db/schema.rb
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed breadcrumb title not linking</title>
<updated>2017-09-27T16:06:24+00:00</updated>
<author>
<name>Phil Hughes</name>
<email>me@iamphill.com</email>
</author>
<published>2017-09-27T15:22:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=05844d8b471b98c6b3251006aebfc78b97d88ac6'/>
<id>05844d8b471b98c6b3251006aebfc78b97d88ac6</id>
<content type='text'>
This fixes the breadcrumb titles not having links. This was a regression
in the updated breadcrumbs introduced in 10.0.

This introduces the link for all pages rather than selectively doing it.
This will cover issues, merge requests, pipelines, jobs etc.

Closes #38059
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This fixes the breadcrumb titles not having links. This was a regression
in the updated breadcrumbs introduced in 10.0.

This introduces the link for all pages rather than selectively doing it.
This will cover issues, merge requests, pipelines, jobs etc.

Closes #38059
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into 18608-lock-issues</title>
<updated>2017-09-25T16:48:58+00:00</updated>
<author>
<name>Jarka Kadlecova</name>
<email>jarka@gitlab.com</email>
</author>
<published>2017-09-25T16:48:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=142bbd900b791478b2ad473efc8e0f78a7afe00d'/>
<id>142bbd900b791478b2ad473efc8e0f78a7afe00d</id>
<content type='text'>
# Conflicts:
#	app/assets/javascripts/notes/components/issue_comment_form.vue
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
# Conflicts:
#	app/assets/javascripts/notes/components/issue_comment_form.vue
</pre>
</div>
</content>
</entry>
<entry>
<title>Improve list of sorting options</title>
<updated>2017-09-23T00:46:53+00:00</updated>
<author>
<name>Vitaliy @blackst0ne Klachkov</name>
<email>blackst0ne.ru@gmail.com</email>
</author>
<published>2017-09-23T00:46:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=0d236638b683d368d5384e95dd75772a68c727c2'/>
<id>0d236638b683d368d5384e95dd75772a68c727c2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge FE</title>
<updated>2017-09-14T13:10:41+00:00</updated>
<author>
<name>Luke "Jared" Bennett</name>
<email>lbennett@gitlab.com</email>
</author>
<published>2017-09-14T11:01:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=a319418d9c050097a797fbf4f890cebd5256ed43'/>
<id>a319418d9c050097a797fbf4f890cebd5256ed43</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>spec fixes</title>
<updated>2017-09-06T15:07:48+00:00</updated>
<author>
<name>Phil Hughes</name>
<email>me@iamphill.com</email>
</author>
<published>2017-09-06T12:48:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=094de17e96eb46e09883bed74bcebd497d110496'/>
<id>094de17e96eb46e09883bed74bcebd497d110496</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
