- 29 Aug, 2013 10 commits
-
-
Snooze- authored
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.
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
Standardize recently added commit diff api url
-
Dmitriy Zaporozhets authored
Fixed up wording on the new SSH key page.
-
Dmitriy Zaporozhets authored
update gitlab:check to look for update hook, not post-receive
-
Jon Bringhurst authored
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
-
- 28 Aug, 2013 2 commits
-
-
Dmitriy Zaporozhets authored
-
Alex Van't Hof authored
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"
-
- 27 Aug, 2013 22 commits
-
-
James Newton authored
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
Show permissions for all project. Add ability to remove user from group if not an owner Remove unnecessary admin controller
-
Dmitriy Zaporozhets authored
Provide UI with explanation what happens when you block or remove user When remove user - remove all groups where user is an only owner
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
When block user - remove it from joined groups Dont remove user from own resources (groups, users)
-
Dmitriy Zaporozhets authored
Fix project_id field in MergeRequest API
-
Andrew Austin authored
-
- 26 Aug, 2013 6 commits
-
-
Sytse Sijbrandij authored
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
Clear redis cache and precompile assets during update to 6.0. Fix #4874 #4840
-
Axilleas Pipinellis authored
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.
-
Dmitriy Zaporozhets authored
-