<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-ce.git/doc/api, branch remove-commit-tree</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>Add Microsoft Teams Service API docs</title>
<updated>2017-12-22T12:18:05+00:00</updated>
<author>
<name>Mark Fletcher</name>
<email>mark@gitlab.com</email>
</author>
<published>2017-12-20T17:35:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=e84fd5cc636ee38b6ef51416849fb7fd48e65576'/>
<id>e84fd5cc636ee38b6ef51416849fb7fd48e65576</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add Prometheus Service API docs</title>
<updated>2017-12-22T12:18:05+00:00</updated>
<author>
<name>Mark Fletcher</name>
<email>mark@gitlab.com</email>
</author>
<published>2017-12-20T17:35:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=00ae3ef6ae8b4813a4ff3a300aaab8528cfa1bc9'/>
<id>00ae3ef6ae8b4813a4ff3a300aaab8528cfa1bc9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add Bugzilla Service API docs</title>
<updated>2017-12-22T12:18:05+00:00</updated>
<author>
<name>Mark Fletcher</name>
<email>mark@gitlab.com</email>
</author>
<published>2017-12-20T17:35:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=b1941789f5c9ce0d03d69564aba19f382d43d92f'/>
<id>b1941789f5c9ce0d03d69564aba19f382d43d92f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update parameter formatting across Service API docs</title>
<updated>2017-12-22T12:18:05+00:00</updated>
<author>
<name>Mark Fletcher</name>
<email>mark@gitlab.com</email>
</author>
<published>2017-12-20T17:35:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=0d7f9762a71c0f4118ea284b6843f7d79b20000b'/>
<id>0d7f9762a71c0f4118ea284b6843f7d79b20000b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Support new chat notifications parameters in Services API</title>
<updated>2017-12-22T12:18:05+00:00</updated>
<author>
<name>Mark Fletcher</name>
<email>mark@gitlab.com</email>
</author>
<published>2017-12-20T17:35:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=1e72dd106b20ab8eda4142fadafe9727dfa814f1'/>
<id>1e72dd106b20ab8eda4142fadafe9727dfa814f1</id>
<content type='text'>
+ Add support for the new separate channel and events settings
* Dry up chat notifications in the service properties definitions
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
+ Add support for the new separate channel and events settings
* Dry up chat notifications in the service properties definitions
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch '38356-add-last_commit_sha-to-the-commit-api' into 'master'</title>
<updated>2017-12-21T09:22:32+00:00</updated>
<author>
<name>Douwe Maan</name>
<email>douwe@gitlab.com</email>
</author>
<published>2017-12-21T09:22:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=a24b6dbfca310ffa605f87eb376679c3c627e688'/>
<id>a24b6dbfca310ffa605f87eb376679c3c627e688</id>
<content type='text'>
Add new last_commit_id param for create commit endpoint

Closes #38356

See merge request gitlab-org/gitlab-ce!15922</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add new last_commit_id param for create commit endpoint

Closes #38356

See merge request gitlab-org/gitlab-ce!15922</pre>
</div>
</content>
</entry>
<entry>
<title>Updates from last code review:</title>
<updated>2017-12-20T15:57:27+00:00</updated>
<author>
<name>Rubén Dávila</name>
<email>ruben@gitlab.com</email>
</author>
<published>2017-12-20T15:57:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=c927e57466b6c705891f09c95f566259d8e1ec0e'/>
<id>c927e57466b6c705891f09c95f566259d8e1ec0e</id>
<content type='text'>
- Apply some refactoring for code reuse
- Add file status validation for Files::DeleteService
- Write additional specs
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Apply some refactoring for code reuse
- Add file status validation for Files::DeleteService
- Write additional specs
</pre>
</div>
</content>
</entry>
<entry>
<title>Add optional `search` param for Merge Requests API</title>
<updated>2017-12-20T07:23:57+00:00</updated>
<author>
<name>Mark Fletcher</name>
<email>mark@gitlab.com</email>
</author>
<published>2017-12-19T22:00:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=055543b915c13df57e13629cd49ca9d63b6e3e76'/>
<id>055543b915c13df57e13629cd49ca9d63b6e3e76</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Check if file has been modified for each action provided.</title>
<updated>2017-12-20T06:24:53+00:00</updated>
<author>
<name>Rubén Dávila</name>
<email>ruben@gitlab.com</email>
</author>
<published>2017-12-16T04:24:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=c210ddab9289e29fadc9a5a0462ffbe864af736c'/>
<id>c210ddab9289e29fadc9a5a0462ffbe864af736c</id>
<content type='text'>
When commiting multiple files we're now checking if any of those files
has been modified by another commit and we're rejecting the new commit
in this case.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When commiting multiple files we're now checking if any of those files
has been modified by another commit and we're rejecting the new commit
in this case.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'patch-29' into 'master'</title>
<updated>2017-12-15T11:33:28+00:00</updated>
<author>
<name>Sean McGivern</name>
<email>sean@mcgivern.me.uk</email>
</author>
<published>2017-12-15T11:33:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=17472c9c3209788cb82e7e1df219dc3c0b3160ab'/>
<id>17472c9c3209788cb82e7e1df219dc3c0b3160ab</id>
<content type='text'>
fix formatting of parameters for new group and transfer project to group

See merge request gitlab-org/gitlab-ce!15822</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
fix formatting of parameters for new group and transfer project to group

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