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
2016-12-09[ci skip] Update "Installation from source" guide for 8.15.0Douglas Barbosa Alexandre
2016-12-07Merge branch 'update-git-version-in-doc' into 'master' Marin Jankovski
Bump Git version requirement to 2.8.4 Following gitlab-org/omnibus-gitlab!1108, the install doc and README should be updated too. See merge request !7878
2016-12-03Bump ruby versionZ.J. van de Weg
2016-12-01Don't allow to specify a repo or version when installing WorkhorseRémy Coutable
The task will use the canonical repo and the required version. Signed-off-by: Rémy Coutable <remy@rymai.me>
2016-12-01Bump Git version requirement to 2.8.4Rémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2016-11-30Move task helpers to a moduleRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2016-11-30Add #run_command! to task helpers to raise a TaskFailedError if status is not 0Rémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2016-11-30New `gitlab:workhorse:install` rake taskRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2016-11-25Update GitLab Workhorse to v1.0.1Nick Thomas
v1.0.0 was mistakenly tagged with a lightweight, rather than annotated, tag, which caused compiled versions of workhorse to wrongly report their version.
2016-11-24Fix documentation to create the `pg_trm` extension before creating the DBRémy Coutable
[ci skip] Signed-off-by: Rémy Coutable <remy@rymai.me>
2016-11-23Add support of Chrome/Chromium in requirements.mdAchilleas Pipinellis
[ci skip]
2016-11-23Merge branch 'mrchrisw/mysql-install' into 'master' Achilleas Pipinellis
Add omnibus rake task ## Why was this MR needed? There was no omnibus example ## Does this MR meet the acceptance criteria? - [x] [Documentation created/updated](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/doc/development/doc_styleguide.md) See merge request !5416
2016-11-07Update requirements.md with new supported web browsers textLuke "Jared" Bennett
2016-11-04Update GitLab Workhorse to v1.0.0Nick Thomas
2016-11-04Merge branch 'clarify-nginx-installation' into 'master' Achilleas Pipinellis
Clarify NGINX config setup These changes are to clarify that the paths may need to be changed in the NGINX config file depending on where GitLab is installed. See merge request !6834
2016-11-03Update "Installation from source" guide for 8.14.0Alejandro Rodríguez
2016-10-26Merge branch 'users-should-remove-former-go-installation-folder' into 'master' Rémy Coutable
users should remove former Go installation folder ## What does this MR do? It ensure users installing or updating from source will remove their former Go installation folder in `/usr/local/go`, to avoid raising errors that could lead to new issues being created. ## Are there points in the code the reviewer needs to double check? 1. The `rm -rf` should not be verbose if folder does not exists. 1. May a user have some kind of configuration files in this folder ? ## Why was this MR needed? I did faced the error, that led me to the solution stated here : https://gitlab.com/gitlab-org/gitlab-workhorse/issues/29#note_4155517 gitlab-org/gitlab-workhorse#29 See merge request !6602
2016-10-14Use gitlab-workhorse 0.8.5Nick Thomas
2016-10-12add reminder to check paths in nginx configTim Hogg
2016-10-11Merge branch 'docs/refactor-reply-by-email' into 'master' Achilleas Pipinellis
Move reply by email docs to a new location ## What does this MR do? Move reply by email docs to a new location. Part of https://gitlab.com/gitlab-org/gitlab-ce/issues/3349 ## Moving docs to a new location? See the guidelines: http://docs.gitlab.com/ce/development/doc_styleguide.html#changing-document-location - [ ] Make sure the old link is not removed and has its contents replaced with a link to the new location. - [ ] Make sure internal links pointing to the document in question are not broken. - [ ] Search and replace any links referring to old docs in GitLab Rails app, specifically under the `app/views/` directory. - [ ] If working on CE, submit an MR to EE with the changes as well. See merge request !6517
2016-10-06Use gitlab-workhorse 0.8.4Jacob Vosmaer
Fixes Go 1.5 compatibility.
2016-09-30Merge branch 'update-update-guides-for-8.13' into 'master' Rémy Coutable
Update "Installation from source" guide for 8.13.0 Following the steps from https://gitlab.com/gitlab-org/release-tools/blob/master/doc/release-candidates.md#creating-rc1. See merge request !6565
2016-09-29users should remove former Go installation folderPierre-Alexandre Clorichel
2016-09-28[ci-skip] Correct gitlab-shell installation instructions in docsAlejandro Rodríguez
With the introduction of repository storages validations it becomes necessary to add the flag `SKIP_STORAGE_VALIDATION` to the gitlab-shell install command, since that command will create the storage paths
2016-09-28Update "Installation from source" guide for 8.13.0Rémy Coutable
[ci skip] Signed-off-by: Rémy Coutable <remy@rymai.me>
2016-09-25Move reply by email docs to a new locationAchilleas Pipinellis
[ci skip]
2016-09-16Use gitlab-workhorse 0.8.2Jacob Vosmaer
Fixes rejected API git archive extensions; improves Sentry errors.
2016-09-09Use gitlab-workhorse 0.8.1Jacob Vosmaer
This adds (basic) Sentry support.
2016-09-09Merge branch 'gitlab-workhorse-safeties' into 'master' Jacob Vosmaer (GitLab)
Security and safety improvements for gitlab-workhorse integration Companion to https://gitlab.com/gitlab-org/gitlab-workhorse/merge_requests/60 - Use a custom content type when sending data to gitlab-workhorse - Verify (using JWT and a shared secret on disk) that internal API requests came from gitlab-workhorse This will allow us to build features in gitlab-workhorse that require more trust, and protect us against programming mistakes in the future. This is designed so that no action is required for installations from source. For omnibus-gitlab we need to add code that manages the shared secret. See merge request !5907
2016-09-08Use gitlab-workhorse 0.8.0Jacob Vosmaer
2016-09-06Gitlab -> GitLabBen Bodenmiller
2016-09-02Fix a typoAhmad Sherif
2016-09-02Change minimum Unicorns required to twoAhmad Sherif
2016-09-02Update memory requirementsAhmad Sherif
2016-09-01Some minor updates for upgrade guides for 8.12.Ruben Davila
2016-08-31More changes suggested by RobertJacob Vosmaer
2016-08-30Create bitmaps during 'git gc'Jacob Vosmaer
2016-08-24Merge branch 'workhorse-0.7.11' into 'master' Douwe Maan
Use gitlab-workhorse 0.7.11 Versions 0.7.9 and 0.7.10 crash on previously valid 'authBackend' settings. I don't know how many people are affected by this, 'normal' Omnibus installations are not. (If they were gitlab.com would have stopped working :) ). Still this is something we should not ship. Unfortunately 8-11-stable uses 0.7.10 (but 8.11.0 does not). So I think we need to put this in the next 8.11 patch release. See merge request !5983
2016-08-24Use gitlab-workhorse 0.7.11Jacob Vosmaer
Versions 0.7.9 and 0.7.10 crash on previously valid 'authBackend' settings.
2016-08-23Update Ruby version to 2.3 in RequirementsSebastiaan Lokhorst
2016-08-19Add omnibus rake task. Fix source envChris Wilson
2016-08-19Fix typo in gitlab-workhorse headerJacob Vosmaer
2016-08-11Update currently supported Ruby version info.Connor Shea
2016-08-11Update docs to reference Ruby 2.3.1Connor Shea
2016-08-10Merge branch 'api-examples-curl-long-options' into 'master' Achilleas Pipinellis
Use long options for curl examples in documentation ## What does this MR do? Use long options (e.g. `--header` instead of `-H`) for curl examples in documentation. ## Why was this MR needed? Short options are less readable. ## What are the relevant issue numbers? https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/5465#note_13603730 See merge request !5703
2016-08-09use long options for curl examples in API documentation (!5703)winniehell
2016-08-04Reverted resque.yml -> redis.yml renamingGabriel Mazetto
2016-08-04Deduplicated resque.yml loading from several placesGabriel Mazetto
We will trust redis configuration params loading to Gitlab::RedisConfig.
2016-08-02Update installation guide for 8.11Ruben Davila
2016-07-21Update gitlab-workhorse version to 0.7.8 in installation and update guidesRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>