summaryrefslogtreecommitdiff
path: root/doc/raketasks
Commit message (Collapse)AuthorAgeFilesLines
...
* | ability to skip some items in backupbackup_skip_optionValery Sizov2015-04-021-0/+7
| |
* | Rephrased wording in the documentation to say "installation from source" ↵Patricio Cano2015-02-162-3/+3
| | | | | | | | instead of "manual installation" or similar.
* | Merge branch 'consolidate_ssh_docs' into 'master'Marin Jankovski2015-02-041-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 andEwan Edwards2015-02-031-4/+4
| | | | | | | | | | | | product names, plus a couple of instances of bad Markdown markup.
* | | Merge branch 'doc_cookbook_uses_omnibus' into 'master'Marin Jankovski2015-02-045-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 Pipinellis2015-01-285-17/+17
| | | |
* | | | Merge branch 'add_more_maintenance_tasks' into 'master'Dmitriy Zaporozhets2015-02-041-22/+52
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Add more maintenance tasks to documentation See merge request !317
| * | | | Add assets precompile and redis clear cache to maintenance tasks.Achilleas Pipinellis2015-01-281-22/+52
| |/ / /
* | | | Merge branch 'master' into 'master'Sytse Sijbrandij2015-02-031-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 consistentlyEwan Edwards2015-01-301-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 installsJacob Vosmaer2015-01-261-4/+6
| | |
* | | Make omnibus the default in repo import docsJacob Vosmaer2015-01-211-4/+9
|/ /
* | Update import.md documentation to specify correct directory ownership and ↵Marin Jankovski2015-01-161-0/+10
|/ | | | permissions.
* Fix Rake tasks doc README: add top level h1Ciro Santilli2014-12-181-0/+3
| | | | and link to missing to features.md.
* Merge pull request #8359 from bbodenmiller/patch-1Jeroen van Baarsen2014-12-131-1/+1
|\ | | | | add details on backing up your SSH host keys
| * add details on backing up your SSH host keysBen Bodenmiller2014-11-231-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 tipsJacob Vosmaer2014-12-051-0/+23
| |
* | Add CRON=1 backup setting for quiet backupsJacob Vosmaer2014-11-201-1/+4
| |
* | add correct path to rebuild-keys docJob van der Voort2014-11-201-1/+2
| |
* | add rebuilding of authorized_keys to docsJob van der Voort2014-11-201-0/+23
|/
* fix backup rake taskBen Bodenmiller2014-11-141-1/+1
|
* Fix doc rake import md style [ci-skip]Ciro Santilli2014-10-311-4/+3
|
* Modified according to suggestions by @sytsePatricio Cano2014-10-301-30/+5
|
* Fixed typoPatricio Cano2014-10-301-2/+2
|
* Corrected layout, to be more friendly.Patricio Cano2014-10-301-9/+9
|
* Corrected the wording of the documentation and the layout.Patricio Cano2014-10-301-16/+14
|
* Added the satellites:create step, that might be necessary after the import.Patricio Cano2014-10-301-3/+11
| | | | Corrected syntax.
* Improved rake documentation for importing existing repositories with a rake ↵Patricio Cano2014-10-291-7/+44
| | | | task.
* Fix doc raketasts import md style [ci skip]Ciro Santilli2014-10-221-6/+6
|
* Merge branch 'uploader-link' into 'master'Jacob Vosmaer2014-10-011-4/+4
|\ | | | | | | | | | | Uploader link See merge request !1133
| * Make hyperlinks out of the links.Sytse Sijbrandij2014-09-301-4/+4
| |
* | Consolidate the IAM backup upload policyJacob Vosmaer2014-09-301-25/+10
| |
* | Add a 'region' to the backup upload connectionJacob Vosmaer2014-09-301-0/+2
|/
* Add backup upload support to the rake taskJacob Vosmaer2014-09-291-0/+99
|
* capitalize omnibus in docsJob van der Voort2014-09-291-3/+3
|
* use omnibus package to refer to omnibus gitlab at all times to avoid confusionJob van der Voort2014-09-281-5/+6
|
* set the proposed backup time to 4amJob van der Voort2014-09-251-2/+2
|
* Warn about restoring to the same version.Sytse Sijbrandij2014-09-191-1/+3
|
* Merge pull request #7528 from exromany/patch-1Robert Schilling2014-09-131-4/+4
|\ | | | | Update user_management.md
| * move env to end of linesexromany2014-08-191-4/+4
| |
| * Update user_management.mdexromany2014-08-181-4/+4
| | | | | | add rails_env to commands
* | update repo recreation detailsBen Bodenmiller2014-09-011-2/+4
| |
* | Fix env varable style for documentationRobert Schilling2014-08-181-6/+6
|/
* Fix spelling errors in doc, closes #7437Robert Schilling2014-08-072-3/+3
| | | | Further changes
* Add warning about backing up the config.Sytse Sijbrandij2014-07-251-1/+9
|
* Add sanitize option to documentation.Marin Jankovski2014-07-071-0/+2
|
* Merge branch 'no_need_for_creating_satellites' into 'master'Dmitriy Zaporozhets2014-07-031-18/+0
|\ | | | | | | | | | | | | | | No need for creating satellites Satellites are created automatically now. See merge request !905
| * Satellites are created automatically nowJacob Vosmaer2014-07-031-18/+0
| |
* | Add banner image to backup task.Sytse Sijbrandij2014-06-272-0/+2
| |
* | Also spell out gitlab-rake for web hook tasksJacob Vosmaer2014-06-231-0/+18
| |