Return-Path: X-Original-To: apmail-cassandra-commits-archive@www.apache.org Delivered-To: apmail-cassandra-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 65303973D for ; Tue, 13 Mar 2012 15:00:19 +0000 (UTC) Received: (qmail 6554 invoked by uid 500); 13 Mar 2012 15:00:19 -0000 Delivered-To: apmail-cassandra-commits-archive@cassandra.apache.org Received: (qmail 6501 invoked by uid 500); 13 Mar 2012 15:00:19 -0000 Mailing-List: contact commits-help@cassandra.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cassandra.apache.org Delivered-To: mailing list commits@cassandra.apache.org Received: (qmail 6326 invoked by uid 99); 13 Mar 2012 15:00:19 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 13 Mar 2012 15:00:19 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id D91DE6CEE; Tue, 13 Mar 2012 15:00:18 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: xedin@apache.org To: commits@cassandra.apache.org X-Mailer: ASF-Git Admin Mailer Subject: [2/2] git commit: add missing column validator options to the CLI help patch by Kirk True; reviewed by Pavel Yaskevich for CASSANDRA-3926 Message-Id: <20120313150018.D91DE6CEE@tyr.zones.apache.org> Date: Tue, 13 Mar 2012 15:00:18 +0000 (UTC) add missing column validator options to the CLI help patch by Kirk True; reviewed by Pavel Yaskevich for CASSANDRA-3926 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/1cdad638 Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/1cdad638 Diff: http://git-wip-us.apache.org/repos/asf/cassandra/diff/1cdad638 Branch: refs/heads/cassandra-1.1 Commit: 1cdad63856e9583c111c05e1f90a4af3342f5c33 Parents: 23dd8c9 Author: Pavel Yaskevich Authored: Tue Mar 13 17:56:28 2012 +0300 Committer: Pavel Yaskevich Committed: Tue Mar 13 17:57:16 2012 +0300 ---------------------------------------------------------------------- CHANGES.txt | 1 + .../org/apache/cassandra/cli/CliHelp.yaml | 44 +++++++++++++++ 2 files changed, 45 insertions(+), 0 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cassandra/blob/1cdad638/CHANGES.txt ---------------------------------------------------------------------- diff --git a/CHANGES.txt b/CHANGES.txt index 65008d1..1009dd8 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -21,6 +21,7 @@ * avoid quadratic startup time in LeveledManifest (CASSANDRA-3952) * Add type information to new schema_ columnfamilies and remove thrift serialization for schema (CASSANDRA-3792) + * add missing column validator options to the CLI help (CASSANDRA-3926) Merged from 1.0: * remove the wait on hint future during write (CASSANDRA-3870) * (cqlsh) ignore missing CfDef opts (CASSANDRA-3933) http://git-wip-us.apache.org/repos/asf/cassandra/blob/1cdad638/src/resources/org/apache/cassandra/cli/CliHelp.yaml ---------------------------------------------------------------------- diff --git a/src/resources/org/apache/cassandra/cli/CliHelp.yaml b/src/resources/org/apache/cassandra/cli/CliHelp.yaml index 9044fc0..5ddc110 100644 --- a/src/resources/org/apache/cassandra/cli/CliHelp.yaml +++ b/src/resources/org/apache/cassandra/cli/CliHelp.yaml @@ -359,8 +359,12 @@ commands: Supported values are: - AsciiType + - BooleanType - BytesType - CounterColumnType (distributed counter column) + - DateType + - DoubleType + - FloatType - Int32Type - IntegerType (a generic variable-length integer type) - LexicalUUIDType @@ -403,8 +407,12 @@ commands: Supported values are: - AsciiType + - BooleanType - BytesType - CounterColumnType (distributed counter column) + - DateType + - DoubleType + - FloatType - Int32Type - IntegerType (a generic variable-length integer type) - LexicalUUIDType @@ -422,8 +430,12 @@ commands: Supported values are: - AsciiType + - BooleanType - BytesType - CounterColumnType (distributed counter column) + - DateType + - DoubleType + - FloatType - Int32Type - IntegerType (a generic variable-length integer type) - LexicalUUIDType @@ -440,7 +452,11 @@ commands: Supported values are: - AsciiType + - BooleanType - BytesType + - DateType + - DoubleType + - FloatType - Int32Type - IntegerType (a generic variable-length integer type) - LexicalUUIDType @@ -473,8 +489,12 @@ commands: Supported values are: - AsciiType + - BooleanType - BytesType - CounterColumnType (distributed counter column) + - DateType + - DoubleType + - FloatType - Int32Type - IntegerType (a generic variable-length integer type) - LexicalUUIDType @@ -566,8 +586,12 @@ commands: Supported values are: - AsciiType + - BooleanType - BytesType - CounterColumnType (distributed counter column) + - DateType + - DoubleType + - FloatType - Int32Type - IntegerType (a generic variable-length integer type) - LexicalUUIDType @@ -614,8 +638,12 @@ commands: Supported values are: - AsciiType + - BooleanType - BytesType - CounterColumnType (distributed counter column) + - DateType + - DoubleType + - FloatType - Int32Type - IntegerType (a generic variable-length integer type) - LexicalUUIDType @@ -633,8 +661,12 @@ commands: Supported values are: - AsciiType + - BooleanType - BytesType - CounterColumnType (distributed counter column) + - DateType + - DoubleType + - FloatType - Int32Type - IntegerType (a generic variable-length integer type) - LexicalUUIDType @@ -651,7 +683,11 @@ commands: Supported values are: - AsciiType + - BooleanType - BytesType + - DateType + - DoubleType + - FloatType - Int32Type - IntegerType (a generic variable-length integer type) - LexicalUUIDType @@ -698,8 +734,12 @@ commands: Supported values are: - AsciiType + - BooleanType - BytesType - CounterColumnType (distributed counter column) + - DateType + - DoubleType + - FloatType - Int32Type - IntegerType (a generic variable-length integer type) - LexicalUUIDType @@ -882,8 +922,12 @@ commands: Valid options are: - AsciiType + - BooleanType - BytesType - CounterColumnType (distributed counter column) + - DateType + - DoubleType + - FloatType - Int32Type - IntegerType (a generic variable-length integer type) - LexicalUUIDType