summaryrefslogtreecommitdiff
path: root/app/models/project.rb
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '30708-stop-using-deleted-at-to-filter-namespaces' into 'master'Douwe Maan2017-06-291-4/+3
|\
| * Removes redundant pending delete checks30708-stop-using-deleted-at-to-filter-namespacesTiago Botelho2017-06-281-3/+2
| * Fix current feature related specsTiago Botelho2017-06-281-1/+1
| * Removes pending delete from filter scopesTiago Botelho2017-06-281-3/+2
| * refactors Project#search namespace joinTiago Botelho2017-06-281-0/+1
* | Merge branch 'dm-drop-default-scope-on-sortable-finders' into 'master'Robert Speicher2017-06-281-3/+3
|\ \
| * | Drop default ORDER scope when calling a find method on a Sortable modelDouwe Maan2017-06-281-3/+3
| |/
* | Add Project#ensure_repositoryDouglas Barbosa Alexandre2017-06-281-0/+4
|/
* Merge branch '34276-fix-dashboard-page-when-last-activity-at-is-nil' into 'ma...Robert Speicher2017-06-271-1/+1
|\
| * Fix application error when Project#last_activity_at is nil34276-fix-dashboard-page-when-last-activity-at-is-nilRuben Davila2017-06-261-1/+1
* | Check if repository exists before performing housekeepingfix-34019Douglas Barbosa Alexandre2017-06-231-0/+2
* | Break Project#perform_housekeeping in two methodsDouglas Barbosa Alexandre2017-06-231-4/+12
* | Perform project housekeeping after importing projectsDouglas Barbosa Alexandre2017-06-231-3/+8
|/
* Enable Style/DotPosition Rubocop :cop:Grzegorz Bizon2017-06-211-18/+18
* Refactor GroupProjectsFinder#init_collectionYorick Peterse2017-06-191-0/+17
* Refactor Project.with_feature_available_for_userYorick Peterse2017-06-161-7/+19
* Split Project#reset_cache_and_import_attrs upYorick Peterse2017-06-081-1/+5
* Re-order some methods in ProjectYorick Peterse2017-06-081-15/+16
* Merge branch 'pull-mirror-overhaul-ce-backport' into 'master'Douwe Maan2017-06-051-4/+25
|\
| * backports changed import logic from pull mirroring feature into CETiago Botelho2017-06-051-4/+25
* | Merge branch '31061-26135-ci-project-slug-enviroment-variables' into 'master'Kamil Trzciński2017-06-051-0/+1
|\ \
| * | Add slugify project path to CI enviroment variablesvanadium232017-06-031-0/+1
* | | Don’t schedule workers from inside transactionsDouwe Maan2017-06-021-1/+3
|/ /
* | Merge branch 'master' into '24196-protected-variables'Kamil Trzciński2017-06-011-5/+0
|\ \ | |/
| * Merge branch 'master' into 'trigger-source'Grzegorz Bizon2017-05-311-4/+1
| |\
| * | Introduce source to pipeline entitytrigger-sourceKamil Trzcinski2017-05-311-5/+0
* | | Merge remote-tracking branch 'upstream/master' into 24196-protected-variablesLin Jen-Shin2017-06-011-4/+1
|\ \ \ | | |/ | |/|
| * | Remove some deprecated methodstc-improve-project-api-perfToon Claes2017-05-301-4/+0
| * | Add starred_by scope to ProjectToon Claes2017-05-301-1/+2
| |/
* | Update docs and use protected secret variable as the nameLin Jen-Shin2017-05-311-9/+10
* | Merge remote-tracking branch 'upstream/master' into 24196-protected-variablesLin Jen-Shin2017-05-311-4/+3
|\ \ | |/
| * Merge branch '30410-revert-9347-and-10079' into 'master'Douwe Maan2017-05-301-4/+2
| |\
| | * Revert "Merge branch '1937-https-clone-url-username' into 'master' "Rémy Coutable2017-05-301-4/+2
| * | 'New issue'/'New merge request' dropdowns should show only projects with issu...19107-404-when-creating-new-milestone-or-issue-for-project-that-has-issues-disabledblackst0ne2017-05-301-0/+1
| |/
* | Merge branch 'master' into '24196-protected-variables'Lin Jen-Shin (godfat)2017-05-261-6/+4
|\ \ | |/
| * Revert "Remove changes that are not absolutely necessary"Douwe Maan2017-05-241-6/+4
* | Rubocop makes more sense with thisLin Jen-Shin2017-05-271-6/+7
* | Merge secret and protected vars to variables_for(ref)Lin Jen-Shin2017-05-271-15/+8
* | Backend implementation for protected variablesLin Jen-Shin2017-05-251-3/+15
|/
* Remove changes that are not absolutely necessarydm-fix-routesDouwe Maan2017-05-231-4/+6
* Fix ambiguous routing issues by teaching router about reserved wordsDouwe Maan2017-05-231-6/+4
* Remove rails dependent: :destroy statementZ.J. van de Weg2017-05-111-1/+1
* Enable the Style/TrailingCommaInLiteral copRémy Coutable2017-05-101-1/+1
* Use relative paths for group/project/user avatarsblackst0ne2017-05-101-6/+5
* Add Pipeline Schedules that supersedes experimental Trigger ScheduleZeger-Jan van de Weg2017-05-071-0/+1
* Set last_repository_updated_at to created_at upon project creationDouglas Barbosa Alexandre2017-05-041-0/+5
* Include missing project attributes to Import/ExportJames Lopez2017-05-031-0/+15
* Merge branch '30272-bvl-reject-more-namespaces' into 'master' Douwe Maan2017-05-021-3/+4
|\
| * Rename `NamespaceValidator` to `DynamicPathValidator`Bob Van Landuyt2017-05-011-1/+1
| * Use the namespace validator for validating all pathsBob Van Landuyt2017-05-011-1/+1