summaryrefslogtreecommitdiff
path: root/spec/services/projects/create_service_spec.rb
Commit message (Collapse)AuthorAgeFilesLines
* backports changed import logic from pull mirroring feature into CETiago Botelho2017-06-051-5/+3
|
* Make namespace owner master of project upon creationtc-make-user-master-project-by-adminToon Claes2017-04-271-0/+16
| | | | | When an admin creates a project in the namespace of a user, that user automatically gains master access to that project.
* Improve error messages when a record is unable to be created for a projectStan Hu2017-04-131-0/+14
|
* Enable Performance/RedundantMergeDouwe Maan2017-02-231-2/+2
|
* Add traits for ProjectFeatures to Project factorySemyon Pupkov2017-02-051-4/+0
| | | | https://gitlab.com/gitlab-org/gitlab-ce/issues/24007
* Refactor create service specSemyon Pupkov2016-11-221-106/+106
| | | | | before: 1 minute 11.81 seconds after: 52.47 seconds
* Precalculate user's authorized projects in databaseAhmad Sherif2016-11-181-0/+3
| | | | Closes #23150
* Defer saving project services to the database if there are no user changesadam-build-missing-services-when-necessaryAdam Niedzielski2016-11-161-7/+13
|
* Fix project features default valuesFelipe Artur2016-11-011-1/+1
|
* Project tools visibility levelFelipe Artur2016-09-011-3/+3
|
* adds second batch of tests changed to active tenseactive-tense-test-coveragetiagonbotelho2016-08-091-3/+3
|
* Enable the Rubocop DeprecatedClassMethods copConnor Shea2016-05-081-2/+2
| | | | | | This reports uses of `File.exists?` and `Dir.exists?`, which were both deprecated in Ruby and will eventually be removed in favor of `.exist?`. Also fixes all existing uses of the deprecated methods.
* Fix creator should be added as a master of the project on creationDouglas Barbosa Alexandre2016-01-191-0/+1
|
* Add spec for invalid options in project creationStan Hu2015-12-091-0/+7
|
* Tag service specsDouwe Maan2015-12-091-1/+1
|
* Expose CI enable option in project featuresKamil Trzcinski2015-11-131-0/+22
| | | | - Enable CI by default for all new projects
* Import forked repositories asynchronously to prevent large repositories from ↵Stan Hu2015-09-111-0/+11
| | | | | | | | | timing out Use import_status to track async import status and give feedback to the user Closes #2388 Closes #2400
* added spinach for glabal labelsglobal_labelsValery Sizov2015-09-031-0/+8
|
* Create project services on Project creationrs-dev-issue-306Robert Speicher2015-07-251-0/+7
|
* Only create :admin user in the one test where it's usedRobert Speicher2015-07-251-2/+3
|
* Use stub_application_setting in a few more specsRobert Speicher2015-07-061-3/+1
| | | | | These specs also failed when run by themselves before this change, so we've likely got some kind of cross-test contamination going on.
* Allow admins to override restricted visibilityVinnie Okada2015-03-081-0/+27
| | | | | Allow admins to use restricted visibility levels when creating or updating projects.
* Updated rspec to rspec 3.x syntaxJeroen van Baarsen2015-02-121-8/+8
| | | | Signed-off-by: Jeroen van Baarsen <jeroenvanbaarsen@gmail.com>
* Fix signup and project visibilityDmitriy Zaporozhets2014-06-301-89/+0
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Fix project deletion and testsDmitriy Zaporozhets2014-06-171-11/+5
|
* Remove rails observers from applicationDmitriy Zaporozhets2014-06-171-3/+0
|
* Delete wall notes testsDmitriy Zaporozhets2014-06-131-2/+0
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Use ProjectWiki instead of GollumWiki in codeDmitriy Zaporozhets2014-04-091-2/+2
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Move Project's service specs to the correct locationRobert Speicher2014-03-221-0/+163
[ci skip]