summaryrefslogtreecommitdiff
path: root/app/models/project.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
| * Streamline the path validation in groups & projectsBob Van Landuyt2017-05-011-2/+3
* | Fix 404 when upstream has disabled merge requestsmhasbini2017-04-271-0/+8
|/
* Load a project's CI status in batch from redisBob Van Landuyt2017-04-261-0/+2
* Refactor controller code that creates project/group membersDmitriy Zaporozhets2017-04-171-1/+1
* Merge branch 'bvl-fix-project-ci-status-cache' into 'master' Kamil Trzciński2017-04-071-1/+1
|\
| * Rename `ProjectBuildStatus` -> `ProjectPipelineStatus`Bob Van Landuyt2017-04-071-1/+1
| * Rename Ci::PipelineStatus -> Ci::ProjectBuildStatusBob Van Landuyt2017-04-071-1/+1
* | Merge branch '18471-restrict-tag-pushes-protected-tags' into 'master' Douwe Maan2017-04-071-22/+2
|\ \ | |/ |/|
| * Merge branch 'master' into '18471-restrict-tag-pushes-protected-tags'Kushal Pandya2017-04-061-29/+21
| |\
| * \ Merge branch 'last-green-master' into 18471-restrict-tag-pushes-protected-tagsJames Edwards-Jones2017-04-061-1/+6
| |\ \
| * | | Protected Tags backend review changesJames Edwards-Jones2017-04-061-1/+1
| * | | Merge branch 'master' into '18471-restrict-tag-pushes-protected-tags'Kushal Pandya2017-04-061-16/+13
| |\ \ \
| * | | | Removed protected_tags_arrayJames Edwards-Jones2017-04-031-10/+0
| * | | | Moved default_branch_protected? out of ProjectJames Edwards-Jones2017-04-031-12/+1
| * | | | Moved Project#protected_branch? to ProtectedBranch, similar for tagsJames Edwards-Jones2017-04-031-11/+11
| * | | | Extracted ProtectableDropdown to clean up Project#open_branchesJames Edwards-Jones2017-04-031-9/+0