Commit Graph

6 Commits

Author SHA1 Message Date
Zeger-Jan van de Weg f2958ce554
Update rails template to include postgres 2017-09-07 19:57:25 +02:00
Zeger-Jan van de Weg 2c3652af13
Update project templates to new import version
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.
2017-09-07 15:13:12 +02:00
Zeger-Jan van de Weg f67faf6a16
Update templates to include header in the README 2017-08-23 19:44:10 +02:00
Z.J. van de Weg 6391406774
Add two more project templates
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.
2017-08-15 12:55:54 +02:00
Zeger-Jan van de Weg 9026e3e937
Update rails tempalte to not contain gitlab-test
[ci skip]
2017-08-14 16:45:38 +02:00
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