summaryrefslogtreecommitdiff
path: root/doc/raketasks
Commit message (Collapse)AuthorAgeFilesLines
* 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
| |
* | Spell out rake tasks for omnibus-gitlabJacob Vosmaer2014-06-235-0/+46
|/
* Update docs to markdown style guide.Ciro Santilli2014-06-037-43/+72
|
* Ruby 2.0+ is a requirement.Marin Jankovski2014-05-291-2/+2
|
* Add titles to doc pages.Marin Jankovski2014-05-276-0/+12
|
* The 4.0 raketask is no longer needed and rebuilding of missing satellites is ↵dosire2014-05-222-37/+0
| | | | automatic.
* Update the examples to example.comMarin Jankovski2014-05-161-3/+3
|
* Import rake task documentation in separate file.dosire2014-04-301-0/+28
|
* Make import docs more prominent.dosire2014-04-302-30/+2
|
* New doc site needs indexes.dosire2014-03-271-0/+6
|
* fixed typo in user management help pageStefan Wolf2014-02-271-1/+1
|
* Merge pull request #5520 from gabetax/rake_group_bulk_add_permissionsDmitriy Zaporozhets2014-02-121-0/+16
|\ | | | | add rake gitlab:import: all_users_to_all_groups and user_to_groups
| * add rake gitlab:import: all_users_to_all_groups and user_to_groupsGabe Martin-Dempesy2013-11-021-0/+16
| | | | | | | | I opted for admins to be added as "owners" instead of "masters" because project masters can managers members, but only group owners can manage members.
* | Merge branch 'highlight-js' into 'master'Dmitriy Zaporozhets2014-01-281-2/+2
|\ \ | | | | | | | | | | | | | | | | | | | | | Highlight.Js Replace pygments code highlight with client-side library - highlight.js http://highlightjs.org/