<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-ce.git/app/services/files, branch document-lambda-deploy</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>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>CE backport for changes in EE MR 13894</title>
<updated>2019-06-16T23:23:06+00:00</updated>
<author>
<name>Luke Duncalfe</name>
<email>lduncalfe@eml.cc</email>
</author>
<published>2019-06-06T06:51:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=f7163afb8a036468ccc3f657ac09f3c09b318dab'/>
<id>f7163afb8a036468ccc3f657ac09f3c09b318dab</id>
<content type='text'>
This backports to CE changes that allow the recording of the
repository_type in the table lfs_objects_projects.

This is in order to allow future pruning of unreferenced LFS objects,
as we will need to know which repository to look in for the LFS pointer
file.

The EE MR that contains the original code and a full explanation of the
changes is
https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/13894

EE Issue https://gitlab.com/gitlab-org/gitlab-ee/issues/9490

Note that there was a lot of CE code changed in the EE MR because we
want to allow the wiki repository to also use LFS. See
https://gitlab.com/gitlab-org/gitlab-ce/issues/43721. As the wiki is
an unlicensed feature, a full backport is required to enable this.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This backports to CE changes that allow the recording of the
repository_type in the table lfs_objects_projects.

This is in order to allow future pruning of unreferenced LFS objects,
as we will need to know which repository to look in for the LFS pointer
file.

The EE MR that contains the original code and a full explanation of the
changes is
https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/13894

EE Issue https://gitlab.com/gitlab-org/gitlab-ee/issues/9490

Note that there was a lot of CE code changed in the EE MR because we
want to allow the wiki repository to also use LFS. See
https://gitlab.com/gitlab-org/gitlab-ce/issues/43721. As the wiki is
an unlicensed feature, a full backport is required to enable this.
</pre>
</div>
</content>
</entry>
<entry>
<title>Externalize several strings in</title>
<updated>2019-04-16T10:32:05+00:00</updated>
<author>
<name>Martin Wortschack</name>
<email>mwortschack@gitlab.com</email>
</author>
<published>2019-04-16T10:32:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=9e753eeb9f9ba63a4e8ff50076f6c3e250ceb26c'/>
<id>9e753eeb9f9ba63a4e8ff50076f6c3e250ceb26c</id>
<content type='text'>
- app/services
- app/controllers
- app/presenters
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- app/services
- app/controllers
- app/presenters
</pre>
</div>
</content>
</entry>
<entry>
<title>Externalize strings detected by rubocop-i18n</title>
<updated>2019-04-15T12:25:48+00:00</updated>
<author>
<name>Martin Wortschack</name>
<email>mwortschack@gitlab.com</email>
</author>
<published>2019-04-15T12:25:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=5770b6544d3476e27d77a0ab11f162c941aa0cae'/>
<id>5770b6544d3476e27d77a0ab11f162c941aa0cae</id>
<content type='text'>
- Externalize strings in milestones_helper
- Externalize strings in app/services
- Update PO file
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Externalize strings in milestones_helper
- Externalize strings in app/services
- Update PO file
</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>Commits API: Preserve file content in move operations if unspecified</title>
<updated>2018-11-28T11:50:05+00:00</updated>
<author>
<name>Nick Thomas</name>
<email>nick@gitlab.com</email>
</author>
<published>2018-11-27T16:27:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=14076062df5d9f369c42796e754b3918965a0623'/>
<id>14076062df5d9f369c42796e754b3918965a0623</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Adds chmod action to POST /projects/:id/repository/commits API</title>
<updated>2018-09-27T09:51:15+00:00</updated>
<author>
<name>Jacopo</name>
<email>beschi.jacopo@gmail.com</email>
</author>
<published>2018-09-23T10:48:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=271776d4aa25a23b6f58c6befa94a240e61d4120'/>
<id>271776d4aa25a23b6f58c6befa94a240e61d4120</id>
<content type='text'>
With this action the user can update the execute_filemode of a given file in the repository.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
With this action the user can update the execute_filemode of a given file in the repository.
</pre>
</div>
</content>
</entry>
<entry>
<title>Use the correct email address when committing via a file service</title>
<updated>2018-09-17T13:14:58+00:00</updated>
<author>
<name>Nick Thomas</name>
<email>nick@gitlab.com</email>
</author>
<published>2018-09-17T13:14:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=3c5c658a27d1dfe4abf6469f35776b78f2169d81'/>
<id>3c5c658a27d1dfe4abf6469f35776b78f2169d81</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Uploads to wiki stored inside the wiki git repository</title>
<updated>2018-09-04T10:39:08+00:00</updated>
<author>
<name>Francisco Javier López</name>
<email>fjlopez@gitlab.com</email>
</author>
<published>2018-09-04T10:39:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=f9475e299c6f6b363d5ea302f1295a3ea0bf9adb'/>
<id>f9475e299c6f6b363d5ea302f1295a3ea0bf9adb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Enable frozen string in apps/services/**/*.rb</title>
<updated>2018-07-16T19:36:41+00:00</updated>
<author>
<name>gfyoung</name>
<email>gfyoung17@gmail.com</email>
</author>
<published>2018-07-16T16:31:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=265478ad74172ed14794c26f75c3ad45908f36a2'/>
<id>265478ad74172ed14794c26f75c3ad45908f36a2</id>
<content type='text'>
For directories application_settings --&gt; labels.

Partially addresses #47424.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
For directories application_settings --&gt; labels.

Partially addresses #47424.
</pre>
</div>
</content>
</entry>
</feed>
