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
2017-04-25Refactor backup/restore docsAchilleas Pipinellis
2017-04-20Reword backup & restore secrets descriptionCindy Pallares
The new description will make it more clear that there are 3 separate things being affected and not just 2FA.
2017-03-06Merge branch 'backup_storage_class' into 'master' Rémy Coutable
Add storage class configuration option for Amazon S3 remote backups See merge request !9599
2017-03-01Merge branch 'patch-17' into 'master' Rémy Coutable
remove duplicate backup skip details See merge request !9525
2017-03-01Add storage class configuration option for Amazon S3 remote backupsJon Keys
2017-02-25fix GitLab download archives link Ben Bodenmiller
[skip ci]
2017-02-25remove duplicate backup skip details Ben Bodenmiller
[skip ci]
2017-02-22# This is a combination of 2 commits.Drew Blessing
# This is the 1st commit message: Add `copy` backup strategy to combat file changed errors The backup Rake task used to stream data directly from the live data directory into the backup. Under many circumstances this worked OK. However, really active instances would experience a 'file changed as we read it' error - especially with data like the registry. This now copies the data first, then compresses it. It will take a bit more disk space while the backup is in progress, but it's a necessary thing. # The commit message #2 will be skipped: # Add env var
2017-02-15Rename builds to jobs in docsAchilleas Pipinellis
[ci skip]
2017-02-07Merge branch 'docs/fix-broken-links' into 'master' Achilleas Pipinellis
Fix broken links to docs See merge request !9022
2017-02-06Fix broken links to docsAchilleas Pipinellis
[ci skip]
2017-02-01Add pages to excluded directories in backup task [ci skip]Achilleas Pipinellis
2017-01-12Merge branch 'backup-restore-documentation-tips' into 'master' Marin Jankovski
Add detail to backup_restore omnibus remote storage docs See merge request !8306
2017-01-09Restore backup correctly when "BACKUP" environment variable is passedAdam Niedzielski
2017-01-06Re-add Google Cloud Storage as a backup strategyRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2016-12-25Add detail to backup_restore remote storage docsDaniel Guilak
- Location in which to add `gitlab_rails` configurations - Reminder to run `gitlab-ctl reconfigure` after changing gitlab_rails
2016-12-16Add LDAP task to rename a providerDrew Blessing
Sometimes admins will change the LDAP configuration, not realizing that problems will occur if the user's LDAP identities are not also updated to use the new provider name. This task will give admins a single command to run to update identities and will prevent having to run multiple Rails console queries.
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