<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-ce.git/spec/services/slash_commands, branch commit-limited-container-width</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 board_move slash command</title>
<updated>2017-04-28T12:11:53+00:00</updated>
<author>
<name>Alex Sanford</name>
<email>alex.sanford1@gmail.com</email>
</author>
<published>2017-04-28T12:11:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=85bb4d6b86bbfd3f5f6e98ac67394454ae81439e'/>
<id>85bb4d6b86bbfd3f5f6e98ac67394454ae81439e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use `:empty_project` where possible in service specs</title>
<updated>2017-03-28T00:44:09+00:00</updated>
<author>
<name>Robert Speicher</name>
<email>rspeicher@gmail.com</email>
</author>
<published>2017-03-27T21:14:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=ca9a79f62026aa63ab44665aa51a8e88de941b01'/>
<id>ca9a79f62026aa63ab44665aa51a8e88de941b01</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>add /award slash command</title>
<updated>2017-02-28T20:38:19+00:00</updated>
<author>
<name>mhasbini</name>
<email>mohammad.hasbini@gmail.com</email>
</author>
<published>2017-02-28T20:38:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=9f949d4e24c5939b5ea4071c3e86c514b4d82970'/>
<id>9f949d4e24c5939b5ea4071c3e86c514b4d82970</id>
<content type='text'>
add /award slash command; Allow posting of just an emoji in comment
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
add /award slash command; Allow posting of just an emoji in comment
</pre>
</div>
</content>
</entry>
<entry>
<title>Adds /target_branch slash command functionality for merge requests</title>
<updated>2017-02-03T10:01:43+00:00</updated>
<author>
<name>YarNayar</name>
<email>YarTheGreat@gmail.com</email>
</author>
<published>2017-01-31T13:27:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=9bb08a7e53b22d7af8484e3921b6fe51996ca981'/>
<id>9bb08a7e53b22d7af8484e3921b6fe51996ca981</id>
<content type='text'>
Allows to use slash command /target_branch &lt;target_branch_name&gt; in merge requests notes and description.
Command allows to specify target branch for current merge request.

Proposed in #23619
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Allows to use slash command /target_branch &lt;target_branch_name&gt; in merge requests notes and description.
Command allows to specify target branch for current merge request.

Proposed in #23619
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'time-tracking-api' into 'master'</title>
<updated>2017-01-18T18:18:13+00:00</updated>
<author>
<name>Sean McGivern</name>
<email>sean@mcgivern.me.uk</email>
</author>
<published>2017-01-18T18:18:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=cc1e43da3993b6839b4dbe03ae1b8bfb81066666'/>
<id>cc1e43da3993b6839b4dbe03ae1b8bfb81066666</id>
<content type='text'>

Time tracking API

Closes #25861

See merge request !8483</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>

Time tracking API

Closes #25861

See merge request !8483</pre>
</div>
</content>
</entry>
<entry>
<title>Add some API endpoints for time tracking.</title>
<updated>2017-01-18T16:48:16+00:00</updated>
<author>
<name>Ruben Davila</name>
<email>rdavila84@gmail.com</email>
</author>
<published>2017-01-18T16:48:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=0f3c9355c1b57a56b4027df4deb78a2520596b15'/>
<id>0f3c9355c1b57a56b4027df4deb78a2520596b15</id>
<content type='text'>
New endpoints are:

POST :project_id/(issues|merge_requests)/(:issue_id|:merge_request_id)/time_estimate"

POST :project_id/(issues|merge_requests)/(:issue_id|:merge_request_id)/reset_time_estimate"

POST :project_id/(issues|merge_requests)/(:issue_id|:merge_request_id)/add_spent_time"

POST :project_id/(issues|merge_requests)/(:issue_id|:merge_request_id)/reset_spent_time"

GET  :project_id/(issues|merge_requests)/(:issue_id|:merge_request_id)/time_stats"
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
New endpoints are:

POST :project_id/(issues|merge_requests)/(:issue_id|:merge_request_id)/time_estimate"

POST :project_id/(issues|merge_requests)/(:issue_id|:merge_request_id)/reset_time_estimate"

POST :project_id/(issues|merge_requests)/(:issue_id|:merge_request_id)/add_spent_time"

POST :project_id/(issues|merge_requests)/(:issue_id|:merge_request_id)/reset_spent_time"

GET  :project_id/(issues|merge_requests)/(:issue_id|:merge_request_id)/time_stats"
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'backport-time-tracking-ce' into 'master'</title>
<updated>2017-01-18T15:49:22+00:00</updated>
<author>
<name>Douwe Maan</name>
<email>douwe@gitlab.com</email>
</author>
<published>2017-01-18T15:49:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=f208897ccbdb539eb16a72d32cce68881eaffca7'/>
<id>f208897ccbdb539eb16a72d32cce68881eaffca7</id>
<content type='text'>

Backport timetracking to CE

See merge request !8195</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>

Backport timetracking to CE

See merge request !8195</pre>
</div>
</content>
</entry>
<entry>
<title>Backport backend work for time tracking.</title>
<updated>2017-01-15T16:10:04+00:00</updated>
<author>
<name>Ruben Davila</name>
<email>rdavila84@gmail.com</email>
</author>
<published>2016-12-23T05:44:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=17196a2ff31c4eb65fa9ecff6f7208171e26059b'/>
<id>17196a2ff31c4eb65fa9ecff6f7208171e26059b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Address MR comments</title>
<updated>2017-01-13T14:16:35+00:00</updated>
<author>
<name>Jarka Kadlecova</name>
<email>jarka@gitlab.com</email>
</author>
<published>2016-12-30T19:49:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=557a0bf14c79c02c65196ff8f7a2251ecd77073c'/>
<id>557a0bf14c79c02c65196ff8f7a2251ecd77073c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>support `/merge` slash comand for MRs</title>
<updated>2017-01-11T13:48:07+00:00</updated>
<author>
<name>Jarka Kadlecova</name>
<email>kadlecovaj@gmail.com</email>
</author>
<published>2016-11-24T14:05:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=7ab3dd4b302a85c1b005e9ef290ebac631cda673'/>
<id>7ab3dd4b302a85c1b005e9ef290ebac631cda673</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
