GitLab Bot
b58ab6c33c
Add latest changes from gitlab-org/gitlab@master
2020-10-16 18:09:04 +00:00
GitLab Bot
869182cab0
Add latest changes from gitlab-org/gitlab@master
2019-10-09 00:06:06 +00:00
GitLab Bot
48c77599ca
Add latest changes from gitlab-org/gitlab@master
2019-09-17 00:06:11 +00:00
GitLab Bot
b7dfe2ae40
Add latest changes from gitlab-org/gitlab@master
2019-09-13 13:26:31 +00:00
Jasper Maes
4724afa005
Actually set raise_on_unfiltered_parameters to true
2019-01-16 22:36:01 +01:00
Francisco Javier López
26d142e3a8
Code review comments applied
2018-07-25 09:07:47 -04:00
Francisco Javier López
38eab74483
EE Port
2018-07-20 19:25:10 -04:00
gfyoung
fbde835404
Enable more frozen string in app/services/**/*.rb
...
Partially addresses #47424 .
2018-07-17 15:19:40 -07:00
Francisco Javier López
92deabb34a
Respect visibility options and description when importing project from template
2018-04-19 15:24:32 +00:00
George Tsiolis
ca5b4e3de2
Update projects import service
...
- Remove Gitlab::ImportExport::ProjectCreator from GitlabProjectsImportService
- Override ::Projects::CreateService params
2018-02-12 17:45:12 +02:00
Z.J. van de Weg
3baf3dc955
Rename GitLabProjectImporterService and misc fixes
...
First round of review, main changes:
- templates.title is human readable, #name will be passed around
- GitLabProjectImporterService has been renamed
2017-08-01 14:36:42 +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