Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix/hck 4536 couchbase v7 plus alpha 4 remove redundant scope properties #7

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
173 changes: 0 additions & 173 deletions properties_pane/container_level/containerLevelConfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -167,179 +167,6 @@ making sure that you maintain a proper JSON format.
"propertyTooltip": "comments",
"propertyType": "details",
"template": "textarea"
},
{
"propertyName": "Bucket type",
"propertyKeyword": "bucketType",
"shouldValidate": false,
"propertyTooltip": "bucket type",
"propertyType": "select",
"options": ["Couchbase", "Memcached"]
},
{
"propertyName": "Storage Engine",
"propertyKeyword": "storageEngine",
"shouldValidate": false,
"propertyTooltip": "Storage Engine",
"propertyType": "select",
"options": ["Couchstore", "Magma"]
},
{
"propertyName": "Memory size",
"propertyKeyword": "type",
"shouldValidate": false,
"propertyType": "empty"
},
{
"propertyName": "Per node RAM quota",
"propertyKeyword": "ramQuota",
"shouldValidate": true,
"propertyTooltip": "Per node RAM quota",
"propertyType": "text",
"labelOffset": 50,
"number": true
},
{
"propertyName": "Cache Metadata",
"propertyKeyword": "cacheMetadata",
"shouldValidate": false,
"propertyTooltip": "cache metadata",
"propertyType": "select",
"options": ["Value ejection", "Full ejection"],
"labelOffset": 50,
"dependency": {
"key": "bucketType",
"value": "Couchbase"
}
},
{
"propertyName": "Access Control",
"propertyKeyword": "accessControl",
"shouldValidate": false,
"propertyTooltip": "cache metadata",
"propertyType": "select",
"options": ["Standart port", "Dedicated port"]
},
{
"propertyName": "Protocol Port",
"propertyKeyword": "protocolPort",
"shouldValidate": false,
"propertyTooltip": "cache metadata",
"propertyType": "text",
"labelOffset": 50,
"dependency": {
"key": "accessControl",
"value": "Dedicated port"
}
},
{
"propertyName": "Conflict resolution",
"propertyKeyword": "conflictResolution",
"shouldValidate": false,
"propertyTooltip": "cache metadata",
"propertyType": "select",
"options": ["Sequence number", "Timestamp"],
"dependency": {
"key": "bucketType",
"value": "Couchbase"
}
},
{
"propertyName": "Replicas",
"propertyKeyword": "replicas",
"shouldValidate": false,
"propertyType": "empty",
"dependency": {
"key": "bucketType",
"value": "Couchbase"
}
},
{
"propertyName": "Enable",
"propertyKeyword": "replicasEnable",
"shouldValidate": false,
"propertyType": "checkbox",
"dependency": {
"key": "bucketType",
"value": "Couchbase"
}
},
{
"propertyName": "Number",
"propertyKeyword": "replicasNumber",
"shouldValidate": false,
"propertyType": "text",
"dependency": {
"key": "bucketType",
"value": "Couchbase"
},
"number": true
},
{
"propertyName": "View index replicas",
"propertyKeyword": "replicasViewIndex",
"shouldValidate": false,
"propertyType": "checkbox",
"dependency": {
"key": "bucketType",
"value": "Couchbase"
}
},
{
"propertyName": "Disk I/O optimisation",
"propertyKeyword": "diskOptimisation",
"shouldValidate": false,
"propertyType": "empty",
"dependency": {
"key": "bucketType",
"value": "Couchbase"
}
},
{
"propertyName": "Disk I/O priority",
"propertyKeyword": "bucketIOPriority",
"shouldValidate": false,
"propertyTooltip": "bucket I/P priority",
"propertyType": "select",
"options": ["Low (Default)", "High"],
"labelOffset": 50,
"dependency": {
"key": "bucketType",
"value": "Couchbase"
}
},
{
"propertyName": "Auto-Compaction",
"propertyKeyword": "autoCompaction",
"shouldValidate": false,
"propertyType": "empty",
"dependency": {
"key": "bucketType",
"value": "Couchbase"
}
},
{
"propertyName": "Override default",
"propertyKeyword": "overrideDefault",
"shouldValidate": false,
"propertyType": "checkbox",
"dependency": {
"key": "bucketType",
"value": "Couchbase"
}
},
{
"propertyName": "FLUSH",
"propertyKeyword": "flush",
"shouldValidate": false,
"propertyTooltip": "memory size",
"propertyType": "empty"
},
{
"propertyName": "Enable",
"propertyKeyword": "flushEnable",
"shouldValidate": false,
"propertyType": "checkbox"
}
],
"containerLevelKeys": [
Expand Down