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
Josh Frye
11797df1af
Change 'public' flag to more robust 'visibility' query.
2016-01-19 09:57:00 -05:00
Josh Frye
6951396dbe
Update all docs for public param
2016-01-19 09:57:00 -05:00
Josh Frye
10669097fa
Add public params to GET /projects api. Closes #3788
2016-01-19 09:57:00 -05:00
Achilleas Pipinellis
b4d61ac46b
Merge branch 'master' into doc_refactor_commits_api
2016-01-19 11:18:57 +01:00
Achilleas Pipinellis
1ede975cde
Styleguide the commit status API
...
[ci skip]
2016-01-19 11:18:17 +01:00
Robert Speicher
402feec6dd
Update MySQL docs
...
[ci skip]
2016-01-18 16:54:29 -05:00
Achilleas Pipinellis
84354b4bd2
Fix typos, grammar and other styleguide issues
...
[ci skip]
2016-01-18 21:49:04 +01:00
Tomasz Maczukin
d1c474ae6a
Add information about PostgreSQL<>MySQL 'text' type differences into to installation docs
2016-01-18 21:27:56 +01:00
Robert Speicher
c7d52e563b
Merge branch 'workhorse-0.6.0' into 'master'
...
Use gitlab-workhorse 0.6.0
[ci skip]
See merge request !2483
2016-01-18 17:41:02 +00:00
Ruben Schmidt
96fb81ee38
Fixed invalid JSON in first JSON Example line 27
2016-01-18 17:23:49 +00:00
Yorick Peterse
790c686808
Added documentation for GitLab Metrics
2016-01-18 16:55:14 +01:00
Jacob Vosmaer
4472c07f81
Use gitlab-workhorse 0.6.0
2016-01-18 16:06:03 +01:00
Achilleas Pipinellis
2ffc438efb
Use plaintext instead of json in code blocks
...
[ci skip]
2016-01-18 11:45:04 +01:00
Achilleas Pipinellis
958dd27777
Clean-up API README [ci skip]
...
- Fix some curl examples
- Fix examples for id vs iid
2016-01-18 11:38:54 +01:00
Achilleas Pipinellis
415b78e07c
Merge branch 'master' into doc_refactor_README_api
2016-01-18 11:04:39 +01:00
Achilleas Pipinellis
23b4d31def
Merge branch 'rc-document-new-api-pagination-headers' into 'master'
...
Document new API pagination headers
Document new API pagination headers introduced in !2426 . Solves #8098 .
/cc @dzaporozhets @dblessing
See merge request !2435
2016-01-18 10:00:50 +00:00
Achilleas Pipinellis
4a76f9217a
Clean up pagination documentation [ci skip]
...
- Fix heading names
- Fix curl example
- Use full request output
- Use table for the extra headers
2016-01-18 10:55:25 +01:00
Achilleas Pipinellis
60752b6ec8
Refactor README API documentation [ci skip]
2016-01-18 10:10:33 +01:00
Achilleas Pipinellis
9eeda3da3d
Remove relative link
...
It wouldn't work on doc.gitlab.com
[ci skip]
2016-01-18 09:48:19 +01:00
Achilleas Pipinellis
3db8cfefc7
Refactor system_hooks API documentation [ci skip]
2016-01-18 09:45:50 +01:00
Achilleas Pipinellis
585e7f6e35
Refactor settings API documentation [ci skip]
2016-01-18 09:44:19 +01:00
Achilleas Pipinellis
bef01c48bd
Refactor session API documentation [ci skip]
2016-01-18 09:43:46 +01:00