An error occurred fetching the project authors.
- 07 Jul, 2015 1 commit
-
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
- 05 Jun, 2015 1 commit
-
-
Douwe Maan authored
-
- 03 Jun, 2015 1 commit
-
-
Dmitriy Zaporozhets authored
Ths commit does next: * When we remove project we move repository to path+deleted.git * Then we schedule removal of path+deleted with sidekiq * If repository move failed we abort project removal This should help us with NFS issue when project get removed but repository stayed. The full explanation of problem is below: * rm -rf project.git * rm -rf removes project.git/objects/foo * NFS server renames foo to foo.nfsXXXX because some NFS client (think * Unicorn) still has the file open * rm -rf exits, but project.git/objects/foo.nfsXXX still exists * Unicorn closes the file, the NFS client closes the file (foo), and the * NFS server removes foo.nfsXXX * the directory project.git/objects/ still exists => problem So now we move repository and even if repository removal failed Repository directory is moved so no bugs with project removed but repository directory taken. User still able to create new project with same name. From administrator perspective you can easily find stalled repositories by searching `*+deleted.git` Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
- 01 May, 2015 1 commit
-
-
Douwe Maan authored
-
- 30 Apr, 2015 1 commit
-
-
Douwe Maan authored
-
- 23 Apr, 2015 1 commit
-
-
Douwe Maan authored
-
- 20 Apr, 2015 1 commit
-
-
Jeroen van Baarsen authored
Signed-off-by: Jeroen van Baarsen <jeroenvanbaarsen@gmail.com>
-
- 11 Mar, 2015 2 commits
-
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
-
- 03 Mar, 2015 1 commit
-
-
Douwe Maan authored
-
- 26 Feb, 2015 1 commit
-
-
Dmitriy Zaporozhets authored
-
- 24 Feb, 2015 1 commit
-
-
DJ Mountney authored
The deletion from the admin section was redirecting to the wrong address.
-
- 18 Feb, 2015 2 commits
-
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
-
- 17 Feb, 2015 2 commits
-
-
Douwe Maan authored
-
Hannes Rosenögger authored
This commit generalizes the image upload via drag and drop so it supports all files. It also adds access control for these files.
-
- 14 Feb, 2015 1 commit
-
-
Vinnie Okada authored
Make the following changes to deal with new behavior in Rails 4.1.2: * Use nested resources to avoid slashes in arguments to path helpers.
-
- 05 Feb, 2015 1 commit
-
-
Douwe Maan authored
Resolves #1673.
-
- 24 Jan, 2015 2 commits
-
-
Hannes Rosenögger authored
-
Dmitriy Zaporozhets authored
-
- 23 Jan, 2015 2 commits
-
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
Instead of loading all issues and merge requests we load only open one. This will reduce time load for autocomplete resources significantly
-
- 15 Dec, 2014 1 commit
-
-
skv-headless authored
-
- 29 Nov, 2014 2 commits
-
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
- 13 Nov, 2014 1 commit
-
-
Dmitriy Zaporozhets authored
Now you can fork project into group or personal namespace. Also I moved fork logic from ProjectsController to own fork resource Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
- 05 Nov, 2014 1 commit
-
-
Valery Sizov authored
-
- 23 Oct, 2014 1 commit
-
-
Vinnie Okada authored
Always delete repositories from the filesystem when deleting a project.
-
- 19 Oct, 2014 2 commits
-
-
Ciro Santilli authored
Also memoize the method to ensure that other methods in ApplicationController that rely on it can call it efficiently.
-
Ciro Santilli authored
Redundant with the authorize_read_project! filter
-
- 16 Oct, 2014 1 commit
-
-
Vinnie Okada authored
Enable Markdown previews when creating and editing issues, merge requests, and milestones, and when editing notes.
-
- 13 Oct, 2014 1 commit
-
-
Ciro Santilli authored
Neither controller nor any of it's descendants have those actions.
-
- 07 Oct, 2014 1 commit
-
-
Vinnie Okada authored
Update the project API controller to use `Projects::DestroyService` instead of calling `Project#destroy` directly. Also add an optional parameter, `:keep_repo`, that allows a project to be deleted without deleting the repository, wiki, and satellite from disk.
-
- 05 Sep, 2014 1 commit
-
-
Kevin Boyd authored
-
- 29 Aug, 2014 1 commit
-
-
Kevin Boyd authored
Fine-tune the Remove Project redirect. Now it redirects to admin_projects_path and shows a flash message confirming the action has been taken.
-
- 29 Jul, 2014 1 commit
-
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
- 21 Jul, 2014 1 commit
-
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
- 17 Jul, 2014 3 commits
-
-
Ciro Santilli authored
-
Ciro Santilli authored
-
Ciro Santilli authored
-