Achilleas Pipinellis
68b8e86a81
Merge branch 'container-registry-user-docs' into 'master'
...
Initial version of user documentation of container registry
cc @axil
See merge request !4244
2016-05-23 17:38:13 +00:00
Achilleas Pipinellis
c49f5f7335
Copyedit Registry user docs
2016-05-23 12:31:52 -05:00
Achilleas Pipinellis
526da93052
Fix link to container Registry user docs
2016-05-23 11:47:19 -05:00
Jacob Vosmaer
3fa32fa2d5
Use gitlab-workhorse 0.7.3
2016-05-23 16:36:00 +02:00
Kamil Trzcinski
8ed9b6aa7a
Initial version of user documentation of container registry
2016-05-22 23:12:32 -05:00
Achilleas Pipinellis
c01f99b768
Fixes suggested by Kamil
2016-05-22 19:53:19 -05:00
Achilleas Pipinellis
f896a4e0c1
Refactor storage location section
2016-05-22 19:34:52 -05:00
Achilleas Pipinellis
b565cfa50f
Fix remaining docs on enabling/disabling Registry
2016-05-22 18:52:42 -05:00
Achilleas Pipinellis
e955f49fb7
Fix Registry docs now that it is not enabled be default
2016-05-22 17:23:30 -05:00
Achilleas Pipinellis
27067e565f
Clarify how the Registry is enabled in Omnibus
2016-05-22 14:54:29 -05:00
Achilleas Pipinellis
e9817f21f4
Major overhaul of the Registry admin docs
2016-05-22 14:54:29 -05:00
Achilleas Pipinellis
c6cd07ba3a
Add link to container registry
2016-05-22 14:47:52 -05:00
Achilleas Pipinellis
0cdc080a4a
Refactor container docs
2016-05-22 14:47:52 -05:00
Achilleas Pipinellis
0695cdee17
Add assumptions section and refactor domain configuration
2016-05-22 14:47:52 -05:00
Achilleas Pipinellis
04d231ef87
Rearrange configuration parts
2016-05-22 14:47:52 -05:00
Achilleas Pipinellis
63c1792efa
Rearrange headings
2016-05-22 14:47:52 -05:00
Marin Jankovski and Achilleas Pipinellis
18dddc0c84
Initial docker container registry configuration docs.
2016-05-22 14:47:52 -05:00
Jeroen van Baarsen
529c582130
Merge branch 'remove_email_in_group_doc' into 'master'
...
fix group members api doc: remove emial
"Email" is removed in ae564c97d4
See merge request !4232
2016-05-22 15:14:33 +00:00
Achilleas Pipinellis
ef17465412
Merge branch 'health_check_docs' into 'master'
...
Add health check feature documentation
for https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/3888
@virtuacreative @axil
See merge request !4199
2016-05-22 06:34:47 +00:00
Achilleas Pipinellis
2264bb136b
Copyedit health check docs
2016-05-22 00:41:20 -05:00
Sanster
69a07cf4d4
fix group members api doc: remove emial
2016-05-21 22:33:54 +08:00
Douwe Maan
fc1910ddc5
Merge branch 'adambutler/gitlab-ce-feature/support-diff-of-issue-title-rename'
...
# Conflicts:
# app/services/system_note_service.rb
2016-05-20 16:23:04 -05:00
Douwe Maan
ba5b47c2e3
Merge branch 'eReGeBe/gitlab-ce-feature/milestone-md' into 'master'
...
Implement special GitLab markdown reference for milestones
https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/3453 by @eReGeBe, with two additions:
- Move changelog item to 8.8
- Fix cross-project milestone ref with invalid project, like https://gitlab.com/gitlab-org/gitlab-ce/commit/f7348cd348ad8f4a18d74dd668283a4e236f5790 did for labels
Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/13829
See merge request !3897
2016-05-20 21:08:57 +00:00
Douwe Maan
a97cb8f8b8
Merge branch 'issue_9013' into 'master'
...
Let users set notification levels in projects which they are not members
Fixes #9013
See merge request !3986
2016-05-20 21:04:55 +00:00
DJ Mountney
1a98dcacc5
Fix grammar in health_check.md
...
A access token -> An access token
2016-05-20 17:24:06 +00:00
Robert Speicher
f26389a02a
Merge branch 'feature/runner-config-untagged-jobs' into 'master'
...
Add config for CI Runner that prevents it from picking untagged jobs
Closes #3456
See merge request !4039
2016-05-19 21:54:33 +00:00
Jeroen van Baarsen
c50e7b1202
Merge branch 'fix/after-script-documentation-update' into 'master'
...
Update 'after_script' introduction note
Related to gitlab-org/gitlab-ci-multi-runner#1321
See merge request !4205
2016-05-19 21:00:12 +00:00
Grzegorz Bizon
bf9cc351c2
Add minor corrections related to config of runner
2016-05-19 22:01:53 +02:00
Grzegorz Bizon
b253aa32c7
Add docs for a new configuration setting for runner
2016-05-19 22:01:53 +02:00
Jeroen van Baarsen
dea3680006
Merge branch 'doc-broken-links' into 'master'
...
Fix broken documentation links
Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/15249
- [x] `/help/ui`- This is working for me
- [x] `/help/ci/examples/deployment/README.md` - Fixed
- [x] `/help/ci/api/projects.md` - Fixed
- [x] `/help/markdown/LICENSE` - Cannot do much to fix it, added a note.
- [x] `/help/ci/ssh/README.md` - Cannot find this link referenced anywhere.
See merge request !3903
2016-05-19 17:32:04 +00:00
Robert Speicher
883e2d2187
Merge branch 'migration-helpers' into 'master'
...
Added helper methods for database migrations
These helpers can ultimately be used to write migrations that don't
require downtime.
See #15464 for more information.
See merge request !3860
2016-05-19 16:49:14 +00:00
Rémy Coutable
f29d8b64e4
Merge remote-tracking branch 'origin/master' into eReGeBe/gitlab-ce-feature/milestone-md
...
Signed-off-by: Rémy Coutable <remy@rymai.me >
2016-05-18 23:40:33 -05:00
Tomasz Maczukin
01256eecfa
Update 'after_script' introduction note
2016-05-18 21:34:58 -05:00
Hannes Rosenögger
7254fb9e2b
Merge branch 'master' into 'master'
...
fix example urls for (dis)associating runners to projects
See merge request !2993
2016-05-18 21:54:01 +00:00
Hannes Rosenögger
3019ab99bc
Merge branch 'patch-1' into 'master'
...
doc: fix git lfs workaround for using http instead of https
the url should only point to `info/lfs` instead of `info/lfs/batch/objects`
See merge request !2713
2016-05-18 20:42:15 +00:00
DJ Mountney
35430f9ef7
Fix broken pingdom link in the health_check docs
2016-05-18 12:00:26 -07:00
DJ Mountney
b5552bc4e5
Add health check feature documentation
2016-05-18 11:43:16 -07:00
Kamil Trzciński
08fddae744
Merge branch 'docker-registry-view' into 'master'
...
Add container registry support
Tasks:
- [x] Merge docker/distribution authentication service: https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/3787
- [x] Implement Docker Registry API
- [x] Show a list of docker images in GitLab
- [x] Remove registry repository on project deletion
- [x] Support project rename, move and namespace rename
- [x] Use token when connecting the registry
- [x] Allow to delete images from GitLab
- [x] Support pushing from GitLab CI (gitlab-ci-token / $CI_BUILD_TOKEN)
- [x] Support GitLab Runner pulling for public repositories
- [ ] Support GitLab Runner pulling for private repositories
- [x] Add tests for Docker Registry API
- [x] Add tests for a views
- [x] Make texts nicer
- [x] Implement a backup support
- [ ] Create administration documentation https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/4141
- [ ] Create user documentation
See merge request !4040
2016-05-18 18:19:01 +00:00
Dmitriy Zaporozhets
1227a1b239
Merge branch 'patch-1' into 'master'
...
Fix broken link in CI quickstart docs
The newline between the `[label]` and the `(link)` caused it to be interpreted literally: http://doc.gitlab.com/ce/ci/quick_start/README.html
See merge request !3541
2016-05-18 17:35:16 +00:00
Rémy Coutable
6daec9e6f1
Add documentation for Inline Diff
...
Signed-off-by: Rémy Coutable <remy@rymai.me >
2016-05-18 11:18:39 -05:00
Rémy Coutable
f7bdbc0b55
Make it clearer that /licenses is the OS license templates endpoint
...
Signed-off-by: Rémy Coutable <remy@rymai.me >
2016-05-18 00:07:51 -05:00
Felipe Artur
fc9844e8e1
Update documentation
2016-05-17 21:54:06 -05:00
Kamil Trzcinski
e3e392965e
Update permission doc
2016-05-16 16:39:23 -05:00
Kamil Trzcinski
eb42f95c18
Merge remote-tracking branch 'origin/master' into docker-registry-view
2016-05-16 16:15:40 -05:00
Douwe Maan
8b15628dd0
Merge branch 'issue_14684' into 'master'
...
Toggle email signup confirmation in admin settings
Implements toggling verification email #14684
See merge request !3862
2016-05-16 21:05:05 +00:00
Felipe Artur
7bb84e6497
Change landing page when skipping confirmation email and add documentation
2016-05-16 14:56:32 -03:00
Douwe Maan
59e62fc486
Merge branch 'docker-registry' into 'master'
...
Added authentication service for docker registry
This adds a simple authentication service for docker which uses current user credentials to authenticate pulls and pushes.
I have only one concern. Since the `.docker/config` is unencrypted, thus the password for user stored there is unencrypted, maybe we should from the start implement function to generate/provide a separate password just for the purposes of accessing docker registry?
What do you think @jacobvosmaer @sytses @marin?
cc @marin
See merge request !3787
2016-05-16 17:20:31 +00:00
Kamil Trzcinski
f4f59d0f13
Merge branch 'docker-registry' into docker-registry-view
2016-05-13 17:15:01 -05:00
Kamil Trzcinski
0958f331d1
Merge remote-tracking branch 'origin/master' into docker-registry
...
# Conflicts:
# config/initializers/1_settings.rb
2016-05-13 17:14:46 -05:00
Achilleas Pipinellis
9eb4569ed9
Change all occurrences of doc.gitlab.com to docs.gitlab.com
...
[ci skip]
2016-05-13 16:26:56 -05:00