<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-ce.git, branch docs-numbered-lists-lint</title>
<subtitle>gitlab.com: gitlab-org/gitlab-ce.git
</subtitle>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/gitlab/gitlab-ce.git/'/>
<entry>
<title>Revert legal docs to original version</title>
<updated>2019-07-18T03:24:20+00:00</updated>
<author>
<name>Marcel Amirault</name>
<email>mamirault@gitlab.com</email>
</author>
<published>2019-07-18T03:24:20+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=1f9744663598397546e24e897d3685551976e693'/>
<id>1f9744663598397546e24e897d3685551976e693</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert changes to legal docs</title>
<updated>2019-07-15T16:23:41+00:00</updated>
<author>
<name>Marcel Amirault</name>
<email>mamirault@gitlab.com</email>
</author>
<published>2019-07-09T12:43:43+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=5537b34b66fd39339e4309911ce759040325745b'/>
<id>5537b34b66fd39339e4309911ce759040325745b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Align layout of legal docs</title>
<updated>2019-07-15T16:23:22+00:00</updated>
<author>
<name>Marcel Amirault</name>
<email>mamirault@gitlab.com</email>
</author>
<published>2019-07-09T03:03:09+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=0eae7365962838e721d793b413a3a669fd089ff2'/>
<id>0eae7365962838e721d793b413a3a669fd089ff2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update legal docs</title>
<updated>2019-07-15T16:23:22+00:00</updated>
<author>
<name>Marcel Amirault</name>
<email>mamirault@gitlab.com</email>
</author>
<published>2019-07-04T00:41:15+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=3356563ea56833c29378e4b104b4dc134d458cc1'/>
<id>3356563ea56833c29378e4b104b4dc134d458cc1</id>
<content type='text'>
Adjust license agreements to match linting standards
and fix lint errors in two other docs.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Adjust license agreements to match linting standards
and fix lint errors in two other docs.
</pre>
</div>
</content>
</entry>
<entry>
<title>Update legal and markdown docs</title>
<updated>2019-07-15T16:23:22+00:00</updated>
<author>
<name>Marcel Amirault</name>
<email>mamirault@gitlab.com</email>
</author>
<published>2019-07-02T23:39:35+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=1f8c69aa692d48dd9c1a8cf37ed3b68c30d6a933'/>
<id>1f8c69aa692d48dd9c1a8cf37ed3b68c30d6a933</id>
<content type='text'>
Adjust ordered lists, remove tabs and change square brackets
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Adjust ordered lists, remove tabs and change square brackets
</pre>
</div>
</content>
</entry>
<entry>
<title>Update numbered lists for docs standards</title>
<updated>2019-07-15T16:22:11+00:00</updated>
<author>
<name>Marcel Amirault</name>
<email>mamirault@gitlab.com</email>
</author>
<published>2019-07-01T08:23:19+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=1c66beb85de1c301bd66854ff3f01b3c0a06d76e'/>
<id>1c66beb85de1c301bd66854ff3f01b3c0a06d76e</id>
<content type='text'>
Ensure that all numbered lists use only 1. and no other numbers.
Also ensure that numbered lists use proper spacing.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Ensure that all numbered lists use only 1. and no other numbers.
Also ensure that numbered lists use proper spacing.</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'georgekoltsov/63955-fix-import-with-source-branch-deleted' into 'master'</title>
<updated>2019-07-15T15:46:59+00:00</updated>
<author>
<name>Robert Speicher</name>
<email>rspeicher@gmail.com</email>
</author>
<published>2019-07-15T15:46:59+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=96277bb9d61b5aaf5c2edc388c5eabfc743478f0'/>
<id>96277bb9d61b5aaf5c2edc388c5eabfc743478f0</id>
<content type='text'>
Always return MR diff_refs if importing

See merge request gitlab-org/gitlab-ce!30630</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Always return MR diff_refs if importing

See merge request gitlab-org/gitlab-ce!30630</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'fix-comment-race-condition' into 'master'</title>
<updated>2019-07-15T15:29:06+00:00</updated>
<author>
<name>Mike Greiling</name>
<email>mike@pixelcog.com</email>
</author>
<published>2019-07-15T15:29:06+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=ca56311d0e8acde5417ec890c74cb684cf96af92'/>
<id>ca56311d0e8acde5417ec890c74cb684cf96af92</id>
<content type='text'>
Fix race condition with polling when saving notes

Closes gitlab-ee#12472

See merge request gitlab-org/gitlab-ce!30724</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix race condition with polling when saving notes

Closes gitlab-ee#12472

See merge request gitlab-org/gitlab-ce!30724</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'sh-reorder-application-settings' into 'master'</title>
<updated>2019-07-15T15:25:20+00:00</updated>
<author>
<name>Robert Speicher</name>
<email>rspeicher@gmail.com</email>
</author>
<published>2019-07-15T15:25:20+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=6eca380ee39ffa9816a8e2992be7f1330c7a5d37'/>
<id>6eca380ee39ffa9816a8e2992be7f1330c7a5d37</id>
<content type='text'>
Reorder application settings in db/schema.rb to match EE

See merge request gitlab-org/gitlab-ce!30715</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Reorder application settings in db/schema.rb to match EE

See merge request gitlab-org/gitlab-ce!30715</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch '64266-quick-help-hyperlinks' into 'master'</title>
<updated>2019-07-15T15:21:48+00:00</updated>
<author>
<name>Annabel Dunstone Gray</name>
<email>annabel.m.gray@gmail.com</email>
</author>
<published>2019-07-15T15:21:48+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=74004bc5d0b03ae4670180d430cfda43a39ac7ad'/>
<id>74004bc5d0b03ae4670180d430cfda43a39ac7ad</id>
<content type='text'>
Ensure quick help links have the same color

Closes #64266

See merge request gitlab-org/gitlab-ce!30478</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Ensure quick help links have the same color

Closes #64266

See merge request gitlab-org/gitlab-ce!30478</pre>
</div>
</content>
</entry>
</feed>
