gitlab-ce/spec/frontend/blob/filepath_form/components/mock_data.js

51 lines
912 B
JavaScript

export const Templates = {
licenses: {
Other: [
{
name: 'GNU Affero General Public License v3.0',
id: 'agpl-3.0',
key: 'agpl-3.0',
project_id: 10,
},
],
Popular: [
{
name: 'Apache License 2.0',
id: 'apache-2.0',
key: 'apache-2.0',
project_id: 10,
},
],
},
gitignore_names: {
Languages: [
{
name: 'Actionscript',
id: 'Actionscript',
key: 'Actionscript',
project_id: 10,
},
],
},
gitlab_ci_ymls: {
General: [
{
name: '5-Minute-Production-App',
id: '5-Minute-Production-App',
key: '5-Minute-Production-App',
project_id: 10,
},
],
},
dockerfile_names: {
General: [
{
name: 'Binary',
id: 'Binary',
key: 'Binary',
project_id: 10,
},
],
},
};