Robert Speicher
1ad8b73121
Merge branch 'install-guide-gitlab-shell-version' into 'master'
...
Install gitlab-shell 2.6.8 in installations from source
[ci skip]
See merge request !1932
2015-12-01 17:55:30 +00:00
Jacob Vosmaer
55d0e04ffd
Auto-detect the required gitlab-shell version
2015-12-01 14:26:57 +01:00
Achilleas Pipinellis
6805f1bc47
Clean up quick start quide [ci skip]
...
* Remove references to enabling CI since it it will be deprecated
* Revert changes in yaml/README.md, refine it in a separate MR
2015-12-01 10:16:27 +02:00
Achilleas Pipinellis
aea5b72faa
Remove old images
2015-12-01 09:04:51 +02:00
Achilleas Pipinellis
11b204f131
Final touches for the quick start quide
2015-12-01 09:04:51 +02:00
Achilleas Pipinellis
e70fb9cf75
New images for the commit build status
2015-12-01 09:02:40 +02:00
Achilleas Pipinellis
32a3c3e068
Place images in their own dir
2015-12-01 09:00:34 +02:00
Achilleas Pipinellis
3b4806bad9
Add option to enable GitLab CI via .gitlab-ci.yml
2015-12-01 08:58:09 +02:00
Achilleas Pipinellis
1058652a92
Add section of enabling GitLab CI
2015-12-01 08:58:09 +02:00
Achilleas Pipinellis
2c30d11e80
Clean up intro
2015-12-01 08:58:09 +02:00
Job van der Voort
5f6117c0aa
update ci docs with yml reason and better quickstart
2015-12-01 08:56:40 +02:00
Jacob Vosmaer
a9642ba046
Install gitlab-shell 2.6.8
2015-11-30 19:05:28 +01:00
Jacob Vosmaer
7ba00b5082
Use gitlab-shell 2.6.8 in update guide
2015-11-30 19:04:44 +01:00
Robert Schilling
85ad2140fa
Remove reverence to satellites [ci skip]
2015-11-28 20:53:17 +01:00
Sytse Sijbrandij
db1fe56a0e
Merge branch 'doc_public_access' into 'master'
...
Update public access documentation
See merge request !1837
2015-11-28 07:08:17 +00:00
Eirik Lygre
b982827812
Add reference to Microsoft's Git Credential Manager for Windows.
2015-11-24 20:55:18 +00:00
Dmitriy Zaporozhets
f84fb81970
Merge branch 'required_version_and_docs_update' into 'master'
...
Update required version of lfs client and separate the docs for users and admins.
See merge request !1855
2015-11-23 14:47:35 +00:00
Dmitriy Zaporozhets
7ac112d8e8
Add few fixes to documentation based on comments from review
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2015-11-23 15:18:59 +01:00
Robert Speicher
732c2d15d2
Update doc/release/patch.md with more current patch procedures
...
[ci skip]
2015-11-22 18:24:53 -05:00
Robert Speicher
b166ee6b1d
Merge branch 'fix-award-emoji-api' into 'master'
...
Add upvote/downvote fields to merge request and note API to preserve compatibility
As discussed in !1825 we should not break the API compatibility.
* This MR adds the fields `upvotes`/`downvotes` to the merge request API again, which always return `0`.
* Add the fields `upvote`/`downvote` to the notes API, which always return `false`
This behavior is documented in the API docs.
See merge request !1867
2015-11-22 03:45:15 +00:00
Stan Hu
9155c82fdc
Merge branch 'consistent-tags-api' into 'master'
...
Make tag API for release feature consistent
Make tags API consistent with other tags methods. This changes the endpoint from `PUT /projects/:id/repository/:tag/release` to `PUT /projects/:id/repository/tags/:tag_name/release`.
On thing the API is still missing, is an error if the tag does not exist. Right now it returns 200 even the tag does not exist. I'll fix that such it returns 404.
@stanhu Can you review?
@rspeicher This MR should go into 8.2
See merge request !1864
2015-11-21 22:27:48 +00:00
Robert Schilling
04a3d27eab
Allow editing a release in API via PUT method
2015-11-21 22:34:53 +01:00
Robert Schilling
3ea05c5b5b
Only allow to create a release if it does not exist yet
2015-11-21 22:24:34 +01:00
Robert Schilling
26b12e2c37
Add upvote/downvote fields to merge request and note API to preserve compatibility
2015-11-21 21:36:31 +01:00
Kamil Trzcinski
f2318dfc9e
Fix CI yaml syntax documentation [ci skip]
2015-11-21 20:25:07 +01:00
Robert Speicher
c502695fdb
Add award_emoji.png doc image
...
[ci skip]
2015-11-21 13:15:51 -05:00
Robert Schilling
6f7e90f6db
Use POST to create a new release instead of PUT
2015-11-21 18:51:41 +01:00
Robert Schilling
faef95af1a
API: Return 404 if the tag for a release does not exist
2015-11-21 18:08:45 +01:00
Robert Schilling
2cba93a0d2
Make tag API consistent for release feature
2015-11-21 17:29:26 +01:00
Robert Speicher
e2d5f9a83a
Merge branch 'award-emoji-doc' into 'master'
...
Use award emoticons in GitLab workflow
Remove the old voting slides and use the emoji bar.
[ci skip]
See merge request !1863
2015-11-21 16:08:12 +00:00
Robert Schilling
c113e23489
Use award emoticons in GitLab workflow [ci skip]
2015-11-21 16:50:37 +01:00
Robert Schilling
ca735446ef
Add tags page to readme [ci skip]
2015-11-21 12:13:30 +01:00
Marin Jankovski
899807f604
Update required version of lfs client and separate the docs for users and admins.
2015-11-20 16:10:08 +01:00
Jacob Vosmaer
ba4dc176f8
Merge branch 'workhorse-version' into 'master'
...
Bump GitLab Workhorse version to 0.4.2
See merge request !1830
2015-11-20 12:41:26 +00:00
Dmitriy Zaporozhets
b96fa3094a
Merge branch 'lfs_default_and_backup' into 'master'
...
Lfs default and backup
Part of gitlab-org/gitlab-ce#2955
See merge request !1823
2015-11-20 09:10:27 +00:00
Achilleas Pipinellis
a154c934eb
Merge branch 'update-docs' into 'master'
...
More GitLab spellings. No dedicated CI in omnibus
See merge request !1838
2015-11-20 08:56:01 +00:00
Marin Jankovski
225bbf84ed
Merge branch 'update-lfs-docs' into 'master'
...
Update LFS docs for cloning
Cloning the repo already downloads the LFS tracked files.
See merge request !1839
2015-11-20 08:06:06 +00:00
Dmitriy Zaporozhets
68d4ab2381
Merge branch 'emoji_votes' into 'master'
...
Award Emoji
This it first iteration of award emoji feature.
We have plan to extend emoji picker by the next release.
For now, you can add award by clicking to the emoji picker or posting a regular comment with emoji like "👍 " and any other. You can post not only emoji that listed in the emoji picker.
See merge request !1825
2015-11-19 21:34:38 +00:00
Robert Schilling
91a76957e3
Update LFS docs for cloning [ci skip]
2015-11-19 17:05:30 +01:00
Robert Schilling
de440ee5e3
More GitLab spellings. No dedicated CI in omnibus [ci skip]
2015-11-19 16:25:17 +01:00
Achilleas Pipinellis
52bcfd037f
Update public access documentation [ci skip]
2015-11-19 17:24:10 +02:00
Robert Speicher
6756f87f90
Merge branch 'update-gitlab-shell-doc' into 'master'
...
Update gitlab-shell documentation to 2.6.7
See merge request !1836
2015-11-19 15:09:28 +00:00
Robert Schilling
aec4aac0c2
Update gitlab-shell documentation [ci skip]
2015-11-19 16:06:13 +01:00
Robert Schilling
cf61b8e22c
Update gitlab-workhorse docs to 0.4.2
2015-11-19 16:01:55 +01:00
Robert Schilling
d70da301f6
Add link to git-lfs client [ci skip]
2015-11-19 14:13:17 +01:00
Marin Jankovski
3cc2b48a82
Backup LFS objects same as any upload.
2015-11-19 10:43:45 +01:00
Valery Sizov
fd2c0fe446
award emoji
2015-11-19 01:25:27 +02:00
Job van der Voort
21a59b23fe
Merge branch 'add_lfs_doc' into 'master'
...
Documentation for Git LFS
Doc explaining how to use Git LFS, how to use Git LFS with GitLab, known issues and troubleshooting tips.
See merge request !1813
2015-11-18 10:03:27 +00:00
Job van der Voort
60e4565142
missing .
2015-11-18 10:03:08 +00:00
Marin Jankovski
6c62f182c6
Updates to the lfs doc.
2015-11-18 10:32:29 +01:00