<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-ce.git/spec/fixtures/api, branch frozen_string_lib_2</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>Merge branch 'ce-22058-improve-ux-multi-assignees-in-mr' into 'master'</title>
<updated>2019-08-21T12:52:34+00:00</updated>
<author>
<name>Rémy Coutable</name>
<email>remy@rymai.me</email>
</author>
<published>2019-08-21T12:52:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=96b03792190a1679b99c0918d09b76b1c2e44dc7'/>
<id>96b03792190a1679b99c0918d09b76b1c2e44dc7</id>
<content type='text'>
Improve UX multi assigness in MR

See merge request gitlab-org/gitlab-ce!31545</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Improve UX multi assigness in MR

See merge request gitlab-org/gitlab-ce!31545</pre>
</div>
</content>
</entry>
<entry>
<title>Fix comments related to BE part</title>
<updated>2019-08-20T20:15:18+00:00</updated>
<author>
<name>Igor Drozdov</name>
<email>idrozdov@gitlab.com</email>
</author>
<published>2019-08-19T08:34:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=96b994bd05db072655bcd28204770013feeaa779'/>
<id>96b994bd05db072655bcd28204770013feeaa779</id>
<content type='text'>
- Edit commit messge body to fix "danger-review"
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Edit commit messge body to fix "danger-review"
</pre>
</div>
</content>
</entry>
<entry>
<title>Replace finished_at with deployed_at for Deployment entity</title>
<updated>2019-08-20T09:39:19+00:00</updated>
<author>
<name>Krasimir Angelov</name>
<email>kangelov@gitlab.com</email>
</author>
<published>2019-08-20T09:28:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=92ac94c26e408842c6dfa44aae93e147a0f3d8f8'/>
<id>92ac94c26e408842c6dfa44aae93e147a0f3d8f8</id>
<content type='text'>
Instead of `finished_at` attribute use `deployed_at` methods which also
takes into account the deployment status.

Related to https://gitlab.com/gitlab-org/gitlab-ce/issues/56130.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Instead of `finished_at` attribute use `deployed_at` methods which also
takes into account the deployment status.

Related to https://gitlab.com/gitlab-org/gitlab-ce/issues/56130.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add finished_at to the internal API Deployment entity</title>
<updated>2019-08-15T07:53:48+00:00</updated>
<author>
<name>Krasimir Angelov</name>
<email>kangelov@gitlab.com</email>
</author>
<published>2019-08-14T11:17:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=18159235a3150dbd3c404e1d7724d5e653bb21a5'/>
<id>18159235a3150dbd3c404e1d7724d5e653bb21a5</id>
<content type='text'>
Related to https://gitlab.com/gitlab-org/gitlab-ce/issues/56130.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Related to https://gitlab.com/gitlab-org/gitlab-ce/issues/56130.
</pre>
</div>
</content>
</entry>
<entry>
<title>Split MR widget into cached and non-cached serializers</title>
<updated>2019-08-09T21:01:55+00:00</updated>
<author>
<name>Igor</name>
<email>idrozdov@gitlab.com</email>
</author>
<published>2019-08-09T21:01:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=b99011af62935de0b15e8a314ffb7df1f8a3f303'/>
<id>b99011af62935de0b15e8a314ffb7df1f8a3f303</id>
<content type='text'>
Splits auto-refreshing of MR widget into 2 requests:

- the one which uses etag-caching and invalidates the fields on change
- the one without caching

The idea is to gradually move all the fields to etag-cached endpoint
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Splits auto-refreshing of MR widget into 2 requests:

- the one which uses etag-caching and invalidates the fields on change
- the one without caching

The idea is to gradually move all the fields to etag-cached endpoint
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove label issue and MR counts from default API responses</title>
<updated>2019-08-08T16:10:41+00:00</updated>
<author>
<name>Sean McGivern</name>
<email>sean@gitlab.com</email>
</author>
<published>2019-08-06T16:27:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=e6dc5168b86d613e3334fa55618e394308bf55bf'/>
<id>e6dc5168b86d613e3334fa55618e394308bf55bf</id>
<content type='text'>
These counts significantly increase the load time for these
requests. Users can now opt in to receiving the counts by setting
`with_counts=true` in requests. This is a breaking change, but hopefully
a fairly minor one.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
These counts significantly increase the load time for these
requests. Users can now opt in to receiving the counts by setting
`with_counts=true` in requests. This is a breaking change, but hopefully
a fairly minor one.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add group level container repository endpoints</title>
<updated>2019-08-05T20:00:50+00:00</updated>
<author>
<name>Steve Abrams</name>
<email>sabrams@gitlab.com</email>
</author>
<published>2019-08-05T20:00:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=3dbf3997bbf51eca8a313c4e152c77c1b038fd5d'/>
<id>3dbf3997bbf51eca8a313c4e152c77c1b038fd5d</id>
<content type='text'>
API endpoints for requesting container repositories
and container repositories with their tag information
are enabled for users that want to specify the group
containing the repository rather than the specific project.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
API endpoints for requesting container repositories
and container repositories with their tag information
are enabled for users that want to specify the group
containing the repository rather than the specific project.
</pre>
</div>
</content>
</entry>
<entry>
<title>Use NotesFinder in IssuableActions module</title>
<updated>2019-08-01T08:42:42+00:00</updated>
<author>
<name>Patrick Derichs</name>
<email>pderichs@gitlab.com</email>
</author>
<published>2019-07-30T18:25:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=0e99daae4afdb90d74c4b0bfe5cb3e482bbb422e'/>
<id>0e99daae4afdb90d74c4b0bfe5cb3e482bbb422e</id>
<content type='text'>
Remove project from NotesFinder constructor

Add project parameter to specs

Also look for methods in private scope

Fix specs to match new NotesFinder constructor
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Remove project from NotesFinder constructor

Add project parameter to specs

Also look for methods in private scope

Fix specs to match new NotesFinder constructor
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "Merge branch '52123-issuable-actions-notesfinder-pderichs' into 'master'"</title>
<updated>2019-07-27T04:28:56+00:00</updated>
<author>
<name>Stan Hu</name>
<email>stanhu@gmail.com</email>
</author>
<published>2019-07-27T04:28:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=c41788fe54fecf113a31b1aa3238ea22ac1947d5'/>
<id>c41788fe54fecf113a31b1aa3238ea22ac1947d5</id>
<content type='text'>
This reverts merge request !29733</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts merge request !29733</pre>
</div>
</content>
</entry>
<entry>
<title>Use NotesFinder in module IssuableActions</title>
<updated>2019-07-26T07:10:36+00:00</updated>
<author>
<name>Patrick Derichs</name>
<email>pderichs@gitlab.com</email>
</author>
<published>2019-07-26T07:10:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=355a2df560dea2719a027ada718a923ab7876ffe'/>
<id>355a2df560dea2719a027ada718a923ab7876ffe</id>
<content type='text'>
Add spec for concern IssuableActions

Add shared samples for discussions endpoint

Add schema validations for discussions

Fix rubocop style issue

Make target assignable

Use new possibility to provide target
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add spec for concern IssuableActions

Add shared samples for discussions endpoint

Add schema validations for discussions

Fix rubocop style issue

Make target assignable

Use new possibility to provide target
</pre>
</div>
</content>
</entry>
</feed>
