<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-ce.git/doc/api/issues.md, branch fix-diff-system-note-alignment</title>
<subtitle>gitlab.com: gitlab-org/gitlab-ce.git
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/'/>
<entry>
<title>Add task count and completed count to responses of Issue and MR</title>
<updated>2019-06-07T09:15:55+00:00</updated>
<author>
<name>Patrick Derichs</name>
<email>pderichs@gitlab.com</email>
</author>
<published>2019-06-07T09:15:55+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=b70d23c25a4bc54fda22135b0a76bae102cfd88b'/>
<id>b70d23c25a4bc54fda22135b0a76bae102cfd88b</id>
<content type='text'>
Add spec for task_completion_status

Add test cases for task_completion_status result

Extracted shared samples

Add new spec file for task completion status response

Fix style errors

Add changelog entry

Changed samples to Hashes

Remove test for successful request

Remove not nil expectation

Add task_completion_status to api documentation for issues

Add task_completion_status to api documentation for merge_requests

Refactor spec so it just requests one specific item

Add task_completion_status to Taskable

Simplified task completion status in entities

Refactor spec so it separates status code check and content check

Fix spec description text and field name
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add spec for task_completion_status

Add test cases for task_completion_status result

Extracted shared samples

Add new spec file for task completion status response

Fix style errors

Add changelog entry

Changed samples to Hashes

Remove test for successful request

Remove not nil expectation

Add task_completion_status to api documentation for issues

Add task_completion_status to api documentation for merge_requests

Refactor spec so it just requests one specific item

Add task_completion_status to Taskable

Simplified task completion status in entities

Refactor spec so it separates status code check and content check

Fix spec description text and field name
</pre>
</div>
</content>
</entry>
<entry>
<title>Review updates and cleanup</title>
<updated>2019-05-17T10:56:25+00:00</updated>
<author>
<name>Alexandru Croitor</name>
<email>acroitor@gitlab.com</email>
</author>
<published>2019-05-17T09:46:33+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=9ff6edf690423a284f4d0ad924ff2a9a4285eb50'/>
<id>9ff6edf690423a284f4d0ad924ff2a9a4285eb50</id>
<content type='text'>
* Cleaned issues and issues_statistics docs
* Renamed param with_labels_data to with_labels_details
* Added spec for N+1 check when retrieving labels from issue
* Refactoed CheckAssigneesCount validation class
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Cleaned issues and issues_statistics docs
* Renamed param with_labels_data to with_labels_details
* Added spec for N+1 check when retrieving labels from issue
* Refactoed CheckAssigneesCount validation class
</pre>
</div>
</content>
</entry>
<entry>
<title>Add params validations and remove extra params support</title>
<updated>2019-05-15T07:15:17+00:00</updated>
<author>
<name>Alexandru Croitor</name>
<email>acroitor@gitlab.com</email>
</author>
<published>2019-04-24T13:08:14+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=f117c032ac6c414e6c1dfeab98184363c1f61608'/>
<id>f117c032ac6c414e6c1dfeab98184363c1f61608</id>
<content type='text'>
Remove label_name and milestone_title params support
Add mutually_exclusive validation for author_id and author_username
Add mutually_exclusive validation for assignee_id and assignee_username
Add validation to allow single value for asignee_username on CE
Add separate issue_stats_params helper for statistics params and
reuse in issues_params.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Remove label_name and milestone_title params support
Add mutually_exclusive validation for author_id and author_username
Add mutually_exclusive validation for assignee_id and assignee_username
Add validation to allow single value for asignee_username on CE
Add separate issue_stats_params helper for statistics params and
reuse in issues_params.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'filter-confidential-issues' into 'master'</title>
<updated>2019-02-26T11:24:39+00:00</updated>
<author>
<name>Kamil Trzciński</name>
<email>ayufan@ayufan.eu</email>
</author>
<published>2019-02-25T11:00:24+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=a555a227dd7a846e5b8e8c84839120d40f9d1090'/>
<id>a555a227dd7a846e5b8e8c84839120d40f9d1090</id>
<content type='text'>
Ability to filter confidential issues

