Мещеряков Вячеслав Юрьевич
d1f2936ccb
Support legacy plain_text_auth section in credentials file removed unintentionally
...
patch by Мещеряков Вячеслав Юрьевич; reviewed by Stefan Miklosovic and Brad Schoening for CASSANDRA-19498
2024-05-14 10:07:19 +02:00
Brandon Williams
5c44922a5a
Merge branch 'cassandra-4.0' into cassandra-4.1
2023-11-13 14:16:49 -06:00
Brandon Williams
a912085f5e
Merge branch 'cassandra-3.11' into cassandra-4.0
2023-11-13 14:16:00 -06:00
Brandon Williams
46996c24bf
Merge branch 'cassandra-3.0' into cassandra-3.11
2023-11-13 14:14:59 -06:00
Brandon Williams
d41afac8bf
Set cqlshlib.serverversion to UNKNOWN if not found
...
Patch by brandonwilliams; reviewed by mck and paulo for CASSANDRA-19020
2023-11-13 14:12:21 -06:00
Stefan Miklosovic
57e10b64b2
Merge branch 'cassandra-4.0' into cassandra-4.1
2023-09-05 16:53:45 +02:00
Stefan Miklosovic
1f79c84925
Merge branch 'cassandra-3.11' into cassandra-4.0
2023-09-05 16:51:37 +02:00
Stefan Miklosovic
caad2f24f9
Merge branch 'cassandra-3.0' into cassandra-3.11
2023-09-05 16:50:00 +02:00
Stefan Miklosovic
65ee0d082c
Ninja fix for CASSANDRA-18745
2023-09-05 16:47:23 +02:00
Brandon Williams
a2af87de8a
Merge branch 'cassandra-4.0' into cassandra-4.1
2023-08-18 13:57:28 -05:00
Brandon Williams
bf9d334f54
Merge branch 'cassandra-3.11' into cassandra-4.0
2023-08-18 13:57:18 -05:00
Brandon Williams
b21645474a
Merge branch 'cassandra-3.0' into cassandra-3.11
2023-08-18 13:57:06 -05:00
Brandon Williams
0b34ff6a0b
ninja: fix format arg order
2023-08-18 13:57:01 -05:00
Brandon Williams
f4ee77ceba
Merge branch 'cassandra-4.0' into cassandra-4.1
2023-08-18 10:12:32 -05:00
Brandon Williams
ba50ec9cd9
Merge branch 'cassandra-3.11' into cassandra-4.0
2023-08-18 10:10:11 -05:00
Brandon Williams
1dd38998a0
Merge branch 'cassandra-3.0' into cassandra-3.11
2023-08-18 10:09:49 -05:00
Brandon Williams
6bb585bf5d
Warn when cqlsh does not match the server version it was built with
...
Patch by brandonwilliams; reviewed by bereng for CASSANDRA-18745
2023-08-18 10:08:52 -05:00
Stefan Miklosovic
8549f232b5
Merge branch 'cassandra-4.0' into cassandra-4.1
2023-08-08 17:59:43 +02:00
Stefan Miklosovic
1e6df948a7
Merge branch 'cassandra-3.11' into cassandra-4.0
2023-08-08 17:52:19 +02:00
Stefan Miklosovic
7f92f1bc22
Merge branch 'cassandra-3.0' into cassandra-3.11
2023-08-08 17:48:50 +02:00
Vineet Gali
28c04fbdde
Fix CQLSH online help topic link
...
patch by Vineet Gali; reviewed by Stefan Miklosovic and Brandon Williams for CASSANDRA-17534
2023-08-08 17:45:29 +02:00
Stefan Miklosovic
4a46992724
Merge branch 'cassandra-4.0' into cassandra-4.1
2023-07-25 09:55:47 +02:00
vgali7
b4b9f31983
Migrate Python optparse to argparse
...
patch by Vineet Gali; reviewed by Stefan Miklosovic and Brandon Williams for CASSANDRA-17914
2023-07-25 09:54:09 +02:00
Stefan Miklosovic
a61edad15f
remove pure_sasl from the repository
...
This is follow-up for CASSANDRA-16456. The dependency
should be downloaded and put into the lib/ folder.
patch by Stefan Miklosovic; reviewed by Mick Semb Wever for CASSANDRA-16456
2022-09-02 15:21:52 +02:00
Bhouse99
381c2a4fa8
add plugin support for CQLSH
...
patch by Brian Houser; reviewed by Stefan Miklosovic and Brandon Williams for CASSANDRA-16456
2022-04-27 12:35:04 +02:00
Brad Schoening
885836bc49
remove outdated code from cqlsh
...
Patch by Brad Schoening; reviewed by brandonwilliams and smiklosovic for
CASSANDRA-17490
2022-04-06 10:50:05 -05:00
Brad Schoening
f28dd90feb
resolve several pylint issues in cqlsh.py and pylib
...
patch by Brad Schoening; reviewed by Stefan Miklosovic and Brandon Williams for CASSANDRA-17480
2022-04-05 14:12:32 +02:00
Brad Schoening
768bdffe52
change six functions in cqlshlib to native Python 3 ones
...
patch by Brad Schoening; reviewed by Stefan Miklosovic and Brandon Williams for CASSANDRA-17417
2022-03-30 12:12:46 -05:00
Ekaterina Dimitrova
813e6ae4a0
Revert "change six functions in cqlshlib to native Python 3 ones"
...
This reverts commit 7275443eca .
2022-03-28 15:59:10 -04:00
Stefan Miklosovic
cd5f215c72
ninja: expand user paths for cqlsh.py as part of CASSANDRA-17448
...
patch by Stefan Miklosovic; reviewed by Brandon Williams for CASSANDRA-17448
2022-03-26 12:55:51 +01:00
Stefan Miklosovic
e9ca465468
allow users to change cqlsh history location using env variable
...
patch by Stefan Miklosovic; reviewed by Brandon Williams for CASSANDRA-17448
2022-03-24 23:24:21 +01:00
Brad Schoening
96cecdbaa6
Increase cqlsh version to 6.1.0
...
Patch by Brad Schoening; reviewed by bereng and brandonwilliams for
CASSANDRA-17432
2022-03-18 06:48:52 -05:00
Brad Schoening
7275443eca
change six functions in cqlshlib to native Python 3 ones
...
patch by Brad Schoening; reviewed by Stefan Miklosovic and Brandon Williams for CASSANDRA-17417
2022-03-16 18:17:36 +01:00
Brad Schoening
27ab63f005
remove unused imports in cqlsh.py and cqlshlib
...
patch by Brad Schoening; reviewed by Stefan Miklosovic and Brandon Williams for CASSANDRA-17413
2022-03-08 09:34:23 +01:00
Yash Ladha
f6169d399f
add the shorter version of version flag (-v) in cqlsh
...
patch by Yash Ladha; reviewed by Brandon Williams and Stefan Miklosovic for CASSANDRA-17236
2022-02-09 19:11:56 +01:00
Stefan Miklosovic
da47849b50
Remove Windows-specific classes and related code
...
patch by Stefan Miklosovic; reviewed by Joshua McKenzie, Bowen Song, Berenguer Blasi for CASSANDRA-16956
2022-02-05 15:41:33 +01:00
Brad Schoening
1eb7779464
remove python 2 code which is now EOL and unsupported
...
Patch by Brad Schoening; reviewed by brandonwilliams and bereng for
CASSANDRA-17242
2022-01-26 11:00:25 -06:00
Brandon Williams
9577fd36d6
Merge branch 'cassandra-4.0' into trunk
2022-01-20 10:09:36 -06:00
Brad Schoening
bccb5adf95
Remove path for unused geomet package in cqlsh
...
Patch by Brad Schoening; reviewed by brandonwilliams and bereng for
CASSANDRA-17271
Remove path for unused `geomet` package, which does not appear to be
used in CQLSH. It is an optional dependency of the cassandra-driver in
a test case.
2022-01-20 10:09:09 -06:00
Bowen Song
917d74bd35
add credentials file support for CQLSH
...
patch by Bowen Song; reviewed by Brian Houser, Stefan Miklosovic and Brandon Williams for CASSANDRA-16983
2021-10-11 18:33:16 +02:00
Ekaterina Dimitrova
77a370c424
Add a warning to cqlsh 6.0.0 that DESCRIBE does not work with a Cassandra 3.x servers
...
patch by Ekaterina Dimitrova; reviewed by Adam Holmberg and Benjamin Lerer for CASSANDRA-16652
2021-05-18 11:51:57 -04:00
Adam Holmberg
0301fc6cea
cqlsh: fix DESC TYPE with non-ascii character in the identifier
...
Patch by Adam Holmberg; reviewed by brandonwilliams for CASSANDRA-16400
2021-05-17 14:54:58 -05:00
Adam Holmberg
9783d47b9f
Fix in-browser "help", Python 3
...
authored Adam Holmberg, reviewed by Ekaterina Dimitrova and Andres de la Pena for CASSANDRA-16658
2021-05-14 18:00:34 -04:00
Brandon Williams
a3db11831a
Revert "Fix cqlsh DESC TYPE with non-ascii character in the identifier"
...
This reverts commit 327d7c1803 .
2021-05-05 07:21:53 -05:00
Adam Holmberg
327d7c1803
Fix cqlsh DESC TYPE with non-ascii character in the identifier
...
Patch by Adam Holmberg; reviewed by brandonwilliams for CASSANDRA-16400
2021-05-04 11:52:23 -05:00
Brandon Williams
288bb9d902
Fix cqlsh encoding error with unicode in multi-line statement
...
Patch by Adam Holmberg; reviewed by brandonwilliams for CASSANDRA-16539
2021-05-04 08:45:26 -05:00
Adam Holmberg
b60acd5f6f
Remove explicit protocol version in cqlsh
...
patch by Adam Holmberg; reviewed by Mick Semb Wever for CASSANDRA-16508
2021-03-16 20:42:12 +01:00
Jeff Widman
021232006c
Increase the cqlsh version number
...
patch by Jeff Widman; reviewed by Benjamin Lerer for CASSANDRA-16509
2021-03-11 18:09:05 +01:00
Jeff Widman
3d539d908f
Update python2 doc references to point to py3
...
Patch by Jeff Widman; reviewed by brandonwilliams for CASSANDRA-16505
2021-03-09 17:15:07 -06:00
Adam Holmberg
72ca73fbc6
deprecate python2.7 for cqlsh
...
Patch by Adam Holmberg; reviewed by brandonwilliams for CASSANDRA-16414
2021-02-26 14:52:38 -06:00