<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-ce.git/app/services/quick_actions, branch ide-diff-cursor</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>Move wip handling to MergeRequest::BaseService</title>
<updated>2018-03-01T16:28:35+00:00</updated>
<author>
<name>Oswaldo Ferreira</name>
<email>oswaldo@gitlab.com</email>
</author>
<published>2018-03-01T14:32:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=6297446d1773c95d86ecd31f591e1829b431f378'/>
<id>6297446d1773c95d86ecd31f591e1829b431f378</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Resolve "Milestone Quick Action not displayed with no project milestones but with group milestones"</title>
<updated>2018-02-23T14:23:09+00:00</updated>
<author>
<name>🙈  jacopo beschi 🙉</name>
<email>intrip@gmail.com</email>
</author>
<published>2018-02-23T14:23:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=ec9cb6edba9c99241984506e3a098187f4cb1fbc'/>
<id>ec9cb6edba9c99241984506e3a098187f4cb1fbc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Only include the user's ID in the time_spent command's update hash</title>
<updated>2017-12-19T21:45:08+00:00</updated>
<author>
<name>Robert Speicher</name>
<email>rspeicher@gmail.com</email>
</author>
<published>2017-12-14T19:32:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=3e4b45fc216875ff25647675d92448a53a740d9b'/>
<id>3e4b45fc216875ff25647675d92448a53a740d9b</id>
<content type='text'>
Previously, this would include the entire User record in the update
hash, which was rendered in the response using `to_json`, erroneously
exposing every attribute of that record, including their (now removed)
private token.

Now we only include the user ID, and perform the lookup on-demand.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Previously, this would include the entire User record in the update
hash, which was rendered in the response using `to_json`, erroneously
exposing every attribute of that record, including their (now removed)
private token.

Now we only include the user ID, and perform the lookup on-demand.
</pre>
</div>
</content>
</entry>
<entry>
<title>added date parameter for time tracking</title>
<updated>2017-10-13T10:41:49+00:00</updated>
<author>
<name>Vlad</name>
<email>vlad.bilanchuk@teamvoy.com</email>
</author>
<published>2017-09-22T16:20:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=945e0684afc3c22ac658dbb68005cb2ebf5ac51c'/>
<id>945e0684afc3c22ac658dbb68005cb2ebf5ac51c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Stop using `branch_names.include?` and use `branch_exists?`</title>
<updated>2017-10-10T14:56:04+00:00</updated>
<author>
<name>Andrew Newdigate</name>
<email>andrew@gitlab.com</email>
</author>
<published>2017-10-10T14:56:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=47d19c2de1df14bb3ab00d051be8e4f19f4ed7c4'/>
<id>47d19c2de1df14bb3ab00d051be8e4f19f4ed7c4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Removes default scope from sortable</title>
<updated>2017-09-07T12:01:59+00:00</updated>
<author>
<name>Tiago Botelho</name>
<email>tiagonbotelho@hotmail.com</email>
</author>
<published>2017-08-15T10:27:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=cfd475a45ee2655fa0148b0b561f95b44fe8641b'/>
<id>cfd475a45ee2655fa0148b0b561f95b44fe8641b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>/move project functionality. Squash commit.</title>
<updated>2017-08-31T20:30:36+00:00</updated>
<author>
<name>Manolis Mavrofidis</name>
<email>mavrofidise@gmail.com</email>
</author>
<published>2017-08-09T15:37:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=7e71f958ac721f5c36c20a5366c1e46adce4c67d'/>
<id>7e71f958ac721f5c36c20a5366c1e46adce4c67d</id>
<content type='text'>
 Update to add all issues to be updated.
 Added functionality, proper tests, documentation and changelog.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
 Update to add all issues to be updated.
 Added functionality, proper tests, documentation and changelog.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add `/assign me` alias support for assigning issuables to oneself</title>
<updated>2017-08-07T12:40:33+00:00</updated>
<author>
<name>Mehdi Lahmam</name>
<email>mehdi@lahmam.com</email>
</author>
<published>2017-08-06T22:12:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=5ad9d94d8e3f9222d69fc0e408ae2e37363bed53'/>
<id>5ad9d94d8e3f9222d69fc0e408ae2e37363bed53</id>
<content type='text'>
Currently, when a user wants to assign an issue/MR to himself, he needs
to type his full username or select it from the suggested ones in the
dropdown list.
This commits suggest a faster solution which is typing `/assign me`

Closes #35304.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Currently, when a user wants to assign an issue/MR to himself, he needs
to type his full username or select it from the suggested ones in the
dropdown list.
This commits suggest a faster solution which is typing `/assign me`

Closes #35304.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixes #29385: Add /shrug and /tableflip commands</title>
<updated>2017-07-28T19:37:44+00:00</updated>
<author>
<name>Alex Ives</name>
<email>alex@ives.mn</email>
</author>
<published>2017-07-25T03:11:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=a07fe9d7f8f922020472ed54b060430a6da3da69'/>
<id>a07fe9d7f8f922020472ed54b060430a6da3da69</id>
<content type='text'>
- Updated DSL to support substitution definitions
- Added substitution definition, inherits from command definition
- Added tabelflip and shrug substitutions to interpret service
- Added support for substitution definitions to the extractor for preview mode.
- Added substitution handling in the interpret service

Signed-off-by: Alex Ives &lt;alex@ives.mn&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Updated DSL to support substitution definitions
- Added substitution definition, inherits from command definition
- Added tabelflip and shrug substitutions to interpret service
- Added support for substitution definitions to the extractor for preview mode.
- Added substitution handling in the interpret service

Signed-off-by: Alex Ives &lt;alex@ives.mn&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Move duplicate issue management to a service</title>
<updated>2017-07-21T11:53:56+00:00</updated>
<author>
<name>Sean McGivern</name>
<email>sean@gitlab.com</email>
</author>
<published>2017-07-20T14:42:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=1df696f5a6836e03a6bf8d5139c2c7ce6d96e727'/>
<id>1df696f5a6836e03a6bf8d5139c2c7ce6d96e727</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
