summaryrefslogtreecommitdiff
path: root/spec/factories/projects.rb
Commit message (Expand)AuthorAgeFilesLines
* Create idea of read-only databasetc-geo-read-only-ideaToon Claes2017-10-061-1/+1
* Add support to migrate existing projects to Hashed Storage asynchashed-storage-migration-pathGabriel Mazetto2017-09-281-1/+7
* [Backported from EE] Readonly flag for ProjectsGabriel Mazetto2017-09-281-0/+4
* Prevent new / renamed project from using a repository path that already exist...Gabriel Mazetto2017-08-251-2/+0
* Make sure repository's removal work for legacy and hashed storages28283-uuid-storageGabriel Mazetto2017-08-221-1/+1
* New storage is now "Hashed" instead of "UUID"Gabriel Mazetto2017-08-221-0/+4
* Improve the Project factory to make `creator` defaults to namespace.ownerRémy Coutable2017-08-101-52/+47
* Add a Circuitbreaker for storage pathsBob Van Landuyt2017-08-041-0/+6
* Change all `:empty_project` to `:project`rs-empty_project-defaultRobert Speicher2017-08-021-3/+1
* Remove `:empty_project` factory, implement `:repository` traitRobert Speicher2017-08-021-48/+43
* Rename path_with_namespace -> disk_path when dealing with the filesystemGabriel Mazetto2017-08-011-2/+2
* Fix the :project factory by not copying the test repo twicerc/fix-tests-factoriesRémy Coutable2017-07-271-4/+0
* Improve support for external issue referencesadam-external-issue-references-spikeAdam Niedzielski2017-06-301-1/+1
* Enable Style/DotPosition Rubocop :cop:Grzegorz Bizon2017-06-211-2/+2
* Merge branch 'pull-mirror-overhaul-ce-backport' into 'master'Douwe Maan2017-06-051-0/+16
|\
| * backports changed import logic from pull mirroring feature into CETiago Botelho2017-06-051-0/+16
* | Lint our factories creation in addition to their build33139-lint-our-factoriesRémy Coutable2017-06-021-0/+2
|/
* Merge branch 'rework-authorizations-performance' into 'master'Douwe Maan2017-05-291-0/+12
|\
| * Use CTEs for nested groups and authorizationsYorick Peterse2017-05-171-0/+12
* | If TestEnv#set_repo_refs fails, clean test repos and retryRémy Coutable2017-05-181-3/+9
* | Factorize TestEvent#copy_repoRémy Coutable2017-05-181-1/+1
|/
* Update Carrierwave and fog-coreZeger-Jan van de Weg2017-05-011-0/+4
* Raise an exception if creating a test repository failsNick Thomas2017-03-081-2/+2
* Added Prometheus Service and Prometheus graphsKamil Trzciński2017-03-071-0/+11
* DRY up {jira,kubernets}_project factoriesfix-mentioned-issues-for-external-trackersSean McGivern2017-03-061-21/+2
* Delete hooks from project with empty repositorydm-fix-api-create-file-on-empty-repoDouwe Maan2017-03-021-0/+4
* Rename commit_file, commit_dir and remove_file and update specsDouwe Maan2017-02-241-9/+6
* Add traits for ProjectFeatures to Project factorySemyon Pupkov2017-02-051-0/+19
* Merge remote-tracking branch 'upstream/master' into fix-git-hooks-when-creati...Lin Jen-Shin2017-01-261-0/+8
|\
| * Add a `:repository` trait to the `:empty_project` factoryRobert Speicher2017-01-171-0/+4
| * Move dashboard archived projects spinach tests to rspecSemyon Pupkov2017-01-041-0/+4
* | Merge branch 'master' into fix-git-hooks-when-creating-fileLin Jen-Shin2017-01-041-0/+21
|\ \ | |/
| * Add terminal UI and controller actionsFatih Acet2016-12-191-3/+7
| * Add terminals to the Kubernetes deployment serviceNick Thomas2016-12-191-1/+1
| * Introduce deployment services, starting with a KubernetesServiceNick Thomas2016-12-141-0/+13
* | Fix tests to use the new APILin Jen-Shin2016-12-081-1/+33
|/
* Make access request specs explicitly enable or disable access requests as req...Nick Thomas2016-11-111-0/+4
* Merge branch 'fix-unathorized-cloning' into 'security'Douwe Maan2016-11-091-3/+7
* Finish updates to use JIRA gemFelipe Artur2016-10-261-4/+3
* Add visibility level to project repositoryissue_19734_2Felipe Artur2016-10-171-0/+2
* Update Boards::CreateService to handle with the has_many associationDouglas Barbosa Alexandre2016-10-111-8/+0
* Add markdown cache columns to the database, but don't use them yetNick Thomas2016-10-071-0/+7
* fix broken repo 500 errors in UI and added relevant specsJames Lopez2016-09-291-0/+15
* Improve project_with_board factory to create the default listsimprovement/project-with-board-factoryDouglas Barbosa Alexandre2016-09-261-0/+2
* Project tools visibility levelFelipe Artur2016-09-011-1/+20
* Add service to create a new board for a projectDouglas Barbosa Alexandre2016-08-171-0/+6
* Fix typo in factory for projects.rbYatish Mehta2016-07-051-1/+1
* Remove deprecated issues_tracker and issues_tracker_id from projectDouglas Barbosa Alexandre2016-06-131-6/+0
* Remove the annotate gem and delete old annotationsJeroen van Baarsen2016-05-091-39/+0
* Merge branch 'rs-backport-ee-372' into 'master' Rémy Coutable2016-05-091-3/+7
|\