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
path: root/doc
AgeCommit message (Collapse)Author
2016-01-26Add references to the rouge gem libraryAchilleas Pipinellis
[ci skip]
2016-01-25Add note on artifacts browser functionalityAchilleas Pipinellis
Based on the following comment: https://gitlab.com/gitlab-org/gitlab-ce/issues/12634#note_3359006 [ci skip]
2016-01-24Merge branch 'doc_omniauth' into 'master' Achilleas Pipinellis
Move supported omniauth providers to the top See merge request !2585
2016-01-24Move supported omniauth providers to the topAchilleas Pipinellis
[ci skip]
2016-01-24Move all integration docs images in a single directoryAchilleas Pipinellis
[ci skip]
2016-01-24Merge branch 'doc_refactor_system_hooks_api' into 'master' Achilleas Pipinellis
Refactor system_hooks API documentation See merge request !2475
2016-01-24Merge branch 'doc_refactor_namespaces_api' into 'master' Achilleas Pipinellis
Refactor namespaces API documentation See merge request !2472
2016-01-24Merge branch 'doc_refactor_README_api' into 'master' Achilleas Pipinellis
Refactor README API documentation ~~Waiting for https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/2435 to be merged.~~ See merge request !2476
2016-01-24Clean up system hooks API documentationAchilleas Pipinellis
[ci skip]
2016-01-24Merge branch 'doc_refactor_settings_api' into 'master' Achilleas Pipinellis
Refactor settings API documentation See merge request !2474
2016-01-24Clean up namespaces API documentationAchilleas Pipinellis
[ci skip]
2016-01-24Merge branch 'doc_refactor_labels_api' into 'master' Achilleas Pipinellis
Refactor labels API documentation See merge request !2471
2016-01-24Merge branch 'doc_refactor_issues_api' into 'master' Achilleas Pipinellis
Refactor issues API documentation See merge request !2466
2016-01-24Merge branch 'doc_refactor_deploy_keys_api' into 'master' Achilleas Pipinellis
Refactor deploy_keys API documentation See merge request !2467
2016-01-24Merge branch 'doc_refactor_branches_api' into 'master' Achilleas Pipinellis
Refactor branches API documentation See merge request !2464
2016-01-23Merge branch 'housekeeping_doc' into 'master' Achilleas Pipinellis
Make git gc man page more apparent See merge request !2557
2016-01-23Merge branch 'patch-1' into 'master' Achilleas Pipinellis
Minor spelling, prob typo See merge request !2564
2016-01-22Name more OmniAuth providers in the general readme.Sytse Sijbrandij
2016-01-22Minor spelling, prob typoMark Nordine
2016-01-22Make git gc man page more apparentAchilleas Pipinellis
[ci skip]
2016-01-22GitLab 8.4 uses gitlab-shell v2.6.10Julian Rademacher
2016-01-22Fix broken codeblocks in ci/yaml documentationAchilleas Pipinellis
[ci skip]
2016-01-22Merge branch 'fix_build_artifacts_doc' into 'master' Achilleas Pipinellis
Fix wording and appearance on build artifacts documentation See merge request !2550
2016-01-22Fix wording and appearance on build artifacts documentationAchilleas Pipinellis
[ci skip]
2016-01-22Add image to 2fa security documentationAchilleas Pipinellis
[ci skip]
2016-01-22Add note about commit status API deprecationAchilleas Pipinellis
[ci skip]
2016-01-22Merge branch 'master' into doc_refactor_commits_apiAchilleas Pipinellis
2016-01-22Merge branch 'issue/spelling' into 'master' Achilleas Pipinellis
Fix a missing letter in the documentation. Hello, I just found a missing letter in the PHP CI configuration documentation. This MR allow to fix that :smile: See merge request !2519
2016-01-22Fix grammar and typos in file finder docsAchilleas Pipinellis
[ci skip]
2016-01-22File finder can be invoked from anywhere!Achilleas Pipinellis
[ci skip]
2016-01-22Refactor housekeeping documentationAchilleas Pipinellis
[ci skip]
2016-01-22Merge branch 'master' into housekeeping-docAchilleas Pipinellis
2016-01-22Add file finder documentationAchilleas Pipinellis
[ci skip]
2016-01-21Merge branch 'ci/build-artifacts-documentation' into 'master' Achilleas Pipinellis
Add basic documentation for build artifacts /cc @axil @ayufan See merge request !2511
2016-01-21Merge branch 'doc_restart_gitlab' into 'master' Achilleas Pipinellis
Add documentation on restarting GitLab This will save as time from writing the same commands over and over again. See merge request !2510
2016-01-21Fix typos, make things more clearAchilleas Pipinellis
[ci skip]
2016-01-21Refactor build artifacts documentationAchilleas Pipinellis
[ci skip]
2016-01-21Merge branch 'workhorse-path' into 'master' Robert Speicher
Init script changes for gitlab-workhorse in 8.4 Goes with https://gitlab.com/gitlab-org/gitlab-workhorse/merge_requests/31 Also bumps gitlab-workhorse to 0.6.1. [ci skip] See merge request !2529
2016-01-21Use gitlab-workhorse 0.6.1Jacob Vosmaer
2016-01-21Mention init script updateJacob Vosmaer
2016-01-21Merge branch 'ci/cache-key' into 'master' Douwe Maan
Added cache:key to .gitlab-ci.yml allowing to fine tune the caching The `cache:key` allows you to define the affinity mask of caching, allowing to have single cache for all jobs, or cache per-job, or per-branch, or any other way you would need: 1. Cache per-build for all branches: ``` cache: key: "$CI_BUILD_NAME" untracked: true ``` 2. Cache per-branch for all jobs: ``` cache: key: "$CI_BUILD_REF" untracked: true ``` /cc @DouweM @grzesiek @axil See merge request !2436
2016-01-21Remove Performance Monitoring from Integration docsRobert Speicher
[ci skip]
2016-01-21Added cache:key to .gitlab-ci.yml allowing to fine tune the cachingKamil Trzcinski
2016-01-21Merge branch 'metrics-documentation' into 'master' Achilleas Pipinellis
Added documentation for GitLab Metrics This adds documentation for the metrics code I recently added. Two notes: * I'm referring to this feature as "GitLab Metrics" everywhere simply because the code resides in the `Gitlab::Metrics` namespace. A different name is fine, though I think just "Metrics" might be a bit too abstract. * Grafana isn't covered since it's fairly straight-forward to setup (there's nothing really special we can cover). I think we _should_ cover it once we start shipping it with Omnibus. I assigned @axil since he's our technical writer/documentation guru, feel free to re-assign if needed. cc @sytses @axil @dzaporozhets @JobV See merge request !2484
2016-01-21Change InfluxDB admin usernameAchilleas Pipinellis
[ci skip]
2016-01-21Move integration/metrics to monitoring/performanceAchilleas Pipinellis
[ci skip]
2016-01-21Merge branch 'ruby_version' into 'master' Achilleas Pipinellis
Mention required Ruby version Closes #12446 See merge request !2524
2016-01-21Mention required Ruby versionAchilleas Pipinellis
[ci skip]
2016-01-20Merge branch 'patch-1' into 'master' Achilleas Pipinellis
Add note about minimum GitLab CI version Documentation update: To use variables in `.gitlab-ci.yml` it's not enough to update the GitLab Runner, a minimum version of GitLab CI is needed as well. See merge request !2514
2016-01-20Merge branch 'adjust-unicorn-memory-limits' into 'master' Robert Speicher
Use ENV variables for Unicorn worker killer & increase default limits Merge request that lead to this particular merge request: https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/2421 [ci skip] See merge request !2513