summaryrefslogtreecommitdiff
path: root/spec/models/project_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* Cache the number of forks of a projectforks-count-cacheYorick Peterse2017-08-141-0/+10
* Merge branch 'split-events-into-push-events' into 'master'Sean McGivern2017-08-111-2/+2
|\
| * Migrate events into a new formatYorick Peterse2017-08-101-2/+2
* | Enable the RSpec/HookArgument cop and auto-correct offensesRobert Speicher2017-08-101-1/+1
|/
* Enable the Layout/SpaceBeforeBlockBraces coprc/enable-the-Layout/SpaceBeforeBlockBraces-copRémy Coutable2017-08-091-1/+1
* Add checks for branch existence before changing HEAD36010-api-v4-allows-setting-a-branch-that-doesn-t-exist-as-the-default-oneblackst0ne2017-08-081-0/+5
* Change all `:empty_project` to `:project`rs-empty_project-defaultRobert Speicher2017-08-021-110/+110
* Ensure all project factories use `:repository` trait or `:empty_project`rs-empty_project-cleanupRobert Speicher2017-08-011-8/+8
* Merge branch '28283-legacy-storage-format' into 'master'Sean McGivern2017-08-011-7/+35
|\
| * Rename path_with_namespace -> disk_path when dealing with the filesystemGabriel Mazetto2017-08-011-6/+6
| * Rename many path_with_namespace -> full_pathGabriel Mazetto2017-08-011-1/+29
* | Exclude keys linked to other projectsmk-fix-deploy-key-deletionMichael Kozono2017-07-281-9/+33
|/
* Use described_class when possibleRémy Coutable2017-07-271-9/+9
* Remove superfluous lib: true, type: redis, service: true, models: true, servi...Rémy Coutable2017-07-271-1/+1
* Support both internal and external issue trackersJarka Kadlecova2017-07-241-6/+39
* Wrong data type when testing webhooksAlexander Randa2017-07-201-4/+8
* Update specs for new upload pathBob Van Landuyt2017-07-181-1/+1
* Recover from renaming project that has container imagesGrzegorz Bizon2017-07-131-1/+1
* Support multiple Redis instances based on queue typePaul Charlton2017-07-111-1/+1
* Merge branch '34716-environment-specific-variables-ce' into 'master'Douwe Maan2017-07-061-6/+6
|\
| * Backports for ee-2112Lin Jen-Shin2017-07-061-6/+6
* | Add many foreign keys to the projects tableYorick Peterse2017-07-061-52/+69
|/
* Merge branch '32815--Add-Custom-CI-Config-Path' into 'master'Grzegorz Bizon2017-07-061-0/+26
|\
| * Use a previous approach for cycle analytics dummy pipelineGrzegorz Bizon2017-07-051-1/+1
| * Merge remote-tracking branch 'upstream/master' into 32815--Add-Custom-CI-Conf...Lin Jen-Shin2017-07-051-1/+16
| |\
| * | Rename ci_config_file to ci_config_pathLin Jen-Shin2017-07-051-10/+10
| * | Add back Pipeline#ci_yaml_file_path due to all the troublesLin Jen-Shin2017-07-051-24/+0
| * | Make sure we remove null charactersLin Jen-Shin2017-07-041-2/+2
| * | Follow feedback on the merge requestLin Jen-Shin2017-07-041-0/+24
| * | Update wordings, allow only full path, add testsLin Jen-Shin2017-06-301-0/+24
| * | Merge remote-tracking branch 'upstream/master' into 32815--Add-Custom-CI-Conf...Lin Jen-Shin2017-06-301-9/+75
| |\ \
| * \ \ Merge remote-tracking branch 'upstream/master' into 15041-Add-Custom-CI-Confi...15041-Add-Custom-CI-Config-PathLin Jen-Shin2017-06-281-443/+836
| |\ \ \
| * | | | Add config option to project to allow custom .gitlab-ci.yml locationKeith Pope2016-10-081-0/+1
* | | | | Merge branch 'enable-a-few-rubocop-rspec-cops' into 'master'Robert Speicher2017-07-051-2/+2
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | Disable RSpec/BeforeAfterAll and enable RSpec/ImplicitExpect copsenable-a-few-rubocop-rspec-copsRémy Coutable2017-06-301-2/+2
| | |_|/ | |/| |
* | | | Merge branch 'sh-allow-force-repo-create' into 'master'Sean McGivern2017-07-031-1/+14
|\ \ \ \
| * | | | Change the force flag to a keyword argumentsh-allow-force-repo-createDouglas Barbosa Alexandre2017-07-031-1/+1
| * | | | Make Project#ensure_repository force create a repoStan Hu2017-06-301-0/+13
| |/ / /
* | | | Expires full_path cache after project is renamedDouglas Barbosa Alexandre2017-06-291-0/+2
|/ / /
* | | Merge branch 'refactor-namespace-default-scope-override' into 'master'Douwe Maan2017-06-291-0/+10
|\ \ \
| * | | Remove Namespace model default scope override and write additional test to Pr...refactor-namespace-default-scope-overrideTiago Botelho2017-06-291-0/+10
* | | | Merge branch 'fix-34417' into 'master'Sean McGivern2017-06-291-0/+34
|\ \ \ \ | |/ / / |/| | |
| * | | Add tests for project import state transition: [:started] => [:finished]fix-34417Douglas Barbosa Alexandre2017-06-281-0/+34
* | | | Merge branch '30708-stop-using-deleted-at-to-filter-namespaces' into 'master'Douwe Maan2017-06-291-9/+0
|\ \ \ \ | |/ / / |/| | |
| * | | Fix current feature related specsTiago Botelho2017-06-281-9/+0
| | |/ | |/|
* | | Add Project#ensure_repositoryDouglas Barbosa Alexandre2017-06-281-0/+31
|/ /
* | Enable Style/DotPosition Rubocop :cop:Grzegorz Bizon2017-06-211-32/+32
* | Refactor GroupProjectsFinder#init_collectionYorick Peterse2017-06-191-0/+32
* | Correct RSpec/SingleLineHook cop offensesRobert Speicher2017-06-141-7/+21
* | Bring in security changes from the 9.2.5 releaseDJ Mountney2017-06-071-1/+1