scylla-cqlsh 6.0.23__tar.gz → 6.0.25__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of scylla-cqlsh might be problematic. Click here for more details.
- {scylla_cqlsh-6.0.23 → scylla_cqlsh-6.0.25}/.github/workflows/build-push.yml +22 -22
- {scylla_cqlsh-6.0.23 → scylla_cqlsh-6.0.25}/.github/workflows/dockerhub-description.yml +2 -2
- {scylla_cqlsh-6.0.23 → scylla_cqlsh-6.0.25}/Dockerfile +2 -2
- {scylla_cqlsh-6.0.23 → scylla_cqlsh-6.0.25}/PKG-INFO +5 -2
- {scylla_cqlsh-6.0.23 → scylla_cqlsh-6.0.25}/bin/cqlsh.py +9 -1
- {scylla_cqlsh-6.0.23 → scylla_cqlsh-6.0.25}/cqlsh/cqlsh.py +9 -1
- {scylla_cqlsh-6.0.23 → scylla_cqlsh-6.0.25}/cqlshlib/_version.py +2 -2
- scylla_cqlsh-6.0.25/renovate.json +6 -0
- {scylla_cqlsh-6.0.23 → scylla_cqlsh-6.0.25}/requirements.txt +1 -1
- {scylla_cqlsh-6.0.23 → scylla_cqlsh-6.0.25}/scylla_cqlsh.egg-info/PKG-INFO +5 -2
- {scylla_cqlsh-6.0.23 → scylla_cqlsh-6.0.25}/scylla_cqlsh.egg-info/SOURCES.txt +1 -3
- scylla_cqlsh-6.0.23/pylib/Dockerfile.ubuntu.py3 +0 -2
- scylla_cqlsh-6.0.23/pylib/Dockerfile.ubuntu.py37 +0 -2
- scylla_cqlsh-6.0.23/pylib/Dockerfile.ubuntu.py38 +0 -2
- {scylla_cqlsh-6.0.23 → scylla_cqlsh-6.0.25}/.dockerignore +0 -0
- {scylla_cqlsh-6.0.23 → scylla_cqlsh-6.0.25}/.gitignore +0 -0
- {scylla_cqlsh-6.0.23 → scylla_cqlsh-6.0.25}/LICENSE.txt +0 -0
- {scylla_cqlsh-6.0.23 → scylla_cqlsh-6.0.25}/README.md +0 -0
- {scylla_cqlsh-6.0.23 → scylla_cqlsh-6.0.25}/SCYLLA-VERSION-GEN +0 -0
- {scylla_cqlsh-6.0.23 → scylla_cqlsh-6.0.25}/cqlsh/__init__.py +0 -0
- {scylla_cqlsh-6.0.23 → scylla_cqlsh-6.0.25}/cqlsh/__main__.py +0 -0
- {scylla_cqlsh-6.0.23 → scylla_cqlsh-6.0.25}/cqlshlib/__init__.py +0 -0
- {scylla_cqlsh-6.0.23 → scylla_cqlsh-6.0.25}/cqlshlib/authproviderhandling.py +0 -0
- {scylla_cqlsh-6.0.23 → scylla_cqlsh-6.0.25}/cqlshlib/copyutil.c +0 -0
- {scylla_cqlsh-6.0.23 → scylla_cqlsh-6.0.25}/cqlshlib/copyutil.py +0 -0
- {scylla_cqlsh-6.0.23 → scylla_cqlsh-6.0.25}/cqlshlib/cql3handling.py +0 -0
- {scylla_cqlsh-6.0.23 → scylla_cqlsh-6.0.25}/cqlshlib/cqlhandling.py +0 -0
- {scylla_cqlsh-6.0.23 → scylla_cqlsh-6.0.25}/cqlshlib/cqlshhandling.py +0 -0
- {scylla_cqlsh-6.0.23 → scylla_cqlsh-6.0.25}/cqlshlib/displaying.py +0 -0
- {scylla_cqlsh-6.0.23 → scylla_cqlsh-6.0.25}/cqlshlib/formatting.py +0 -0
- {scylla_cqlsh-6.0.23 → scylla_cqlsh-6.0.25}/cqlshlib/helptopics.py +0 -0
- {scylla_cqlsh-6.0.23 → scylla_cqlsh-6.0.25}/cqlshlib/pylexotron.py +0 -0
- {scylla_cqlsh-6.0.23 → scylla_cqlsh-6.0.25}/cqlshlib/saferscanner.py +0 -0
- {scylla_cqlsh-6.0.23 → scylla_cqlsh-6.0.25}/cqlshlib/sslhandling.py +0 -0
- {scylla_cqlsh-6.0.23 → scylla_cqlsh-6.0.25}/cqlshlib/tracing.py +0 -0
- {scylla_cqlsh-6.0.23 → scylla_cqlsh-6.0.25}/cqlshlib/util.py +0 -0
- {scylla_cqlsh-6.0.23 → scylla_cqlsh-6.0.25}/cqlshlib/wcwidth.py +0 -0
- {scylla_cqlsh-6.0.23 → scylla_cqlsh-6.0.25}/dist/debian/changelog.template +0 -0
- {scylla_cqlsh-6.0.23 → scylla_cqlsh-6.0.25}/dist/debian/control.template +0 -0
- {scylla_cqlsh-6.0.23 → scylla_cqlsh-6.0.25}/dist/debian/debian/compat +0 -0
- {scylla_cqlsh-6.0.23 → scylla_cqlsh-6.0.25}/dist/debian/debian/copyright +0 -0
- {scylla_cqlsh-6.0.23 → scylla_cqlsh-6.0.25}/dist/debian/debian/rules +0 -0
- {scylla_cqlsh-6.0.23 → scylla_cqlsh-6.0.25}/dist/debian/debian/source/format +0 -0
- {scylla_cqlsh-6.0.23 → scylla_cqlsh-6.0.25}/dist/debian/debian/source/options +0 -0
- {scylla_cqlsh-6.0.23 → scylla_cqlsh-6.0.25}/dist/debian/debian_files_gen.py +0 -0
- {scylla_cqlsh-6.0.23 → scylla_cqlsh-6.0.25}/dist/redhat/scylla-cqlsh.spec +0 -0
- {scylla_cqlsh-6.0.23 → scylla_cqlsh-6.0.25}/install-dependencies.sh +0 -0
- {scylla_cqlsh-6.0.23 → scylla_cqlsh-6.0.25}/install.sh +0 -0
- {scylla_cqlsh-6.0.23 → scylla_cqlsh-6.0.25}/pylib/README.asc +0 -0
- {scylla_cqlsh-6.0.23 → scylla_cqlsh-6.0.25}/pylib/cassandra-cqlsh-tests.sh +0 -0
- {scylla_cqlsh-6.0.23 → scylla_cqlsh-6.0.25}/pylib/cqlshlib/__init__.py +0 -0
- {scylla_cqlsh-6.0.23 → scylla_cqlsh-6.0.25}/pylib/cqlshlib/authproviderhandling.py +0 -0
- {scylla_cqlsh-6.0.23 → scylla_cqlsh-6.0.25}/pylib/cqlshlib/copyutil.py +0 -0
- {scylla_cqlsh-6.0.23 → scylla_cqlsh-6.0.25}/pylib/cqlshlib/cql3handling.py +0 -0
- {scylla_cqlsh-6.0.23 → scylla_cqlsh-6.0.25}/pylib/cqlshlib/cqlhandling.py +0 -0
- {scylla_cqlsh-6.0.23 → scylla_cqlsh-6.0.25}/pylib/cqlshlib/cqlshhandling.py +0 -0
- {scylla_cqlsh-6.0.23 → scylla_cqlsh-6.0.25}/pylib/cqlshlib/displaying.py +0 -0
- {scylla_cqlsh-6.0.23 → scylla_cqlsh-6.0.25}/pylib/cqlshlib/formatting.py +0 -0
- {scylla_cqlsh-6.0.23 → scylla_cqlsh-6.0.25}/pylib/cqlshlib/helptopics.py +0 -0
- {scylla_cqlsh-6.0.23 → scylla_cqlsh-6.0.25}/pylib/cqlshlib/pylexotron.py +0 -0
- {scylla_cqlsh-6.0.23 → scylla_cqlsh-6.0.25}/pylib/cqlshlib/saferscanner.py +0 -0
- {scylla_cqlsh-6.0.23 → scylla_cqlsh-6.0.25}/pylib/cqlshlib/sslhandling.py +0 -0
- {scylla_cqlsh-6.0.23 → scylla_cqlsh-6.0.25}/pylib/cqlshlib/test/__init__.py +0 -0
- {scylla_cqlsh-6.0.23 → scylla_cqlsh-6.0.25}/pylib/cqlshlib/test/ansi_colors.py +0 -0
- {scylla_cqlsh-6.0.23 → scylla_cqlsh-6.0.25}/pylib/cqlshlib/test/basecase.py +0 -0
- {scylla_cqlsh-6.0.23 → scylla_cqlsh-6.0.25}/pylib/cqlshlib/test/cassconnect.py +0 -0
- {scylla_cqlsh-6.0.23 → scylla_cqlsh-6.0.25}/pylib/cqlshlib/test/reserved_keywords.txt +0 -0
- {scylla_cqlsh-6.0.23 → scylla_cqlsh-6.0.25}/pylib/cqlshlib/test/run_cqlsh.py +0 -0
- {scylla_cqlsh-6.0.23 → scylla_cqlsh-6.0.25}/pylib/cqlshlib/test/test_authproviderhandling.py +0 -0
- {scylla_cqlsh-6.0.23 → scylla_cqlsh-6.0.25}/pylib/cqlshlib/test/test_authproviderhandling_config/complex_auth_provider +0 -0
- {scylla_cqlsh-6.0.23 → scylla_cqlsh-6.0.25}/pylib/cqlshlib/test/test_authproviderhandling_config/complex_auth_provider_creds +0 -0
- {scylla_cqlsh-6.0.23 → scylla_cqlsh-6.0.25}/pylib/cqlshlib/test/test_authproviderhandling_config/complex_auth_provider_with_pass +0 -0
- {scylla_cqlsh-6.0.23 → scylla_cqlsh-6.0.25}/pylib/cqlshlib/test/test_authproviderhandling_config/empty_example +0 -0
- {scylla_cqlsh-6.0.23 → scylla_cqlsh-6.0.25}/pylib/cqlshlib/test/test_authproviderhandling_config/full_plain_text_example +0 -0
- {scylla_cqlsh-6.0.23 → scylla_cqlsh-6.0.25}/pylib/cqlshlib/test/test_authproviderhandling_config/illegal_example +0 -0
- {scylla_cqlsh-6.0.23 → scylla_cqlsh-6.0.25}/pylib/cqlshlib/test/test_authproviderhandling_config/no_classname_example +0 -0
- {scylla_cqlsh-6.0.23 → scylla_cqlsh-6.0.25}/pylib/cqlshlib/test/test_authproviderhandling_config/partial_example +0 -0
- {scylla_cqlsh-6.0.23 → scylla_cqlsh-6.0.25}/pylib/cqlshlib/test/test_authproviderhandling_config/plain_text_full_creds +0 -0
- {scylla_cqlsh-6.0.23 → scylla_cqlsh-6.0.25}/pylib/cqlshlib/test/test_authproviderhandling_config/plain_text_legacy +0 -0
- {scylla_cqlsh-6.0.23 → scylla_cqlsh-6.0.25}/pylib/cqlshlib/test/test_authproviderhandling_config/plain_text_partial_creds +0 -0
- {scylla_cqlsh-6.0.23 → scylla_cqlsh-6.0.25}/pylib/cqlshlib/test/test_authproviderhandling_config/plain_text_partial_example +0 -0
- {scylla_cqlsh-6.0.23 → scylla_cqlsh-6.0.25}/pylib/cqlshlib/test/test_constants.py +0 -0
- {scylla_cqlsh-6.0.23 → scylla_cqlsh-6.0.25}/pylib/cqlshlib/test/test_copyutil.py +0 -0
- {scylla_cqlsh-6.0.23 → scylla_cqlsh-6.0.25}/pylib/cqlshlib/test/test_cql_parsing.py +0 -0
- {scylla_cqlsh-6.0.23 → scylla_cqlsh-6.0.25}/pylib/cqlshlib/test/test_cqlsh_completion.py +0 -0
- {scylla_cqlsh-6.0.23 → scylla_cqlsh-6.0.25}/pylib/cqlshlib/test/test_cqlsh_output.py +0 -0
- {scylla_cqlsh-6.0.23 → scylla_cqlsh-6.0.25}/pylib/cqlshlib/test/test_formatting.py +0 -0
- {scylla_cqlsh-6.0.23 → scylla_cqlsh-6.0.25}/pylib/cqlshlib/test/test_keyspace_init.cql +0 -0
- {scylla_cqlsh-6.0.23 → scylla_cqlsh-6.0.25}/pylib/cqlshlib/test/test_legacy_auth.py +0 -0
- {scylla_cqlsh-6.0.23 → scylla_cqlsh-6.0.25}/pylib/cqlshlib/test/test_unicode.py +0 -0
- {scylla_cqlsh-6.0.23 → scylla_cqlsh-6.0.25}/pylib/cqlshlib/test/winpty.py +0 -0
- {scylla_cqlsh-6.0.23 → scylla_cqlsh-6.0.25}/pylib/cqlshlib/tracing.py +0 -0
- {scylla_cqlsh-6.0.23 → scylla_cqlsh-6.0.25}/pylib/cqlshlib/util.py +0 -0
- {scylla_cqlsh-6.0.23 → scylla_cqlsh-6.0.25}/pylib/cqlshlib/wcwidth.py +0 -0
- {scylla_cqlsh-6.0.23 → scylla_cqlsh-6.0.25}/pylib/requirements.txt +0 -0
- {scylla_cqlsh-6.0.23 → scylla_cqlsh-6.0.25}/pylib/setup.py +0 -0
- {scylla_cqlsh-6.0.23 → scylla_cqlsh-6.0.25}/pyproject.toml +0 -0
- {scylla_cqlsh-6.0.23 → scylla_cqlsh-6.0.25}/reloc/build_deb.sh +0 -0
- {scylla_cqlsh-6.0.23 → scylla_cqlsh-6.0.25}/reloc/build_reloc.sh +0 -0
- {scylla_cqlsh-6.0.23 → scylla_cqlsh-6.0.25}/reloc/build_rpm.sh +0 -0
- {scylla_cqlsh-6.0.23 → scylla_cqlsh-6.0.25}/scripts/create-relocatable-package.py +0 -0
- {scylla_cqlsh-6.0.23 → scylla_cqlsh-6.0.25}/scylla_cqlsh.egg-info/dependency_links.txt +0 -0
- {scylla_cqlsh-6.0.23 → scylla_cqlsh-6.0.25}/scylla_cqlsh.egg-info/entry_points.txt +0 -0
- {scylla_cqlsh-6.0.23 → scylla_cqlsh-6.0.25}/scylla_cqlsh.egg-info/requires.txt +0 -0
- {scylla_cqlsh-6.0.23 → scylla_cqlsh-6.0.25}/scylla_cqlsh.egg-info/top_level.txt +0 -0
- {scylla_cqlsh-6.0.23 → scylla_cqlsh-6.0.25}/setup.cfg +0 -0
- {scylla_cqlsh-6.0.23 → scylla_cqlsh-6.0.25}/setup.py +0 -0
|
@@ -23,14 +23,14 @@ jobs:
|
|
|
23
23
|
os: [ubuntu-20.04, windows-2019, macos-13, macos-14]
|
|
24
24
|
|
|
25
25
|
steps:
|
|
26
|
-
- uses: actions/checkout@
|
|
26
|
+
- uses: actions/checkout@v4
|
|
27
27
|
|
|
28
28
|
- name: Build wheels
|
|
29
|
-
uses: pypa/cibuildwheel@v2.
|
|
29
|
+
uses: pypa/cibuildwheel@v2.22.0
|
|
30
30
|
|
|
31
31
|
- uses: actions/upload-artifact@v4
|
|
32
32
|
with:
|
|
33
|
-
name: wheels-${{ matrix.os }}
|
|
33
|
+
name: artifacts-wheels-${{ matrix.os }}
|
|
34
34
|
path: ./wheelhouse/*.whl
|
|
35
35
|
|
|
36
36
|
build_sdist:
|
|
@@ -38,7 +38,7 @@ jobs:
|
|
|
38
38
|
if: contains(github.event.pull_request.labels.*.name, 'test-build') || github.event_name == 'push' && endsWith(github.event.ref, 'scylla')
|
|
39
39
|
runs-on: ubuntu-latest
|
|
40
40
|
steps:
|
|
41
|
-
- uses: actions/checkout@
|
|
41
|
+
- uses: actions/checkout@v4
|
|
42
42
|
|
|
43
43
|
- name: Build sdist
|
|
44
44
|
run: |
|
|
@@ -46,7 +46,7 @@ jobs:
|
|
|
46
46
|
|
|
47
47
|
- uses: actions/upload-artifact@v4
|
|
48
48
|
with:
|
|
49
|
-
name: source-dist
|
|
49
|
+
name: artifacts-source-dist
|
|
50
50
|
path: dist/*.tar.gz
|
|
51
51
|
|
|
52
52
|
integration_test_scylla:
|
|
@@ -54,7 +54,7 @@ jobs:
|
|
|
54
54
|
if: "!contains(github.event.pull_request.labels.*.name, 'disable-integration-test')"
|
|
55
55
|
runs-on: ubuntu-latest
|
|
56
56
|
steps:
|
|
57
|
-
- uses: actions/checkout@
|
|
57
|
+
- uses: actions/checkout@v4
|
|
58
58
|
|
|
59
59
|
- name: Start Scylla
|
|
60
60
|
run: |
|
|
@@ -69,6 +69,7 @@ jobs:
|
|
|
69
69
|
- name: pytest
|
|
70
70
|
run: |
|
|
71
71
|
pip install -r ./pylib/requirements.txt
|
|
72
|
+
./reloc/build_reloc.sh
|
|
72
73
|
pytest ./cqlshlib/test
|
|
73
74
|
|
|
74
75
|
integration_test_scylla_enterprise:
|
|
@@ -76,7 +77,7 @@ jobs:
|
|
|
76
77
|
if: "!contains(github.event.pull_request.labels.*.name, 'disable-integration-test')"
|
|
77
78
|
runs-on: ubuntu-latest
|
|
78
79
|
steps:
|
|
79
|
-
- uses: actions/checkout@
|
|
80
|
+
- uses: actions/checkout@v4
|
|
80
81
|
|
|
81
82
|
- name: Start Scylla
|
|
82
83
|
run: |
|
|
@@ -91,6 +92,7 @@ jobs:
|
|
|
91
92
|
- name: pytest
|
|
92
93
|
run: |
|
|
93
94
|
pip install -r ./pylib/requirements.txt
|
|
95
|
+
./reloc/build_reloc.sh
|
|
94
96
|
pytest ./cqlshlib/test
|
|
95
97
|
|
|
96
98
|
integration_test_scylla_cloud_bundle:
|
|
@@ -98,17 +100,13 @@ jobs:
|
|
|
98
100
|
if: "!contains(github.event.pull_request.labels.*.name, 'disable-integration-test')"
|
|
99
101
|
runs-on: ubuntu-latest
|
|
100
102
|
steps:
|
|
101
|
-
- uses: actions/checkout@
|
|
103
|
+
- uses: actions/checkout@v4
|
|
102
104
|
|
|
103
105
|
- name: Start Scylla cloud bundle setup with CCM
|
|
104
106
|
run: |
|
|
105
|
-
# install python2 is needed for scylla < 5.3, cause it bundle with old cqlsh
|
|
106
|
-
sudo apt update -y
|
|
107
|
-
sudo apt install -y python2
|
|
108
|
-
|
|
109
107
|
python3 -m pip install https://github.com/scylladb/scylla-ccm/archive/master.zip
|
|
110
108
|
|
|
111
|
-
ccm create test_sni -i 127.0.1. -n 1 --scylla --version release:
|
|
109
|
+
ccm create test_sni -i 127.0.1. -n 1 --scylla --version release:6.2
|
|
112
110
|
ccm start --sni-proxy --sni-port=8443
|
|
113
111
|
|
|
114
112
|
export CQL_TEST_BUNDLE_PATH=$(realpath ~/.ccm/test_sni/config_data.yaml)
|
|
@@ -118,6 +116,7 @@ jobs:
|
|
|
118
116
|
- name: pytest
|
|
119
117
|
run: |
|
|
120
118
|
pip install -r ./pylib/requirements.txt
|
|
119
|
+
./reloc/build_reloc.sh
|
|
121
120
|
pytest ./cqlshlib/test
|
|
122
121
|
|
|
123
122
|
integration_test_cassandra:
|
|
@@ -125,7 +124,7 @@ jobs:
|
|
|
125
124
|
if: "!contains(github.event.pull_request.labels.*.name, 'disable-integration-test')"
|
|
126
125
|
runs-on: ubuntu-latest
|
|
127
126
|
steps:
|
|
128
|
-
- uses: actions/checkout@
|
|
127
|
+
- uses: actions/checkout@v4
|
|
129
128
|
|
|
130
129
|
- name: Start Scylla
|
|
131
130
|
run: |
|
|
@@ -140,6 +139,7 @@ jobs:
|
|
|
140
139
|
- name: pytest
|
|
141
140
|
run: |
|
|
142
141
|
pip install -r ./pylib/requirements.txt
|
|
142
|
+
./reloc/build_reloc.sh
|
|
143
143
|
pytest ./cqlshlib/test
|
|
144
144
|
|
|
145
145
|
docker:
|
|
@@ -147,16 +147,16 @@ jobs:
|
|
|
147
147
|
if: github.event_name == 'push'
|
|
148
148
|
steps:
|
|
149
149
|
- name: Checkout
|
|
150
|
-
uses: actions/checkout@
|
|
150
|
+
uses: actions/checkout@v4
|
|
151
151
|
|
|
152
152
|
- name: Set up QEMU
|
|
153
|
-
uses: docker/setup-qemu-action@
|
|
153
|
+
uses: docker/setup-qemu-action@v3
|
|
154
154
|
|
|
155
155
|
- name: Set up Docker Buildx
|
|
156
|
-
uses: docker/setup-buildx-action@
|
|
156
|
+
uses: docker/setup-buildx-action@v3
|
|
157
157
|
|
|
158
158
|
- name: Login to Docker Hub
|
|
159
|
-
uses: docker/login-action@
|
|
159
|
+
uses: docker/login-action@v3
|
|
160
160
|
with:
|
|
161
161
|
username: ${{ secrets.DOCKER_HUB_USERNAME }}
|
|
162
162
|
password: ${{ secrets.DOCKER_HUB_ACCESS_TOKEN }}
|
|
@@ -171,7 +171,7 @@ jobs:
|
|
|
171
171
|
|
|
172
172
|
- name: Build and push release
|
|
173
173
|
if: endsWith(github.event.ref, '-scylla')
|
|
174
|
-
uses: docker/build-push-action@
|
|
174
|
+
uses: docker/build-push-action@v6
|
|
175
175
|
with:
|
|
176
176
|
context: .
|
|
177
177
|
file: ./Dockerfile
|
|
@@ -182,7 +182,7 @@ jobs:
|
|
|
182
182
|
scylladb/scylla-cqlsh:latest
|
|
183
183
|
|
|
184
184
|
- name: Build and push master
|
|
185
|
-
uses: docker/build-push-action@
|
|
185
|
+
uses: docker/build-push-action@v6
|
|
186
186
|
if: endsWith(github.event.ref, 'master')
|
|
187
187
|
with:
|
|
188
188
|
context: .
|
|
@@ -200,13 +200,13 @@ jobs:
|
|
|
200
200
|
# alternatively, to publish when a GitHub Release is created, use the following rule:
|
|
201
201
|
# if: github.event_name == 'release' && github.event.action == 'published'
|
|
202
202
|
steps:
|
|
203
|
-
- uses: actions/download-artifact@v4
|
|
203
|
+
- uses: actions/download-artifact@v4.1.8
|
|
204
204
|
with:
|
|
205
205
|
path: dist
|
|
206
|
+
pattern: artifacts-*
|
|
206
207
|
merge-multiple: true
|
|
207
208
|
|
|
208
209
|
- uses: pypa/gh-action-pypi-publish@release/v1
|
|
209
210
|
with:
|
|
210
|
-
skip-existing: true
|
|
211
211
|
user: __token__
|
|
212
212
|
password: ${{ secrets.PYPI_API_TOKEN }}
|
|
@@ -10,10 +10,10 @@ jobs:
|
|
|
10
10
|
dockerHubDescription:
|
|
11
11
|
runs-on: ubuntu-latest
|
|
12
12
|
steps:
|
|
13
|
-
- uses: actions/checkout@
|
|
13
|
+
- uses: actions/checkout@v4
|
|
14
14
|
|
|
15
15
|
- name: Docker Hub Description
|
|
16
|
-
uses: peter-evans/dockerhub-description@
|
|
16
|
+
uses: peter-evans/dockerhub-description@v4
|
|
17
17
|
with:
|
|
18
18
|
username: ${{ secrets.DOCKER_HUB_USERNAME }}
|
|
19
19
|
password: ${{ secrets.DOCKER_HUB_ACCESS_TOKEN }}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
FROM python:3.
|
|
1
|
+
FROM python:3.13-slim-bullseye AS compile-image
|
|
2
2
|
|
|
3
3
|
WORKDIR /usr/src/app
|
|
4
4
|
RUN DEBIAN_FRONTEND=noninteractive apt-get update && apt-get -y install --no-install-recommends git gcc libc6-dev
|
|
@@ -7,7 +7,7 @@ COPY . .
|
|
|
7
7
|
RUN pip install --user .
|
|
8
8
|
|
|
9
9
|
|
|
10
|
-
FROM python:3.
|
|
10
|
+
FROM python:3.13-slim-bullseye AS build-image
|
|
11
11
|
|
|
12
12
|
# Upgrade packages to the latest, pip as well.
|
|
13
13
|
RUN DEBIAN_FRONTEND=noninteractive apt-get update && apt-get -y upgrade && apt-get clean && rm -rf /var/lib/apt/lists/*
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
Metadata-Version: 2.
|
|
1
|
+
Metadata-Version: 2.2
|
|
2
2
|
Name: scylla-cqlsh
|
|
3
|
-
Version: 6.0.
|
|
3
|
+
Version: 6.0.25
|
|
4
4
|
Summary: cqlsh is a Python-based command-line client for running CQL commands on a scylla cluster.
|
|
5
5
|
Home-page: https://github.com/scylladb/scylla-cqlsh
|
|
6
6
|
Author: Israel Fruchter
|
|
@@ -18,6 +18,9 @@ Requires-Python: >=3.6
|
|
|
18
18
|
Description-Content-Type: text/markdown
|
|
19
19
|
License-File: LICENSE.txt
|
|
20
20
|
Requires-Dist: scylla-driver>=3.25.10
|
|
21
|
+
Dynamic: classifier
|
|
22
|
+
Dynamic: license
|
|
23
|
+
Dynamic: requires-dist
|
|
21
24
|
|
|
22
25
|
# scylla-cqlsh
|
|
23
26
|
|
|
@@ -32,6 +32,7 @@ import sys
|
|
|
32
32
|
import traceback
|
|
33
33
|
import warnings
|
|
34
34
|
import webbrowser
|
|
35
|
+
import logging
|
|
35
36
|
from contextlib import contextmanager
|
|
36
37
|
from glob import glob
|
|
37
38
|
from io import StringIO
|
|
@@ -201,6 +202,8 @@ parser.add_option('-k', '--keyspace', help='Authenticate to the given keyspace.'
|
|
|
201
202
|
parser.add_option("-f", "--file", help="Execute commands from FILE, then exit")
|
|
202
203
|
parser.add_option('--debug', action='store_true',
|
|
203
204
|
help='Show additional debugging information')
|
|
205
|
+
parser.add_option('--driver-debug', action='store_true',
|
|
206
|
+
help='Show additional driver debugging information')
|
|
204
207
|
parser.add_option('--coverage', action='store_true',
|
|
205
208
|
help='Collect coverage data')
|
|
206
209
|
parser.add_option("--encoding", help="Specify a non-default encoding for output."
|
|
@@ -2472,7 +2475,7 @@ def read_options(cmdlineargs, environment):
|
|
|
2472
2475
|
optvalues.timezone = option_with_default(configs.get, 'ui', 'timezone', None)
|
|
2473
2476
|
|
|
2474
2477
|
optvalues.debug = False
|
|
2475
|
-
|
|
2478
|
+
optvalues.driver_debug = False
|
|
2476
2479
|
optvalues.coverage = False
|
|
2477
2480
|
if 'CQLSH_COVERAGE' in environment.keys():
|
|
2478
2481
|
optvalues.coverage = True
|
|
@@ -2625,6 +2628,11 @@ def save_history():
|
|
|
2625
2628
|
|
|
2626
2629
|
|
|
2627
2630
|
def main(options, hostname, port):
|
|
2631
|
+
if options.driver_debug:
|
|
2632
|
+
logging.basicConfig(level=logging.DEBUG, format="%(asctime)s - %(name)s - %(levelname)s - %(message)s",
|
|
2633
|
+
stream=sys.stdout)
|
|
2634
|
+
logging.getLogger("cassandra").setLevel(logging.DEBUG)
|
|
2635
|
+
|
|
2628
2636
|
setup_cqlruleset(options.cqlmodule)
|
|
2629
2637
|
setup_cqldocs(options.cqlmodule)
|
|
2630
2638
|
init_history()
|
|
@@ -32,6 +32,7 @@ import sys
|
|
|
32
32
|
import traceback
|
|
33
33
|
import warnings
|
|
34
34
|
import webbrowser
|
|
35
|
+
import logging
|
|
35
36
|
from contextlib import contextmanager
|
|
36
37
|
from glob import glob
|
|
37
38
|
from io import StringIO
|
|
@@ -201,6 +202,8 @@ parser.add_option('-k', '--keyspace', help='Authenticate to the given keyspace.'
|
|
|
201
202
|
parser.add_option("-f", "--file", help="Execute commands from FILE, then exit")
|
|
202
203
|
parser.add_option('--debug', action='store_true',
|
|
203
204
|
help='Show additional debugging information')
|
|
205
|
+
parser.add_option('--driver-debug', action='store_true',
|
|
206
|
+
help='Show additional driver debugging information')
|
|
204
207
|
parser.add_option('--coverage', action='store_true',
|
|
205
208
|
help='Collect coverage data')
|
|
206
209
|
parser.add_option("--encoding", help="Specify a non-default encoding for output."
|
|
@@ -2472,7 +2475,7 @@ def read_options(cmdlineargs, environment):
|
|
|
2472
2475
|
optvalues.timezone = option_with_default(configs.get, 'ui', 'timezone', None)
|
|
2473
2476
|
|
|
2474
2477
|
optvalues.debug = False
|
|
2475
|
-
|
|
2478
|
+
optvalues.driver_debug = False
|
|
2476
2479
|
optvalues.coverage = False
|
|
2477
2480
|
if 'CQLSH_COVERAGE' in environment.keys():
|
|
2478
2481
|
optvalues.coverage = True
|
|
@@ -2625,6 +2628,11 @@ def save_history():
|
|
|
2625
2628
|
|
|
2626
2629
|
|
|
2627
2630
|
def main(options, hostname, port):
|
|
2631
|
+
if options.driver_debug:
|
|
2632
|
+
logging.basicConfig(level=logging.DEBUG, format="%(asctime)s - %(name)s - %(levelname)s - %(message)s",
|
|
2633
|
+
stream=sys.stdout)
|
|
2634
|
+
logging.getLogger("cassandra").setLevel(logging.DEBUG)
|
|
2635
|
+
|
|
2628
2636
|
setup_cqlruleset(options.cqlmodule)
|
|
2629
2637
|
setup_cqldocs(options.cqlmodule)
|
|
2630
2638
|
init_history()
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
Metadata-Version: 2.
|
|
1
|
+
Metadata-Version: 2.2
|
|
2
2
|
Name: scylla-cqlsh
|
|
3
|
-
Version: 6.0.
|
|
3
|
+
Version: 6.0.25
|
|
4
4
|
Summary: cqlsh is a Python-based command-line client for running CQL commands on a scylla cluster.
|
|
5
5
|
Home-page: https://github.com/scylladb/scylla-cqlsh
|
|
6
6
|
Author: Israel Fruchter
|
|
@@ -18,6 +18,9 @@ Requires-Python: >=3.6
|
|
|
18
18
|
Description-Content-Type: text/markdown
|
|
19
19
|
License-File: LICENSE.txt
|
|
20
20
|
Requires-Dist: scylla-driver>=3.25.10
|
|
21
|
+
Dynamic: classifier
|
|
22
|
+
Dynamic: license
|
|
23
|
+
Dynamic: requires-dist
|
|
21
24
|
|
|
22
25
|
# scylla-cqlsh
|
|
23
26
|
|
|
@@ -8,6 +8,7 @@ cqlshlib
|
|
|
8
8
|
install-dependencies.sh
|
|
9
9
|
install.sh
|
|
10
10
|
pyproject.toml
|
|
11
|
+
renovate.json
|
|
11
12
|
requirements.txt
|
|
12
13
|
setup.cfg
|
|
13
14
|
setup.py
|
|
@@ -43,9 +44,6 @@ dist/debian/debian/rules
|
|
|
43
44
|
dist/debian/debian/source/format
|
|
44
45
|
dist/debian/debian/source/options
|
|
45
46
|
dist/redhat/scylla-cqlsh.spec
|
|
46
|
-
pylib/Dockerfile.ubuntu.py3
|
|
47
|
-
pylib/Dockerfile.ubuntu.py37
|
|
48
|
-
pylib/Dockerfile.ubuntu.py38
|
|
49
47
|
pylib/README.asc
|
|
50
48
|
pylib/cassandra-cqlsh-tests.sh
|
|
51
49
|
pylib/requirements.txt
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{scylla_cqlsh-6.0.23 → scylla_cqlsh-6.0.25}/pylib/cqlshlib/test/test_authproviderhandling.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|