gitlab-org--gitlab-foss/app/controllers/import
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
..
base_controller.rb Create subgroups if they don't exist while importing projects 2017-04-05 10:09:31 +00:00
bitbucket_controller.rb
fogbugz_controller.rb
gitea_controller.rb
github_controller.rb
gitlab_controller.rb
gitlab_projects_controller.rb Allow projects to be started from a template 2017-07-28 11:32:46 +02:00
google_code_controller.rb