29 Sep, 2013
1 commit
-
add rake tasks for web hooks management
27 Sep, 2013
1 commit
-
run mysql_secure_installation to secure the freshly installed mysql server
25 Sep, 2013
2 commits
-
Added search for projects by name to api
-
Remove -y option when removing ruby1.8
24 Sep, 2013
1 commit
-
Change-Id: I1bdd3608d3b46924b5da3ae282c99f85ee4e0dab
23 Sep, 2013
1 commit
-
Change-Id: I1337ee7ff51d018d6f62d447345032597e84269f
22 Sep, 2013
2 commits
-
Remove old assets before compiling new ones
-
…nstall document (1.7.1)
19 Sep, 2013
1 commit
16 Sep, 2013
1 commit
14 Sep, 2013
1 commit
-
Fix typo in installation.md
13 Sep, 2013
2 commits
12 Sep, 2013
1 commit
-
SSH is pronounced as /es es aged/, so we need "an" instead of "a".
10 Sep, 2013
1 commit
09 Sep, 2013
1 commit
-
-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
06 Sep, 2013
1 commit
04 Sep, 2013
1 commit
-
Change-Id: I5b174bba02856ede788dcb51ec9b0d598ea7d0df
03 Sep, 2013
1 commit
30 Aug, 2013
2 commits
-
Create satellites during update to 6.0. Fix #4938
29 Aug, 2013
2 commits
-
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.
-
Standardize recently added commit diff api url
27 Aug, 2013
1 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"
26 Aug, 2013
4 commits
-
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.
25 Aug, 2013
2 commits
-
add link on realisation api for java client
22 Aug, 2013
1 commit
21 Aug, 2013
3 commits
20 Aug, 2013
6 commits
-
Update to gitlab-shell 1.7.0 during 5.4-6.0 update