summaryrefslogtreecommitdiff
path: root/app/services/projects
Commit message (Expand)AuthorAgeFilesLines
* fix some issues and improved error output for forkingJames Lopez2016-06-021-1/+1
* fix empty message on shell errorJames Lopez2016-06-021-1/+1
* fix create service error handling - missing setting import status to failedJames Lopez2016-06-021-6/+20
* Enable Style/NegatedIf Rubocop coprubocop/enable-negatedif-style-copGrzegorz Bizon2016-05-301-1/+1
* Fix forks creation when visibility level is restrictedissue_10725Felipe Artur2016-05-251-1/+13
* Merge remote-tracking branch 'origin/master' into eReGeBe/gitlab-ce-feature/m...Rémy Coutable2016-05-183-11/+33
|\
| * Merge branch 'docker-registry-view' into 'master' Kamil Trzciński2016-05-182-0/+15
| |\
| | * Merge branch 'docker-registry' into docker-registry-viewKamil Trzcinski2016-05-131-1/+1
| | |\
| | * | Fix container registry permissionsKamil Trzcinski2016-05-131-1/+1
| | * | Fix CI testsKamil Trzcinski2016-05-122-2/+4
| | * | Added Docker Registry View testsKamil Trzcinski2016-05-091-1/+1
| | * | Block renaming project or repository if it has container registry tagsKamil Trzcinski2016-05-091-0/+5
| | * | Merge branch 'docker-registry' into docker-registry-viewKamil Trzcinski2016-05-091-3/+1
| | |\ \
| | * | | Remove container registry on project removalKamil Trzcinski2016-05-041-0/+8
| * | | | removed transaction stufffix/import-data-issueJames Lopez2016-05-131-7/+1
| * | | | more changes based on MR feedbackJames Lopez2016-05-121-2/+1
| * | | | rename methodJames Lopez2016-05-121-2/+2
| * | | | fix silly typoJames Lopez2016-05-121-0/+2
| * | | | Merge branches 'fix/import-data-issue' and 'master' of gitlab.com:gitlab-org/...James Lopez2016-05-111-1/+1
| |\ \ \ \ | | | |_|/ | | |/| |
| | * | | Improve log message when a project is destroyed to include the namespaceStan Hu2016-05-101-1/+1
| | | |/ | | |/|
| * | | fix complexity of methodJames Lopez2016-05-111-11/+19
| * | | trying to fix timing issue with import statusJames Lopez2016-05-111-2/+4
| * | | create import data in serviceJames Lopez2016-05-101-0/+2
| |/ /
| * | Reduce delay in destroying a project from 1-minute to immediatelyStan Hu2016-05-071-3/+1
| |/
| * Fix Error 500 due to stale cache when projects are renamed or transferredStan Hu2016-04-251-0/+2
* | Sorting Milestones on the auto complete list by due date and titleAlejandro Rodríguez2016-04-201-1/+1
* | Implementing autocomplete for GFM milestone referencesAlejandro Rodríguez2016-04-201-0/+4
|/
* Memoize targetAlfredo Sumaran2016-04-161-22/+20
* Change variable nameAlfredo Sumaran2016-04-161-3/+3
* Fixes failing specAlfredo Sumaran2016-04-161-0/+2
* Update method name and remove unneeded paramsAlfredo Sumaran2016-04-161-2/+2
* Put owner and participating people firstAlfredo Sumaran2016-04-161-15/+24
* Merge branch 'issue_15155' into 'master' Rémy Coutable2016-04-141-2/+3
|\
| * Change transfer service to use existing methodsFelipe Artur2016-04-141-15/+3
| * Setup visibility level for project when transfering for a groupFelipe Artur2016-04-131-4/+17
* | Instrument the HousekeepingService classinstrument-house-keepingYorick Peterse2016-04-131-4/+10
|/
* Flush repository cache before import project datafix-gh-pr-importDouglas Barbosa Alexandre2016-04-041-0/+2
* Merge branch 'fix_remove_fork_link' into 'master' Douwe Maan2016-04-041-0/+19
|\
| * Fix incorrect variable nameBaldinof2016-04-041-1/+1
| * Move unlink fork logic to a serviceBaldinof2016-03-221-0/+19
* | Tweaks, refactoring, and specsDouwe Maan2016-03-202-28/+7
* | Merge branch 'master' into issue_12658Douwe Maan2016-03-202-6/+2
|\ \
| * \ Merge branch 'no-gc-retry' into 'master' Robert Speicher2016-03-181-1/+1
| |\ \
| | * | Do not retry "git gc"Jacob Vosmaer2016-03-171-1/+1
| * | | Restrict access for confidential issues on autocompleteDouglas Barbosa Alexandre2016-03-171-5/+1
| |/ /
* | | Fix specsFelipe Artur2016-03-181-1/+4
* | | Improve group visibility level featureZeger-Jan van de Weg2016-03-181-10/+3
* | | Merge 4009-external-users into issue_12658Felipe Artur2016-03-161-0/+27
|\ \ \ | |/ /
| * | Use an exception to pass messagesJacob Vosmaer2016-03-151-9/+10
| * | Run 'git gc' every 10 pushesJacob Vosmaer2016-03-141-2/+14