summaryrefslogtreecommitdiff
path: root/doc/administration/raketasks
Commit message (Collapse)AuthorAgeFilesLines
* Docs: Update all links to relative in /workflow and /administrationMarcel Amirault2019-06-051-1/+0
|
* Remove hook directory requirement from Shellgitaly-version-v1.43.0Zeger-Jan van de Weg2019-05-301-19/+0
| | | | | | | | | | | | It used to be the case that GitLab created symlinks for each repository to one copy of the Git hooks, so these ran when required. This changed to set the hooks dynamically on Gitaly when invoking Git. The side effect is that we didn't need all these symlinks anymore, which Gitaly doesn't create anymore either. Now that means that the tests in GitLab-Rails should test for it either. Related: https://gitlab.com/gitlab-org/gitaly/issues/1392#note_175619926
* Docs: Merge Misc EE doc/administration files and dirs to CEMarcel Amirault2019-05-052-0/+60
|
* Rake task for removing exif from uploadsJan Provaznik2019-04-021-0/+62
| | | | | Adds a rake task which can be used for removing EXIF data from existing uploads.
* Document Storage Rollback mechanismGabriel Mazetto2019-03-151-3/+45
| | | | | Updated Rake-specific documentation to include storage rollback, and improved migration and rollback instructions.
* Docs: Fix all anchors in Admin docsMarcel Amirault2019-03-041-1/+1
|
* Ensure all lists are surrounded by new linesEvan Read2019-02-221-0/+1
| | | | | | | | | Markdown renderers find it easier to determine where lists start and end when lists are surrounded by new lines. For consistency, also ensure entries in the list are aligned when they span multipls lines.
* Make unordered lists conform to styleguidedocs/fix-unordered-list-styleEvan Read2019-01-081-3/+3
| | | | - Also makes other minor Markdown fixes that were near the main fixes.
* Add gitlab:gitaly:check task for Gitaly health checkrake-gitaly-checkAlejandro Rodríguez2018-10-231-1/+2
| | | | | | | Also, since Gitaly now takes care of checking for storage paths existence/accessibility, we can remove those check from the gitlab:gitlab_shell_check task and advance further into 0 direct disk approach on gitlab-rails
* Refactor GitHub import raketask docsAchilleas Pipinellis2018-10-091-36/+18
|
* Update github_import.mdDavin Walker2018-10-091-0/+22
|
* Correct Gitlab to GitLab in docsMarcel Amirault2018-09-251-3/+3
|
* Correct grammar (setup to set-up) in DocsMarcel Amirault2018-09-211-1/+1
|
* Add documentation regarding rake taskBalasankar "Balu" C2018-09-181-3/+34
|
* Refactor code to remove object storage flag from Import/ExportJames Lopez2018-09-061-6/+1
| | | | | | Updated docs, refactor import/export code Fix AvatarUploader path issue Fix project export upload webhook error
* Remove gitlab:user:check_repos taskZeger-Jan van de Weg2018-07-311-29/+2
| | | | | | | | | | While reviewing this branch it was noted that this task was broken. Given the limited value this task brings, and given the fact that much of the old behaviour has been moved to be automatically fixed, removing was a good option. Suggestion in: https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/20806#note_91261001
* Remove git rake tasksZeger-Jan van de Weg2018-07-311-8/+1
| | | | | | | | | | These tasks are happening through housekeeping right now, by default ever 10th push. This removes the need for these tasks. Side note, this removes one of my first contributions to GitLab, as back than I introduced these tasks through: 54e6c0045bb13c05cc5478cbdf47d3246bd9fe2b Closes https://gitlab.com/gitlab-org/gitaly/issues/768
* Add example output for file integrity checkMichael Kozono2018-07-241-0/+39
|
* Update Import/Export to use object storage (based on aa feature flag)James Lopez2018-07-061-0/+7
|
* Add support for verifying remote uploads, artifacts, and LFS objects in ↵Michael Kozono2018-06-131-3/+4
| | | | check rake tasks
* Resolve "Hashed Storage: Make possible to migrate single project"Gabriel Mazetto2018-06-071-19/+26
|
* Remove useless extra lines from `storage.md` inside code blockGabriel Mazetto2018-05-281-7/+0
|
* Docs: fix duplicate titlesMarcia Ramos 🚫 (OOO - back on May 21)2018-05-091-1/+1
|
* Merge remote-tracking branch 'origin/master' into 40781-os-to-ceMicaël Bergeron2018-03-222-2/+34
|\
| * Add version available info to integrity check rake task docsBalasankar "Balu" C2018-03-161-3/+3
| |
| * Add rake task to cleanup any existing exclusive leaseGabriel Mazetto2018-03-091-0/+28
| |
| * Implement foreground verification of CI artifacts43949-verify-job-artifactsNick Thomas2018-03-071-0/+4
| |
| * Foreground verification of uploads and LFS objectsee-4862-verify-file-checksumsNick Thomas2018-03-021-10/+17
| |
* | [cherry-pick] '4862-verify-file-checksums'Sean McGivern2018-03-081-10/+17
| | | | | | | | See merge request gitlab-org/gitlab-ee!4753
* | port the object storage to CEMicaël Bergeron2018-03-011-0/+74
|/
* Add docs for ENV variables take gitlab:uploads:check rake task supportsda-verify-integrity-of-uploaded-filesDouglas Barbosa Alexandre2018-01-091-0/+13
|
* Fix small typosDouglas Barbosa Alexandre2018-01-091-3/+3
|
* Add docs for the gitlab:uploads:check rake taskDouglas Barbosa Alexandre2018-01-081-0/+20
|
* Update check.mdJames Lopez2018-01-051-1/+1
|
* add deprecation and removal issue to docsJames Lopez2018-01-051-0/+9
|
* refactor spec, add docsJames Lopez2018-01-041-2/+2
|
* Add a gitlab:tcp_check rake taskNick Thomas2017-12-131-0/+19
| | | | This allows us to avoid relying on telnet / netcat being installed
* Updating trouble shooting linksLyle Kozloff2017-12-011-1/+3
|
* Changelog and Documentation for storage migration of project attachmentsGabriel Mazetto2017-11-231-13/+84
|
* clarify resuming importfix/github-docJames Lopez2017-10-171-0/+1
|
* Add support to migrate existing projects to Hashed Storage asynchashed-storage-migration-pathGabriel Mazetto2017-09-281-0/+107
|
* Add docs for personal access tokensdocs/personal-access-tokensAchilleas Pipinellis2017-06-141-2/+2
|
* Github import rake taskJames Lopez2017-04-061-0/+36
|
* update scripts and docs to reference the newly namespaced rake taskrelative-url-assetsMike Greiling2017-01-271-2/+2
|
* Add redis version to info rake taskmrchrisw/rake-redisChris Wilson2017-01-241-0/+1
|
* Add LDAP task to rename a providerDrew Blessing2016-12-162-21/+122
| | | | | | | | Sometimes admins will change the LDAP configuration, not realizing that problems will occur if the user's LDAP identities are not also updated to use the new provider name. This task will give admins a single command to run to update identities and will prevent having to run multiple Rails console queries.
* Introduce better credential and error checking to `rake gitlab:ldap:check`Drew Blessing2016-11-081-0/+97
| | | | | | | It was previously possible for invalid credential errors to go unnoticed in this task. Users would believe everything was configured correctly and then sign in would fail with 'invalid credentials'. This adds a specific bind check, plus catches errors connecting to the server. Also, specs :)
* Add Rake task to create/repair GitLab Shell hooks symlinksDrew Blessing2016-11-011-0/+220
|
* Simplify feature introduction notesimplify_intro_features_docAchilleas Pipinellis2016-08-081-7/+8
| | | | [ci skip]
* Add note about the shared directoryAchilleas Pipinellis2016-06-221-0/+3
|