Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-11-30Add Human Readable Timestamp to backup tar fileDavid Gerő
2016-11-24Stop supporting Google and Azure as backup strategiesRémy Coutable
The amount of gems required is quite high compared to the usefulness of the features. Related to !4928, !6713 Signed-off-by: Rémy Coutable <remy@rymai.me>
2016-11-22Reduce size of images from 25MB to 13MB using pngquantAchilleas Pipinellis
Took it from https://gitlab.com/gitlab-com/www-gitlab-com/merge_requests/3232 [ci skip]
2016-11-14Change docker backup command in readmeBenjamin Weber
2016-11-09Introduce better credential and error checking to `rake gitlab:ldap:check`Drew Blessing
It was previously possible for invalid credential errors to go unnoticed in this task. Users would believe everything was configured correctly and then sign in would fail with 'invalid credentials'. This adds a specific bind check, plus catches errors connecting to the server. Also, specs :)
2016-11-01Add Rake task to create/repair GitLab Shell hooks symlinksDrew Blessing
2016-10-25Merge branch 'bradjones1/gitlab-ce-patch-3' into 'master' Achilleas Pipinellis
Specify which Fog storage drivers are imported by default in backup_restore.md Replaces https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/5783 See merge request !7072
2016-10-24Specify which Fog storage drivers are imported by default in backup_restore.mdBrad Jones
2016-10-22Add an example of how to run the backups when using docker to the docsDJ Mountney
2016-10-17Updated logo from @lukeMatt Lee
2016-10-11Add a new gitlab:users:clear_all_authentication_tokens taskRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2016-10-10Add registry to skipped data in backup raketask docsAchilleas Pipinellis
[ci skip]
2016-09-29Added "CI secret variables" per @axil.John McGehee
2016-09-29Rebase and resolve conflicts in backup doc for !3761john McGehee
2016-08-19Remove whitespace.Geoff Webster
2016-08-19Document IAM Profile AWS S3 configuration key. Geoff Webster
2016-08-04Mention that gitlab.rb must be kept, tooSean McGivern
2016-08-03Mention that gitlab.rb needs to be keptSean McGivern
2016-08-03Store OTP secret key in secrets.ymlSean McGivern
.secret stores the secret token used for both encrypting login cookies and for encrypting stored OTP secrets. We can't rotate this, because that would invalidate all existing OTP secrets. If the secret token is present in the .secret file or an environment variable, save it as otp_key_base in secrets.yml. Now .secret can be rotated without invalidating OTP secrets. If the secret token isn't present (initial setup), then just generate a separate otp_key_base and save in secrets.yml. Update the docs to reflect that secrets.yml needs to be retained past upgrades, but .secret doesn't.
2016-07-29Clarify backup_keep_time config parameter with S3Stan Hu
Discussed in gitlab-org/omnibus-gitlab#1453 [ci skip]
2016-07-22Update documentation according to the new multiple git mount points featureAlejandro Rodríguez
2016-07-19Added Rake task for tracking deploymentsYorick Peterse
This simply inserts the current GitLab version in the "deployments" measurement. Fixes gitlab-com/infrastructure#98
2016-06-30Refactor repository paths handling to allow multiple git mount pointsAlejandro Rodríguez
2016-06-29optimize png images losslessly using zopflipngPeter Dave Hello
2016-05-14Change all occurrences of doc.gitlab.com to docs.gitlab.comAchilleas Pipinellis
[ci skip]
2016-04-21Emphasize that GitLab must be partially running when restoring backups. John McGehee
This caused me a lot of pain until I caught on. I also enhanced the GitLab Omnibus application data backup restore procedure. I verified the procedure by executing it with GitLab 8.6.4.
2016-03-22Reload the schema before restoring a database backupDrew Blessing
2016-03-10web hooks to webhooksashleys
2016-02-13Remove note on backing up GitLab CI as a separate serviceAchilleas Pipinellis
[ci skip]
2015-12-30docs: raketasks: Add documentation on uploading to mounted sharesNathan Lowe
2015-12-15[ci skip] Add user repository integrity check rake taskDrew Blessing
2015-12-11Merge pull request #9850 from davydovanton/doc-fix-typosStan Hu
Fix typos in all docs
2015-12-08Merge branch 'master' into sync-all-reposJacob Vosmaer
2015-11-28Remove reverence to satellites [ci skip]Robert Schilling
2015-11-24Fix typos in all docs [skip ci]Anton Davydov
2015-11-19Backup LFS objects same as any upload.Marin Jankovski
2015-11-10Implement Build ArtifactsKamil Trzcinski
- Offloads uploading to GitLab Workhorse - Use /authorize request for fast uploading - Added backup recipes for artifacts - Support download acceleration using X-Sendfile
2015-10-22Add builds to the docs as a valid skip option for backups.Marin Jankovski
2015-10-16Changed loose to loseAshley Hindle
2015-10-07Add docs for gitlab:two_factor:disable_for_all_users taskRobert Speicher
2015-09-30solved conflictkaren Carias
2015-09-29Merge branch 'master' into 'master' Jacob Vosmaer
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
2015-09-25Add support for AWS S3 Server-Side Encryption supportPaul Beattie
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.
2015-09-25Add "rake gitlab:list_repos" taskJacob Vosmaer
2015-09-25Improve 'rake gitlab:cleanup:repos' documentationJacob Vosmaer
2015-09-14added notekaren Carias
2015-09-10made info more clearkaren Carias
2015-09-09link to rake taskskaren Carias
2015-08-11Revert "Merge branch 'revert-satellites' into 'master' "Dmitriy Zaporozhets
This reverts commit 5daf44b7c86e0e2641a902b1da8b01d91fa3dbfa, reversing changes made to 2f706fbd231cabe7a76a5d17ac44285aaaf8592c.
2015-08-11Revert "Merge branch 'drop-satellites'"Dmitriy Zaporozhets
This reverts commit 957e849f41d96fa9778fcdd06792d2f0274b29ab, reversing changes made to 6b9dbe9f5a175a8162abf296367f561bab3eea1a. Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>