<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-ce.git/lib/backup, branch project_api_order</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>ability to skip some items in backup</title>
<updated>2015-04-02T12:37:50+00:00</updated>
<author>
<name>Valery Sizov</name>
<email>vsv2711@gmail.com</email>
</author>
<published>2015-03-27T13:18:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=67c83489cac6029ac0eb072b12fd6a9955343cd0'/>
<id>67c83489cac6029ac0eb072b12fd6a9955343cd0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Don't use chmod_R for backup tars</title>
<updated>2015-03-28T14:38:48+00:00</updated>
<author>
<name>Vinnie Okada</name>
<email>vokada@mrvinn.com</email>
</author>
<published>2015-03-28T14:38:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=0f78d92e4cfaf5c6674701fdf54a7188686cb8eb'/>
<id>0f78d92e4cfaf5c6674701fdf54a7188686cb8eb</id>
<content type='text'>
When creating backup tar files, only change permissions on the `db`,
`uploads`, and `repositories` directories, not their contents.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When creating backup tar files, only change permissions on the `db`,
`uploads`, and `repositories` directories, not their contents.
</pre>
</div>
</content>
</entry>
<entry>
<title>Change directory when removing old backups</title>
<updated>2015-03-25T02:47:11+00:00</updated>
<author>
<name>Vinnie Okada</name>
<email>vokada@mrvinn.com</email>
</author>
<published>2015-03-25T02:37:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=083027fc84e61f5b592ed43cdbdb8425e17d2a7f'/>
<id>083027fc84e61f5b592ed43cdbdb8425e17d2a7f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'backup-permissions' into 'master'</title>
<updated>2015-03-21T23:50:20+00:00</updated>
<author>
<name>Dmitriy Zaporozhets</name>
<email>dzaporozhets@gitlab.com</email>
</author>
<published>2015-03-21T23:50:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=aadd38dbb9b8fbae91be4b509dc18295ff06c8ee'/>
<id>aadd38dbb9b8fbae91be4b509dc18295ff06c8ee</id>
<content type='text'>
Change permissions on backup files - #2

Use more restrictive permissions for backup tar files and for the db, uploads, and repositories directories inside the tar files.  See #1894.  Now the backup task recursively `chmod`s the `db/`, `uploads/`, and `repositories/` folders with 0700 permissions, and the tar file is created as 0600.

This is a followup to !1703, which was reverted because it broke Rspec tests.  The test failures were due to the rake task changing directories and not changing back, which I fixed with this commit.

cc @sytse

See merge request !1716
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change permissions on backup files - #2

Use more restrictive permissions for backup tar files and for the db, uploads, and repositories directories inside the tar files.  See #1894.  Now the backup task recursively `chmod`s the `db/`, `uploads/`, and `repositories/` folders with 0700 permissions, and the tar file is created as 0600.

This is a followup to !1703, which was reverted because it broke Rspec tests.  The test failures were due to the rake task changing directories and not changing back, which I fixed with this commit.

cc @sytse

See merge request !1716
</pre>
</div>
</content>
</entry>
<entry>
<title>Call chdir() with a block</title>
<updated>2015-03-20T02:30:19+00:00</updated>
<author>
<name>Vinnie Okada</name>
<email>vokada@mrvinn.com</email>
</author>
<published>2015-03-20T01:24:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=06aafb73640da21a4277961c5c6da61496f0e8db'/>
<id>06aafb73640da21a4277961c5c6da61496f0e8db</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>backup repo with tar instead of git bundle</title>
<updated>2015-03-19T12:36:02+00:00</updated>
<author>
<name>Valery Sizov</name>
<email>admin@example.com</email>
</author>
<published>2015-03-18T18:40:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=d411a9e4d8063fdc9b6d0f74cad7345245a1fb0b'/>
<id>d411a9e4d8063fdc9b6d0f74cad7345245a1fb0b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Change permissions on backup files</title>
<updated>2015-03-18T01:04:21+00:00</updated>
<author>
<name>Vinnie Okada</name>
<email>vokada@mrvinn.com</email>
</author>
<published>2015-03-15T18:54:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=61c06c5e1ae87914343312b956d5b289d568b71f'/>
<id>61c06c5e1ae87914343312b956d5b289d568b71f</id>
<content type='text'>
Use more restrictive permissions for backup tar files and for the db,
uploads, and repositories directories inside the tar files.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Use more restrictive permissions for backup tar files and for the db,
uploads, and repositories directories inside the tar files.
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "Merge branch 'backup-permissions' into 'master'"</title>
<updated>2015-03-17T06:51:46+00:00</updated>
<author>
<name>Dmitriy Zaporozhets</name>
<email>dmitriy.zaporozhets@gmail.com</email>
</author>
<published>2015-03-17T06:51:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=3a324d9c6d52b7605e8b701ac70eddc2528b408b'/>
<id>3a324d9c6d52b7605e8b701ac70eddc2528b408b</id>
<content type='text'>
This reverts commit c42262b43b009af990e5769840391862d64a1c2d, reversing
changes made to c6586b1283a94c8f08bc669f4d8a9384b263073e.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit c42262b43b009af990e5769840391862d64a1c2d, reversing
changes made to c6586b1283a94c8f08bc669f4d8a9384b263073e.
</pre>
</div>
</content>
</entry>
<entry>
<title>Change permissions on backup files</title>
<updated>2015-03-15T19:14:30+00:00</updated>
<author>
<name>Vinnie Okada</name>
<email>vokada@mrvinn.com</email>
</author>
<published>2015-03-15T18:54:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=8587a2937020eca2fda3efbcf31862697e7f5b3f'/>
<id>8587a2937020eca2fda3efbcf31862697e7f5b3f</id>
<content type='text'>
Use more restrictive permissions for backup tar files and for the db,
uploads, and repositories directories inside the tar files.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Use more restrictive permissions for backup tar files and for the db,
uploads, and repositories directories inside the tar files.
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "Fix broken access control and refactor avatar upload"</title>
<updated>2015-02-19T16:57:35+00:00</updated>
<author>
<name>Dmitriy Zaporozhets</name>
<email>dmitriy.zaporozhets@gmail.com</email>
</author>
<published>2015-02-19T16:57:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=8184a6564454faf0f9ae9dfee1377c3407d08447'/>
<id>8184a6564454faf0f9ae9dfee1377c3407d08447</id>
<content type='text'>
This reverts commit 7d5f86f6cbd187e75a6ba164ad6bfd036977dd07.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit 7d5f86f6cbd187e75a6ba164ad6bfd036977dd07.
</pre>
</div>
</content>
</entry>
</feed>
