Files
stackalytics/etc/test_default_data.json
Ilya Shakhat 74d9b055f9 Add Juno release into the list of releases
Change-Id: I416fa7004ccee33baf9fdf9812a76f22ed481ebf
2014-04-17 15:42:03 +04:00

194 lines
5.2 KiB
JSON

{
"users": [
{
"launchpad_id": "foo",
"user_name": "Pupkin",
"emails": ["user@test.org"],
"companies": [
{
"company_name": "Uno",
"end_date": "2013-Jan-01"
},
{
"company_name": "Duo",
"end_date": null
}
]
},
{
"launchpad_id": "jenkins",
"companies": [
{
"company_name": "*robots",
"end_date": null
}
],
"user_name": "OpenStack Robot",
"emails": ["review@openstack.org", "jenkins@review.openstack.org",
"jenkins@openstack.org", "hudson@openstack.org",
"openstack-infra@lists.openstack.org", "elastic-hadoop-ci@mirantis.com"]
}
],
"companies": [
{
"company_name": "*independent",
"domains": [""]
},
{
"company_name": "Hewlett-Packard",
"domains": ["hp.com"]
},
{
"company_name": "Intel",
"domains": ["intel.com"]
},
{
"company_name": "Mirantis",
"domains": ["mirantis.com"],
"aliases": ["Mirantis Inc", "Mirantis Inc.", "Mirantis, Inc", "Mirantis, Inc.", "Mirantis IT"]
},
{
"domains": ["robots"],
"company_name": "*robots"
}
],
"repos": [
{
"releases": [
{
"tag_to": "2012.1",
"release_name": "Essex",
"tag_from": "2011.3"
},
{
"tag_to": "folsom-eol",
"release_name": "Folsom",
"tag_from": "2012.1"
},
{
"branch": "stable/grizzly",
"tag_to": "HEAD",
"release_name": "Grizzly",
"tag_from": "2012.2"
},
{
"branch": "stable/havana",
"tag_to": "HEAD",
"release_name": "Havana",
"tag_from": "2013.1"
},
{
"tag_to": "HEAD",
"release_name": "Icehouse",
"tag_from": "2013.2"
}
],
"uri": "git://github.com/openstack/glance.git",
"module": "glance",
"organization": "openstack"
},
{
"module": "python-glanceclient",
"organization": "openstack",
"uri": "git://github.com/openstack/python-glanceclient.git"
},
{
"module": "stackalytics",
"organization": "stackforge",
"uri": "git://github.com/stackforge/stackalytics.git"
}
],
"project_sources": [
{
"organization": "openstack-ops",
"module_group_name": "OpenStack-Ops"
}
],
"module_groups": [
{
"module_group_name": "manual-glance-group",
"modules": ["glance", "python-glanceclient"]
}
],
"releases": [
{
"release_name": "prehistory",
"end_date": "2011-Apr-22"
},
{
"release_name": "Diablo",
"end_date": "2011-Sep-08"
},
{
"release_name": "Essex",
"end_date": "2012-Apr-05"
},
{
"release_name": "Folsom",
"end_date": "2012-Oct-04"
},
{
"release_name": "Grizzly",
"end_date": "2013-Apr-04"
},
{
"release_name": "Havana",
"end_date": "2013-Oct-17"
},
{
"release_name": "IceHouse",
"end_date": "2014-Apr-17"
},
{
"release_name": "Juno",
"end_date": "2014-Oct-17"
}
],
"mail_lists": ["http://lists.openstack.org/pipermail/openstack-dev/"],
"member_lists": ["http://www.openstack.org/community/members/profile/"],
"voting_date": "2014-Jan-01",
"project_types": [
{
"id": "all",
"title": "All",
"modules": ["openstack", "openstack-infra", "openstack-dev", "stackforge", "unknown"]
},
{
"id": "openstack",
"title": "OpenStack",
"modules": ["openstack", "openstack-infra", "openstack-dev"]
},
{
"id": "integrated",
"title": "integrated",
"child": true,
"modules": ["official-integrated"]
},
{
"id": "incubated",
"title": "incubated",
"child": true,
"modules": ["official-incubated"]
},
{
"id": "other",
"title": "other",
"child": true,
"modules": ["official-other"]
},
{
"id": "stackforge",
"title": "Stackforge",
"modules": ["stackforge"]
}
]
}