From 96ec7c6c630a9f2532b808069e045d434bbac200 Mon Sep 17 00:00:00 2001 From: Ilya Shakhat Date: Wed, 25 Jan 2017 15:14:12 +0400 Subject: [PATCH] Re-arrange project types Remove old unused tags "type:service", "type:library" Rename All into OpenStack Change-Id: Ifa7da7e4ed679b1b2796673286db80c459a734b1 --- etc/default_data.json | 20 +++++--------------- 1 file changed, 5 insertions(+), 15 deletions(-) diff --git a/etc/default_data.json b/etc/default_data.json index 4a83d73db..af28ef928 100644 --- a/etc/default_data.json +++ b/etc/default_data.json @@ -27134,35 +27134,25 @@ "project_types": [ { "id": "all", - "title": "All", + "title": "OpenStack", "modules": ["openstack", "openstack-infra", "openstack-dev", "unknown"] }, { "id": "openstack", - "title": "OpenStack", + "title": "Official", + "child": true, "modules": ["openstack-official", "governance", "api-wg", "openstack-user-stories"] }, { "id": "tc:approved-release", - "title": "tc:approved-release", + "title": "TC-approved", "child": true, "modules": ["tc:approved-release"] }, - { - "id": "type:service", - "title": "type:service", - "child": true, - "modules": ["type:service"] - }, - { - "id": "type:library", - "title": "type:library", - "child": true, - "modules": ["type:library"] - }, { "id": "openstack-others", "title": "Others", + "child": true, "modules": ["openstack-others", "unknown"] }, {