<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-ce.git/spec/controllers/concerns, branch ce-docker_image_replication</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>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>Merge branch '52123-issuable-actions-notesfinder-pderichs' into 'master'</title>
<updated>2019-07-26T22:29:07+00:00</updated>
<author>
<name>Stan Hu</name>
<email>stanhu@gmail.com</email>
</author>
<published>2019-07-26T22:29:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=7dccb44448aed3227072154f2385383c54f2d4f6'/>
<id>7dccb44448aed3227072154f2385383c54f2d4f6</id>
<content type='text'>
Use NotesFinder to fetch notes in module IssuableActions

Closes #52123

See merge request gitlab-org/gitlab-ce!29733</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Use NotesFinder to fetch notes in module IssuableActions

Closes #52123

See merge request gitlab-org/gitlab-ce!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>
<entry>
<title>Remove code related to object hierarchy in MySQL</title>
<updated>2019-07-25T07:35:06+00:00</updated>
<author>
<name>Heinrich Lee Yu</name>
<email>heinrich@gitlab.com</email>
</author>
<published>2019-07-24T09:20:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=1ce5bcacdbf56682e05fa63875203bf4d10584bc'/>
<id>1ce5bcacdbf56682e05fa63875203bf4d10584bc</id>
<content type='text'>
These are not required because MySQL is not
supported anymore
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
These are not required because MySQL is not
supported anymore
</pre>
</div>
</content>
</entry>
<entry>
<title>Support redirect paths starting with a dash</title>
<updated>2019-06-25T11:19:30+00:00</updated>
<author>
<name>Markus Koller</name>
<email>mkoller@gitlab.com</email>
</author>
<published>2019-06-20T17:45:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=db132bae1d0098dce835844bfa667c5377510d3c'/>
<id>db132bae1d0098dce835844bfa667c5377510d3c</id>
<content type='text'>
We use a leading dash for certain things like the WebIDE, which
had the side effect of losing the `params[:continue][:to]` param when
opening the WebIDE on a project where the user doesn't have push access
and therefore needs to fork the project first.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We use a leading dash for certain things like the WebIDE, which
had the side effect of losing the `params[:continue][:to]` param when
opening the WebIDE on a project where the user doesn't have push access
and therefore needs to fork the project first.
</pre>
</div>
</content>
</entry>
<entry>
<title>Make checks for continue_params more robust</title>
<updated>2019-06-25T11:19:29+00:00</updated>
<author>
<name>Markus Koller</name>
<email>mkoller@gitlab.com</email>
</author>
<published>2019-06-20T17:13:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=8fd2c08472afc3846ba28f97994a57143bc76eaf'/>
<id>8fd2c08472afc3846ba28f97994a57143bc76eaf</id>
<content type='text'>
The check for continue_params&amp;.key?(:to) in Projects::ImportsController
caused an exception in redirect_to if this key contained a nil value.

Since url_for won't add any params for an empty hash, we can just return
that in continue_params if params[:continue] isn't present, and simplify
the code in the controllers to check for the values we actually want to
use.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The check for continue_params&amp;.key?(:to) in Projects::ImportsController
caused an exception in redirect_to if this key contained a nil value.

Since url_for won't add any params for an empty hash, we can just return
that in continue_params if params[:continue] isn't present, and simplify
the code in the controllers to check for the values we actually want to
use.
</pre>
</div>
</content>
</entry>
<entry>
<title>Search issuables by iids</title>
<updated>2019-06-18T07:45:47+00:00</updated>
<author>
<name>Riccardo Padovani</name>
<email>riccardo@rpadovani.com</email>
</author>
<published>2019-06-18T07:45:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=b33fb07ef9d2fdf0ce983ded13f9c36ed02e2fd8'/>
<id>b33fb07ef9d2fdf0ce983ded13f9c36ed02e2fd8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix send_file_upload_spec.rb with right MIME type</title>
<updated>2019-06-16T23:40:22+00:00</updated>
<author>
<name>Stan Hu</name>
<email>stanhu@gmail.com</email>
</author>
<published>2019-06-16T23:40:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=47d3610d0d532c0bea6c7434c47a1f9b59164201'/>
<id>47d3610d0d532c0bea6c7434c47a1f9b59164201</id>
<content type='text'>
This fixes a regression in mime-types-data:
https://github.com/mime-types/mime-types-data/pull/20
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This fixes a regression in mime-types-data:
https://github.com/mime-types/mime-types-data/pull/20
</pre>
</div>
</content>
</entry>
<entry>
<title>Add `to_json` to `represent` method call</title>
<updated>2019-06-12T22:00:30+00:00</updated>
<author>
<name>charlieablett</name>
<email>cablett@gitlab.com</email>
</author>
<published>2019-06-10T10:30:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=0c29aa0da38104c4c65cbadcc40abe25e56693aa'/>
<id>0c29aa0da38104c4c65cbadcc40abe25e56693aa</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add `to_json` to `represent` method call</title>
<updated>2019-06-10T07:55:37+00:00</updated>
<author>
<name>charlieablett</name>
<email>cablett@gitlab.com</email>
</author>
<published>2019-06-07T01:56:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=714018145cb0ea3265dcfa64c9b4baa33dee588f'/>
<id>714018145cb0ea3265dcfa64c9b4baa33dee588f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