Closes #50747

See merge request gitlab-org/gitlab-ce!24960</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Ability to filter confidential issues

Closes #50747

See merge request gitlab-org/gitlab-ce!24960</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "Merge branch '49449-add-an-api-endpoint-for-bulk-updating-issues-and-mrs' into 'master'"</title>
<updated>2019-02-25T20:43:14+00:00</updated>
<author>
<name>Michael Kozono</name>
<email>mkozono@gmail.com</email>
</author>
<published>2019-02-25T20:43:14+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=9ffdd736f86b053fd02752e7f86f63229aebf602'/>
<id>9ffdd736f86b053fd02752e7f86f63229aebf602</id>
<content type='text'>
This reverts commit 7981c0292b07a0138b096fa082341fcb13e9ce2b, reversing
changes made to 9202bbd129537a698b986e6295d0c783b5a84815.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit 7981c0292b07a0138b096fa082341fcb13e9ce2b, reversing
changes made to 9202bbd129537a698b986e6295d0c783b5a84815.
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "Merge branch 'filter-confidential-issues' into 'master'"</title>
<updated>2019-02-25T20:42:34+00:00</updated>
<author>
<name>Michael Kozono</name>
<email>mkozono@gmail.com</email>
</author>
<published>2019-02-25T20:42:34+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=e95b88a06d673ff95792d5c7d3934c88051691d9'/>
<id>e95b88a06d673ff95792d5c7d3934c88051691d9</id>
<content type='text'>
This reverts commit d133bf84c668df3dfc9938bb04150754cb873c8b, reversing
changes made to 7981c0292b07a0138b096fa082341fcb13e9ce2b.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit d133bf84c668df3dfc9938bb04150754cb873c8b, reversing
changes made to 7981c0292b07a0138b096fa082341fcb13e9ce2b.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'filter-confidential-issues' into 'master'</title>
<updated>2019-02-25T11:00:24+00:00</updated>
<author>
<name>Kamil Trzciński</name>
<email>ayufan@ayufan.eu</email>
</author>
<published>2019-02-25T11:00:24+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=d133bf84c668df3dfc9938bb04150754cb873c8b'/>
<id>d133bf84c668df3dfc9938bb04150754cb873c8b</id>
<content type='text'>
Ability to filter confidential issues

Closes #50747

See merge request gitlab-org/gitlab-ce!24960</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Ability to filter confidential issues

Closes #50747

See merge request gitlab-org/gitlab-ce!24960</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch '49449-add-an-api-endpoint-for-bulk-updating-issues-and-mrs' into 'master'</title>
<updated>2019-02-25T10:51:58+00:00</updated>
<author>
<name>Rémy Coutable</name>
<email>remy@rymai.me</email>
</author>
<published>2019-02-25T10:51:58+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=7981c0292b07a0138b096fa082341fcb13e9ce2b'/>
<id>7981c0292b07a0138b096fa082341fcb13e9ce2b</id>
<content type='text'>
API endpoint for bulk updating issues and MRs

Closes #49449

See merge request gitlab-org/gitlab-ce!25201</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
API endpoint for bulk updating issues and MRs

Closes #49449

See merge request gitlab-org/gitlab-ce!25201</pre>
</div>
</content>
</entry>
<entry>
<title>Add API support for filtering confidential issues</title>
<updated>2019-02-21T13:02:38+00:00</updated>
<author>
<name>Robert Schilling</name>
<email>rschilling@student.tugraz.at</email>
</author>
<published>2019-02-20T13:20:58+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=73e3a1cd02c5d2bdaf03d5998ae12bc86de2fa75'/>
<id>73e3a1cd02c5d2bdaf03d5998ae12bc86de2fa75</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add related merge request count to api response</title>
<updated>2019-02-19T11:30:07+00:00</updated>
<author>
<name>Patrick Derichs</name>
<email>pderichs@gitlab.com</email>
</author>
<published>2019-02-19T11:30:07+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=42356201703b806219c86c04c2711ad9f52ce052'/>
<id>42356201703b806219c86c04c2711ad9f52ce052</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
