gitlab-org--gitlab-foss/spec
Z.J. van de Weg 09974de3e3
Create rake task to create project templates
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.
2017-08-01 13:00:51 +02:00
..
bin
config Support multiple Redis instances based on queue type 2017-07-11 03:35:47 +00:00
controllers Associate Issues tab only with internal issues tracker 2017-07-24 08:10:14 +02:00
db/production
factories Wrong data type when testing webhooks 2017-07-20 15:12:06 +00:00
features Allow projects to be started from a template 2017-07-28 11:32:46 +02:00
finders Use match_array rather than eq in ProjectsFinder spec 2017-07-24 11:20:52 -04:00
fixtures Merge branch 'mr-branch-link-use-tree' into 'master' 2017-07-12 16:52:37 +00:00
helpers Resolve "Lazy load images on the Frontend" 2017-07-24 17:36:52 +00:00
initializers Instrument Unicorn with Ruby exporter 2017-07-04 15:28:34 +00:00
javascripts Resolve "Lazy load images on the Frontend" 2017-07-24 17:36:52 +00:00
lib Create rake task to create project templates 2017-08-01 13:00:51 +02:00
mailers Create and use project path helpers that only need a project, no namespace 2017-07-05 11:11:59 -05:00
migrations Merge branch 'backstage/gb/build-stage-id-ref-bg-migration-cleanup' into 'master' 2017-07-20 10:10:36 +00:00
models Don't treat anonymous users as owners when group has pending invites 2017-07-24 16:58:04 +01:00
policies Don't treat anonymous users as owners when group has pending invites 2017-07-24 16:58:04 +01:00
presenters Fix spec name grammer 2017-07-12 10:02:53 -05:00
requests Support both internal and external issue trackers 2017-07-24 08:13:43 +02:00
routing Fix docker tag reference routing constraints 2017-07-19 10:30:57 +02:00
rubocop/cop Added cop to blacklist the use of hash indexes 2017-07-14 13:19:00 +02:00
serializers Make commits behind text a link to the target branch commits page 2017-07-11 11:49:22 -05:00
services Allow projects to be started from a template 2017-07-28 11:32:46 +02:00
sidekiq/cron
support Resolve "Lazy load images on the Frontend" 2017-07-24 17:36:52 +00:00
tasks Improve version handling on component install tasks 2017-07-20 17:30:29 -04:00
unicorn Increase unicorn test boot timeout to 5 minutes 2017-06-08 18:35:55 +02:00
uploaders Merge branch '33359-pers-snippet-files-location' into 'security-9-3' 2017-07-19 22:28:27 -05:00
validators Rebuild the dynamic path before validating it 2017-06-21 16:09:35 +02:00
views Create and use project path helpers that only need a project, no namespace 2017-07-05 11:11:59 -05:00
workers Support multiple Redis instances based on queue type 2017-07-11 03:35:47 +00:00
factories_spec.rb
rails_helper.rb
rake_helper.rb
simplecov_env.rb
spec_helper.rb Update Prometheus gem to version that explicitly calls munmap 2017-07-19 08:54:39 +00:00