summaryrefslogtreecommitdiff
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* Clarify what is meant by latest stable by linking to release postsdocs/clarify-latest-stable-releaseBrendan O'Leary2018-03-291-1/+1
|
* Merge branch 'patch-24' into 'master'Rémy Coutable2018-03-291-4/+4
|\ | | | | | | | | Recommend a `-p` while `git fetch`ing See merge request gitlab-org/gitlab-ce!18016
| * Recommend a `--prune` while `git fetch`ingMattia Rizzolo2018-03-291-4/+4
| | | | | | | | | | | | | | | | Especially with the main gitlab repository, there tends to be tons of stray branches, a continue `git fetch` without any -p will easily lead to hundreds of "orphaned branches" in the local checkouts. Signed-off-by: Mattia Rizzolo <mattia@mapreri.org>
* | Merge branch 'patch-28' into 'master'Rémy Coutable2018-03-291-1/+1
|\ \ | | | | | | | | | | | | Update README.md (settings -> pipelines is renamed to settings -> CI / CD ) See merge request gitlab-org/gitlab-ce!18078
| * | Update README.md (settings -> pipelines is renamed to settings -> CI / CD )Moetaz2018-03-291-1/+1
| | |
* | | Merge branch 'master' into 'master'Rémy Coutable2018-03-291-1/+1
|\ \ \ | | | | | | | | | | | | | | | | Fix link to "Getting started with GitLab and DigitalOcean" page. See merge request gitlab-org/gitlab-ce!17944
| * | | Fix link to "Getting started with GitLab and DigitalOcean" page.Bheesham Persaud2018-03-221-1/+1
| | | |
* | | | Merge branch 'event-api-time-limit-docs' into 'master'Rémy Coutable2018-03-291-0/+4
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update events.md with time period limit documentation Closes #35912 See merge request gitlab-org/gitlab-ce!17941
| * | | | Update events.md with time period limit documentationKyle Lemon2018-03-221-0/+4
| |/ / /
* | | | Merge branch 'add-per-runner-job-timeout' into 'master'Kamil Trzciński2018-03-293-8/+53
|\ \ \ \ | |_|/ / |/| | | | | | | | | | | | | | | | | | | Add per runner job timeout Closes #43426 See merge request gitlab-org/gitlab-ce!17221
| * | | Rename maximum_job_timeout to maximum_timeoutTomasz Maczukin2018-03-281-3/+3
| | | |
| * | | Revert change in doc/ci/runners/img/shared_runners_admin.pngTomasz Maczukin2018-03-281-0/+0
| | | |
| * | | Update documentationTomasz Maczukin2018-03-283-6/+48
| | | |
| * | | Rename job_upper_timeout to maximum_job_timeoutTomasz Maczukin2018-03-281-3/+3
| | | |
| * | | Add support for job_upper_timeout in APITomasz Maczukin2018-03-281-2/+5
| | | |
* | | | Merge branch 'docs-replace-libre-w-core' into 'master'Marcia Ramos2018-03-283-6/+6
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | Docs: replaces "Libre" => "Core" See merge request gitlab-org/gitlab-ce!18060
| * | | | Replaces "Libre" => "Core"docs-replace-libre-w-coreMarcia Ramos2018-03-283-6/+6
| | | | |
* | | | | Merge branch '44752-remove-ee-specific-comments' into 'master'Rémy Coutable2018-03-281-1/+22
|\ \ \ \ \ | |/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | | Remove EE-specific comment markers from CE Closes #44752 See merge request gitlab-org/gitlab-ce!18054
| * | | | Remove EE-specific comments from CE44752-remove-ee-specific-commentsEric Eastwood2018-03-281-1/+22
| | | | |
* | | | | Fix code quality example documentationOlivier Gonzalez2018-03-281-6/+1
| | | | |
* | | | | Add JavaScript style guideClement Ho2018-03-281-1/+193
| | | | |
* | | | | Merge branch 'docs-extract-ee-api' into 'master'Rémy Coutable2018-03-281-0/+249
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Document a few strategies to extract EE APIs See merge request gitlab-org/gitlab-ce!17573
| * | | | | Clarify what rules we should follow for namingdocs-extract-ee-apiLin Jen-Shin2018-03-261-2/+3
| | | | | |
| * | | | | Copyedit doc/development/ee_features.mdRobert Speicher2018-03-231-36/+35
| | | | | |
| * | | | | Document a few strategies to extract EE APIsLin Jen-Shin2018-03-071-0/+249
| | | | | |
* | | | | | Merge branch 'expose-commits-mr-api' into 'master'Rémy Coutable2018-03-281-0/+68
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Allow merge requests related to a commit to be found via API See merge request gitlab-org/gitlab-ce!18004
| * | | | | | Allow merge requests related to a commit to be found via APIMark Fletcher2018-03-261-0/+68
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Original work for the web interface here: - https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/13713
* | | | | | | Update documentation for redirectsBob Van Landuyt2018-03-281-10/+4
| |_|_|/ / / |/| | | | |
* | | | | | Merge branch '43603-ci-lint-support' into 'master'Kamil Trzciński2018-03-282-4/+5
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Resolve "/ci/lint should support include keyword in config file" Closes #43603 See merge request gitlab-org/gitlab-ce!17729
| * | | | | | Update documentation regarding Ci LinterMayra Cabrera2018-03-262-4/+5
| |/ / / / /
* | | | | | Merge branch 'ac/lfs-direct-upload-ee-to-ce' into 'master'Kamil Trzciński2018-03-281-0/+1
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | LFS direct upload port to CE Closes #44548 See merge request gitlab-org/gitlab-ce!17752
| * | | | | | Port LFS direct_upload from EEac/lfs-direct-upload-ee-to-ceAlessio Caiazza2018-03-271-0/+1
| | | | | | |
* | | | | | | Merge branch 'docs-fixes-prometheus-metrics-codeblocks' into 'master'Achilleas Pipinellis2018-03-271-4/+11
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Docs: improve readability of Prometheus metrics See merge request gitlab-org/gitlab-ce!18028
| * | | | | | | replaces table with list items and code block for readabilitydocs-fixes-prometheus-metrics-codeblocksMarcia Ramos2018-03-271-4/+11
| | | | | | | |
* | | | | | | | Add info on CI job traces for adminsAchilleas Pipinellis2018-03-272-0/+43
|/ / / / / / /
* | | | | | | Added docs for removing source branchPhil Hughes2018-03-272-0/+16
| | | | | | |
* | | | | | | Add documentation for Dependency Scanning featureOlivier Gonzalez2018-03-272-2/+20
| | | | | | |
* | | | | | | Add Docker layer caching to CI docker-in-docker docsAthar Hameed2018-03-271-15/+76
| | | | | | |
* | | | | | | 'Assigned Issues' and 'Assigned Merge Requests' as dashboard user choicesElias Werberich2018-03-271-1/+3
| |_|_|_|_|/ |/| | | | |
* | | | | | Merge branch 'patch-28' into 'master'Sean McGivern2018-03-271-2/+2
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed typos See merge request gitlab-org/gitlab-ce!18012
| * | | | | | Fixed typosPascal Borreli2018-03-271-2/+2
| |/ / / / /
* | | | | | Merge branch '43512-add-support-for-omniauth-jwt-provider' into 'master'Douwe Maan2018-03-272-0/+73
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Resolve "Add support for omniauth-jwt provider" Closes #43512 See merge request gitlab-org/gitlab-ce!17774
| * | | | | Clarify what auth_url should beAchilleas Pipinellis2018-03-271-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | [ci skip]
| * | | | | Copyedit JWT docsAchilleas Pipinellis2018-03-263-75/+73
| | | | | |
| * | | | | Adds JWT omnianuth integrationTiago Botelho2018-03-202-0/+75
| | | | | |
* | | | | | Merge branch '40781-os-to-ce' into 'master'Sean McGivern2018-03-275-7/+514
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bring Object Storage to CE Closes #4171, #4163, #3370, #2841, and #29203 See merge request gitlab-org/gitlab-ce!17358
| * | | | | fix the failing specsMicaël Bergeron2018-03-223-3/+3
| | | | | |
| * | | | | Merge remote-tracking branch 'origin/master' into 40781-os-to-ceMicaël Bergeron2018-03-2260-1040/+2532
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch '40781-os-to-ce' of gitlab.com:gitlab-org/gitlab-ce into ↵Micaël Bergeron2018-03-093-40/+1
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | ce-40781-os-to-ce
| | * | | | | | apply feedbackMicaël Bergeron2018-03-093-40/+1
| | | | | | | |