Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 4E152200BF5 for ; Fri, 2 Dec 2016 10:25:10 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 4D212160B24; Fri, 2 Dec 2016 09:25:10 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 2F43F160B29 for ; Fri, 2 Dec 2016 10:25:08 +0100 (CET) Received: (qmail 78283 invoked by uid 500); 2 Dec 2016 09:25:07 -0000 Mailing-List: contact commits-help@ignite.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ignite.apache.org Delivered-To: mailing list commits@ignite.apache.org Received: (qmail 78153 invoked by uid 99); 2 Dec 2016 09:25:07 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 02 Dec 2016 09:25:07 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 222C1F16BC; Fri, 2 Dec 2016 09:25:07 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: sboikov@apache.org To: commits@ignite.apache.org Date: Fri, 02 Dec 2016 09:25:10 -0000 Message-Id: In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [04/19] ignite git commit: Web console beta-6. archived-at: Fri, 02 Dec 2016 09:25:10 -0000 http://git-wip-us.apache.org/repos/asf/ignite/blob/bf330251/modules/web-console/frontend/app/modules/states/configuration/caches/query.jade ---------------------------------------------------------------------- diff --git a/modules/web-console/frontend/app/modules/states/configuration/caches/query.jade b/modules/web-console/frontend/app/modules/states/configuration/caches/query.jade index ae13166..5062ce1 100644 --- a/modules/web-console/frontend/app/modules/states/configuration/caches/query.jade +++ b/modules/web-console/frontend/app/modules/states/configuration/caches/query.jade @@ -14,7 +14,7 @@ See the License for the specific language governing permissions and limitations under the License. -include ../../../../../app/helpers/jade/mixins.jade +include /app/helpers/jade/mixins.jade -var form = 'query' -var model = 'backupItem' http://git-wip-us.apache.org/repos/asf/ignite/blob/bf330251/modules/web-console/frontend/app/modules/states/configuration/caches/rebalance.jade ---------------------------------------------------------------------- diff --git a/modules/web-console/frontend/app/modules/states/configuration/caches/rebalance.jade b/modules/web-console/frontend/app/modules/states/configuration/caches/rebalance.jade index 824442c..d8ef3ad 100644 --- a/modules/web-console/frontend/app/modules/states/configuration/caches/rebalance.jade +++ b/modules/web-console/frontend/app/modules/states/configuration/caches/rebalance.jade @@ -14,7 +14,7 @@ See the License for the specific language governing permissions and limitations under the License. -include ../../../../../app/helpers/jade/mixins.jade +include /app/helpers/jade/mixins.jade -var form = 'rebalance' -var model = 'backupItem' http://git-wip-us.apache.org/repos/asf/ignite/blob/bf330251/modules/web-console/frontend/app/modules/states/configuration/caches/statistics.jade ---------------------------------------------------------------------- diff --git a/modules/web-console/frontend/app/modules/states/configuration/caches/statistics.jade b/modules/web-console/frontend/app/modules/states/configuration/caches/statistics.jade index 027a2bd..9f7a346 100644 --- a/modules/web-console/frontend/app/modules/states/configuration/caches/statistics.jade +++ b/modules/web-console/frontend/app/modules/states/configuration/caches/statistics.jade @@ -14,7 +14,7 @@ See the License for the specific language governing permissions and limitations under the License. -include ../../../../../app/helpers/jade/mixins.jade +include /app/helpers/jade/mixins.jade -var form = 'statistics' -var model = 'backupItem' http://git-wip-us.apache.org/repos/asf/ignite/blob/bf330251/modules/web-console/frontend/app/modules/states/configuration/caches/store.jade ---------------------------------------------------------------------- diff --git a/modules/web-console/frontend/app/modules/states/configuration/caches/store.jade b/modules/web-console/frontend/app/modules/states/configuration/caches/store.jade index a7d8f14..1cf80b8 100644 --- a/modules/web-console/frontend/app/modules/states/configuration/caches/store.jade +++ b/modules/web-console/frontend/app/modules/states/configuration/caches/store.jade @@ -14,7 +14,7 @@ See the License for the specific language governing permissions and limitations under the License. -include ../../../../../app/helpers/jade/mixins.jade +include /app/helpers/jade/mixins.jade -var form = 'store' -var model = 'backupItem' @@ -88,6 +88,24 @@ mixin hibernateField(name, model, items, valid, save, newItem) 'Dialect of SQL implemented by a particular RDBMS:', 'Generic JDBC dialect', 'Choose JDBC dialect') .details-row + +number('Batch size:', pojoStoreFactory + '.batchSize', '"pojoBatchSize"', true, '512', '1', + 'Maximum batch size for writeAll and deleteAll operations') + .details-row + +number('Thread count:', pojoStoreFactory + '.maximumPoolSize', '"pojoMaximumPoolSize"', true, 'availableProcessors', '1', + 'Maximum workers thread count.
\ + These threads are responsible for load cache.') + .details-row + +number('Maximum write attempts:', pojoStoreFactory + '.maximumWriteAttempts', '"pojoMaximumWriteAttempts"', true, '2', '0', + 'Maximum write attempts in case of database error') + .details-row + +number('Parallel load threshold:', pojoStoreFactory + '.parallelLoadCacheMinimumThreshold', '"pojoParallelLoadCacheMinimumThreshold"', true, '512', '0', + 'Parallel load cache minimum threshold.
\ + If 0 then load sequentially.') + .details-row + +java-class('Hasher', pojoStoreFactory + '.hasher', '"pojoHasher"', 'true', 'false', 'Hash calculator') + .details-row + +java-class('Transformer', pojoStoreFactory + '.transformer', '"pojoTransformer"', 'true', 'false', 'Types transformer') + .details-row +checkbox('Escape table and filed names', pojoStoreFactory + '.sqlEscapeAll', '"sqlEscapeAll"', 'If enabled than all schema, table and field names will be escaped with double quotes (for example: "tableName"."fieldName").
\ This enforces case sensitivity for field names and also allows having special characters in table and field names.
\ http://git-wip-us.apache.org/repos/asf/ignite/blob/bf330251/modules/web-console/frontend/app/modules/states/configuration/clusters/atomic.jade ---------------------------------------------------------------------- diff --git a/modules/web-console/frontend/app/modules/states/configuration/clusters/atomic.jade b/modules/web-console/frontend/app/modules/states/configuration/clusters/atomic.jade index ef83356..412ca3a 100644 --- a/modules/web-console/frontend/app/modules/states/configuration/clusters/atomic.jade +++ b/modules/web-console/frontend/app/modules/states/configuration/clusters/atomic.jade @@ -14,7 +14,7 @@ See the License for the specific language governing permissions and limitations under the License. -include ../../../../../app/helpers/jade/mixins.jade +include /app/helpers/jade/mixins.jade -var form = 'atomics' -var model = 'backupItem.atomicConfiguration' http://git-wip-us.apache.org/repos/asf/ignite/blob/bf330251/modules/web-console/frontend/app/modules/states/configuration/clusters/attributes.jade ---------------------------------------------------------------------- diff --git a/modules/web-console/frontend/app/modules/states/configuration/clusters/attributes.jade b/modules/web-console/frontend/app/modules/states/configuration/clusters/attributes.jade index b41b97c..0366ed8 100644 --- a/modules/web-console/frontend/app/modules/states/configuration/clusters/attributes.jade +++ b/modules/web-console/frontend/app/modules/states/configuration/clusters/attributes.jade @@ -14,7 +14,7 @@ See the License for the specific language governing permissions and limitations under the License. -include ../../../../../app/helpers/jade/mixins.jade +include /app/helpers/jade/mixins.jade -var form = 'attributes' -var model = 'backupItem' http://git-wip-us.apache.org/repos/asf/ignite/blob/bf330251/modules/web-console/frontend/app/modules/states/configuration/clusters/binary.jade ---------------------------------------------------------------------- diff --git a/modules/web-console/frontend/app/modules/states/configuration/clusters/binary.jade b/modules/web-console/frontend/app/modules/states/configuration/clusters/binary.jade index 9994087..f8ec8f9 100644 --- a/modules/web-console/frontend/app/modules/states/configuration/clusters/binary.jade +++ b/modules/web-console/frontend/app/modules/states/configuration/clusters/binary.jade @@ -14,7 +14,7 @@ See the License for the specific language governing permissions and limitations under the License. -include ../../../../../app/helpers/jade/mixins.jade +include /app/helpers/jade/mixins.jade -var form = 'binary' -var model = 'backupItem.binaryConfiguration' http://git-wip-us.apache.org/repos/asf/ignite/blob/bf330251/modules/web-console/frontend/app/modules/states/configuration/clusters/cache-key-cfg.jade ---------------------------------------------------------------------- diff --git a/modules/web-console/frontend/app/modules/states/configuration/clusters/cache-key-cfg.jade b/modules/web-console/frontend/app/modules/states/configuration/clusters/cache-key-cfg.jade index 45ccc13..41a72c1 100644 --- a/modules/web-console/frontend/app/modules/states/configuration/clusters/cache-key-cfg.jade +++ b/modules/web-console/frontend/app/modules/states/configuration/clusters/cache-key-cfg.jade @@ -14,7 +14,7 @@ See the License for the specific language governing permissions and limitations under the License. -include ../../../../../app/helpers/jade/mixins.jade +include /app/helpers/jade/mixins.jade -var form = 'cacheKeyCfg' -var model = 'backupItem.cacheKeyConfiguration' http://git-wip-us.apache.org/repos/asf/ignite/blob/bf330251/modules/web-console/frontend/app/modules/states/configuration/clusters/checkpoint.jade ---------------------------------------------------------------------- diff --git a/modules/web-console/frontend/app/modules/states/configuration/clusters/checkpoint.jade b/modules/web-console/frontend/app/modules/states/configuration/clusters/checkpoint.jade index d2552a8..5cc996d 100644 --- a/modules/web-console/frontend/app/modules/states/configuration/clusters/checkpoint.jade +++ b/modules/web-console/frontend/app/modules/states/configuration/clusters/checkpoint.jade @@ -14,7 +14,7 @@ See the License for the specific language governing permissions and limitations under the License. -include ../../../../../app/helpers/jade/mixins.jade +include /app/helpers/jade/mixins.jade -var form = 'checkpoint' -var model = 'backupItem.checkpointSpi' @@ -26,7 +26,7 @@ include ../../../../../app/helpers/jade/mixins.jade label Checkpointing ignite-form-field-tooltip.tipLabel | Checkpointing provides an ability to save an intermediate job state#[br] - | #[a(href="http://apacheignite.gridgain.org/docs/checkpointing" target="_blank") More info] + | #[a(href="http://apacheignite.readme.io/docs/checkpointing" target="_blank") More info] ignite-form-revert .panel-collapse(role='tabpanel' bs-collapse-target id=form) .panel-body(ng-if='ui.isPanelLoaded("#{form}")') @@ -61,10 +61,10 @@ include ../../../../../app/helpers/jade/mixins.jade ') +table-remove-button(model, 'Remove Checkpoint SPI') - div(ng-if='model.kind === "FS"') + div(ng-show='model.kind === "FS"') include ./checkpoint/fs.jade - div(ng-if='model.kind === "Cache"') + div(ng-show='model.kind === "Cache"') .settings-row +dropdown-required-empty('Cache:', 'model.Cache.cache', '"checkpointCacheCache"+ $index', 'true', 'true', 'Choose cache', 'No caches configured for current cluster', 'clusterCaches', 'Cache to use for storing checkpoints') http://git-wip-us.apache.org/repos/asf/ignite/blob/bf330251/modules/web-console/frontend/app/modules/states/configuration/clusters/checkpoint/fs.jade ---------------------------------------------------------------------- diff --git a/modules/web-console/frontend/app/modules/states/configuration/clusters/checkpoint/fs.jade b/modules/web-console/frontend/app/modules/states/configuration/clusters/checkpoint/fs.jade index 01f14f4..efb6ad0 100644 --- a/modules/web-console/frontend/app/modules/states/configuration/clusters/checkpoint/fs.jade +++ b/modules/web-console/frontend/app/modules/states/configuration/clusters/checkpoint/fs.jade @@ -14,7 +14,7 @@ See the License for the specific language governing permissions and limitations under the License. -include ../../../../../../app/helpers/jade/mixins.jade +include /app/helpers/jade/mixins.jade -var form = 'checkpointFsPaths' -var dirPaths = 'model.FS.directoryPaths' http://git-wip-us.apache.org/repos/asf/ignite/blob/bf330251/modules/web-console/frontend/app/modules/states/configuration/clusters/checkpoint/jdbc.jade ---------------------------------------------------------------------- diff --git a/modules/web-console/frontend/app/modules/states/configuration/clusters/checkpoint/jdbc.jade b/modules/web-console/frontend/app/modules/states/configuration/clusters/checkpoint/jdbc.jade index a7b217f..874799c 100644 --- a/modules/web-console/frontend/app/modules/states/configuration/clusters/checkpoint/jdbc.jade +++ b/modules/web-console/frontend/app/modules/states/configuration/clusters/checkpoint/jdbc.jade @@ -14,7 +14,7 @@ See the License for the specific language governing permissions and limitations under the License. -include ../../../../../../app/helpers/jade/mixins.jade +include /app/helpers/jade/mixins.jade .settings-row +text('Data source bean name:', 'model.JDBC.dataSourceBean', '"checkpointJdbcDataSourceBean" + $index', 'model.kind === "JDBC"', 'Input bean name', @@ -23,23 +23,24 @@ include ../../../../../../app/helpers/jade/mixins.jade +dialect('Dialect:', 'model.JDBC.dialect', '"checkpointJdbcDialect" + $index', 'model.kind === "JDBC"', 'Dialect of SQL implemented by a particular RDBMS:', 'Generic JDBC dialect', 'Choose JDBC dialect') .settings-row - +text('User:', 'model.JDBC.user', '"checkpointJdbcUser" + $index', 'false', 'Input user name', 'Checkpoint jdbc user name') -.settings-row - +text('Table name:', 'model.JDBC.checkpointTableName', '"checkpointJdbcCheckpointTableName" + $index', 'false', 'CHECKPOINTS', 'Checkpoint table name') -.settings-row - +text('Key field name:', 'model.JDBC.keyFieldName', '"checkpointJdbcKeyFieldName" + $index', 'false', 'NAME', 'Checkpoint key field name') -.settings-row - +dropdown('Key field type:', 'model.JDBC.keyFieldType', '"checkpointJdbcKeyFieldType" + $index', 'true', 'VARCHAR', 'supportedJdbcTypes', 'Checkpoint key field type') -.settings-row - +text('Value field name:', 'model.JDBC.valueFieldName', '"checkpointJdbcValueFieldName" + $index', 'false', 'VALUE', 'Checkpoint value field name') -.settings-row - +dropdown('Value field type:', 'model.JDBC.valueFieldType', '"checkpointJdbcValueFieldType" + $index', 'true', 'BLOB', 'supportedJdbcTypes', 'Checkpoint value field type') -.settings-row - +text('Expire date field name:', 'model.JDBC.expireDateFieldName', '"checkpointJdbcExpireDateFieldName" + $index', 'false', 'EXPIRE_DATE', 'Checkpoint expire date field name') -.settings-row - +dropdown('Expire date field type:', 'model.JDBC.expireDateFieldType', '"checkpointJdbcExpireDateFieldType"', 'true', 'DATETIME', 'supportedJdbcTypes', 'Checkpoint expire date field type') -.settings-row - +number('Number of retries:', 'model.JDBC.numberOfRetries', '"checkpointJdbcNumberOfRetries"', 'true', '2', '0', 'Number of retries in case of DB failure') -.settings-row +java-class('Listener:', 'model.JDBC.checkpointListener', '"checkpointJdbcListener" + $index', 'true', 'false', - 'Checkpoint listener implementation class name') + 'Checkpoint listener implementation class name') ++showHideLink('jdbcExpanded', 'settings') + .details-row + +text('User:', 'model.JDBC.user', '"checkpointJdbcUser" + $index', 'false', 'Input user name', 'Checkpoint jdbc user name') + .details-row + +text('Table name:', 'model.JDBC.checkpointTableName', '"checkpointJdbcCheckpointTableName" + $index', 'false', 'CHECKPOINTS', 'Checkpoint table name') + .details-row + +text('Key field name:', 'model.JDBC.keyFieldName', '"checkpointJdbcKeyFieldName" + $index', 'false', 'NAME', 'Checkpoint key field name') + .details-row + +dropdown('Key field type:', 'model.JDBC.keyFieldType', '"checkpointJdbcKeyFieldType" + $index', 'true', 'VARCHAR', 'supportedJdbcTypes', 'Checkpoint key field type') + .details-row + +text('Value field name:', 'model.JDBC.valueFieldName', '"checkpointJdbcValueFieldName" + $index', 'false', 'VALUE', 'Checkpoint value field name') + .details-row + +dropdown('Value field type:', 'model.JDBC.valueFieldType', '"checkpointJdbcValueFieldType" + $index', 'true', 'BLOB', 'supportedJdbcTypes', 'Checkpoint value field type') + .details-row + +text('Expire date field name:', 'model.JDBC.expireDateFieldName', '"checkpointJdbcExpireDateFieldName" + $index', 'false', 'EXPIRE_DATE', 'Checkpoint expire date field name') + .details-row + +dropdown('Expire date field type:', 'model.JDBC.expireDateFieldType', '"checkpointJdbcExpireDateFieldType"', 'true', 'DATETIME', 'supportedJdbcTypes', 'Checkpoint expire date field type') + .details-row + +number('Number of retries:', 'model.JDBC.numberOfRetries', '"checkpointJdbcNumberOfRetries"', 'true', '2', '0', 'Number of retries in case of DB failure') http://git-wip-us.apache.org/repos/asf/ignite/blob/bf330251/modules/web-console/frontend/app/modules/states/configuration/clusters/checkpoint/s3.jade ---------------------------------------------------------------------- diff --git a/modules/web-console/frontend/app/modules/states/configuration/clusters/checkpoint/s3.jade b/modules/web-console/frontend/app/modules/states/configuration/clusters/checkpoint/s3.jade index 8373b03..da28da7 100644 --- a/modules/web-console/frontend/app/modules/states/configuration/clusters/checkpoint/s3.jade +++ b/modules/web-console/frontend/app/modules/states/configuration/clusters/checkpoint/s3.jade @@ -14,7 +14,7 @@ See the License for the specific language governing permissions and limitations under the License. -include ../../../../../../app/helpers/jade/mixins.jade +include /app/helpers/jade/mixins.jade -var credentialsModel = 'model.S3.awsCredentials' -var clientCfgModel = 'model.S3.clientConfiguration' @@ -42,6 +42,8 @@ include ../../../../../../app/helpers/jade/mixins.jade
  • Database - Session credentials with keys and session token
  • \
  • Custom - Custom AWS credentials provider
  • \ ') +.settings-row + label Note, AWS credentials will be generated as stub .panel-details(ng-show=checkpointS3Path) .details-row +text('Path:', credentialsModel + '.Properties.path', '"checkpointS3PropertiesPath"', checkpointS3Path, 'Input properties file path', @@ -53,122 +55,123 @@ include ../../../../../../app/helpers/jade/mixins.jade .settings-row +text('Bucket name suffix:', 'model.S3.bucketNameSuffix', '"checkpointS3BucketNameSuffix"', 'false', 'default-bucket', 'Bucket name suffix') .settings-row - +dropdown('Protocol:', clientCfgModel + '.protocol', '"checkpointS3Protocol"', 'true', 'HTTPS', '[\ - {value: "HTTP", label: "HTTP"},\ - {value: "HTTPS", label: "HTTPS"}\ + +java-class('Listener:', 'model.S3.checkpointListener', '"checkpointS3Listener" + $index', 'true', 'false', + 'Checkpoint listener implementation class name') ++showHideLink('s3Expanded', 'client configuration') + .details-row + +dropdown('Protocol:', clientCfgModel + '.protocol', '"checkpointS3Protocol"', 'true', 'HTTPS', '[\ + {value: "HTTP", label: "HTTP"},\ + {value: "HTTPS", label: "HTTPS"}\ + ]', + 'Provides an ability to save an intermediate job state\ +
      \ +
    • HTTP - Using the HTTP protocol is less secure than HTTPS, but can slightly reduce\ + the system resources used when communicating with AWS
    • \ +
    • HTTPS - Using the HTTPS protocol is more secure than using the HTTP protocol, but\ + may use slightly more system resources. AWS recommends using HTTPS for maximize security
    • \ +
    ') + .details-row + +number('Maximum connections:', clientCfgModel + '.maxConnections', '"checkpointS3MaxConnections"', + 'true', '50', '1', 'Maximum number of allowed open HTTP connections') + .details-row + +text('User agent:', clientCfgModel + '.userAgent', '"checkpointS3UserAgent"', 'false', 'System specific header', + 'HTTP user agent header to send with all requests') + .details-row + +text-ip-address('Local address:', clientCfgModel + '.localAddress', '"checkpointS3LocalAddress"', 'true', 'Not specified', + 'Optionally specifies the local address to bind to') + .details-row + +text('Proxy host:', clientCfgModel + '.proxyHost', '"checkpointS3ProxyHost"', 'false', 'Not specified', + 'Optional proxy host the client will connect through') + .details-row + +number('Proxy port:', clientCfgModel + '.proxyPort', '"checkpointS3ProxyPort"', 'true', 'Not specified', '0', + 'Optional proxy port the client will connect through') + .details-row + +text('Proxy user:', clientCfgModel + '.proxyUsername', '"checkpointS3ProxyUsername"', 'false', 'Not specified', + 'Optional proxy user name to use if connecting through a proxy') + .details-row + +text('Proxy domain:', clientCfgModel + '.proxyDomain', '"checkpointS3ProxyDomain"', 'false', 'Not specified', + 'Optional Windows domain name for configuring an NTLM proxy') + .details-row + +text('Proxy workstation:', clientCfgModel + '.proxyWorkstation', '"checkpointS3ProxyWorkstation"', 'false', 'Not specified', + 'Optional Windows workstation name for configuring NTLM proxy support') + .details-row + +dropdown('Retry policy:', clientRetryModel + '.kind', '"checkpointS3RetryPolicy"', 'true', 'Default', '[\ + {value: "Default", label: "Default SDK retry policy"},\ + {value: "DefaultMaxRetries", label: "Default with the specified max retry count"},\ + {value: "DynamoDB", label: "Default for DynamoDB client"},\ + {value: "DynamoDBMaxRetries", label: "DynamoDB with the specified max retry count"},\ + {value: "Custom", label: "Custom configured"}\ ]', - 'Provides an ability to save an intermediate job state\ -
      \ -
    • HTTP - Using the HTTP protocol is less secure than HTTPS, but can slightly reduce\ - the system resources used when communicating with AWS
    • \ -
    • HTTPS - Using the HTTPS protocol is more secure than using the HTTP protocol, but\ - may use slightly more system resources. AWS recommends using HTTPS for maximize security
    • \ -
    ') -.settings-row - +number('Maximum connections:', clientCfgModel + '.maxConnections', '"checkpointS3MaxConnections"', - 'true', '50', '1', 'Maximum number of allowed open HTTP connections') -.settings-row - +text('User agent:', clientCfgModel + '.userAgent', '"checkpointS3UserAgent"', 'false', 'System specific header', - 'HTTP user agent header to send with all requests') -.settings-row - +text-ip-address('Local address:', clientCfgModel + '.localAddress', '"checkpointS3LocalAddress"', 'true', 'Not specified', - 'Optionally specifies the local address to bind to') -.settings-row - +text('Proxy host:', clientCfgModel + '.proxyHost', '"checkpointS3ProxyHost"', 'false', 'Not specified', - 'Optional proxy host the client will connect through') -.settings-row - +number('Proxy port:', clientCfgModel + '.proxyPort', '"checkpointS3ProxyPort"', 'true', 'Not specified', '0', - 'Optional proxy port the client will connect through') -.settings-row - +text('Proxy user:', clientCfgModel + '.proxyUsername', '"checkpointS3ProxyUsername"', 'false', 'Not specified', - 'Optional proxy user name to use if connecting through a proxy') -.settings-row - +text('Proxy domain:', clientCfgModel + '.proxyDomain', '"checkpointS3ProxyDomain"', 'false', 'Not specified', - 'Optional Windows domain name for configuring an NTLM proxy') -.settings-row - +text('Proxy workstation:', clientCfgModel + '.proxyWorkstation', '"checkpointS3ProxyWorkstation"', 'false', 'Not specified', - 'Optional Windows workstation name for configuring NTLM proxy support') -.settings-row - +dropdown('Retry policy:', clientRetryModel + '.kind', '"checkpointS3RetryPolicy"', 'true', 'Default', '[\ - {value: "Default", label: "Default SDK retry policy"},\ - {value: "DefaultMaxRetries", label: "Default with the specified max retry count"},\ - {value: "DynamoDB", label: "Default for DynamoDB client"},\ - {value: "DynamoDBMaxRetries", label: "DynamoDB with the specified max retry count"},\ - {value: "Custom", label: "Custom configured"}\ - ]', - 'Provides an ability to save an intermediate job state\ -
      \ -
    • SDK default retry policy - This policy will honor the maxErrorRetry set in ClientConfiguration
    • \ -
    • Default with the specified max retry count - Default SDK retry policy with the specified max retry count
    • \ -
    • Default for DynamoDB client - This policy will honor the maxErrorRetry set in ClientConfiguration
    • \ -
    • DynamoDB with the specified max retry count - This policy will honor the maxErrorRetry set in ClientConfiguration with the specified max retry count
    • \ -
    • Custom configured - Custom configured SDK retry policy
    • \ -
    ') -.panel-details(ng-show=checkpointS3DefaultMaxRetry) + 'Provides an ability to save an intermediate job state\ +
      \ +
    • SDK default retry policy - This policy will honor the maxErrorRetry set in ClientConfiguration
    • \ +
    • Default with the specified max retry count - Default SDK retry policy with the specified max retry count
    • \ +
    • Default for DynamoDB client - This policy will honor the maxErrorRetry set in ClientConfiguration
    • \ +
    • DynamoDB with the specified max retry count - This policy will honor the maxErrorRetry set in ClientConfiguration with the specified max retry count
    • \ +
    • Custom configured - Custom configured SDK retry policy
    • \ +
    ') + .panel-details(ng-show=checkpointS3DefaultMaxRetry) + .details-row + +number-required('Maximum retry attempts:', clientRetryModel + '.DefaultMaxRetries.maxErrorRetry', '"checkpointS3DefaultMaxErrorRetry"', 'true', checkpointS3DefaultMaxRetry, '-1', '1', + 'Maximum number of retry attempts for failed requests') + .panel-details(ng-show=checkpointS3DynamoDbMaxRetry) + .details-row + +number-required('Maximum retry attempts:', clientRetryModel + '.DynamoDBMaxRetries.maxErrorRetry', '"checkpointS3DynamoDBMaxErrorRetry"', 'true', checkpointS3DynamoDbMaxRetry, '-1', '1', + 'Maximum number of retry attempts for failed requests') + .panel-details(ng-show=checkpointS3CustomRetry) + .details-row + +java-class('Retry condition:', clientRetryModel + '.Custom.retryCondition', '"checkpointS3CustomRetryPolicy" + $index', 'true', checkpointS3CustomRetry, + 'Retry condition on whether a specific request and exception should be retried') + .details-row + +java-class('Backoff strategy:', clientRetryModel + '.Custom.backoffStrategy', '"checkpointS3CustomBackoffStrategy" + $index', 'true', checkpointS3CustomRetry, + 'Back-off strategy for controlling how long the next retry should wait') + .details-row + +number-required('Maximum retry attempts:', clientRetryModel + '.Custom.maxErrorRetry', '"checkpointS3CustomMaxErrorRetry"', 'true', checkpointS3CustomRetry, '-1', '1', + 'Maximum number of retry attempts for failed requests') + .details-row + +checkbox('Honor the max error retry set', clientRetryModel + '.Custom.honorMaxErrorRetryInClientConfig', '"checkpointS3CustomHonorMaxErrorRetryInClientConfig"', + 'Whether this retry policy should honor the max error retry set by ClientConfiguration#setMaxErrorRetry(int)') .details-row - +number-required('Maximum retry attempts:', clientRetryModel + '.DefaultMaxRetries.maxErrorRetry', '"checkpointS3DefaultMaxErrorRetry"', 'true', checkpointS3DefaultMaxRetry, '-1', '1', - 'Maximum number of retry attempts for failed requests') -.panel-details(ng-show=checkpointS3DynamoDbMaxRetry) + +number('Maximum retry attempts:', clientCfgModel + '.maxErrorRetry', '"checkpointS3MaxErrorRetry"', 'true', '-1', '0', + 'Maximum number of retry attempts for failed retryable requests
    \ + If -1 the configured RetryPolicy will be used to control the retry count') .details-row - +number-required('Maximum retry attempts:', clientRetryModel + '.DynamoDBMaxRetries.maxErrorRetry', '"checkpointS3DynamoDBMaxErrorRetry"', 'true', checkpointS3DynamoDbMaxRetry, '-1', '1', - 'Maximum number of retry attempts for failed requests') -.panel-details(ng-show=checkpointS3CustomRetry) + +number('Socket timeout:', clientCfgModel + '.socketTimeout', '"checkpointS3SocketTimeout"', 'true', '50000', '0', + 'Amount of time in milliseconds to wait for data to be transfered over an established, open connection before the connection times out and is closed
    \ + A value of 0 means infinity') .details-row - +java-class('Retry condition:', clientRetryModel + '.Custom.retryCondition', '"checkpointS3CustomRetryPolicy" + $index', 'true', checkpointS3CustomRetry, - 'Retry condition on whether a specific request and exception should be retried') + +number('Connection timeout:', clientCfgModel + '.connectionTimeout', '"checkpointS3ConnectionTimeout"', 'true', '50000', '0', + 'Amount of time in milliseconds to wait when initially establishing a connection before giving up and timing out
    \ + A value of 0 means infinity') .details-row - +java-class('Backoff strategy:', clientRetryModel + '.Custom.backoffStrategy', '"checkpointS3CustomBackoffStrategy" + $index', 'true', checkpointS3CustomRetry, - 'Back-off strategy for controlling how long the next retry should wait') + +number('Request timeout:', clientCfgModel + '.requestTimeout', '"checkpointS3RequestTimeout"', 'true', '0', '-1', + 'Amount of time in milliseconds to wait for the request to complete before giving up and timing out
    \ + A non - positive value means infinity') .details-row - +number-required('Maximum retry attempts:', clientRetryModel + '.Custom.maxErrorRetry', '"checkpointS3CustomMaxErrorRetry"', 'true', checkpointS3CustomRetry, '-1', '1', - 'Maximum number of retry attempts for failed requests') + +text('Signature algorithm:', clientCfgModel + '.signerOverride', '"checkpointS3SignerOverride"', 'false', 'Not specified', + 'Name of the signature algorithm to use for signing requests made by this client') .details-row - +checkbox('Honor the max error retry set', clientRetryModel + '.Custom.honorMaxErrorRetryInClientConfig', '"checkpointS3CustomHonorMaxErrorRetryInClientConfig"', - 'Whether this retry policy should honor the max error retry set by ClientConfiguration#setMaxErrorRetry(int)') -.settings-row - +number('Maximum retry attempts:', clientCfgModel + '.maxErrorRetry', '"checkpointS3MaxErrorRetry"', 'true', '-1', '0', - 'Maximum number of retry attempts for failed retryable requests
    \ - If -1 the configured RetryPolicy will be used to control the retry count') -.settings-row - +number('Socket timeout:', clientCfgModel + '.socketTimeout', '"checkpointS3SocketTimeout"', 'true', '50000', '0', - 'Amount of time in milliseconds to wait for data to be transfered over an established, open connection before the connection times out and is closed
    \ - A value of 0 means infinity') -.settings-row - +number('Connection timeout:', clientCfgModel + '.connectionTimeout', '"checkpointS3ConnectionTimeout"', 'true', '50000', '0', - 'Amount of time in milliseconds to wait when initially establishing a connection before giving up and timing out
    \ - A value of 0 means infinity') -.settings-row - +number('Request timeout:', clientCfgModel + '.requestTimeout', '"checkpointS3RequestTimeout"', 'true', '0', '-1', - 'Amount of time in milliseconds to wait for the request to complete before giving up and timing out
    \ - A non - positive value means infinity') -.settings-row - +text('Signature algorithm:', clientCfgModel + '.signerOverride', '"checkpointS3SignerOverride"', 'false', 'Not specified', - 'Name of the signature algorithm to use for signing requests made by this client') -.settings-row - +number('Connection TTL:', clientCfgModel + '.connectionTTL', '"checkpointS3ConnectionTTL"', 'true', '-1', '-1', - 'Expiration time in milliseconds for a connection in the connection pool
    \ - By default, it is set to -1, i.e. connections do not expire') -.settings-row - +number('Idle timeout:', clientCfgModel + '.connectionMaxIdleMillis', '"checkpointS3ConnectionMaxIdleMillis"', 'true', '60000', '0', - 'Maximum amount of time that an idle connection may sit in the connection pool and still be eligible for reuse') -.settings-row - +java-class('DNS resolver:', clientCfgModel + '.dnsResolver', '"checkpointS3DnsResolver" + $index', 'true', 'false', - 'DNS Resolver that should be used to for resolving AWS IP addresses') -.settings-row - +number('Response metadata cache size:', clientCfgModel + '.responseMetadataCacheSize', '"checkpointS3ResponseMetadataCacheSize"', 'true', '50', '0', - 'Response metadata cache size') -.settings-row - +java-class('SecureRandom class name:', clientCfgModel + '.secureRandom', '"checkpointS3SecureRandom" + $index', 'true', 'false', - 'SecureRandom to be used by the SDK class name') -.settings-row - +checkbox('Use reaper', clientCfgModel + '.useReaper', '"checkpointS3UseReaper"', 'Checks if the IdleConnectionReaper is to be started') -.settings-row - +checkbox('Use GZIP', clientCfgModel + '.useGzip', '"checkpointS3UseGzip"', 'Checks if gzip compression is used') -.settings-row - +checkbox('Preemptively basic authentication', clientCfgModel + '.preemptiveBasicProxyAuth', '"checkpointS3PreemptiveBasicProxyAuth"', - 'Attempt to authenticate preemptively against proxy servers using basic authentication') -.settings-row - +checkbox('TCP KeepAlive', clientCfgModel + '.useTcpKeepAlive', '"checkpointS3UseTcpKeepAlive"', 'TCP KeepAlive support is enabled') -.settings-row - +java-class('Listener:', 'model.S3.checkpointListener', '"checkpointS3Listener" + $index', 'true', 'false', - 'Checkpoint listener implementation class name') + +number('Connection TTL:', clientCfgModel + '.connectionTTL', '"checkpointS3ConnectionTTL"', 'true', '-1', '-1', + 'Expiration time in milliseconds for a connection in the connection pool
    \ + By default, it is set to -1, i.e. connections do not expire') + .details-row + +number('Idle timeout:', clientCfgModel + '.connectionMaxIdleMillis', '"checkpointS3ConnectionMaxIdleMillis"', 'true', '60000', '0', + 'Maximum amount of time that an idle connection may sit in the connection pool and still be eligible for reuse') + .details-row + +java-class('DNS resolver:', clientCfgModel + '.dnsResolver', '"checkpointS3DnsResolver" + $index', 'true', 'false', + 'DNS Resolver that should be used to for resolving AWS IP addresses') + .details-row + +number('Response metadata cache size:', clientCfgModel + '.responseMetadataCacheSize', '"checkpointS3ResponseMetadataCacheSize"', 'true', '50', '0', + 'Response metadata cache size') + .details-row + +java-class('SecureRandom class name:', clientCfgModel + '.secureRandom', '"checkpointS3SecureRandom" + $index', 'true', 'false', + 'SecureRandom to be used by the SDK class name') + .details-row + +checkbox('Use reaper', clientCfgModel + '.useReaper', '"checkpointS3UseReaper"', 'Checks if the IdleConnectionReaper is to be started') + .details-row + +checkbox('Use GZIP', clientCfgModel + '.useGzip', '"checkpointS3UseGzip"', 'Checks if gzip compression is used') + .details-row + +checkbox('Preemptively basic authentication', clientCfgModel + '.preemptiveBasicProxyAuth', '"checkpointS3PreemptiveBasicProxyAuth"', + 'Attempt to authenticate preemptively against proxy servers using basic authentication') + .details-row + +checkbox('TCP KeepAlive', clientCfgModel + '.useTcpKeepAlive', '"checkpointS3UseTcpKeepAlive"', 'TCP KeepAlive support is enabled') http://git-wip-us.apache.org/repos/asf/ignite/blob/bf330251/modules/web-console/frontend/app/modules/states/configuration/clusters/collision.jade ---------------------------------------------------------------------- diff --git a/modules/web-console/frontend/app/modules/states/configuration/clusters/collision.jade b/modules/web-console/frontend/app/modules/states/configuration/clusters/collision.jade index 1a5d6d6..91676df 100644 --- a/modules/web-console/frontend/app/modules/states/configuration/clusters/collision.jade +++ b/modules/web-console/frontend/app/modules/states/configuration/clusters/collision.jade @@ -14,7 +14,7 @@ See the License for the specific language governing permissions and limitations under the License. -include ../../../../../app/helpers/jade/mixins.jade +include /app/helpers/jade/mixins.jade -var form = 'collision' -var model = 'backupItem.collision' @@ -48,15 +48,15 @@ include ../../../../../app/helpers/jade/mixins.jade
  • Custom - custom CollisionSpi implementation
  • \
  • Default - jobs are activated immediately on arrival to mapped node
  • \ ') - .settings-row(ng-if='#{modelCollisionKind} !== "Noop"') + .settings-row(ng-show='#{modelCollisionKind} !== "Noop"') .panel-details - div(ng-if='#{modelCollisionKind} === "JobStealing"') + div(ng-show='#{modelCollisionKind} === "JobStealing"') include ./collision/job-stealing.jade - div(ng-if='#{modelCollisionKind} === "FifoQueue"') + div(ng-show='#{modelCollisionKind} === "FifoQueue"') include ./collision/fifo-queue.jade - div(ng-if='#{modelCollisionKind} === "PriorityQueue"') + div(ng-show='#{modelCollisionKind} === "PriorityQueue"') include ./collision/priority-queue.jade - div(ng-if='#{modelCollisionKind} === "Custom"') + div(ng-show='#{modelCollisionKind} === "Custom"') include ./collision/custom.jade .col-sm-6 -var model = 'backupItem.collision' http://git-wip-us.apache.org/repos/asf/ignite/blob/bf330251/modules/web-console/frontend/app/modules/states/configuration/clusters/collision/custom.jade ---------------------------------------------------------------------- diff --git a/modules/web-console/frontend/app/modules/states/configuration/clusters/collision/custom.jade b/modules/web-console/frontend/app/modules/states/configuration/clusters/collision/custom.jade index 9238917..31a6be7 100644 --- a/modules/web-console/frontend/app/modules/states/configuration/clusters/collision/custom.jade +++ b/modules/web-console/frontend/app/modules/states/configuration/clusters/collision/custom.jade @@ -14,7 +14,7 @@ See the License for the specific language governing permissions and limitations under the License. -include ../../../../../../app/helpers/jade/mixins.jade +include /app/helpers/jade/mixins.jade -var model = 'backupItem.collision.Custom' -var required = 'backupItem.collision.kind === "Custom"' http://git-wip-us.apache.org/repos/asf/ignite/blob/bf330251/modules/web-console/frontend/app/modules/states/configuration/clusters/collision/fifo-queue.jade ---------------------------------------------------------------------- diff --git a/modules/web-console/frontend/app/modules/states/configuration/clusters/collision/fifo-queue.jade b/modules/web-console/frontend/app/modules/states/configuration/clusters/collision/fifo-queue.jade index f16363d..cd8b6a3 100644 --- a/modules/web-console/frontend/app/modules/states/configuration/clusters/collision/fifo-queue.jade +++ b/modules/web-console/frontend/app/modules/states/configuration/clusters/collision/fifo-queue.jade @@ -14,7 +14,7 @@ See the License for the specific language governing permissions and limitations under the License. -include ../../../../../../app/helpers/jade/mixins.jade +include /app/helpers/jade/mixins.jade -var model = 'backupItem.collision.FifoQueue' http://git-wip-us.apache.org/repos/asf/ignite/blob/bf330251/modules/web-console/frontend/app/modules/states/configuration/clusters/collision/job-stealing.jade ---------------------------------------------------------------------- diff --git a/modules/web-console/frontend/app/modules/states/configuration/clusters/collision/job-stealing.jade b/modules/web-console/frontend/app/modules/states/configuration/clusters/collision/job-stealing.jade index 3659115..d4e537a 100644 --- a/modules/web-console/frontend/app/modules/states/configuration/clusters/collision/job-stealing.jade +++ b/modules/web-console/frontend/app/modules/states/configuration/clusters/collision/job-stealing.jade @@ -14,7 +14,7 @@ See the License for the specific language governing permissions and limitations under the License. -include ../../../../../../app/helpers/jade/mixins.jade +include /app/helpers/jade/mixins.jade -var model = 'backupItem.collision.JobStealing' -var stealingAttributes = model + '.stealingAttributes' http://git-wip-us.apache.org/repos/asf/ignite/blob/bf330251/modules/web-console/frontend/app/modules/states/configuration/clusters/collision/priority-queue.jade ---------------------------------------------------------------------- diff --git a/modules/web-console/frontend/app/modules/states/configuration/clusters/collision/priority-queue.jade b/modules/web-console/frontend/app/modules/states/configuration/clusters/collision/priority-queue.jade index bdd1dac..6f52ee0 100644 --- a/modules/web-console/frontend/app/modules/states/configuration/clusters/collision/priority-queue.jade +++ b/modules/web-console/frontend/app/modules/states/configuration/clusters/collision/priority-queue.jade @@ -14,7 +14,7 @@ See the License for the specific language governing permissions and limitations under the License. -include ../../../../../../app/helpers/jade/mixins.jade +include /app/helpers/jade/mixins.jade -var model = 'backupItem.collision.PriorityQueue' http://git-wip-us.apache.org/repos/asf/ignite/blob/bf330251/modules/web-console/frontend/app/modules/states/configuration/clusters/communication.jade ---------------------------------------------------------------------- diff --git a/modules/web-console/frontend/app/modules/states/configuration/clusters/communication.jade b/modules/web-console/frontend/app/modules/states/configuration/clusters/communication.jade index 55bf909..047c9a2 100644 --- a/modules/web-console/frontend/app/modules/states/configuration/clusters/communication.jade +++ b/modules/web-console/frontend/app/modules/states/configuration/clusters/communication.jade @@ -14,7 +14,7 @@ See the License for the specific language governing permissions and limitations under the License. -include ../../../../../app/helpers/jade/mixins.jade +include /app/helpers/jade/mixins.jade -var form = 'communication' -var model = 'backupItem' http://git-wip-us.apache.org/repos/asf/ignite/blob/bf330251/modules/web-console/frontend/app/modules/states/configuration/clusters/connector.jade ---------------------------------------------------------------------- diff --git a/modules/web-console/frontend/app/modules/states/configuration/clusters/connector.jade b/modules/web-console/frontend/app/modules/states/configuration/clusters/connector.jade index 6e75283..40d65af 100644 --- a/modules/web-console/frontend/app/modules/states/configuration/clusters/connector.jade +++ b/modules/web-console/frontend/app/modules/states/configuration/clusters/connector.jade @@ -14,7 +14,7 @@ See the License for the specific language governing permissions and limitations under the License. -include ../../../../../app/helpers/jade/mixins.jade +include /app/helpers/jade/mixins.jade -var form = 'connector' -var model = 'backupItem.connector' http://git-wip-us.apache.org/repos/asf/ignite/blob/bf330251/modules/web-console/frontend/app/modules/states/configuration/clusters/deployment.jade ---------------------------------------------------------------------- diff --git a/modules/web-console/frontend/app/modules/states/configuration/clusters/deployment.jade b/modules/web-console/frontend/app/modules/states/configuration/clusters/deployment.jade index 67b6b4f..4cfd9f5 100644 --- a/modules/web-console/frontend/app/modules/states/configuration/clusters/deployment.jade +++ b/modules/web-console/frontend/app/modules/states/configuration/clusters/deployment.jade @@ -14,7 +14,7 @@ See the License for the specific language governing permissions and limitations under the License. -include ../../../../../app/helpers/jade/mixins.jade +include /app/helpers/jade/mixins.jade -var form = 'deployment' -var model = 'backupItem' http://git-wip-us.apache.org/repos/asf/ignite/blob/bf330251/modules/web-console/frontend/app/modules/states/configuration/clusters/discovery.jade ---------------------------------------------------------------------- diff --git a/modules/web-console/frontend/app/modules/states/configuration/clusters/discovery.jade b/modules/web-console/frontend/app/modules/states/configuration/clusters/discovery.jade index c9a2be3..3bf0e29 100644 --- a/modules/web-console/frontend/app/modules/states/configuration/clusters/discovery.jade +++ b/modules/web-console/frontend/app/modules/states/configuration/clusters/discovery.jade @@ -14,7 +14,7 @@ See the License for the specific language governing permissions and limitations under the License. -include ../../../../../app/helpers/jade/mixins.jade +include /app/helpers/jade/mixins.jade -var form = 'discovery' -var model = 'backupItem.discovery' http://git-wip-us.apache.org/repos/asf/ignite/blob/bf330251/modules/web-console/frontend/app/modules/states/configuration/clusters/events.jade ---------------------------------------------------------------------- diff --git a/modules/web-console/frontend/app/modules/states/configuration/clusters/events.jade b/modules/web-console/frontend/app/modules/states/configuration/clusters/events.jade index 42c319c..3f2d6cb 100644 --- a/modules/web-console/frontend/app/modules/states/configuration/clusters/events.jade +++ b/modules/web-console/frontend/app/modules/states/configuration/clusters/events.jade @@ -14,7 +14,7 @@ See the License for the specific language governing permissions and limitations under the License. -include ../../../../../app/helpers/jade/mixins.jade +include /app/helpers/jade/mixins.jade -var form = 'events' -var model = 'backupItem' http://git-wip-us.apache.org/repos/asf/ignite/blob/bf330251/modules/web-console/frontend/app/modules/states/configuration/clusters/failover.jade ---------------------------------------------------------------------- diff --git a/modules/web-console/frontend/app/modules/states/configuration/clusters/failover.jade b/modules/web-console/frontend/app/modules/states/configuration/clusters/failover.jade index b29701d..aaed8e9 100644 --- a/modules/web-console/frontend/app/modules/states/configuration/clusters/failover.jade +++ b/modules/web-console/frontend/app/modules/states/configuration/clusters/failover.jade @@ -14,7 +14,7 @@ See the License for the specific language governing permissions and limitations under the License. -include ../../../../../app/helpers/jade/mixins.jade +include /app/helpers/jade/mixins.jade -var model = 'backupItem' -var form = 'failoverSpi' http://git-wip-us.apache.org/repos/asf/ignite/blob/bf330251/modules/web-console/frontend/app/modules/states/configuration/clusters/general.jade ---------------------------------------------------------------------- diff --git a/modules/web-console/frontend/app/modules/states/configuration/clusters/general.jade b/modules/web-console/frontend/app/modules/states/configuration/clusters/general.jade index 8ec9b13..b2ce71f 100644 --- a/modules/web-console/frontend/app/modules/states/configuration/clusters/general.jade +++ b/modules/web-console/frontend/app/modules/states/configuration/clusters/general.jade @@ -14,7 +14,7 @@ See the License for the specific language governing permissions and limitations under the License. -include ../../../../../app/helpers/jade/mixins.jade +include /app/helpers/jade/mixins.jade -var form = 'general' -var model = 'backupItem' http://git-wip-us.apache.org/repos/asf/ignite/blob/bf330251/modules/web-console/frontend/app/modules/states/configuration/clusters/general/discovery/cloud.jade ---------------------------------------------------------------------- diff --git a/modules/web-console/frontend/app/modules/states/configuration/clusters/general/discovery/cloud.jade b/modules/web-console/frontend/app/modules/states/configuration/clusters/general/discovery/cloud.jade index 640c78c..52fb21b 100644 --- a/modules/web-console/frontend/app/modules/states/configuration/clusters/general/discovery/cloud.jade +++ b/modules/web-console/frontend/app/modules/states/configuration/clusters/general/discovery/cloud.jade @@ -14,7 +14,7 @@ See the License for the specific language governing permissions and limitations under the License. -include ../../../../../../../app/helpers/jade/mixins.jade +include /app/helpers/jade/mixins.jade -var discoveryKind = 'Cloud' -var required = 'backupItem.discovery.kind == "' + discoveryKind + '"' http://git-wip-us.apache.org/repos/asf/ignite/blob/bf330251/modules/web-console/frontend/app/modules/states/configuration/clusters/general/discovery/google.jade ---------------------------------------------------------------------- diff --git a/modules/web-console/frontend/app/modules/states/configuration/clusters/general/discovery/google.jade b/modules/web-console/frontend/app/modules/states/configuration/clusters/general/discovery/google.jade index b1a5958..c12bd04 100644 --- a/modules/web-console/frontend/app/modules/states/configuration/clusters/general/discovery/google.jade +++ b/modules/web-console/frontend/app/modules/states/configuration/clusters/general/discovery/google.jade @@ -14,7 +14,7 @@ See the License for the specific language governing permissions and limitations under the License. -include ../../../../../../../app/helpers/jade/mixins.jade +include /app/helpers/jade/mixins.jade -var discoveryKind = 'GoogleStorage' http://git-wip-us.apache.org/repos/asf/ignite/blob/bf330251/modules/web-console/frontend/app/modules/states/configuration/clusters/general/discovery/jdbc.jade ---------------------------------------------------------------------- diff --git a/modules/web-console/frontend/app/modules/states/configuration/clusters/general/discovery/jdbc.jade b/modules/web-console/frontend/app/modules/states/configuration/clusters/general/discovery/jdbc.jade index 42cf697..4e4246d 100644 --- a/modules/web-console/frontend/app/modules/states/configuration/clusters/general/discovery/jdbc.jade +++ b/modules/web-console/frontend/app/modules/states/configuration/clusters/general/discovery/jdbc.jade @@ -14,8 +14,7 @@ See the License for the specific language governing permissions and limitations under the License. -include ../../../../../../../app/helpers/jade/mixins.jade -include ../../../../../../../app/helpers/jade/mixins.jade +include /app/helpers/jade/mixins.jade -var model = 'backupItem.discovery.Jdbc' -var required = 'backupItem.discovery.kind === "Jdbc"' http://git-wip-us.apache.org/repos/asf/ignite/blob/bf330251/modules/web-console/frontend/app/modules/states/configuration/clusters/general/discovery/multicast.jade ---------------------------------------------------------------------- diff --git a/modules/web-console/frontend/app/modules/states/configuration/clusters/general/discovery/multicast.jade b/modules/web-console/frontend/app/modules/states/configuration/clusters/general/discovery/multicast.jade index 829fbaa..6a7e9fa 100644 --- a/modules/web-console/frontend/app/modules/states/configuration/clusters/general/discovery/multicast.jade +++ b/modules/web-console/frontend/app/modules/states/configuration/clusters/general/discovery/multicast.jade @@ -14,7 +14,7 @@ See the License for the specific language governing permissions and limitations under the License. -include ../../../../../../../app/helpers/jade/mixins.jade +include /app/helpers/jade/mixins.jade -var form = 'general' -var model = 'backupItem.discovery.Multicast' http://git-wip-us.apache.org/repos/asf/ignite/blob/bf330251/modules/web-console/frontend/app/modules/states/configuration/clusters/general/discovery/s3.jade ---------------------------------------------------------------------- diff --git a/modules/web-console/frontend/app/modules/states/configuration/clusters/general/discovery/s3.jade b/modules/web-console/frontend/app/modules/states/configuration/clusters/general/discovery/s3.jade index e255f20..e5eaff3 100644 --- a/modules/web-console/frontend/app/modules/states/configuration/clusters/general/discovery/s3.jade +++ b/modules/web-console/frontend/app/modules/states/configuration/clusters/general/discovery/s3.jade @@ -14,7 +14,7 @@ See the License for the specific language governing permissions and limitations under the License. -include ../../../../../../../app/helpers/jade/mixins.jade +include /app/helpers/jade/mixins.jade -var discoveryKind = 'S3' -var required = 'backupItem.discovery.kind == "' + discoveryKind + '"' http://git-wip-us.apache.org/repos/asf/ignite/blob/bf330251/modules/web-console/frontend/app/modules/states/configuration/clusters/general/discovery/shared.jade ---------------------------------------------------------------------- diff --git a/modules/web-console/frontend/app/modules/states/configuration/clusters/general/discovery/shared.jade b/modules/web-console/frontend/app/modules/states/configuration/clusters/general/discovery/shared.jade index 2a949a5..ddd9bfa 100644 --- a/modules/web-console/frontend/app/modules/states/configuration/clusters/general/discovery/shared.jade +++ b/modules/web-console/frontend/app/modules/states/configuration/clusters/general/discovery/shared.jade @@ -14,7 +14,7 @@ See the License for the specific language governing permissions and limitations under the License. -include ../../../../../../../app/helpers/jade/mixins.jade +include /app/helpers/jade/mixins.jade -var model = 'backupItem.discovery.SharedFs' http://git-wip-us.apache.org/repos/asf/ignite/blob/bf330251/modules/web-console/frontend/app/modules/states/configuration/clusters/general/discovery/vm.jade ---------------------------------------------------------------------- diff --git a/modules/web-console/frontend/app/modules/states/configuration/clusters/general/discovery/vm.jade b/modules/web-console/frontend/app/modules/states/configuration/clusters/general/discovery/vm.jade index 6588e6a..46ebae0 100644 --- a/modules/web-console/frontend/app/modules/states/configuration/clusters/general/discovery/vm.jade +++ b/modules/web-console/frontend/app/modules/states/configuration/clusters/general/discovery/vm.jade @@ -14,7 +14,7 @@ See the License for the specific language governing permissions and limitations under the License. -include ../../../../../../../app/helpers/jade/mixins.jade +include /app/helpers/jade/mixins.jade -var model = 'backupItem.discovery.Vm' -var addresses = model + '.addresses' http://git-wip-us.apache.org/repos/asf/ignite/blob/bf330251/modules/web-console/frontend/app/modules/states/configuration/clusters/general/discovery/zookeeper.jade ---------------------------------------------------------------------- diff --git a/modules/web-console/frontend/app/modules/states/configuration/clusters/general/discovery/zookeeper.jade b/modules/web-console/frontend/app/modules/states/configuration/clusters/general/discovery/zookeeper.jade index da36993..2e567ed 100644 --- a/modules/web-console/frontend/app/modules/states/configuration/clusters/general/discovery/zookeeper.jade +++ b/modules/web-console/frontend/app/modules/states/configuration/clusters/general/discovery/zookeeper.jade @@ -14,7 +14,7 @@ See the License for the specific language governing permissions and limitations under the License. -include ../../../../../../../app/helpers/jade/mixins.jade +include /app/helpers/jade/mixins.jade -var form = 'general' -var discoveryKind = 'ZooKeeper' http://git-wip-us.apache.org/repos/asf/ignite/blob/bf330251/modules/web-console/frontend/app/modules/states/configuration/clusters/general/discovery/zookeeper/retrypolicy/bounded-exponential-backoff.jade ---------------------------------------------------------------------- diff --git a/modules/web-console/frontend/app/modules/states/configuration/clusters/general/discovery/zookeeper/retrypolicy/bounded-exponential-backoff.jade b/modules/web-console/frontend/app/modules/states/configuration/clusters/general/discovery/zookeeper/retrypolicy/bounded-exponential-backoff.jade index 5e4bbda..d3c1f9f 100644 --- a/modules/web-console/frontend/app/modules/states/configuration/clusters/general/discovery/zookeeper/retrypolicy/bounded-exponential-backoff.jade +++ b/modules/web-console/frontend/app/modules/states/configuration/clusters/general/discovery/zookeeper/retrypolicy/bounded-exponential-backoff.jade @@ -14,7 +14,7 @@ See the License for the specific language governing permissions and limitations under the License. -include ../../../../../../../../../app/helpers/jade/mixins.jade +include /app/helpers/jade/mixins.jade -var model = 'backupItem.discovery.ZooKeeper.retryPolicy.BoundedExponentialBackoff' http://git-wip-us.apache.org/repos/asf/ignite/blob/bf330251/modules/web-console/frontend/app/modules/states/configuration/clusters/general/discovery/zookeeper/retrypolicy/custom.jade ---------------------------------------------------------------------- diff --git a/modules/web-console/frontend/app/modules/states/configuration/clusters/general/discovery/zookeeper/retrypolicy/custom.jade b/modules/web-console/frontend/app/modules/states/configuration/clusters/general/discovery/zookeeper/retrypolicy/custom.jade index 3dcf514..5a03de8 100644 --- a/modules/web-console/frontend/app/modules/states/configuration/clusters/general/discovery/zookeeper/retrypolicy/custom.jade +++ b/modules/web-console/frontend/app/modules/states/configuration/clusters/general/discovery/zookeeper/retrypolicy/custom.jade @@ -14,7 +14,7 @@ See the License for the specific language governing permissions and limitations under the License. -include ../../../../../../../../../app/helpers/jade/mixins.jade +include /app/helpers/jade/mixins.jade -var model = 'backupItem.discovery.ZooKeeper.retryPolicy' -var retry = model + '.Custom' http://git-wip-us.apache.org/repos/asf/ignite/blob/bf330251/modules/web-console/frontend/app/modules/states/configuration/clusters/general/discovery/zookeeper/retrypolicy/exponential-backoff.jade ---------------------------------------------------------------------- diff --git a/modules/web-console/frontend/app/modules/states/configuration/clusters/general/discovery/zookeeper/retrypolicy/exponential-backoff.jade b/modules/web-console/frontend/app/modules/states/configuration/clusters/general/discovery/zookeeper/retrypolicy/exponential-backoff.jade index 618683c..0a072f7 100644 --- a/modules/web-console/frontend/app/modules/states/configuration/clusters/general/discovery/zookeeper/retrypolicy/exponential-backoff.jade +++ b/modules/web-console/frontend/app/modules/states/configuration/clusters/general/discovery/zookeeper/retrypolicy/exponential-backoff.jade @@ -14,7 +14,7 @@ See the License for the specific language governing permissions and limitations under the License. -include ../../../../../../../../../app/helpers/jade/mixins.jade +include /app/helpers/jade/mixins.jade -var model = 'backupItem.discovery.ZooKeeper.retryPolicy.ExponentialBackoff' http://git-wip-us.apache.org/repos/asf/ignite/blob/bf330251/modules/web-console/frontend/app/modules/states/configuration/clusters/general/discovery/zookeeper/retrypolicy/forever.jade ---------------------------------------------------------------------- diff --git a/modules/web-console/frontend/app/modules/states/configuration/clusters/general/discovery/zookeeper/retrypolicy/forever.jade b/modules/web-console/frontend/app/modules/states/configuration/clusters/general/discovery/zookeeper/retrypolicy/forever.jade index 10e4fb1..a7bfd20 100644 --- a/modules/web-console/frontend/app/modules/states/configuration/clusters/general/discovery/zookeeper/retrypolicy/forever.jade +++ b/modules/web-console/frontend/app/modules/states/configuration/clusters/general/discovery/zookeeper/retrypolicy/forever.jade @@ -14,7 +14,7 @@ See the License for the specific language governing permissions and limitations under the License. -include ../../../../../../../../../app/helpers/jade/mixins.jade +include /app/helpers/jade/mixins.jade -var model = 'backupItem.discovery.ZooKeeper.retryPolicy.Forever' http://git-wip-us.apache.org/repos/asf/ignite/blob/bf330251/modules/web-console/frontend/app/modules/states/configuration/clusters/general/discovery/zookeeper/retrypolicy/n-times.jade ---------------------------------------------------------------------- diff --git a/modules/web-console/frontend/app/modules/states/configuration/clusters/general/discovery/zookeeper/retrypolicy/n-times.jade b/modules/web-console/frontend/app/modules/states/configuration/clusters/general/discovery/zookeeper/retrypolicy/n-times.jade index 329f693..1746232 100644 --- a/modules/web-console/frontend/app/modules/states/configuration/clusters/general/discovery/zookeeper/retrypolicy/n-times.jade +++ b/modules/web-console/frontend/app/modules/states/configuration/clusters/general/discovery/zookeeper/retrypolicy/n-times.jade @@ -14,7 +14,7 @@ See the License for the specific language governing permissions and limitations under the License. -include ../../../../../../../../../app/helpers/jade/mixins.jade +include /app/helpers/jade/mixins.jade -var model = 'backupItem.discovery.ZooKeeper.retryPolicy.NTimes' http://git-wip-us.apache.org/repos/asf/ignite/blob/bf330251/modules/web-console/frontend/app/modules/states/configuration/clusters/general/discovery/zookeeper/retrypolicy/one-time.jade ---------------------------------------------------------------------- diff --git a/modules/web-console/frontend/app/modules/states/configuration/clusters/general/discovery/zookeeper/retrypolicy/one-time.jade b/modules/web-console/frontend/app/modules/states/configuration/clusters/general/discovery/zookeeper/retrypolicy/one-time.jade index 938ecea..5a7e3fe 100644 --- a/modules/web-console/frontend/app/modules/states/configuration/clusters/general/discovery/zookeeper/retrypolicy/one-time.jade +++ b/modules/web-console/frontend/app/modules/states/configuration/clusters/general/discovery/zookeeper/retrypolicy/one-time.jade @@ -14,7 +14,7 @@ See the License for the specific language governing permissions and limitations under the License. -include ../../../../../../../../../app/helpers/jade/mixins.jade +include /app/helpers/jade/mixins.jade -var model = 'backupItem.discovery.ZooKeeper.retryPolicy.OneTime' http://git-wip-us.apache.org/repos/asf/ignite/blob/bf330251/modules/web-console/frontend/app/modules/states/configuration/clusters/general/discovery/zookeeper/retrypolicy/until-elapsed.jade ---------------------------------------------------------------------- diff --git a/modules/web-console/frontend/app/modules/states/configuration/clusters/general/discovery/zookeeper/retrypolicy/until-elapsed.jade b/modules/web-console/frontend/app/modules/states/configuration/clusters/general/discovery/zookeeper/retrypolicy/until-elapsed.jade index 513da6a..548211c 100644 --- a/modules/web-console/frontend/app/modules/states/configuration/clusters/general/discovery/zookeeper/retrypolicy/until-elapsed.jade +++ b/modules/web-console/frontend/app/modules/states/configuration/clusters/general/discovery/zookeeper/retrypolicy/until-elapsed.jade @@ -14,7 +14,7 @@ See the License for the specific language governing permissions and limitations under the License. -include ../../../../../../../../../app/helpers/jade/mixins.jade +include /app/helpers/jade/mixins.jade -var model = 'backupItem.discovery.ZooKeeper.retryPolicy.UntilElapsed' http://git-wip-us.apache.org/repos/asf/ignite/blob/bf330251/modules/web-console/frontend/app/modules/states/configuration/clusters/igfs.jade ---------------------------------------------------------------------- diff --git a/modules/web-console/frontend/app/modules/states/configuration/clusters/igfs.jade b/modules/web-console/frontend/app/modules/states/configuration/clusters/igfs.jade index 7eb1505..25bd5b0 100644 --- a/modules/web-console/frontend/app/modules/states/configuration/clusters/igfs.jade +++ b/modules/web-console/frontend/app/modules/states/configuration/clusters/igfs.jade @@ -14,7 +14,7 @@ See the License for the specific language governing permissions and limitations under the License. -include ../../../../../app/helpers/jade/mixins.jade +include /app/helpers/jade/mixins.jade -var form = 'igfs' -var model = 'backupItem' http://git-wip-us.apache.org/repos/asf/ignite/blob/bf330251/modules/web-console/frontend/app/modules/states/configuration/clusters/load-balancing.jade ---------------------------------------------------------------------- diff --git a/modules/web-console/frontend/app/modules/states/configuration/clusters/load-balancing.jade b/modules/web-console/frontend/app/modules/states/configuration/clusters/load-balancing.jade index 916504b..7fd78bf 100644 --- a/modules/web-console/frontend/app/modules/states/configuration/clusters/load-balancing.jade +++ b/modules/web-console/frontend/app/modules/states/configuration/clusters/load-balancing.jade @@ -14,7 +14,7 @@ See the License for the specific language governing permissions and limitations under the License. -include ../../../../../app/helpers/jade/mixins.jade +include /app/helpers/jade/mixins.jade -var model = 'backupItem' -var form = 'loadBalancing' http://git-wip-us.apache.org/repos/asf/ignite/blob/bf330251/modules/web-console/frontend/app/modules/states/configuration/clusters/logger.jade ---------------------------------------------------------------------- diff --git a/modules/web-console/frontend/app/modules/states/configuration/clusters/logger.jade b/modules/web-console/frontend/app/modules/states/configuration/clusters/logger.jade index 31f87a9..983d818 100644 --- a/modules/web-console/frontend/app/modules/states/configuration/clusters/logger.jade +++ b/modules/web-console/frontend/app/modules/states/configuration/clusters/logger.jade @@ -14,7 +14,7 @@ See the License for the specific language governing permissions and limitations under the License. -include ../../../../../app/helpers/jade/mixins.jade +include /app/helpers/jade/mixins.jade -var form = 'logger' -var model = 'backupItem.logger' http://git-wip-us.apache.org/repos/asf/ignite/blob/bf330251/modules/web-console/frontend/app/modules/states/configuration/clusters/logger/custom.jade ---------------------------------------------------------------------- diff --git a/modules/web-console/frontend/app/modules/states/configuration/clusters/logger/custom.jade b/modules/web-console/frontend/app/modules/states/configuration/clusters/logger/custom.jade index df80af0..385d647 100644 --- a/modules/web-console/frontend/app/modules/states/configuration/clusters/logger/custom.jade +++ b/modules/web-console/frontend/app/modules/states/configuration/clusters/logger/custom.jade @@ -14,7 +14,7 @@ See the License for the specific language governing permissions and limitations under the License. -include ../../../../../../app/helpers/jade/mixins.jade +include /app/helpers/jade/mixins.jade -var form = 'logger' -var model = 'backupItem.logger.Custom' http://git-wip-us.apache.org/repos/asf/ignite/blob/bf330251/modules/web-console/frontend/app/modules/states/configuration/clusters/logger/log4j.jade ---------------------------------------------------------------------- diff --git a/modules/web-console/frontend/app/modules/states/configuration/clusters/logger/log4j.jade b/modules/web-console/frontend/app/modules/states/configuration/clusters/logger/log4j.jade index cf556ec..1eaa529 100644 --- a/modules/web-console/frontend/app/modules/states/configuration/clusters/logger/log4j.jade +++ b/modules/web-console/frontend/app/modules/states/configuration/clusters/logger/log4j.jade @@ -14,7 +14,7 @@ See the License for the specific language governing permissions and limitations under the License. -include ../../../../../../app/helpers/jade/mixins.jade +include /app/helpers/jade/mixins.jade -var form = 'logger' -var model = 'backupItem.logger.Log4j' http://git-wip-us.apache.org/repos/asf/ignite/blob/bf330251/modules/web-console/frontend/app/modules/states/configuration/clusters/logger/log4j2.jade ---------------------------------------------------------------------- diff --git a/modules/web-console/frontend/app/modules/states/configuration/clusters/logger/log4j2.jade b/modules/web-console/frontend/app/modules/states/configuration/clusters/logger/log4j2.jade index 8b9d3e1..17df481 100644 --- a/modules/web-console/frontend/app/modules/states/configuration/clusters/logger/log4j2.jade +++ b/modules/web-console/frontend/app/modules/states/configuration/clusters/logger/log4j2.jade @@ -14,7 +14,7 @@ See the License for the specific language governing permissions and limitations under the License. -include ../../../../../../app/helpers/jade/mixins.jade +include /app/helpers/jade/mixins.jade -var form = 'logger' -var model = 'backupItem.logger.Log4j2' http://git-wip-us.apache.org/repos/asf/ignite/blob/bf330251/modules/web-console/frontend/app/modules/states/configuration/clusters/marshaller.jade ---------------------------------------------------------------------- diff --git a/modules/web-console/frontend/app/modules/states/configuration/clusters/marshaller.jade b/modules/web-console/frontend/app/modules/states/configuration/clusters/marshaller.jade index 3f3661c..9316e79 100644 --- a/modules/web-console/frontend/app/modules/states/configuration/clusters/marshaller.jade +++ b/modules/web-console/frontend/app/modules/states/configuration/clusters/marshaller.jade @@ -14,7 +14,7 @@ See the License for the specific language governing permissions and limitations under the License. -include ../../../../../app/helpers/jade/mixins.jade +include /app/helpers/jade/mixins.jade -var form = 'marshaller' -var model = 'backupItem' http://git-wip-us.apache.org/repos/asf/ignite/blob/bf330251/modules/web-console/frontend/app/modules/states/configuration/clusters/metrics.jade ---------------------------------------------------------------------- diff --git a/modules/web-console/frontend/app/modules/states/configuration/clusters/metrics.jade b/modules/web-console/frontend/app/modules/states/configuration/clusters/metrics.jade index 2b0dfd6..d5212a9 100644 --- a/modules/web-console/frontend/app/modules/states/configuration/clusters/metrics.jade +++ b/modules/web-console/frontend/app/modules/states/configuration/clusters/metrics.jade @@ -14,7 +14,7 @@ See the License for the specific language governing permissions and limitations under the License. -include ../../../../../app/helpers/jade/mixins.jade +include /app/helpers/jade/mixins.jade -var form = 'metrics' -var model = 'backupItem' http://git-wip-us.apache.org/repos/asf/ignite/blob/bf330251/modules/web-console/frontend/app/modules/states/configuration/clusters/odbc.jade ---------------------------------------------------------------------- diff --git a/modules/web-console/frontend/app/modules/states/configuration/clusters/odbc.jade b/modules/web-console/frontend/app/modules/states/configuration/clusters/odbc.jade index dd46d2a..101a11c 100644 --- a/modules/web-console/frontend/app/modules/states/configuration/clusters/odbc.jade +++ b/modules/web-console/frontend/app/modules/states/configuration/clusters/odbc.jade @@ -14,7 +14,7 @@ See the License for the specific language governing permissions and limitations under the License. -include ../../../../../app/helpers/jade/mixins.jade +include /app/helpers/jade/mixins.jade -var form = 'odbcConfiguration' -var model = 'backupItem.odbc' http://git-wip-us.apache.org/repos/asf/ignite/blob/bf330251/modules/web-console/frontend/app/modules/states/configuration/clusters/ssl.jade ---------------------------------------------------------------------- diff --git a/modules/web-console/frontend/app/modules/states/configuration/clusters/ssl.jade b/modules/web-console/frontend/app/modules/states/configuration/clusters/ssl.jade index 0a51cf7..85ec073 100644 --- a/modules/web-console/frontend/app/modules/states/configuration/clusters/ssl.jade +++ b/modules/web-console/frontend/app/modules/states/configuration/clusters/ssl.jade @@ -14,7 +14,7 @@ See the License for the specific language governing permissions and limitations under the License. -include ../../../../../app/helpers/jade/mixins.jade +include /app/helpers/jade/mixins.jade -var form = 'sslConfiguration' -var cluster = 'backupItem' http://git-wip-us.apache.org/repos/asf/ignite/blob/bf330251/modules/web-console/frontend/app/modules/states/configuration/clusters/swap.jade ---------------------------------------------------------------------- diff --git a/modules/web-console/frontend/app/modules/states/configuration/clusters/swap.jade b/modules/web-console/frontend/app/modules/states/configuration/clusters/swap.jade index c76391c..8071f3c 100644 --- a/modules/web-console/frontend/app/modules/states/configuration/clusters/swap.jade +++ b/modules/web-console/frontend/app/modules/states/configuration/clusters/swap.jade @@ -14,7 +14,7 @@ See the License for the specific language governing permissions and limitations under the License. -include ../../../../../app/helpers/jade/mixins.jade +include /app/helpers/jade/mixins.jade -var form = 'swap' -var model = 'backupItem' http://git-wip-us.apache.org/repos/asf/ignite/blob/bf330251/modules/web-console/frontend/app/modules/states/configuration/clusters/thread.jade ---------------------------------------------------------------------- diff --git a/modules/web-console/frontend/app/modules/states/configuration/clusters/thread.jade b/modules/web-console/frontend/app/modules/states/configuration/clusters/thread.jade index 9669a87..d2bea86 100644 --- a/modules/web-console/frontend/app/modules/states/configuration/clusters/thread.jade +++ b/modules/web-console/frontend/app/modules/states/configuration/clusters/thread.jade @@ -14,7 +14,7 @@ See the License for the specific language governing permissions and limitations under the License. -include ../../../../../app/helpers/jade/mixins.jade +include /app/helpers/jade/mixins.jade -var form = 'pools' -var model = 'backupItem' http://git-wip-us.apache.org/repos/asf/ignite/blob/bf330251/modules/web-console/frontend/app/modules/states/configuration/clusters/time.jade ---------------------------------------------------------------------- diff --git a/modules/web-console/frontend/app/modules/states/configuration/clusters/time.jade b/modules/web-console/frontend/app/modules/states/configuration/clusters/time.jade index 813948d..bcb1cb7 100644 --- a/modules/web-console/frontend/app/modules/states/configuration/clusters/time.jade +++ b/modules/web-console/frontend/app/modules/states/configuration/clusters/time.jade @@ -14,7 +14,7 @@ See the License for the specific language governing permissions and limitations under the License. -include ../../../../../app/helpers/jade/mixins.jade +include /app/helpers/jade/mixins.jade -var form = 'time' -var model = 'backupItem' http://git-wip-us.apache.org/repos/asf/ignite/blob/bf330251/modules/web-console/frontend/app/modules/states/configuration/clusters/transactions.jade ---------------------------------------------------------------------- diff --git a/modules/web-console/frontend/app/modules/states/configuration/clusters/transactions.jade b/modules/web-console/frontend/app/modules/states/configuration/clusters/transactions.jade index 2946158..6a18bb0 100644 --- a/modules/web-console/frontend/app/modules/states/configuration/clusters/transactions.jade +++ b/modules/web-console/frontend/app/modules/states/configuration/clusters/transactions.jade @@ -14,7 +14,7 @@ See the License for the specific language governing permissions and limitations under the License. -include ../../../../../app/helpers/jade/mixins.jade +include /app/helpers/jade/mixins.jade -var form = 'transactions' -var model = 'backupItem.transactionConfiguration' http://git-wip-us.apache.org/repos/asf/ignite/blob/bf330251/modules/web-console/frontend/app/modules/states/configuration/domains/general.jade ---------------------------------------------------------------------- diff --git a/modules/web-console/frontend/app/modules/states/configuration/domains/general.jade b/modules/web-console/frontend/app/modules/states/configuration/domains/general.jade index bf21ee1..40759e3 100644 --- a/modules/web-console/frontend/app/modules/states/configuration/domains/general.jade +++ b/modules/web-console/frontend/app/modules/states/configuration/domains/general.jade @@ -14,7 +14,7 @@ See the License for the specific language governing permissions and limitations under the License. -include ../../../../../app/helpers/jade/mixins.jade +include /app/helpers/jade/mixins.jade -var form = 'general' -var model = 'backupItem' http://git-wip-us.apache.org/repos/asf/ignite/blob/bf330251/modules/web-console/frontend/app/modules/states/configuration/domains/query.jade ---------------------------------------------------------------------- diff --git a/modules/web-console/frontend/app/modules/states/configuration/domains/query.jade b/modules/web-console/frontend/app/modules/states/configuration/domains/query.jade index 45051b2..8ed7b68 100644 --- a/modules/web-console/frontend/app/modules/states/configuration/domains/query.jade +++ b/modules/web-console/frontend/app/modules/states/configuration/domains/query.jade @@ -14,7 +14,7 @@ See the License for the specific language governing permissions and limitations under the License. -include ../../../../../app/helpers/jade/mixins.jade +include /app/helpers/jade/mixins.jade -var form = 'query' -var model = 'backupItem' @@ -41,15 +41,15 @@ mixin table-index-item-edit(prefix, index, sortAvailable, idAddition) .col-xs-8.col-sm-8.col-md-8 label.fieldSep / .input-tip - button.select-toggle.form-control(id='{{::"#{fieldName}" + #{idAddition}}}' ignite-on-enter-focus-move='{{::"#{direction}S" + #{idAddition}}}' ng-model=fieldNameModel placeholder='{{fields("#{prefix}", #{fieldNameModel}).length > 0 ? "Choose field" : "No fields configured"}}' bs-select bs-options='item.value as item.label for item in fields("#{prefix}", #{fieldNameModel})' ng-disabled='fields("#{prefix}", #{fieldNameModel}).length === 0' ignite-on-escape='tableReset()' tabindex='0') + button.select-toggle.form-control(id='{{::"#{fieldName}" + #{idAddition}}}' ignite-on-enter-focus-move='{{::"#{direction}S" + #{idAddition}}}' ng-model=fieldNameModel placeholder='{{fields("#{prefix}", #{fieldNameModel}).length > 0 ? "Choose field" : "No fields configured"}}' bs-select bs-options='item.value as item.label for item in fields("#{prefix}", #{fieldNameModel})' ng-disabled='fields("#{prefix}", #{fieldNameModel}).length === 0' ignite-on-escape='tableReset(false)' tabindex='0') .col-xs-4.col-sm-4.col-md-4 +btn-save(btnVisible, btnSave) .input-tip - button.select-toggle.form-control(id='{{::"#{direction}" + #{idAddition}}}' ng-model=directionModel bs-select bs-options='item.value as item.label for item in {{sortDirections}}' ignite-on-enter=btnVisibleAndSave ignite-on-escape='tableReset()' tabindex='0') + button.select-toggle.form-control(id='{{::"#{direction}" + #{idAddition}}}' ng-model=directionModel bs-select bs-options='item.value as item.label for item in {{sortDirections}}' ignite-on-enter=btnVisibleAndSave ignite-on-escape='tableReset(false)' tabindex='0') .col-xs-12(ng-if='!(#{sortAvailable})') +btn-save(btnVisible, btnSave) .input-tip - button.select-toggle.form-control(id='{{::"#{fieldName}" + #{idAddition}}}' ng-model=fieldNameModel placeholder='{{fields("#{prefix}", #{fieldNameModel}).length > 0 ? "Choose index field" : "No fields configured"}}' bs-select bs-options='item.value as item.label for item in fields("#{prefix}", #{fieldNameModel})' ng-disabled='fields("#{prefix}", #{fieldNameModel}).length === 0' ignite-on-escape='tableReset()' tabindex='0') + button.select-toggle.form-control(id='{{::"#{fieldName}" + #{idAddition}}}' ng-model=fieldNameModel placeholder='{{fields("#{prefix}", #{fieldNameModel}).length > 0 ? "Choose index field" : "No fields configured"}}' bs-select bs-options='item.value as item.label for item in fields("#{prefix}", #{fieldNameModel})' ng-disabled='fields("#{prefix}", #{fieldNameModel}).length === 0' ignite-on-escape='tableReset(false)' tabindex='0') .panel.panel-default(ng-form=form novalidate) .panel-heading(bs-collapse-toggle) @@ -137,11 +137,11 @@ mixin table-index-item-edit(prefix, index, sortAvailable, idAddition) .col-sm-7 label.fieldSep / .input-tip - input.form-control(id='curIndexName{{$index}}' type='text' ignite-on-enter-focus-move='curIndexType{{$index}}' ng-model='indexesTbl.curIndexName' placeholder='Index name' ignite-on-enter=btnVisibleAndSave ignite-on-escape='tableReset()') + input.form-control(id='curIndexName{{$index}}' type='text' ignite-on-enter-focus-move='curIndexType{{$index}}' ng-model='indexesTbl.curIndexName' placeholder='Index name' ignite-on-enter=btnVisibleAndSave ignite-on-escape='tableReset(false)') .col-sm-5 +btn-save('tableIndexSaveVisible(indexesTbl, $index)', 'tableIndexSave(indexesTbl, $index)') .input-tip - button.select-toggle.form-control(id='curIndexType{{$index}}' bs-select ng-model='indexesTbl.curIndexType' data-placeholder='Select index type' bs-options='item.value as item.label for item in indexType' tabindex='0' ignite-on-enter=btnVisibleAndSave ignite-on-escape='tableReset()') + button.select-toggle.form-control(id='curIndexType{{$index}}' bs-select ng-model='indexesTbl.curIndexType' data-placeholder='Select index type' bs-options='item.value as item.label for item in indexType' tabindex='0' ignite-on-enter=btnVisibleAndSave ignite-on-escape='tableReset(false)') .margin-left-dflt table.links-edit-sub(st-table='item.fields' ng-init='itemIndex = $index') tbody @@ -163,10 +163,10 @@ mixin table-index-item-edit(prefix, index, sortAvailable, idAddition) .col-sm-7 .fieldSep / .input-tip - input#newIndexName.form-control(type='text' ignite-on-enter-focus-move='newIndexType' ng-model='indexesTbl.newIndexName' placeholder='Index name' ignite-on-enter='tableIndexSaveVisible(indexesTbl, -1) && tableIndexSave(indexesTbl, -1)' ignite-on-escape='tableReset()') + input#newIndexName.form-control(type='text' ignite-on-enter-focus-move='newIndexType' ng-model='indexesTbl.newIndexName' placeholder='Index name' ignite-on-enter='tableIndexSaveVisible(indexesTbl, -1) && tableIndexSave(indexesTbl, -1)' ignite-on-escape='tableReset(false)') .col-sm-5 +btn-save('tableIndexSaveVisible(indexesTbl, -1)', 'tableIndexSave(indexesTbl, -1)') .input-tip - button#newIndexType.select-toggle.form-control(bs-select ng-model='indexesTbl.newIndexType' data-placeholder='Select index type' bs-options='item.value as item.label for item in indexType' tabindex='0' ignite-on-enter=btnVisibleAndSave ignite-on-escape='tableReset()') + button#newIndexType.select-toggle.form-control(bs-select ng-model='indexesTbl.newIndexType' data-placeholder='Select index type' bs-options='item.value as item.label for item in indexType' tabindex='0' ignite-on-enter=btnVisibleAndSave ignite-on-escape='tableReset(false)') .col-sm-6 +preview-xml-java(model, 'domainModelQuery')