Skip to content
Snippets Groups Projects
  1. Feb 25, 2020
  2. Dec 03, 2019
  3. Nov 18, 2019
  4. Aug 15, 2019
  5. Jul 30, 2019
  6. Mar 07, 2019
  7. Feb 27, 2019
  8. Feb 25, 2019
  9. Feb 07, 2019
    • Lukas Eipert's avatar
      Project template: Fall back to GitLab logo · d4ad8a5e
      Lukas Eipert authored
      Use gitlab-svg to provide the icons for rails, spring and express. For
      the new GitLab pages templates, we are falling back to the GitLab logo.
      Unverified
      d4ad8a5e
    • Jason Lenny's avatar
      Add Pages templates · 37410a9d
      Jason Lenny authored and Lukas Eipert's avatar Lukas Eipert committed
      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.
      Unverified
      37410a9d
  10. Oct 22, 2018
  11. May 04, 2018
  12. Oct 11, 2017
  13. Aug 15, 2017
    • Z.J. van de Weg's avatar
      Add two more project templates · 63914067
      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.
      Unverified
      63914067
  14. Aug 01, 2017
    • Z.J. van de Weg's avatar
      Rename GitLabProjectImporterService and misc fixes · 3baf3dc9
      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
      Unverified
      3baf3dc9
    • Filipa Lacerda's avatar
      a853d3e9
    • Z.J. van de Weg's avatar
      Create rake task to create project templates · 09974de3
      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.
      Unverified
      09974de3
  15. Jul 28, 2017
    • Z.J. van de Weg's avatar
      Allow projects to be started from a template · 1d3815f8
      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.
      Unverified
      1d3815f8
Loading