- Feb 25, 2020
-
-
GitLab Bot authored
-
- Feb 20, 2020
-
-
GitLab Bot authored
-
- Dec 03, 2019
-
-
GitLab Bot authored
-
- Nov 18, 2019
-
-
GitLab Bot authored
-
- Aug 22, 2019
-
-
Thong Kuah authored
Using the sed script from https://gitlab.com/gitlab-org/gitlab-ce/issues/59758
-
- Aug 15, 2019
-
-
Hordur Freyr Yngvason authored
As per https://gitlab.com/gitlab-org/gitlab-ce/issues/46043, project templates should be squashed before updating, so that repositories created from these templates don't include the full history of the backing repository.
-
- Jul 30, 2019
-
-
This rake task had been broken for a while. This fixes the breakages, adds a test to help avoid future breakages, and adds a few ergonomic improvements to the task itself.
-
- Mar 07, 2019
-
-
Jason Lenny authored
-
Jason Lenny authored
-
Jason Lenny authored
-
Jason Lenny authored
-
- Feb 27, 2019
-
-
- Feb 25, 2019
-
-
Merge branch '57794-project-template-for-net' of https://gitlab.com/gitlab-org/gitlab-ce into 57794-project-template-for-net
-
Jason Lenny authored
Merge branch '57785-create-project-template-for-netlify' of https://gitlab.com/gitlab-org/gitlab-ce into 57785-create-project-template-for-netlify
-
- Feb 07, 2019
-
-
Adds templates for the 5 most popular Pages templates to the new project menu. This does not add unique icons for the templates because that turned out more complicated than expected, and this feature is valuable without them.
-
- Oct 11, 2017
-
-
Annabel Dunstone Gray authored
-
- Aug 15, 2017
-
-
Z.J. van de Weg authored
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.
-
- Aug 07, 2017
-
-
Z.J. van de Weg authored
-
- Aug 01, 2017
-
-
Z.J. van de Weg authored
First round of review, main changes: - templates.title is human readable, #name will be passed around - GitLabProjectImporterService has been renamed
-
Z.J. van de Weg authored
First iteration, and some stuff is missing. But basically this rake task does a clone of a project we've pointed it to. Than creates a project on the GDK, which should be running in the background. This project is exported, after which we move that archive to the location we need it. We clean up by removing the generated project. The first idea was to export the project on .com too, however than we might run into ImportExport versions mismatch. This could've been circumvented by checkout out an older commit locally. This however is not needed yet, so we opted to not go this route yet, instead we will iterate on what we got.
-
- Jul 28, 2017
-
-
Z.J. van de Weg authored
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.
-