Commit Graph
2231 Commits
Author SHA1 Message Date
Izaak AlpertandIzaak Alpert e86e881832 API: admin users can sudo commands as other users
-Specifying a header of SUDO or adding a :sudo with either user id, or username of the user will set the current_user to be that user if your identifying private_token/PRIVATE_TOKEN is an administrator token
2013-09-09 12:04:38 -04:00
C. Walker 0f2299a8d4 Fixed Import Bare Repositories instructions to match rake task. 2013-09-06 16:19:35 -07:00
Izaak Alpert 8248e1f2b8 Add group membership api
Change-Id: I5b174bba02856ede788dcb51ec9b0d598ea7d0df
2013-09-04 13:17:17 -04:00
Machiel eee9227a5f Added git command to change shell to 1.1.0 to make sure the check passes 2013-09-04 13:44:41 +02:00
Robert Djurasaj ad52284810 Update installation docs to use v1.7.1 of gitlab-shell 2013-09-03 09:09:12 -06:00
Dmitriy Zaporozhets cafe181b54 Merge pull request #4941 from Snooze-/master
Create satellites during update to 6.0. Fix #4938
2013-08-30 12:50:06 -07:00
Johannes Schleifenbaum cbae8097c0 add missing comma(s) in api examples 2013-08-30 21:10:26 +02:00
Snooze- bae719df66 Create satellites during update to 6.0. Fix #4938
Satellites for projects that were located in the root namespace needs to be recreated once they've been migrated to the creator’s namespace during the upgrade process.

This can be achieved by running the sudo -u git -H bundle exec rake gitlab:satellites:create RAILS_ENV=production during the update process.

The command has been added to the 5.4 to 6.0 update doc.
2013-08-29 21:23:19 +02:00
Dmitriy Zaporozhets 079d3a5dc1 Merge pull request #4906 from alexvh/standardize_diff_api_url
Standardize recently added commit diff api url
2013-08-29 10:02:32 -07:00
Alex Van't Hof 59f428dca2 Standardize commit diff api url, change blob api url, add get single commit
Use "/commits/:sha/diff" as opposed to "/commit/:sha", keeping in line
with existing api urls (e.g. "/projects/:id", etc.)

Fix 500 error resulting from a diff api call with an invalid commit hash

Move "/commits/:sha/blob" to "/blobs/:sha", leaving the old path for
backwards compatibility.

Add ability to get a single commit via "/commits/:sha"
2013-08-27 21:22:42 -04:00
Sytse Sijbrandij bb01b4f131 Warning about issue numbers. 2013-08-26 20:59:15 +02:00
Axilleas Pipinellis c4bf88f96f Clear redis cache and precompile assets during update to 6.0. Fix #4874 #4840
As a consequence on the namespaces change from 5.4 to 6.0, after upgrade
lots of links on the dashboard were not working (pointing to projects
without the group part on the url).
Also, after upgrading to 6.0-stable, the network (branch history) function
does not work. The progress bar rotates forever, but the network graph cannot
be generated.

