Achilleas Pipinellis
82e352d0b4
Merge branch 'doc_refactor_branches_api' into 'master'
...
Refactor branches API documentation
See merge request !2464
2016-01-24 16:38:43 +00:00
Achilleas Pipinellis
fb3e1026e8
Merge branch 'housekeeping_doc' into 'master'
...
Make git gc man page more apparent
See merge request !2557
2016-01-23 11:19:27 +00:00
Achilleas Pipinellis
d9cb41daa5
Merge branch 'patch-1' into 'master'
...
Minor spelling, prob typo
See merge request !2564
2016-01-22 21:42:57 +00:00
James Lopez
3d81f1da6e
Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into update-ruby-2.2.4
...
# Conflicts:
# .gitlab-ci.yml
2016-01-22 18:01:38 +01:00
Sytse Sijbrandij
fd00646b5b
Name more OmniAuth providers in the general readme.
2016-01-22 08:57:29 -08:00
Mark Nordine
831bb04db7
Minor spelling, prob typo
2016-01-22 16:04:08 +00:00
Louis Roché
d781eee575
Fix typo indentation in CI projects' API
2016-01-22 14:33:25 +00:00
Achilleas Pipinellis
33dc2f3035
Make git gc man page more apparent
...
[ci skip]
2016-01-22 12:45:49 +01:00
Julian Rademacher
3a5cca26c9
GitLab 8.4 uses gitlab-shell v2.6.10
2016-01-22 11:36:11 +00:00
Achilleas Pipinellis
2254413267
Fix broken codeblocks in ci/yaml documentation
...
[ci skip]
2016-01-22 12:33:37 +01:00
Achilleas Pipinellis
3695aace93
Merge branch 'fix_build_artifacts_doc' into 'master'
...
Fix wording and appearance on build artifacts documentation
See merge request !2550
2016-01-22 09:46:02 +00:00
Achilleas Pipinellis
49233288ea
Fix wording and appearance on build artifacts documentation
...
[ci skip]
2016-01-22 10:44:27 +01:00
Achilleas Pipinellis
dba2e9c318
Add image to 2fa security documentation
...
[ci skip]
2016-01-22 10:23:32 +01:00
Achilleas Pipinellis
373b277f03
Add note about commit status API deprecation
...
[ci skip]
2016-01-22 10:08:57 +01:00
Achilleas Pipinellis
831eb9468d
Merge branch 'master' into doc_refactor_commits_api
2016-01-22 09:34:45 +01:00
Achilleas Pipinellis
8be4e54563
Merge branch 'issue/spelling' into 'master'
...
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 😄
See merge request !2519
2016-01-22 07:43:06 +00:00
Achilleas Pipinellis
de7ee6c37b
Fix grammar and typos in file finder docs
...
[ci skip]
2016-01-22 08:26:48 +01:00
Achilleas Pipinellis
68ac1a6658
File finder can be invoked from anywhere!
...
[ci skip]
2016-01-22 00:23:20 +01:00
Achilleas Pipinellis
e08e90edbb
Refactor housekeeping documentation
...
[ci skip]
2016-01-21 23:10:47 +01:00
Achilleas Pipinellis
308abc8db0
Merge branch 'master' into housekeeping-doc
2016-01-21 22:59:15 +01:00
Achilleas Pipinellis
465e4616c9
Add file finder documentation
...
[ci skip]
2016-01-21 22:32:55 +01:00
Achilleas Pipinellis
62d2182e41
Merge branch 'ci/build-artifacts-documentation' into 'master'
...
Add basic documentation for build artifacts
/cc @axil @ayufan
See merge request !2511
2016-01-21 19:02:26 +00:00
Achilleas Pipinellis
53b1c04a02
Merge branch 'doc_restart_gitlab' into 'master'
...
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-21 19:00:51 +00:00
Achilleas Pipinellis
dc5a20520a
Fix typos, make things more clear
...
[ci skip]
2016-01-21 19:57:41 +01:00
Achilleas Pipinellis
93b942ec7c
Refactor build artifacts documentation
...
[ci skip]
2016-01-21 17:27:23 +01:00
Robert Speicher
0bf68c0cd5
Merge branch 'workhorse-path' into 'master'
...
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-21 16:07:21 +00:00
James Lopez
1c51fb1778
update Ruby version to 2.2.4 (latest previous stable) and update docs
2016-01-21 16:12:49 +01:00
Jacob Vosmaer
1c1590a510
Use gitlab-workhorse 0.6.1
2016-01-21 14:44:56 +01:00
Jacob Vosmaer
ad6b6b9ede
Mention init script update
2016-01-21 14:24:40 +01:00
Douwe Maan
54729d2c28
Merge branch 'ci/cache-key' into 'master'
...
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-21 11:15:28 +00:00
Robert Speicher
3a6fac4a85
Remove Performance Monitoring from Integration docs
...
[ci skip]
2016-01-20 18:00:29 -05:00
Kamil Trzcinski
c45a6bf3ba
Added cache:key to .gitlab-ci.yml allowing to fine tune the caching
2016-01-20 23:12:48 +01:00
Achilleas Pipinellis
fa9d306b01
Merge branch 'metrics-documentation' into 'master'
...
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-20 22:12:25 +00:00
Achilleas Pipinellis
dd59fc213c
Change InfluxDB admin username
...
[ci skip]
2016-01-20 23:10:27 +01:00
Achilleas Pipinellis
82bc7679e7
Move integration/metrics to monitoring/performance
...
[ci skip]
2016-01-20 23:02:24 +01:00
Achilleas Pipinellis
41d22a1f0d
Merge branch 'ruby_version' into 'master'
...
Mention required Ruby version
Closes #12446
See merge request !2524
2016-01-20 21:43:49 +00:00
Achilleas Pipinellis
cd7f27543b
Mention required Ruby version
...
[ci skip]
2016-01-20 22:32:10 +01:00
Achilleas Pipinellis
714f95b2ff
Merge branch 'patch-1' into 'master'
...
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-20 20:04:43 +00:00
Robert Speicher
67bd2ed3a2
Merge branch 'adjust-unicorn-memory-limits' into 'master'
...
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
2016-01-20 18:44:51 +00:00
Stéphane HULARD
7a0bde935a
Fix a missing letter in the documentation.
2016-01-20 18:38:15 +00:00
Achilleas Pipinellis
41c5c391b3
Merge branch 'patch-1' into 'master'
...
Fixed invalid JSON in first JSON Example
Just a comma missing
See merge request !2487
2016-01-20 16:12:00 +00:00
Henning Hoefer
d14ed863f7
Add note about minimum GitLab CI version
2016-01-20 12:47:51 +00:00
Yorick Peterse
6f32459f2c
Renamed "Metrics" to "Performance Monitoring"
2016-01-20 12:05:03 +01:00
Yorick Peterse
21fab4f413
Use env variables for Unicorn memory limits
...
This makes it easier for users to use their own limits based on their
server configuration.
2016-01-20 11:51:49 +01:00
Grzegorz Bizon
36aa3e6170
Add basic documentation for build artifacts
2016-01-20 10:56:41 +01:00
Achilleas Pipinellis
481644ca7c
Merge branch 'patch-1' into 'master'
...
[ci skip] Fixed minor typo in workflow documentation
This change is self-explanatory.
See merge request !2503
2016-01-20 09:54:52 +00:00
Achilleas Pipinellis
086cbca6bf
Link to restart_gitlab.md and some more fixes
...
[ci skip]
2016-01-20 10:44:26 +01:00
Achilleas Pipinellis
9d756f3d8b
Add document on restarting GitLab
...
[ci skip]
2016-01-20 10:33:59 +01:00
Achilleas Pipinellis
d4c05766c7
Refactor GitLab Metrics docs
...
[ci skip]
2016-01-19 22:18:51 +01:00
John Galt
1c728ddbce
Fixed typo
2016-01-19 16:07:46 +00:00