Stefan Miklosovic
15f139b91e
Merge branch 'cassandra-5.0' into cassandra-6.0
2026-07-03 11:08:42 +02:00
arvindksi274-ksolves
464b2e54f4
Support Python 3.12 and 3.13 in cqlsh
...
patch by Arvind Kandpal; reviewed by Stefan Miklosovic, Michael Semb Wever for CASSANDRA-20997
2026-07-03 11:02:14 +02:00
Dmitry Konstantinov
abd7dea7aa
Merge branch 'cassandra-5.0' into cassandra-6.0
...
* cassandra-5.0:
run_cqlsh.py: fix parsing of a multi-byte UTF-8 sequence, os.read()/pipe reads can split the sequence across two reads
2026-06-23 13:01:01 +01:00
Dmitry Konstantinov
5858baf199
run_cqlsh.py: fix parsing of a multi-byte UTF-8 sequence, os.read()/pipe reads can split the sequence across two reads
...
patch by Dmitry Konstantinov; reviewed by Stefan Miklosovic for CASSANDRA-21466
2026-06-23 12:55:46 +01:00
mck
9e671eea52
Merge branch 'cassandra-5.0' into cassandra-6.0
...
* cassandra-5.0:
in cqlshlib unit reports also remove <testsuites> wrapping elements with attributes
2026-06-10 14:55:12 +02:00
mck
2a697431c7
in cqlshlib unit reports also remove <testsuites> wrapping elements with attributes
...
patch by Mick Semb Wever; reviewed by Dmitry Konstantinov for CASSANDRA-21442
2026-06-10 14:53:40 +02:00
mck
b78f654fff
Preload dependencies in build docker images to reduce downloading at build/test/ci runtime
...
Additional fixes
- upgrade ubuntu-test.docker to ubuntu 22.04 (and some small fixes brought forward from CASSANDRA-20997)
- (.jenkins/k8s) changes gke's small node pool from n2-highcpu-8 to e2-highcpu-8 (gke's own pod resources reqs increased)
- (.jenkins/k8s) limit one agent pod per node (when jenkins is deployed in k8s using our helm)
- (.jenkins/k8s) add the cassandra-6.0 job
- pass maven.repo.local sys prop, if set, into accord's gradle build
- check and fail on maven dependencies checksums when downloading
- when on-the-fly building docker images add `--load` (podman compatbility)
- newer python versions can use venv instead of virtualenv
- rename ubuntu2004_test.docker to ubuntu-test.docker (in 5.0)
- (Jenkinsfile) fix retries (which was no longer working when agents/nodes died, since CASSANDRA-20833)
- (Jenkinsfile) @NonCPS where (now) needed
- (Jenkinsfile) fix default value for the branch parameter (after a new helm deploy)
- (.build/run-ci) fix missing parameters on jobs also at helm deploy time
- (.build/run-ci) .git suffixes on repo urls are optional
patch by Mick Semb Wever; reviewed by Dmitry Konstantinov, Stefan Miklosovic for CASSANDRA-21403
2026-06-05 21:01:30 +02:00
mck
ee273af1d6
Merge branch 'cassandra-5.0' into trunk
...
* cassandra-5.0:
Add option to disable cqlsh history
2026-03-17 23:09:49 +01:00
mck
be0b73ecba
Merge branch 'cassandra-4.1' into cassandra-5.0
...
* cassandra-4.1:
Add option to disable cqlsh history
2026-03-17 23:08:14 +01:00
Stefan Miklosovic
fa85a056b2
Merge branch 'cassandra-5.0' into trunk
2026-03-11 14:22:55 +01:00
Stefan Miklosovic
b5b1c529f7
Merge branch 'cassandra-4.1' into cassandra-5.0
2026-03-11 14:20:29 +01:00
Stefan Miklosovic
0f8fd6a3fb
Merge branch 'cassandra-4.0' into cassandra-4.1
2026-03-11 14:19:27 +01:00
arvindksi274-ksolves
ee635f5c45
Fix instructions in README.asc of pylib
...
patch by Arvind Kandpal; reviewed by Stefan Miklosovic, Michael Semb Wever for CASSANDRA-20181
2026-03-11 14:10:57 +01:00
Josh McKenzie
940739a488
Add JDK21 support
...
Patch by Josh McKenzie; reviewed by Mick Semb Wever and Ekaterina Dimitrova for CASSANDRA-18831
Co-authored-by: Aleksey Yeschenko
Co-authored-by: Achilles Benetopoulos
Co-authored-by: Mick Semb Wever
2026-02-02 12:39:05 -05:00
Mick Semb Wever
f0ae1afbe7
Merge branch 'cassandra-5.0' into trunk
...
* cassandra-5.0:
3.x cqlshlib tests broken on python2.7
2025-12-19 23:55:19 +01:00
Mick Semb Wever
fc0ee48ea2
Merge branch 'cassandra-4.1' into cassandra-5.0
...
* cassandra-4.1:
3.x cqlshlib tests broken on python2.7
2025-12-19 23:44:01 +01:00
Mick Semb Wever
99db2874ba
Merge branch 'cassandra-4.0' into cassandra-4.1
...
* cassandra-4.0:
3.x cqlshlib tests broken on python2.7
2025-12-19 23:43:16 +01:00
Mick Semb Wever
3c66c74a0f
Merge branch 'cassandra-3.11' into cassandra-4.0
...
* cassandra-3.11:
3.x cqlshlib tests broken on python2.7
2025-12-19 23:34:52 +01:00
Mick Semb Wever
0293e8b750
Merge branch 'cassandra-3.0' into cassandra-3.11
...
* cassandra-3.0:
3.x cqlshlib tests broken on python2.7
2025-12-19 23:34:02 +01:00
Mick Semb Wever
9e04193c3f
3.x cqlshlib tests broken on python2.7
...
patch by Mick Semb Wever; reviewed by Brandon Williams for CASSANDRA-21079
2025-12-19 23:22:13 +01:00
jkonisa
b11633be4f
CASSANDRA-20943 Introducing comments and security labels for schema elements
2025-11-19 11:32:50 -08:00
Yifan Cai
307603a4ad
Support ZSTD dictionary compression
...
patch by Yifan Cai; reviewed by Jon Haddad, Stefan Miklosovic for CASSANDRA-17021
2025-10-30 16:18:37 -07:00
Stefan Miklosovic
035a220d55
Implementation of CEP-55 - Generation of role names
...
patch by Stefan Miklosovic; reviewed by Bernardo Botella for CASSANDRA-20897
2025-10-23 13:53:56 +02:00
Shalni Sundram
accdaaebdd
Add cqlsh autocompletion for the identity mapping feature
...
Patch by Shalni Sundram; reviewed by Francisco Guerrero, Bernardo Botella for CASSANDRA-20021
2025-10-09 16:50:32 -07:00
Caleb Rackliffe
eb65c0e600
Support manual secondary index selection at the CQL level
...
patch by Caleb Rackliffe; reviewed by Andres de la Peña for CASSANDRA-18112
Co-authored-by: Caleb Rackliffe <calebrackliffe@gmail.com>
Co-authored-by: Andres de la Peña <a.penya.garcia@gmail.com>
2025-08-01 14:42:27 -05:00
Stefan Miklosovic
4154632d16
Merge branch 'cassandra-5.0' into trunk
2025-05-23 17:50:44 +02:00
Brad Schoening
49c8122d8f
Avoid CQLSH throwing an exception loading .cqlshrc on non-supported platforms
...
While we do not support Windows as such (at least on server), reviewers evaluated that this might be fixed
as the gains (Windows users using CQLSH to connect to Cassandra running on supported platforms) are justified.
patch by Brad Schoening; reviewed by Brandon Williams, Josh McKenzie for CASSANDRA-20478
2025-05-23 17:49:28 +02:00
mck
07e656fe2b
Merge branch 'cassandra-4.0' into cassandra-4.1
...
* cassandra-4.0:
Fix cassandra-cqlsh-tests.sh on python <= 3.8
2025-05-21 23:28:08 +02:00
mck
fd3f8249d5
Fix cassandra-cqlsh-tests.sh on python <= 3.8
...
patch by Mick Semb Wever; reviewed by Brandon Williams for CASSANDRA-20669
2025-05-21 23:26:33 +02:00
Stefan Miklosovic
c24fbd814a
Rewrite constraint framework to remove column specification from constraint definition, introduce SQL-like NOT NULL
...
patch by Stefan Miklosovic; reviewed by Bernardo Botella Corbi for CASSANDRA-20563
Co-authored-by: Bernardo Botella Corbi <contacto@bernardobotella.com>
2025-05-06 15:31:39 +02:00
David Capwell
234763f057
Remove Accord CQL words from the reserved keywords list
...
patch by David Capwell; reviewed by Caleb Rackliffe for CASSANDRA-20613
2025-05-02 12:51:36 -07:00
Brad Schoening
2e602ec972
Merge branch 'CASSANDRA-19631e' into trunk
2025-04-21 18:46:54 -04:00
Naren Sreedhara
91bc34fbf8
Added tab-ahead support for new built-in functions
...
patch by Brad Schoening, Naren Sreedhara; reviewed by Stefan Miklosovic, Bernardo Botella Corbi for CASSANDRA-19631
2025-04-21 18:32:49 -04:00
Blake Eggleston
c909f2d669
ninja: fix cqlsh tests
2025-04-17 11:59:50 -07:00
Blake Eggleston
09c8fa1030
CEP-15 (C*): Messaging and storage engine integration
...
patch by Blake Eggleston; reviewed by Benedict Elliott Smith, David Capwell for CASSANDRA-17103
2025-04-17 11:59:47 -07:00
Pedro Gordo
c3089b564a
Ignore repetitions of semicolon in CQLSH
...
When grouping the tokens, skip statements composed by a single endtoken.
patch by Pedro Gordo; reviewed by Brad Schoening, Stefan Miklosovic for CASSANDRA-19956
2025-04-07 09:46:00 +02:00
Stefan Miklosovic
85b25f2256
Add regular expression constraint
...
patch by Stefan Miklosovic; reviewed by Bernardo Botella for CASSANDRA-20275
2025-03-14 17:13:00 +01:00
Stefan Miklosovic
68b88134db
ninja: fix typo in test_cqlsh_completion.py after CASSANDRA-20341
2025-03-14 13:49:46 +01:00
Bernardo Botella Corbi
5b0a9c3aa4
Improve constraints autocompletion
...
Improve constraints autocompletion
patch by Bernardo Botella; reviewed by Maxwell Guo for CASSANDRA-20341
2025-03-13 13:44:00 -07:00
Maxwell Guo
989f0414b7
Support CREATE TABLE LIKE with INDEXES
...
patch by Maxwell Guo; reviewed by Stefan Miklosovic, Sam Tunnicliffe for CASSANDRA-19965
2025-02-26 16:14:43 +08:00
Stefan Miklosovic
90f51b9c0b
Merge branch 'cassandra-5.0' into trunk
2025-02-04 10:58:59 +01:00
Stefan Miklosovic
36e46df4b1
Merge branch 'cassandra-4.1' into cassandra-5.0
2025-02-04 10:55:16 +01:00
Stefan Miklosovic
b044009f0b
Merge branch 'cassandra-4.0' into cassandra-4.1
2025-02-04 10:51:21 +01:00
Francisco Guerrero
4f9e474bb1
Fix autocompletion for role names/user names
...
patch by Francisco Guerrero; reviewed by Stefan Miklosovic, Bernardo Botella for CASSANDRA-20175
2025-02-04 10:44:12 +01:00
Bernardo Botella Corbi
5cbf993d96
CEP-42 - Add Constraints Framework
...
patch by Bernardo Botella; reviewed by Yifan Cai, Stefan Miklosovic, Josh McKenzie, Maxwell Guo, Dmitry Konstantinov, Sam Tunnicliffe for CASSANDRA-19947
2025-01-31 10:49:11 +01:00
Maxwell Guo
46ef00a315
Implementation of CEP-43
...
patch by Maxwell Guo; reviewed by Stefan Miklosovic, Benjamin Lerer for CASSANDRA-19964
2025-01-14 21:47:11 +01:00
Gottipati Gautam
510c20fec1
Fix cqlsh CAPTURE command to save query results without trace details when TRACING is ON
...
This patch also opportunistically fixes CAPTURE OFF.
patch by Gottipati Gautam; reviewed by Stefan Miklosovic, Brad Schoening for CASSANDRA-19105
2024-11-20 21:34:07 +01:00
Stefan Miklosovic
720a1b2704
Merge branch 'cassandra-5.0' into trunk
2024-09-24 14:43:28 +02:00
Stefan Miklosovic
e9ea2772dd
Merge branch 'cassandra-4.1' into cassandra-5.0
2024-09-24 14:22:12 +02:00
Stefan Miklosovic
662ce36a7b
Merge branch 'cassandra-4.0' into cassandra-4.1
2024-09-24 13:57:32 +02:00