summaryrefslogtreecommitdiff
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* Clear cache when update to 6.1Dmitriy Zaporozhets2013-09-101-2/+3
|
* API: admin users can sudo commands as other usersIzaak Alpert2013-09-091-0/+36
| | | | -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
* Fixed Import Bare Repositories instructions to match rake task.C. Walker2013-09-061-1/+1
|
* Add group membership apiIzaak Alpert2013-09-041-0/+62
| | | | Change-Id: I5b174bba02856ede788dcb51ec9b0d598ea7d0df
* Update installation docs to use v1.7.1 of gitlab-shellRobert Djurasaj2013-09-031-1/+1
|
* Merge pull request #4941 from Snooze-/masterDmitriy Zaporozhets2013-08-301-0/+1
|\ | | | | Create satellites during update to 6.0. Fix #4938
| * Create satellites during update to 6.0. Fix #4938Snooze-2013-08-291-0/+1
| | | | | | | | | | | | | | 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.
* | add missing comma(s) in api examplesJohannes Schleifenbaum2013-08-303-12/+12
|/
* Merge pull request #4906 from alexvh/standardize_diff_api_urlDmitriy Zaporozhets2013-08-291-2/+27
|\ | | | | Standardize recently added commit diff api url
| * Standardize commit diff api url, change blob api url, add get single commitAlex Van't Hof2013-08-271-2/+27
| | | | | | | | | | | | | | | | | | | | | | | | 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"
* | Warning about issue numbers.Sytse Sijbrandij2013-08-261-2/+8
|/
* Clear redis cache and precompile assets during update to 6.0. Fix #4874 #4840Axilleas Pipinellis2013-08-261-3/+7
| | | | | | | | | | | 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.
* Fix md help table headerDmitriy Zaporozhets2013-08-261-0/+1
|
* Add test and docs for markdown tablesDmitriy Zaporozhets2013-08-261-1/+22
|
* Adds feature: get a diff via API.Gabor Nagy2013-08-251-0/+28
|
* Merge pull request #4815 from MegaDiablo/patch-1Dmitriy Zaporozhets2013-08-251-0/+1
|\ | | | | add link on realisation api for java client
| * add link on realisation api for java clientMegaDiablo2013-08-201-0/+1
| |
* | Added assets:precompile in upgrade guide 5.4 -> 6.0Alex Bouma2013-08-221-0/+2
| |
* | Merge branch 'master' of github.com:gitlabhq/gitlabhqDmitriy Zaporozhets2013-08-211-1/+1
|\ \
| * | fix checkout tag namelurdan2013-08-211-1/+1
| | |
* | | Warn about update to 6.1Dmitriy Zaporozhets2013-08-211-0/+3
|/ /
* | Prepare doc for update from 6.0 to 6.1Dmitriy Zaporozhets2013-08-201-0/+91
| |
* | Merge pull request #4819 from croemmich/patch-1Dmitriy Zaporozhets2013-08-201-6/+14
|\ \ | | | | | | Update to gitlab-shell 1.7.0 during 5.4-6.0 update
| * | Update to gitlab-shell 1.7.0 during 5.4-6.0 updateChris Roemmich2013-08-201-6/+14
| | |
* | | Fix wrong branch in install docsDmitriy Zaporozhets2013-08-201-2/+2
|/ /
* | Fix bug in installation doc with non-install unicornDmitriy Zaporozhets2013-08-201-2/+2
|/
* Fix confusing situation where install guide told you to install init.d ↵Sytse Sijbrandij2013-08-191-1/+1
| | | | script for puma.
* Information about teams in changelog and switching to unicorn for all people.Sytse Sijbrandij2013-08-161-5/+7
|
* Unix line endings.Sytse Sijbrandij2013-08-161-96/+96
|
* Update installation.mdJakub Kramarz2013-08-141-2/+2
| | | Isn't 5.4 current stable?
* Merge pull request #4749 from tdm00/update-install-doc-link-to-masterDmitriy Zaporozhets2013-08-101-2/+2
|\ | | | | Change links from 5-3 branch to point to master instead
| * Change links to 5-3 branch to point to master insteadTroy Murray2013-08-091-2/+2
| |
* | Stronger and more specific warning.Sytse Sijbrandij2013-08-091-1/+1
|/
* Update to gitlab-shell 1.5.0 during 5.3-5.4 updateJacob Vosmaer2013-08-091-5/+13
|
* Clarify documentation on how to add custom Omniauth provider to GitLabTroy Murray2013-08-081-3/+17
|
* added python api wrapperItxaka Serrano2013-08-071-0/+1
|
* Move diff parsing to own class. Correctly identify note diff lineDmitriy Zaporozhets2013-08-041-0/+1
|
* Merge pull request #4673 from Razer6/support_restructured_textDmitriy Zaporozhets2013-08-032-5/+15
|\ | | | | Add support for reStructured Text markup language
| * Add support for reStructured Text markup languageRobert Schilling2013-07-302-5/+15
| |
* | Add dealing with newlines for editor in installation.mdDmitriy Zaporozhets2013-08-031-0/+1
| |
* | Merge pull request #4612 from axilleas/bump-gitlab-shell-version_masterDmitriy Zaporozhets2013-08-031-1/+1
|\ \ | | | | | | Bump version of gitlab-shell to 1.7.0
| * | Bump version of gitlab-shell to 1.7.0Axilleas Pipinellis2013-07-221-1/+1
| | |
* | | Better description based on a conversation in the contributor room.Sytse Sijbrandij2013-08-011-4/+8
| |/ |/|
* | Merge branch 'improve/6-0-update-docs' of /home/git/repositories/gitlab/gitlabhqSytse Sijbrandij2013-07-291-71/+84
|\ \
| * | Fix typo in update docs for 6.0Dmitriy Zaporozhets2013-07-291-1/+1
| | |
| * | Add deprecations to update docs for 6.0Dmitriy Zaporozhets2013-07-291-71/+84
| | |
* | | Fix link to emoji cheat sheetSeif Attar2013-07-291-3/+2
|/ /
* | Fix typosJohannes Schleifenbaum2013-07-296-7/+7
| |
* | Remove reference to broken auth icon functionalityJacob Vosmaer2013-07-291-1/+0
| |
* | Adding links to the merge requests and group documentation.TJ Biddle2013-07-261-0/+1
| |