summaryrefslogtreecommitdiff
path: root/doc/raketasks
Commit message (Collapse)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-01-301-2/+2
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-01-304-35/+35
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-01-221-0/+4
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-01-201-0/+1
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-01-131-2/+2
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-12-191-5/+5
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-12-161-0/+16
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-11-071-1/+1
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-10-271-1/+1
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-10-072-3/+3
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-10-071-40/+0
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-10-021-6/+6
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-09-183-4/+4
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-09-182-6/+6
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-09-171-1/+1
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-09-161-0/+5
|
* Start linting for unneeded dollar signsMarcel Amirault2019-09-101-5/+5
| | | | | Do not use dollar signs in shell codeblocks when no output is shown
* Revert gitlab-backup command and add a note for itHossein Pursultani2019-09-101-3/+44
|
* fix typo in backup_restore.mdDan Hahne2019-09-061-1/+1
|
* Use new location for helm charts repolinks-use-new-locationBalasankar "Balu" C2019-09-031-3/+3
| | | | Signed-off-by: Balasankar "Balu" C <balasankar@gitlab.com>
* Update capitalization in /integrations and /raketasksMarcel Amirault2019-08-274-13/+13
| | | | Also updates redirect text in /project-services
* ci_builds also has encrypted tokensBill Bagdon2019-08-261-0/+23
| | | | These need to be reset
* 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