| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | solved conflict | karen Carias | 2015-09-30 | 2 | -1/+6 |
| |\ | |||||
| | * | Merge branch 'master' into 'master' | Jacob Vosmaer | 2015-09-29 | 1 | -0/+2 |
| | |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add support for AWS S3 Server-Side Encryption support This adds support for AWS S3 SSE with S3 managed keys, this means the data is encrypted at rest and the encryption is handled transparently to the end user as well as in the AWS Console. ## Points to double check I'm unsure on the best way to the handle the default. I've followed the `multipart_upload` de facto in the app. I'm happy to change this if required or if it will impact elsewhere e.g. omnibus packages I also think I've managed to catch all of the documentation for this change as well. ### Why is this required Many enterprises require good backup support but also for this to be encrypted. By default backups aren't encrypted, this allows at rest encryption to be supported in GitLab backups providing a layer of security should the physical media not be properly disposed of. Relates to issue #2478. See merge request !1280 | ||||
| | | * | Add support for AWS S3 Server-Side Encryption support | Paul Beattie | 2015-09-25 | 1 | -0/+2 |
| | | | | | | | | | | | | | | | | | | | | | | This adds support for AWS S3 SSE with S3 managed keys, this means the data is encrypted at rest and the encryption is handled transparently to the end user as well as in the AWS Console. This is optional and not required to make S3 uploads work. | ||||
| | * | | Improve 'rake gitlab:cleanup:repos' documentationorphaned-repo-cleanup | Jacob Vosmaer | 2015-09-25 | 1 | -1/+2 |
| | |/ | |||||
| | * | added note | karen Carias | 2015-09-13 | 1 | -1/+4 |
| | | | |||||
| * | | made info more clear | karen Carias | 2015-09-09 | 1 | -1/+3 |
| | | | |||||
| * | | link to rake tasks | karen Carias | 2015-09-08 | 1 | -1/+6 |
| |/ | |||||
| * | Revert "Merge branch 'revert-satellites' into 'master' " | Dmitriy Zaporozhets | 2015-08-11 | 1 | -13/+0 |
| | | | | | | This reverts commit 5daf44b7c86e0e2641a902b1da8b01d91fa3dbfa, reversing changes made to 2f706fbd231cabe7a76a5d17ac44285aaaf8592c. | ||||
| * | Revert "Merge branch 'drop-satellites'" | Dmitriy Zaporozhets | 2015-08-11 | 1 | -0/+13 |
| | | | | | | | | This reverts commit 957e849f41d96fa9778fcdd06792d2f0274b29ab, reversing changes made to 6b9dbe9f5a175a8162abf296367f561bab3eea1a. Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
| * | Merge branch 'drop-satellites' | Dmitriy Zaporozhets | 2015-08-05 | 1 | -13/+0 |
| |\ | |||||
| | * | Merge branch 'master' into drop-satellites | Dmitriy Zaporozhets | 2015-08-04 | 2 | -2/+51 |
| | |\ | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
| | * | | Remove satellites | Dmitriy Zaporozhets | 2015-07-15 | 1 | -13/+0 |
| | | | | |||||
| * | | | Merge branch 'server-note' into 'master' | Job van der Voort | 2015-08-05 | 1 | -2/+2 |
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Added note about changing servers Because of tweet https://twitter.com/elraro21/status/628650106850516992 See merge request !1919 | ||||
| | * | | | added note about changing servers | karen Carias | 2015-08-04 | 1 | -1/+1 |
| | | |/ | |/| | |||||
| * | | | Merge branch 'master' into 'master' | Achilleas Pipinellis | 2015-08-04 | 1 | -2/+2 |
| |\ \ \ | |/ / |/| | | | | | | | | | | | | | | | | | | | | updated restore docs wrt backup location [ci skip] Made sure to point out that the restore location can be overwritten by an entry in the config. See merge request !1030 | ||||
| | * | | fixed typo in backup_restore.md | Mike C | 2015-07-30 | 1 | -2/+2 |
| | | | | |||||
| | * | | updated restore docs wrt backup location [ci skip] | mchristof | 2015-07-23 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | Made sure to point out that the restore location can be overwritten by an entry in the config. | ||||
| * | | | Link to admin raketask | Sytse Sijbrandij | 2015-08-03 | 1 | -0/+1 |
| | | | | |||||
| * | | | Merge branch 'master' of dev.gitlab.org:gitlab/gitlabhq into ↵ | Jacob Vosmaer | 2015-07-27 | 1 | -2/+33 |
| |\ \ \ | |/ / | | | | | | | backup-archive-permissions | ||||
| | * | | You need to store your DB encryption keydocument-2fa-backup | Jacob Vosmaer | 2015-07-21 | 1 | -2/+33 |
| | |/ | |||||
| * | | Allow custom backup archive permissions | Jacob Vosmaer | 2015-07-06 | 1 | -0/+17 |
| |/ | | | | | This change helps system administrators who want to replicate GitLab backup files without needing root permissions. | ||||
| * | Add a troubleshooting section for backup restore docs, explain about ↵add_to_backup_docs | Marin Jankovski | 2015-06-29 | 1 | -4/+23 |
| | | | | | warnings when using omnibus packages. | ||||
| * | Update maintenance documentation to explain no need to recompile asssets for ↵ | Stan Hu | 2015-06-19 | 1 | -4/+9 |
| | | | | | omnibus installations | ||||
| * | Remove gitlab:env:check task.remove_unecessary_rake_task | Marin Jankovski | 2015-06-03 | 1 | -2/+1 |
| | | |||||
| * | Explained info better | Karen Carias | 2015-05-26 | 1 | -1/+2 |
| | | |||||
| * | Added note about backups for gitlab.com | Karen Carias | 2015-05-21 | 1 | -0/+3 |
| | | |||||
| * | Fix link to the CI documentation | Valery Sizov | 2015-05-08 | 1 | -1/+1 |
| | | |||||
| * | improved backup doc | Valery Sizov | 2015-05-08 | 1 | -7/+65 |
| | | |||||
| * | Link to CI backup documentationbackup_doc | Valery Sizov | 2015-05-07 | 1 | -0/+2 |
| | | |||||
| * | update doc by removing unnecessary parts | Job van der Voort | 2015-05-04 | 1 | -29/+3 |
| | | |||||
| * | Added " How to maintain tight control over the number of active users on ↵ | Karen Carias | 2015-04-24 | 1 | -0/+35 |
| | | | | | your GitLab installation" to documentation | ||||
| * | Merge pull request #8510 from koebi001/feature/backup_restore | Dmitriy Zaporozhets | 2015-04-21 | 1 | -0/+1 |
| |\ | | | | | add environment variable force to the documentation | ||||
| | * | add environment variable force to the documentation | Markus Köberl | 2014-12-29 | 1 | -0/+1 |
| | | | |||||
| * | | ability to skip some items in backupbackup_skip_option | Valery Sizov | 2015-04-02 | 1 | -0/+7 |
| | | | |||||
| * | | Rephrased wording in the documentation to say "installation from source" ↵ | Patricio Cano | 2015-02-16 | 2 | -3/+3 |
| | | | | | | | | | instead of "manual installation" or similar. | ||||
| * | | Merge branch 'consolidate_ssh_docs' into 'master' | Marin Jankovski | 2015-02-04 | 1 | -4/+4 |
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Consolidate SSH docs The two available SSH topics were quite short, so it made sense to combine them. Includes fixes a few missing words, punctuation. See merge request !328 | ||||
| | * | | Fix a number of discovered typos, capitalization of developer and | Ewan Edwards | 2015-02-03 | 1 | -4/+4 |
| | | | | | | | | | | | | | product names, plus a couple of instances of bad Markdown markup. | ||||
| * | | | Merge branch 'doc_cookbook_uses_omnibus' into 'master' | Marin Jankovski | 2015-02-04 | 5 | -17/+17 |
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Drop comments on cookbook installing from source now that it uses Omnibus. gitlab-coockbook now uses Omnibus packages so raketasks are invoked via gitlab-rake See merge request !318 | ||||
| | * | | | Drop comments on cookbook installing from source now that it uses Omnibus. | Achilleas Pipinellis | 2015-01-28 | 5 | -17/+17 |
| | | | | | |||||
| * | | | | Merge branch 'add_more_maintenance_tasks' into 'master' | Dmitriy Zaporozhets | 2015-02-04 | 1 | -22/+52 |
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | Add more maintenance tasks to documentation See merge request !317 | ||||
| | * | | | | Add assets precompile and redis clear cache to maintenance tasks. | Achilleas Pipinellis | 2015-01-28 | 1 | -22/+52 |
| | |/ / / | |||||
| * | | | | Merge branch 'master' into 'master' | Sytse Sijbrandij | 2015-02-03 | 1 | -1/+1 |
| |\ \ \ \ | | |/ / | |/| | | | | | | | | | | | | | | | | | | | | | | Fix capitalization of URL. A targeted fix in the documentation. See merge request !323 | ||||
| | * | | | Make all non-config/non-operational mentions of URL consistently | Ewan Edwards | 2015-01-30 | 1 | -1/+1 |
| | |/ / | | | | | | | | | | | | | | | | | | | | | | capitalized. Make the plural version consistently "URLs". Fix an instance where the article "the" before URL was missing. | ||||
| * | | | Separate out the instructions for source installs | Jacob Vosmaer | 2015-01-26 | 1 | -4/+6 |
| | | | | |||||
| * | | | Make omnibus the default in repo import docs | Jacob Vosmaer | 2015-01-21 | 1 | -4/+9 |
| |/ / | |||||
| * | | Update import.md documentation to specify correct directory ownership and ↵ | Marin Jankovski | 2015-01-16 | 1 | -0/+10 |
| |/ | | | | permissions. | ||||
| * | Fix Rake tasks doc README: add top level h1 | Ciro Santilli | 2014-12-18 | 1 | -0/+3 |
| | | | | | and link to missing to features.md. | ||||
| * | Merge pull request #8359 from bbodenmiller/patch-1 | Jeroen van Baarsen | 2014-12-13 | 1 | -1/+1 |
| |\ | | | | | add details on backing up your SSH host keys | ||||
| | * | add details on backing up your SSH host keys | Ben Bodenmiller | 2014-11-23 | 1 | -1/+1 |
| | | | | | | | | | | | | | Users need to backup SSH host keys if they want to do a complete restore to the same domain and not have users get the `WARNING: REMOTE HOST IDENTIFICATION HAS CHANGED!` message. | ||||
| * | | Add snapshot backup tips | Jacob Vosmaer | 2014-12-05 | 1 | -0/+23 |
| | | | |||||
