summaryrefslogtreecommitdiff
path: root/app/models/project.rb
Commit message (Expand)AuthorAgeFilesLines
* Resolve "Projects API: filter 'with_issues_enabled=true' returns projects wit...Jan Christophersen2018-01-191-0/+1
* Merge branch 'feature/merge-request-system-hook' into 'master'Douwe Maan2018-01-181-1/+3
|\
| * use safer .hooks_for instead of .public_sendAlexis Reigel2018-01-171-1/+1
| * invoke SystemHooksService instead of direct modelAlexis Reigel2018-01-041-3/+1
| * execute system hooks from projectAlexis Reigel2018-01-041-0/+4
* | Ensure CI pipelines and builds have the correction project associationsStan Hu2018-01-141-2/+2
* | Introduce PredicateMemoization cop and fix offensesLin Jen-Shin2018-01-121-3/+8
* | Adds Rubocop rule for line break around conditionals🙈 jacopo beschi 🙉2018-01-111-0/+1
* | Client-prep Gitlab::Git::Repository#write_refgit-write-ref-prepKim "BKC" Carlbäcker2018-01-091-1/+1
* | Merge branch '3968-protected-branch-is-not-set-for-default-branch-on-import' ...Douwe Maan2018-01-081-0/+22
|\ \
| * | Protected branch is now created for default branch on import3968-protected-branch-is-not-set-for-default-branch-on-importTiago Botelho2018-01-061-0/+22
| |/
* | Merge branch 'remove-project-repo' into 'master'Sean McGivern2018-01-051-5/+1
|\ \
| * | Remove the Project#repo methodJacob Vosmaer2018-01-041-5/+1
| |/
* | Create Kubernetes based on Application TemplatesMayra Cabrera2018-01-041-6/+1
|/
* Refactoring Project#write_repository_configDouglas Barbosa Alexandre2018-01-031-8/+7
* Handle exceptions when writing to .git/configDouglas Barbosa Alexandre2018-01-031-0/+3
* Update project full path in .git/config when renaming a repositoryDouglas Barbosa Alexandre2018-01-031-0/+5
* Write project full path to .git/config when creating projectsDouglas Barbosa Alexandre2018-01-031-0/+5
* refactor project create service41424-gitlab-rake-gitlab-import-repos-schedules-an-importJames Lopez2018-01-031-1/+1
* refactor code to use new import typeJames Lopez2018-01-031-0/+4
* Merge branch '36782-replace-team-user-role-with-add_role-user-in-specs' into ...Rémy Coutable2017-12-231-1/+1
|\
| * Replace '.team << [user, role]' with 'add_role(user)' in specs36782-replace-team-user-role-with-add_role-user-in-specsblackst0ne2017-12-221-1/+1
* | Execute project hooks and services after commit when moving an issuedm-issue-move-transaction-errorDouwe Maan2017-12-221-5/+11
|/
* Revert "Merge branch 'repo-write-ref-client-prep' into 'master'"revert-b655a4a7Kim Carlbäcker2017-12-201-1/+1
* check the import_status field before doing SQL operations to check the import...Greg Stark2017-12-121-1/+2
* Move Repository#write_ref to Git::Repository#write_refrepo-write-ref-client-prepKim "BKC" Carlbäcker2017-12-121-1/+1
* Remove Rugged::Repository#empty?Zeger-Jan van de Weg2017-12-071-1/+4
* Merge remote-tracking branch 'origin/master' into list-multiple-clustersKamil Trzcinski2017-12-051-2/+3
|\
| * Create merge request from emailJan Provaznik2017-12-051-2/+3
* | Merge remote-tracking branch 'origin/list-multiple-clusters' into cluster-pag...Kamil Trzcinski2017-12-051-1/+0
|\ \ | |/ |/|
| * Remove cluster from Project modelMatija Čupić2017-12-041-1/+0
* | Merge branch 'sh-optimize-groups-api' into 'master'Douwe Maan2017-12-041-1/+5
|\ \
| * | Comments from code review applied. Also switched forked_from_project and Fork...Francisco Lopez2017-12-011-1/+5
| |/
* | Fix the fork project functionality for projects with hashed storageNick Thomas2017-12-041-2/+1
|/
* Adds validation for Project#ci_config_path not to contain leading slashChristiaan Van den Poel2017-12-011-3/+3
* Merge branch '38668-revert-copied-kubernetesservice-logic' into 'master'Grzegorz Bizon2017-11-301-8/+6
|\
| * Fix feature spec38668-revert-copied-kubernetesservice-logicShinya Maeda2017-11-281-1/+0
| * Fix static analysysShinya Maeda2017-11-281-1/+1
| * Replce kubernetes_service and deployment_service to deployment_platformShinya Maeda2017-11-281-20/+8
| * Add test suit for platform::kubernetesShinya Maeda2017-11-281-7/+7
| * Fix commentsShinya Maeda2017-11-281-0/+1
| * Add deployment platform selectorShinya Maeda2017-11-281-2/+12
* | Merge branch 'dm-search-pattern' into 'master'Sean McGivern2017-11-291-8/+2
|\ \
| * | Use fuzzy search with minimum length of 3 characters where appropriatedm-search-patternDouwe Maan2017-11-271-8/+2
| |/
* | Merge branch 'hashed-storage-attachments-migration-path' into 'master'Nick Thomas2017-11-281-2/+3
|\ \ | |/ |/|
| * Improve storage migration rake taskGabriel Mazetto2017-11-231-2/+3
* | Drastically improve project search performance by no longer searching namespa...dm-project-search-performanceDouwe Maan2017-11-241-22/+8
* | Fix link text from group contextJarka Kadlecova2017-11-231-3/+3
|/
* Merge branch 'dm-import-service-polymorphism' into 'master'40186-the-ee_compat_check-job-sometimes-fail-on-the-git-apply-3way-step-for-forksYorick Peterse2017-11-151-4/+0
|\
| * Prefer polymorphism over specific type checks in Import servicedm-import-service-polymorphismDouwe Maan2017-11-151-4/+0