<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-ce.git/spec/views/projects, branch docs/https-many-docs-links</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>Change "Report abuse to GitLab" to more generic wording.</title>
<updated>2019-06-06T10:05:42+00:00</updated>
<author>
<name>Marc Schwede</name>
<email>git@schwedenmut.de</email>
</author>
<published>2019-06-06T10:05:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=982463e944e0af140dc31c8e64a995b476294e82'/>
<id>982463e944e0af140dc31c8e64a995b476294e82</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add Pipeline IID to views</title>
<updated>2019-05-30T09:32:20+00:00</updated>
<author>
<name>Mike Scott</name>
<email>mike@homelyfe.com</email>
</author>
<published>2019-05-30T09:32:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=852738a4984edef4006a91b6b007a4c85fb3282e'/>
<id>852738a4984edef4006a91b6b007a4c85fb3282e</id>
<content type='text'>
* Add Pipeline IID to MR's
* Add Pipeline IID to commit box
* Add Pipeline IID to builds page
* Add Pipeline IID to job sidebar
* Add Pipeline IID to header on view pipeline pages
* Add changelog entry
* Update tests
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Add Pipeline IID to MR's
* Add Pipeline IID to commit box
* Add Pipeline IID to builds page
* Add Pipeline IID to job sidebar
* Add Pipeline IID to header on view pipeline pages
* Add changelog entry
* Update tests
</pre>
</div>
</content>
</entry>
<entry>
<title>Setup Vue app for repository file listing</title>
<updated>2019-05-20T08:41:28+00:00</updated>
<author>
<name>Phil Hughes</name>
<email>me@iamphill.com</email>
</author>
<published>2019-05-20T08:41:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=404314c6193d94f106e687db9fc5bd71bab63835'/>
<id>404314c6193d94f106e687db9fc5bd71bab63835</id>
<content type='text'>
Part of https://gitlab.com/gitlab-org/gitlab-ce/issues/61578
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Part of https://gitlab.com/gitlab-org/gitlab-ce/issues/61578
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch '60476-actionview-missingtemplate-missing-template-projects-issues-_merge_requests-with-locale-en-formats-html-varian' into 'master'</title>
<updated>2019-04-30T00:34:49+00:00</updated>
<author>
<name>Ash McKenzie</name>
<email>amckenzie@gitlab.com</email>
</author>
<published>2019-04-30T00:34:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=5d5b9d57de9b781c5cc4ecdfb86a3d735ba52c7a'/>
<id>5d5b9d57de9b781c5cc4ecdfb86a3d735ba52c7a</id>
<content type='text'>
Delete leftover code for referenced_merge_requests endpoint

Closes #60476

See merge request gitlab-org/gitlab-ce!27335</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Delete leftover code for referenced_merge_requests endpoint

Closes #60476

See merge request gitlab-org/gitlab-ce!27335</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'security-issue_2830' into 'master'</title>
<updated>2019-04-25T10:39:12+00:00</updated>
<author>
<name>GitLab Release Tools Bot</name>
<email>robert+release-tools@gitlab.com</email>
</author>
<published>2019-04-25T10:39:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=69285c21c375240a290722a42befee788fa72f57'/>
<id>69285c21c375240a290722a42befee788fa72f57</id>
<content type='text'>
Prevent leaking information when issue is moved

Closes #2830

See merge request gitlab/gitlabhq!3050</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Prevent leaking information when issue is moved

Closes #2830

See merge request gitlab/gitlabhq!3050</pre>
</div>
</content>
</entry>
<entry>
<title>Delete leftover code for referenced_merge_requests</title>
<updated>2019-04-15T07:02:50+00:00</updated>
<author>
<name>Fatih Acet</name>
<email>acetfatih@gmail.com</email>
</author>
<published>2019-04-12T20:23:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=cf0265723479b2e511595312f8d053f737fa3d57'/>
<id>cf0265723479b2e511595312f8d053f737fa3d57</id>
<content type='text'>
We rewrote Related MRs widget using Vue.
The previous implementation was using Haml templates
and calling referenced_merge_requests endpoint which is
now deprecated. This MR deletes leftover stuff them.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We rewrote Related MRs widget using Vue.
The previous implementation was using Haml templates
and calling referenced_merge_requests endpoint which is
now deprecated. This MR deletes leftover stuff them.
</pre>
</div>
</content>
</entry>
<entry>
<title>use cleaner expectation matchers from Capybara</title>
<updated>2019-04-12T16:10:42+00:00</updated>
<author>
<name>drew cimino</name>
<email>dcimino@gitlab.com</email>
</author>
<published>2019-04-11T11:25:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=fdc602e40e6593acee41fbd2c819de77aac37651'/>
<id>fdc602e40e6593acee41fbd2c819de77aac37651</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Don't render artifact download links on the project tags page for builds with expired artifacts</title>
<updated>2019-04-12T15:53:21+00:00</updated>
<author>
<name>drew cimino</name>
<email>dcimino@gitlab.com</email>
</author>
<published>2019-04-04T18:41:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=34243489af3e52ca87d6f1bc578bd9ba4e9d565e'/>
<id>34243489af3e52ca87d6f1bc578bd9ba4e9d565e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Prevent leaking information when issue is moved</title>
<updated>2019-04-09T18:53:56+00:00</updated>
<author>
<name>Felipe Artur</name>
<email>felipefac@gmail.com</email>
</author>
<published>2019-04-08T18:21:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=ff06452e05b1191ce8649ae6a9e646341ab073ba'/>
<id>ff06452e05b1191ce8649ae6a9e646341ab073ba</id>
<content type='text'>
Prevent leaking namespace and project names on moved issue links
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Prevent leaking namespace and project names on moved issue links
</pre>
</div>
</content>
</entry>
<entry>
<title>[CE] Support multiple assignees for merge requests</title>
<updated>2019-04-08T21:40:00+00:00</updated>
<author>
<name>Oswaldo Ferreira</name>
<email>oswaldo@gitlab.com</email>
</author>
<published>2019-04-07T18:35:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=ca884980ee8e6fe1269f5abdb803519d51aa09c0'/>
<id>ca884980ee8e6fe1269f5abdb803519d51aa09c0</id>
<content type='text'>
Backports https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/10161
(code out of ee/ folder).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Backports https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/10161
(code out of ee/ folder).
</pre>
</div>
</content>
</entry>
</feed>
