Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Clear cache when update to 6.1 | Dmitriy Zaporozhets | 2013-09-10 | 1 | -2/+3 |
| | |||||
* | API: admin users can sudo commands as other users | Izaak Alpert | 2013-09-09 | 1 | -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. Walker | 2013-09-06 | 1 | -1/+1 |
| | |||||
* | Add group membership api | Izaak Alpert | 2013-09-04 | 1 | -0/+62 |
| | | | | Change-Id: I5b174bba02856ede788dcb51ec9b0d598ea7d0df | ||||
* | Update installation docs to use v1.7.1 of gitlab-shell | Robert Djurasaj | 2013-09-03 | 1 | -1/+1 |
| | |||||
* | Merge pull request #4941 from Snooze-/master | Dmitriy Zaporozhets | 2013-08-30 | 1 | -0/+1 |
|\ | | | | | Create satellites during update to 6.0. Fix #4938 | ||||
| * | Create satellites during update to 6.0. Fix #4938 | Snooze- | 2013-08-29 | 1 | -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 examples | Johannes Schleifenbaum | 2013-08-30 | 3 | -12/+12 |
|/ | |||||
* | Merge pull request #4906 from alexvh/standardize_diff_api_url | Dmitriy Zaporozhets | 2013-08-29 | 1 | -2/+27 |
|\ | | | | | Standardize recently added commit diff api url | ||||
| * | Standardize commit diff api url, change blob api url, add get single commit | Alex Van't Hof | 2013-08-27 | 1 | -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 Sijbrandij | 2013-08-26 | 1 | -2/+8 |
|/ | |||||
* | Clear redis cache and precompile assets during update to 6.0. Fix #4874 #4840 | Axilleas Pipinellis | 2013-08-26 | 1 | -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 header | Dmitriy Zaporozhets | 2013-08-26 | 1 | -0/+1 |
| | |||||
* | Add test and docs for markdown tables | Dmitriy Zaporozhets | 2013-08-26 | 1 | -1/+22 |
| | |||||
* | Adds feature: get a diff via API. | Gabor Nagy | 2013-08-25 | 1 | -0/+28 |
| | |||||
* | Merge pull request #4815 from MegaDiablo/patch-1 | Dmitriy Zaporozhets | 2013-08-25 | 1 | -0/+1 |
|\ | | | | | add link on realisation api for java client | ||||
| * | add link on realisation api for java client | MegaDiablo | 2013-08-20 | 1 | -0/+1 |
| | | |||||
* | | Added assets:precompile in upgrade guide 5.4 -> 6.0 | Alex Bouma | 2013-08-22 | 1 | -0/+2 |
| | | |||||
* | | Merge branch 'master' of github.com:gitlabhq/gitlabhq | Dmitriy Zaporozhets | 2013-08-21 | 1 | -1/+1 |
|\ \ | |||||
| * | | fix checkout tag name | lurdan | 2013-08-21 | 1 | -1/+1 |
| | | | |||||
* | | | Warn about update to 6.1 | Dmitriy Zaporozhets | 2013-08-21 | 1 | -0/+3 |
|/ / | |||||
* | | Prepare doc for update from 6.0 to 6.1 | Dmitriy Zaporozhets | 2013-08-20 | 1 | -0/+91 |
| | | |||||
* | | Merge pull request #4819 from croemmich/patch-1 | Dmitriy Zaporozhets | 2013-08-20 | 1 | -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 update | Chris Roemmich | 2013-08-20 | 1 | -6/+14 |
| | | | |||||
* | | | Fix wrong branch in install docs | Dmitriy Zaporozhets | 2013-08-20 | 1 | -2/+2 |
|/ / | |||||
* | | Fix bug in installation doc with non-install unicorn | Dmitriy Zaporozhets | 2013-08-20 | 1 | -2/+2 |
|/ | |||||
* | Fix confusing situation where install guide told you to install init.d ↵ | Sytse Sijbrandij | 2013-08-19 | 1 | -1/+1 |
| | | | | script for puma. | ||||
* | Information about teams in changelog and switching to unicorn for all people. | Sytse Sijbrandij | 2013-08-16 | 1 | -5/+7 |
| | |||||
* | Unix line endings. | Sytse Sijbrandij | 2013-08-16 | 1 | -96/+96 |
| | |||||
* | Update installation.md | Jakub Kramarz | 2013-08-14 | 1 | -2/+2 |
| | | | Isn't 5.4 current stable? | ||||
* | Merge pull request #4749 from tdm00/update-install-doc-link-to-master | Dmitriy Zaporozhets | 2013-08-10 | 1 | -2/+2 |
|\ | | | | | Change links from 5-3 branch to point to master instead | ||||
| * | Change links to 5-3 branch to point to master instead | Troy Murray | 2013-08-09 | 1 | -2/+2 |
| | | |||||
* | | Stronger and more specific warning. | Sytse Sijbrandij | 2013-08-09 | 1 | -1/+1 |
|/ | |||||
* | Update to gitlab-shell 1.5.0 during 5.3-5.4 update | Jacob Vosmaer | 2013-08-09 | 1 | -5/+13 |
| | |||||
* | Clarify documentation on how to add custom Omniauth provider to GitLab | Troy Murray | 2013-08-08 | 1 | -3/+17 |
| | |||||
* | added python api wrapper | Itxaka Serrano | 2013-08-07 | 1 | -0/+1 |
| | |||||
* | Move diff parsing to own class. Correctly identify note diff line | Dmitriy Zaporozhets | 2013-08-04 | 1 | -0/+1 |
| | |||||
* | Merge pull request #4673 from Razer6/support_restructured_text | Dmitriy Zaporozhets | 2013-08-03 | 2 | -5/+15 |
|\ | | | | | Add support for reStructured Text markup language | ||||
| * | Add support for reStructured Text markup language | Robert Schilling | 2013-07-30 | 2 | -5/+15 |
| | | |||||
* | | Add dealing with newlines for editor in installation.md | Dmitriy Zaporozhets | 2013-08-03 | 1 | -0/+1 |
| | | |||||
* | | Merge pull request #4612 from axilleas/bump-gitlab-shell-version_master | Dmitriy Zaporozhets | 2013-08-03 | 1 | -1/+1 |
|\ \ | | | | | | | Bump version of gitlab-shell to 1.7.0 | ||||
| * | | Bump version of gitlab-shell to 1.7.0 | Axilleas Pipinellis | 2013-07-22 | 1 | -1/+1 |
| | | | |||||
* | | | Better description based on a conversation in the contributor room. | Sytse Sijbrandij | 2013-08-01 | 1 | -4/+8 |
| |/ |/| | |||||
* | | Merge branch 'improve/6-0-update-docs' of /home/git/repositories/gitlab/gitlabhq | Sytse Sijbrandij | 2013-07-29 | 1 | -71/+84 |
|\ \ | |||||
| * | | Fix typo in update docs for 6.0 | Dmitriy Zaporozhets | 2013-07-29 | 1 | -1/+1 |
| | | | |||||
| * | | Add deprecations to update docs for 6.0 | Dmitriy Zaporozhets | 2013-07-29 | 1 | -71/+84 |
| | | | |||||
* | | | Fix link to emoji cheat sheet | Seif Attar | 2013-07-29 | 1 | -3/+2 |
|/ / | |||||
* | | Fix typos | Johannes Schleifenbaum | 2013-07-29 | 6 | -7/+7 |
| | | |||||
* | | Remove reference to broken auth icon functionality | Jacob Vosmaer | 2013-07-29 | 1 | -1/+0 |
| | | |||||
* | | Adding links to the merge requests and group documentation. | TJ Biddle | 2013-07-26 | 1 | -0/+1 |
| | |