gitlab-org--gitlab-foss/app/services/projects
Z.J. van de Weg 1d3815f89b
Allow projects to be started from a template
Started implementation for the first iteration of
gitlab-org/gitlab-ce#32420. This will allow users to select a template
to start with, instead of an empty repository in the project just
created.

Internally this is basically a small extension of the ImportExport
GitLab projects we already support. We just import a certain import
tar archive. This commits includes the first one: Ruby on Rails. In the
future more will be added.
2017-07-28 11:32:46 +02:00
..
import_export
autocomplete_service.rb Rename "Slash commands" to "Quick actions" 2017-06-15 09:01:56 -05:00
create_from_template_service.rb Allow projects to be started from a template 2017-07-28 11:32:46 +02:00
create_service.rb backports changed import logic from pull mirroring feature into CE 2017-06-05 23:09:10 +01:00
destroy_service.rb Don’t schedule workers from inside transactions 2017-06-02 11:43:32 -05:00
download_service.rb Enable Style/WordArray 2017-02-23 09:32:41 -06:00
enable_deploy_key_service.rb Detect already enabled DeployKeys in EnableDeployKeyService 2017-05-03 17:37:08 +08:00
fork_service.rb
gitlab_projects_importer_service.rb Allow projects to be started from a template 2017-07-28 11:32:46 +02:00
housekeeping_service.rb
import_service.rb Does not remove the GitHub remote when importing from GitHub 2017-04-18 00:22:33 +00:00
participants_service.rb
propagate_service_template.rb refactor code based on feedback 2017-05-05 18:57:52 +02:00
transfer_service.rb Expires full_path cache after repository is transferred 2017-06-29 19:13:37 -03:00
unlink_fork_service.rb Split up MergeRequestsController 2017-06-28 18:17:44 -05:00
update_pages_configuration_service.rb Enable the Style/TrailingCommaInLiteral cop 2017-05-10 18:25:45 +02:00
update_pages_service.rb Perform unzip quietly in UpdatePagesService 2017-06-28 17:52:58 -04:00
update_service.rb Fix editing project with container images present 2017-07-24 10:47:33 +00:00