Clearing redis cache fixes those issues.
2013-08-26 18:06:15 +03:00
Dmitriy Zaporozhets 77a9b1449e Fix md help table header 2013-08-26 15:09:33 +03:00
Dmitriy Zaporozhets 0093554ad6 Add test and docs for markdown tables 2013-08-26 15:07:07 +03:00
Gabor Nagy d139cc6b32 Adds feature: get a diff via API. 2013-08-25 23:48:11 +02:00
Dmitriy Zaporozhets 2b36dee644 Merge pull request #4815 from MegaDiablo/patch-1
add link on realisation api for java client
2013-08-25 12:22:04 -07:00
Alex Bouma b30909c269 Added assets:precompile in upgrade guide 5.4 -> 6.0 2013-08-22 16:00:42 +02:00
Dmitriy Zaporozhets 0a0b0e1eab Merge branch 'master' of github.com:gitlabhq/gitlabhq 2013-08-21 12:09:13 +03:00
Dmitriy Zaporozhets ed3d31d5b2 Warn about update to 6.1 2013-08-21 12:04:33 +03:00
lurdan f70c5fcab2 fix checkout tag name 2013-08-21 11:25:46 +09:00
Dmitriy Zaporozhets 1f7d485d33 Prepare doc for update from 6.0 to 6.1 2013-08-20 22:34:14 +03:00
Dmitriy Zaporozhets 4873034aa3 Merge pull request #4819 from croemmich/patch-1
Update to gitlab-shell 1.7.0 during 5.4-6.0 update
2013-08-20 12:28:19 -07:00
Dmitriy Zaporozhets 6ad88561d2 Fix wrong branch in install docs 2013-08-20 22:14:54 +03:00
Chris Roemmich df7d426d2f Update to gitlab-shell 1.7.0 during 5.4-6.0 update 2013-08-20 14:13:49 -05:00
Dmitriy Zaporozhets 5a664b3ca4 Fix bug in installation doc with non-install unicorn 2013-08-20 22:12:42 +03:00
MegaDiablo 90af8aa6fe add link on realisation api for java client 2013-08-20 14:35:49 +03:00
Sytse Sijbrandij 7c55c73d63 Fix confusing situation where install guide told you to install init.d script for puma. 2013-08-19 21:54:12 +02:00
Rovanion Luckey e3dd374a6c Remove -y option when removing puby1.8
Since it is easily could break installations running on the server - hence the person doing the install should be able to make the decision to remove himself.
2013-08-17 00:37:22 +02:00
Sytse Sijbrandij 3bc4845874 Information about teams in changelog and switching to unicorn for all people. 2013-08-16 11:53:52 +02:00
Sytse Sijbrandij f7b922c687 Unix line endings. 2013-08-16 11:49:49 +02:00
Jakub Kramarz bf6133b956 Update installation.md
Isn't 5.4 current stable?
2013-08-14 12:09:00 +02:00
Dmitriy Zaporozhets fe059b6c4b Merge pull request #4749 from tdm00/update-install-doc-link-to-master
Change links from 5-3 branch to point to master instead
2013-08-10 03:41:16 -07:00
Troy Murray d8bd9cfafe Change links to 5-3 branch to point to master instead 2013-08-09 14:08:56 -04:00
Sytse Sijbrandij a6377cb649 Stronger and more specific warning. 2013-08-09 15:37:28 +02:00
Jacob Vosmaer 6636c161fe Update to gitlab-shell 1.5.0 during 5.3-5.4 update 2013-08-09 14:56:15 +02:00
Troy Murray 3b19ef5b26 Clarify documentation on how to add custom Omniauth provider to GitLab 2013-08-08 10:16:52 -04:00
Itxaka Serrano bc3a4d3194 added python api wrapper 2013-08-07 09:40:26 +02:00
Dmitriy Zaporozhets af5faaf0e1 Move diff parsing to own class. Correctly identify note diff line 2013-08-04 20:43:49 +03:00
Dmitriy Zaporozhets 8886b900ca Merge pull request #4673 from Razer6/support_restructured_text
Add support for reStructured Text markup language
2013-08-03 01:45:51 -07:00
Dmitriy Zaporozhets 2d681c0d1e Add dealing with newlines for editor in installation.md 2013-08-03 11:32:17 +03:00
Dmitriy Zaporozhets d7f551bd3a Merge pull request #4612 from axilleas/bump-gitlab-shell-version_master
Bump version of gitlab-shell to 1.7.0
2013-08-03 00:15:05 -07:00
Sytse Sijbrandij 942cf32333 Better description based on a conversation in the contributor room. 2013-08-01 21:23:57 +02:00
Robert Schilling b9717ba45e Add support for reStructured Text markup language 2013-07-30 19:06:45 +02:00
Sytse Sijbrandij 4f07a6a99c Merge branch 'improve/6-0-update-docs' of /home/git/repositories/gitlab/gitlabhq 2013-07-29 20:06:12 +00:00
Dmitriy Zaporozhets 121f20d253 Fix typo in update docs for 6.0 2013-07-29 19:19:03 +00:00
Dmitriy Zaporozhets f52f5f6794 Add deprecations to update docs for 6.0 2013-07-29 17:11:55 +00:00
Seif Attar 6dfdd2ebfe Fix link to emoji cheat sheet 2013-07-29 18:08:45 +01:00
Johannes Schleifenbaum cd19f82e51 Fix typos 2013-07-29 12:47:06 +02:00
Jacob Vosmaer 5e0e97ec5d Remove reference to broken auth icon functionality 2013-07-29 11:12:44 +02:00
TJ Biddle 4261a5a1ea Adding links to the merge requests and group documentation. 2013-07-26 07:53:35 -07:00