Caleb Rackliffe
8a33f32350
Deprecate Python 3.7 and earlier, but allow cqlsh to run with Python 3.6-3.11
...
patch by Caleb Rackliffe; reviewed by Brandon Williams and Stefan Miklosovic for CASSANDRA-19467
2024-03-19 23:41:47 -05:00
Ekaterina Dimitrova
9f5e45e5a2
Append additional JVM options when using JDK17+
...
patch by Ekaterina Dimitrova; reviewed by Paulo Motta for CASSANDRA-19001
2024-01-19 18:50:53 -05:00
Andrés de la Peña
8fd44ca8fc
Upgrade Python driver to 3.29.0
...
patch by Andrés de la Peña; reviewed by Berenguer Blasi for CASSANDRA-19245
2024-01-19 17:14:57 +00:00
Andrés de la Peña
b91c0fcb6e
Change cqlsh's min required Python version from 3.6+ to 3.7+
...
patch by Andrés de la Peña; reviewed by Brandon Williams for CASSANDRA-18960
2023-11-14 11:43:00 +00:00
Stefan Miklosovic
a4fc03e799
Merge branch 'cassandra-4.1' into cassandra-5.0
2023-10-18 12:57:06 +02:00
Stefan Miklosovic
ede18e6c9f
Merge branch 'cassandra-4.0' into cassandra-4.1
2023-10-18 12:55:49 +02:00
Stefan Miklosovic
85285fa0f9
Merge branch 'cassandra-3.11' into cassandra-4.0
2023-10-18 12:54:15 +02:00
Stefan Miklosovic
6212b0aaa5
Merge branch 'cassandra-3.0' into cassandra-3.11
2023-10-18 12:52:19 +02:00
maoling
f27c6c8e6e
Implement the logic in bin/stop-server
...
patch by Ling Mao; reviewed by Stefan Miklosovic and Brandon Williams for CASSANDRA-18838
Co-authored-by: Stefan Miklosovic <smiklosovic@apache.org>
2023-10-18 12:49:58 +02: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
ayushis
6ab45971fc
Introduce pluggable crypto providers and default to Amazon Corretto Crypto Provider
...
patch by Ayushi Singh; reviewed by Stefan Miklosovic, Michael Semb Wever and Maxim Muzafarov for CASSANDRA-18624
Co-authored-by: Stefan Miklosovic <smiklosovic@apache.org>
2023-07-28 12:15:33 +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
Ekaterina Dimitrova
3755934e52
Drop JDK8 and add JDK17, remove eclipse-warnings in favor of Checker Framework and upgrade checkstyle
...
patch by Ekaterina Dimitrova; reviewed by Jeremiah Jordan, Berenguer Blasi, Michael Semb Wever and Jacek Lewandowski for CASSANDRA-18255
2023-07-24 15:16:53 -04:00
Benjamin Lerer
600f4d9a69
Upgrade Jamm version to 0.4.0
...
This upgrade also fixes issues with PhantomReferences and the test problems from CASSANDRA-17884 anad CASSANDRA-16304
patch by Benjamin Lerer; reviewed by Ekaterina Dimitrova for CASSANDRA-18239
2023-07-22 14:55:49 -04:00
Ekaterina Dimitrova
d1e3c781b5
Add JDK17 startup scripts
...
patch by Ekaterina Dimitrova; reviewed by Mick Semb Wever for CASSANDRA-18258
2023-02-27 12:06:44 -05:00
Brad Schoening
3860a90c5f
Change shebangs of Python scripts to resolve Python 3 from env command
...
patch by Brad Schoening; reviewed by Stefan Miklosovic and Brandon Williams for CASSANDRA-17832
Co-authored-by: Stefan Miklosovic <smiklosovic@apache.org>
2022-11-18 14:38:03 +01:00
Brad Schoening
8a5bdf61db
replace local wcwidth.py with pypi module 'wcwidth'
...
Patch by Brad Schoening; reviewed by brandonwilliams and smiklosovic for
CASSANDRA-17287
2022-11-14 06:23:18 -06:00
Brad Schoening
ecceb446e0
Refactor internals of cqlsh.py to cqlshlib
...
patch by Brad Schoening; reviewed by Stefan Miklosovic and Brandon Williams for CASSANDRA-17531
2022-09-22 09:26:47 +02:00
Stefan Miklosovic
387c274a62
Merge branch 'cassandra-4.1' into trunk
2022-09-02 15:23:12 +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
Stefan Miklosovic
77e4eb4770
Merge branch 'cassandra-4.1' into trunk
2022-08-15 10:14:22 +02:00
Stefan Miklosovic
71cef76faa
Merge branch 'cassandra-4.0' into cassandra-4.1
2022-08-15 10:12:22 +02:00
Stefan Miklosovic
5023a816e3
Merge branch 'cassandra-3.11' into cassandra-4.0
2022-08-15 10:10:28 +02:00
Stefan Miklosovic
f821691239
Merge branch 'cassandra-3.0' into cassandra-3.11
2022-08-15 10:08:14 +02:00
Stefan Miklosovic
ebddf77924
Improve libjemalloc resolution in bin/cassandra
...
patch by Stefan Miklosovic; reviewed by Brandon Williams and David Capwell for CASSANDRA-15767
2022-08-15 10:05:20 +02:00
Attila Homoki
465547fded
Increment CQLSH to version 6.2.0 for release 4.2
...
Patch by Attila Homoki; reviewed by Brandon Williams and Ekaterina Dimitrova for CASSANDRA-17646
Co-authored-by: Brad Schoening <5796692+bschoening@users.noreply.github.com>
2022-06-21 16:08:51 -04:00
Brad Schoening
72d5b4d1b1
add CQLSH command SHOW REPLICAS
...
patch by Brad Schoening; reviewed by Stefan Miklosovic and Brandon Williams for CASSANDRA-17577
2022-05-27 17:56:47 +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