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
2019-08-05Resolve "Update troubleshooting for gzip error in backup docs"Alexander Strachan
2019-07-22Rake task to cleanup expired ActiveSession lookup keysImre Farkas
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.
2019-07-15Move document to new location, split in 3Marcia Ramos
- Move steps to new doc - Move all concepts to different docs
2019-07-15Remove extra blank lines from docsMarcel Amirault
Removing extra blank lines in docs that serve no purpose, as well as some --- lines that also are not needed.
2019-07-12Remove hard tabs from docsMarcel Amirault
Hard tabs do not follow general markdown guidelines are were removed from the few docs that used them
2019-07-11Add reconfigure step to secrets restorationAlexander Tanayno
2019-07-09Update redirected links to final destinationMarcel Amirault
Updating redirected links in the development, install, policy raketasks and university dirs. Should now link to final URL to avoid redirect hops
2019-07-08Changing badges to use parentheses not bracketsMarcel Amirault
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
2019-07-05Change absolute links to relativeMarcel Amirault
Change assorted absolute links to ce and ee docs to relative links
2019-07-01Merge branch 'tc-rake-orphan-artifacts' into 'master'Dmitriy Zaporozhets
Add rake task to clean orphan artifact files See merge request gitlab-org/gitlab-ce!29681
2019-07-01Docs: Fix spacing in code blocks in webhook raketask docMarcel Amirault
2019-07-01Enforce consistent prefix for bullet listsMarcel Amirault
Adjusts asterisks to hyphens in assorted docs to allow lint rule to pass
2019-06-28Add rake task to clean orphan artifact filesToon Claes
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.
2019-06-20Document the workaround for issues after registry restoreDJ Mountney
Restoring the registry ends up using the wrong file permissions, breaking the registry. Document the workaround while we look at improvements.
2019-06-03Fix markdown parsing for doc pageSteve Azzopardi
The lack of indentatioin is causing the markdown parser to get confused and formating it wrong.
2019-05-22Update import.md - if repository-import-<date> parent directory DNE, then ↵John Lund
mkdir will fail for new_group. -p option is necessary to create missing parent directories.
2019-05-05Docs: Merge Various EE /doc dirs to CEMarcel Amirault
2019-04-10Add guide on how to reset runners tokenSteve Azzopardi
2019-04-08Docs: Fix anchors related to variables docMarcel Amirault
2019-04-02Merge branch 'master' of dev.gitlab.org:gitlab/gitlabhq into ↵John Jarvis
jarv/dev-to-gitlab-2019-04-02
2019-04-02Rake task for removing exif from uploadsJan Provaznik
Adds a rake task which can be used for removing EXIF data from existing uploads.
2019-03-26Docs: Add automatic redirects to last batch of moved filesMarcel Amirault
2019-03-20Merge branch 'patch-47' into 'master'Achilleas Pipinellis
Update backup_restore.md instructions for Google Cloud Storage bucket... See merge request gitlab-org/gitlab-ce!25628
2019-03-11Point out that backups need a task runner nodeJacob Vosmaer
2019-03-07add comment on how to determine if rsyncable option is availableFrederic Van Espen
2019-03-07Merge branch 'master' into incremental-backupsFrederic Van Espen
2019-03-07introduce optional rsyncable flagFrederic Van Espen
2019-02-28Update backup_restore.md instructions for Google Cloud Storage bucket ↵Mike Cave
configuration to specify required access control option
2019-02-22Linked no EFS article to backup sectionSara Ahbabou
2019-02-18Remove consecutive blank lines from markdown filesEvan Read
For the sake of consistency, removes any extraneous consecutive blank lines from the doc suite.
2019-02-15Document what features are broken when db_key_base is lostNick Thomas
2019-01-24Fix most instances of bare URLs in markdownEvan Read
2019-01-09Add SSE-C key configuration option for Amazon S3 remote backupsPepijn Van Eeckhoudt
2018-12-26Allow to override part of the backup filenameFrederic Van Espen
2018-12-13Restore Object Pools when restoring an object poolZeger-Jan van de Weg
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
2018-12-06Fix gitlab:web_hook tasksNick Thomas
2018-11-29Add clarification on Host KeysDavin Walker
2018-11-23add a note about omnibus chart and info how to backup with gitlab chartAlexander Tanayno
2018-11-08Improve wording and consistencyMichael Kozono
2018-11-07Add an example of the stored project pathMichael Kozono
2018-11-07Add steps to manually migrate projectsMichael Kozono
2018-11-06Document limitation of bare repository importMichael Kozono
2018-10-30Refactor the backup/restore docsAchilleas Pipinellis
- Rearrange sections - Stress out the importance of storing config files - Add troubleshooting guide in case secrets is lost
2018-09-27Merge branch 'patch-29' into 'master'Rémy Coutable
Added `chown git` to the backup tar to prevent permission denied errors. See merge request gitlab-org/gitlab-ce!21724
2018-09-27Move chown *after* cpCraig Fisher
2018-09-25Enable write to auth_keys file during restoreCindy Pallares
Fast lookup of authorized SSH keys in the database was ported to CE in v10.4. This change adds the option to enable the setting via the restore rake task and assumes yes if the force env variable is set.
2018-09-13Added `chown git` to the backup tar to prevent permission denied errors.Craig Fisher
2018-09-10Specify tar is required for backup and restore tasksBalasankar "Balu" C
2018-08-29Expanded upon directory exclusion for clarificationMichael Rochefort
Sentence language seemed to contradict the section header, so it's been clarified to prevent any confusion. Also added information about how wikis are handled during a backup. Originally submitted at https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/6673. Signed-off-by: Rémy Coutable <remy@rymai.me>
2018-08-27Compress all PNG images under doc/Achilleas Pipinellis
The pngquant tool was used https://pngquant.org, and particularly, the following command: /usr/bin/pngquant -f --skip-if-larger --ext .png --speed 1 image.png Before: 47584K After : 34924K