summaryrefslogtreecommitdiff
path: root/vendor/project_templates
Commit message (Collapse)AuthorAgeFilesLines
* Update rails template to include postgreszj-update-rails-templateZeger-Jan van de Weg2017-09-071-0/+0
|
* Update project templates to new import versionZeger-Jan van de Weg2017-09-073-0/+0
| | | | | | | If the import version changes, we need to update a few project templates to match this new version. In a seperate commit I'll update the docs to reflect this.
* Update templates to include header in the READMEZeger-Jan van de Weg2017-08-233-0/+0
|
* Add two more project templateszj-add-two-more-project-templatesZ.J. van de Weg2017-08-152-0/+0
| | | | | | | Related to !13108. Mostly this is just running the rake task and changing the task a bit to catch cases like the project already existing or so. The rake task moves archives to the vendor/project_template directory, which are checked in too.
* Update rails tempalte to not contain gitlab-testZeger-Jan van de Weg2017-08-141-0/+0
| | | | [ci skip]
* Allow projects to be started from a templateZ.J. van de Weg2017-07-281-0/+0
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.