<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-ce.git/lib/api/commits.rb, branch ce-detect-github-pull-requests</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>fix handling of empty ref_name parameter string in commits api</title>
<updated>2019-08-10T17:11:20+00:00</updated>
<author>
<name>Armin Hohenegger</name>
<email>armin695@gmail.com</email>
</author>
<published>2019-08-10T17:11:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=20ac5e6d4b1e1b6807e13b11daaedd2fb47bd3fc'/>
<id>20ac5e6d4b1e1b6807e13b11daaedd2fb47bd3fc</id>
<content type='text'>
when params[:ref_name] is set to "" by passing an empty query parameter
to the api it is evaluated as false by the || operator.
The use of active support core extensions presence method fixes the original
implemantation.

https://guides.rubyonrails.org/active_support_core_extensions.html#presence
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
when params[:ref_name] is set to "" by passing an empty query parameter
to the api it is evaluated as false by the || operator.
The use of active support core extensions presence method fixes the original
implemantation.

https://guides.rubyonrails.org/active_support_core_extensions.html#presence
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'webide-commit-use-correct-parent' into 'master'</title>
<updated>2019-07-18T10:47:35+00:00</updated>
<author>
<name>Nick Thomas</name>
<email>nick@gitlab.com</email>
</author>
<published>2019-07-18T10:47:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=3069cb25451cf9aad4840551b7286fee1c5aebc8'/>
<id>3069cb25451cf9aad4840551b7286fee1c5aebc8</id>
<content type='text'>
Use correct parent when committing in WebIDE

See merge request gitlab-org/gitlab-ce!29598</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Use correct parent when committing in WebIDE

See merge request gitlab-org/gitlab-ce!29598</pre>
</div>
</content>
</entry>
<entry>
<title>Add start_sha to commits API</title>
<updated>2019-07-18T07:19:18+00:00</updated>
<author>
<name>Markus Koller</name>
<email>mkoller@gitlab.com</email>
</author>
<published>2019-06-13T10:44:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=f8cecafb07792bcaf9d7ffa85766c3b33c1dd252'/>
<id>f8cecafb07792bcaf9d7ffa85766c3b33c1dd252</id>
<content type='text'>
When passing start_branch on committing from the WebIDE, it's possible
that the branch has changed since editing started, which results in the
change being applied on top of the latest commit in the branch and
overwriting the new changes.

By passing the start_sha instead we can make sure that the change is
applied on top of the commit which the user started editing from.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When passing start_branch on committing from the WebIDE, it's possible
that the branch has changed since editing started, which results in the
change being applied on top of the latest commit in the branch and
overwriting the new changes.

By passing the start_sha instead we can make sure that the change is
applied on top of the commit which the user started editing from.
</pre>
</div>
</content>
</entry>
<entry>
<title>Refactor RedisCounter and WebIdeCommitsCounter</title>
<updated>2019-07-17T23:45:35+00:00</updated>
<author>
<name>Francisco Javier López</name>
<email>fjlopez@gitlab.com</email>
</author>
<published>2019-07-17T23:45:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=bcd2458076512ad80c6e470d9434618f27dfec3c'/>
<id>bcd2458076512ad80c6e470d9434618f27dfec3c</id>
<content type='text'>
This MR refactor RedisCounter and WebIdeCommitsCounter
to be reused by other components.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This MR refactor RedisCounter and WebIdeCommitsCounter
to be reused by other components.
</pre>
</div>
</content>
</entry>
<entry>
<title>Refactored WebIdeCommitsCount class</title>
<updated>2019-07-16T13:12:37+00:00</updated>
<author>
<name>Francisco Javier López</name>
<email>fjlopez@gitlab.com</email>
</author>
<published>2019-07-16T13:12:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=556d213cbc8b2ce44fd4d7fafde0a28804d3ae29'/>
<id>556d213cbc8b2ce44fd4d7fafde0a28804d3ae29</id>
<content type='text'>
We're adding more redis base counters to the web ide and other
classes. We're refactoring this class in other to use the logic
in other places.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We're adding more redis base counters to the web ide and other
classes. We're refactoring this class in other to use the logic
in other places.
</pre>
</div>
</content>
</entry>
<entry>
<title>Change HTTP Status Code when repository disabled</title>
<updated>2019-06-24T22:12:42+00:00</updated>
<author>
<name>Sam Battalio</name>
<email>sambattalio99@gmail.com</email>
</author>
<published>2019-06-24T22:12:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=3457695b1e3d2c6e5a10cff6e24a08f7cbb38503'/>
<id>3457695b1e3d2c6e5a10cff6e24a08f7cbb38503</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add optional param :start_project to allow variable commit targets</title>
<updated>2019-05-31T14:21:15+00:00</updated>
<author>
<name>Kerri Miller</name>
<email>kerrizor@kerrizor.com</email>
</author>
<published>2019-05-31T14:21:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=35c37fb29343974bf2edc3959d6a21db9c384307'/>
<id>35c37fb29343974bf2edc3959d6a21db9c384307</id>
<content type='text'>
This extends POST#:id/repository/commits to allow the optional parameter
`:start_project`, which will allow targeting other projects besides the
one derived from `:id`.

Resolves https://gitlab.com/gitlab-org/gitlab-ce/issues/50850
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This extends POST#:id/repository/commits to allow the optional parameter
`:start_project`, which will allow targeting other projects besides the
one derived from `:id`.

Resolves https://gitlab.com/gitlab-org/gitlab-ce/issues/50850
</pre>
</div>
</content>
</entry>
<entry>
<title>Accept force option on commit via API</title>
<updated>2019-03-06T10:44:59+00:00</updated>
<author>
<name>Patrick Bajao</name>
<email>ebajao@gitlab.com</email>
</author>
<published>2019-03-06T10:44:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=de5aef3bbda9217e32fc91c24280f78869c9c9c1'/>
<id>de5aef3bbda9217e32fc91c24280f78869c9c9c1</id>
<content type='text'>
When `force` is set to `true` and `start_branch` is set, the
branch will be ovewritten with the new commit based on the
`HEAD` of the `start_branch`.

This commit includes changes to update the `gitaly-proto` gem.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When `force` is set to `true` and `start_branch` is set, the
branch will be ovewritten with the new commit based on the
`HEAD` of the `start_branch`.

This commit includes changes to update the `gitaly-proto` gem.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'security-commit-private-related-mr' into 'master'</title>
<updated>2019-03-04T18:37:10+00:00</updated>
<author>
<name>Yorick Peterse</name>
<email>yorickpeterse@gmail.com</email>
</author>
<published>2019-03-04T18:37:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=6683298fe6d85bb0785906723663482798418907'/>
<id>6683298fe6d85bb0785906723663482798418907</id>
<content type='text'>
Don't allow non-members to see private related MRs

Closes #2787

See merge request gitlab/gitlabhq!2866</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Don't allow non-members to see private related MRs

Closes #2787

See merge request gitlab/gitlabhq!2866</pre>
</div>
</content>
</entry>
<entry>
<title>Add API endpoint to get a commit's GPG signature</title>
<updated>2019-02-14T05:59:42+00:00</updated>
<author>
<name>Balasankar "Balu" C</name>
<email>balasankar@gitlab.com</email>
</author>
<published>2019-02-07T17:09:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=034d1d02b9dec544dd4d04c61ca4404775c57970'/>
<id>034d1d02b9dec544dd4d04c61ca4404775c57970</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
