summaryrefslogtreecommitdiff
path: root/doc/raketasks
Commit message (Collapse)AuthorAgeFilesLines
* Update docs to pass new markdownlintMarcel Amirault2019-08-224-11/+14
| | | | | Deletes extra spaces and line, makes lists consistent, and fixes links.
* Merge branch '62759-gitlab-backup-doc' into 'master'Evan Read2019-08-091-12/+12
|\ | | | | | | | | Replace `gitlab-rake` with `gitlab-backup` command for backup and restore tasks See merge request gitlab-org/gitlab-ce!31555
| * Change gitlab-rake to gitlab-backup for backup and restore tasks62759-gitlab-backup-docHossein Pursultani2019-08-071-12/+12
| |
* | Add docs for local requests whitelistReuben Pereira2019-08-081-0/+5
|/ | | | | - Add documentation under security/webhooks since similar docs are present there.
* Resolve "Update troubleshooting for gzip error in backup docs"Alexander Strachan2019-08-051-0/+19
|
* Rake task to cleanup expired ActiveSession lookup keysif-64257-active_session_lookup_key_cleanupImre Farkas2019-07-221-0/+10
| | | | | | | In some cases ActiveSession.cleanup was not called after authentication, so for some user ActiveSession lookup keys grew without ever cleaning up. This Rake task manually iterates over the lookup keys and removes ones without existing ActiveSession.
* Move document to new location, split in 3Marcia Ramos2019-07-151-1/+1
| | | | | - Move steps to new doc - Move all concepts to different docs
* Remove extra blank lines from docsMarcel Amirault2019-07-151-10/+1
| | | | | | Removing extra blank lines in docs that serve no purpose, as well as some --- lines that also are not needed.
* Remove hard tabs from docsMarcel Amirault2019-07-111-1/+1
| | | | | Hard tabs do not follow general markdown guidelines are were removed from the few docs that used them
* Add reconfigure step to secrets restorationdocs-add-reconfigure-to-restoreAlexander Tanayno2019-07-111-1/+2
|
* Update redirected links to final destinationMarcel Amirault2019-07-091-1/+1
| | | | | | Updating redirected links in the development, install, policy raketasks and university dirs. Should now link to final URL to avoid redirect hops
* Changing badges to use parentheses not bracketsMarcel Amirault2019-07-081-1/+1
| | | | | | | | | | | | | | Previously, we used brackets to denote the tier badges, but this made Kramdown, the docs site Markdown renderer, show many warnings when building the site. This is now fixed by using parentheses instead of square brackets. This was caused by [PREMIUM] looking like a link to Kramdown, which couldn't find a URL there. See: - https://gitlab.com/gitlab-com/gitlab-docs/merge_requests/484 - https://gitlab.com/gitlab-org/gitlab-ce/issues/63800
* Change absolute links to relativeMarcel Amirault2019-07-051-1/+1
| | | | | Change assorted absolute links to ce and ee docs to relative links
* Merge branch 'tc-rake-orphan-artifacts' into 'master'Dmitriy Zaporozhets2019-07-011-0/+45
|\ | | | | | | | | Add rake task to clean orphan artifact files See merge request gitlab-org/gitlab-ce!29681
| * Add rake task to clean orphan artifact filestc-rake-orphan-artifactsToon Claes2019-06-281-0/+45
| | | | | | | | | | | | | | | | | | | | | | This adds the rake task rake gitlab:cleanup:orphan_job_artifact_files. This rake task cleans all orphan job artifact files it can find on disk. It performs a search on the complete folder of all artifacts on disk. Then it filters out all the job artifact ID for which it could not find a record with matching ID in the database. For these, the file is deleted from disk.
* | Docs: Fix spacing in code blocks in webhook raketask docMarcel Amirault2019-07-011-25/+25
| |
* | Enforce consistent prefix for bullet listsMarcel Amirault2019-07-012-162/+173
|/ | | | Adjusts asterisks to hyphens in assorted docs to allow lint rule to pass
* Document the workaround for issues after registry restoreDJ Mountney2019-06-201-0/+31
| | | | | | | Restoring the registry ends up using the wrong file permissions, breaking the registry. Document the workaround while we look at improvements.
* Fix markdown parsing for doc pagedocs/fix-doc-blockSteve Azzopardi2019-06-031-3/+3
| | | | | The lack of indentatioin is causing the markdown parser to get confused and formating it wrong.
* Update import.md - if repository-import-<date> parent directory DNE, then ↵John Lund2019-05-221-1/+1
| | | | mkdir will fail for new_group. -p option is necessary to create missing parent directories.
* Docs: Merge Various EE /doc dirs to CEMarcel Amirault2019-05-051-0/+10
|
* Add guide on how to reset runners tokenSteve Azzopardi2019-04-101-7/+47
|
* Docs: Fix anchors related to variables docMarcel Amirault2019-04-081-1/+1
|
* Merge branch 'master' of dev.gitlab.org:gitlab/gitlabhq into ↵jarv/dev-to-gitlab-2019-04-02John Jarvis2019-04-021-0/+1
|\ | | | | | | jarv/dev-to-gitlab-2019-04-02
| * Rake task for removing exif from uploadsJan Provaznik2019-04-021-0/+1
| | | | | | | | | | Adds a rake task which can be used for removing EXIF data from existing uploads.
* | Docs: Add automatic redirects to last batch of moved filesMarcel Amirault2019-03-262-4/+8
|/
* Merge branch 'patch-47' into 'master'Achilleas Pipinellis2019-03-201-0/+2
|\ | | | | | | | | Update backup_restore.md instructions for Google Cloud Storage bucket... See merge request gitlab-org/gitlab-ce!25628
| * Update backup_restore.md instructions for Google Cloud Storage bucket ↵Mike Cave2019-02-281-0/+2
| | | | | | | | configuration to specify required access control option
* | Point out that backups need a task runner nodeJacob Vosmaer2019-03-111-0/+7
| |
* | add comment on how to determine if rsyncable option is availableFrederic Van Espen2019-03-071-1/+3
| |
* | Merge branch 'master' into incremental-backupsFrederic Van Espen2019-03-072-8/+30
|\ \ | |/
| * Linked no EFS article to backup sectionSara Ahbabou2019-02-221-0/+2
| |
| * Remove consecutive blank lines from markdown filesEvan Read2019-02-182-4/+0
| | | | | | | | | | For the sake of consistency, removes any extraneous consecutive blank lines from the doc suite.
| * Document what features are broken when db_key_base is lostNick Thomas2019-02-151-4/+23
| |
| * Fix most instances of bare URLs in markdownEvan Read2019-01-241-1/+1
| |
| * Add SSE-C key configuration option for Amazon S3 remote backupsPepijn Van Eeckhoudt2019-01-091-0/+5
| |
* | introduce optional rsyncable flagFrederic Van Espen2019-03-071-0/+7
| |
* | Allow to override part of the backup filenameFrederic Van Espen2018-12-261-0/+11
|/
* Restore Object Pools when restoring an object poolZeger-Jan van de Weg2018-12-131-0/+1
| | | | | | | | | | | | | | | | Pool repositories are persisted in the database, and when the DB is restored, the data need to be restored on disk. This is done by resetting the state machine and rescheduling the object pool creation. This is not an exact replica of the state like at the time of the creation of the backup. However, the data is consistent again. Dumping isn't required as internally GitLab uses git bundles which bundle all refs and include all objects in the bundle that they require, reduplicating as more repositories get backed up. This does require more data to be stored. Fixes https://gitlab.com/gitlab-org/gitaly/issues/1355
* Fix gitlab:web_hook tasksNick Thomas2018-12-061-4/+2
|
* Add clarification on Host KeysDavin Walker2018-11-281-0/+2
|
* add a note about omnibus chart and info how to backup with gitlab chartAlexander Tanayno2018-11-231-16/+12
|
* Improve wording and consistencyMichael Kozono2018-11-071-18/+19
|
* Add an example of the stored project pathMichael Kozono2018-11-071-2/+9
|
* Add steps to manually migrate projectsMichael Kozono2018-11-071-1/+18
|
* Document limitation of bare repository importMichael Kozono2018-11-051-1/+46
|
* Refactor the backup/restore docsdocs/refactor-backupAchilleas Pipinellis2018-10-301-91/+224
| | | | | | - Rearrange sections - Stress out the importance of storing config files - Add troubleshooting guide in case secrets is lost
* Merge branch 'patch-29' into 'master'Rémy Coutable2018-09-271-1/+2
|\ | | | | | | | | Added `chown git` to the backup tar to prevent permission denied errors. See merge request gitlab-org/gitlab-ce!21724
| * Move chown *after* cpCraig Fisher2018-09-271-1/+1
| |
| * Added `chown git` to the backup tar to prevent permission denied errors.Craig Fisher2018-09-131-1/+2
| |