This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch
dependabot/maven/com.google.code.gson-gson-2.8.9
in repository https://gitbox.apache.org/repos/asf/phoenix-queryserver.git
discard a7c922d Bump gson from 2.2.4 to 2.8.9
add aea5305 PHOENIX-6727 get_view_names() returning empty list
add 30c523f PHOENIX-6735 Add supports_statement_cache attribute for
SqlAlchemy dialect
add 58aabde PHOENIX-6731 Regenerate the protobuf python classes from the
Avatica 1.21 .pb file with protoc 3.19
add 33b128c PHOENIX-6737 PhoenixDB test environment update
add bd1b369 PHOENIX-6739 Release python-phoenixdb 1.2.0
add c1bfbdf PHOENIX-6737 PhoenixDB test environment update (addendum: add
license header to docker-entrypoint.sh)
add 53509a6 Bump phoenixdb version to 1.2.1.dev0 after release
add f7fd09d PHOENIX-6762 Phoenix QueryServer cannot run correctly with
python 3.8+
add 0c1b57e PHOENIX-6771 Allow only "squash and merge" from GitHub UI
add c2f8db6 PHOENIX-6781 Fix flaky tests and define auch mech for SPNEGO
explicitly (#105)
add 0b11a1e PHOENIX-6750 Bump Avatica version to 1.21.0 in queryserver
(#104)
add a117fa8 Bump gson from 2.2.4 to 2.8.9
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (a7c922d)
\
N -- N -- N
refs/heads/dependabot/maven/com.google.code.gson-gson-2.8.9 (a117fa8)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
No new revisions were added by this update.
Summary of changes:
.../replace_jars_with_symlinks.sh => .asf.yaml | 35 +-
bin/daemon.py | 4 +-
.../end2end/SecureQueryServerPhoenixDBIT.java | 1 +
.../phoenix/queryserver/server/QueryServer.java | 10 +
pom.xml | 4 +-
python-phoenixdb/Dockerfile | 22 +-
python-phoenixdb/NEWS.rst | 9 +
python-phoenixdb/README.rst | 10 +-
.../avatica/__init__.py => docker-entrypoint.sh} | 11 +-
python-phoenixdb/gen-protobuf.sh | 5 +-
python-phoenixdb/phoenixdb/__init__.py | 16 +-
.../phoenixdb/avatica/proto/common_pb2.py | 1661 ++------------------
.../phoenixdb/avatica/proto/requests_pb2.py | 1297 +++------------
.../phoenixdb/avatica/proto/responses_pb2.py | 983 ++----------
python-phoenixdb/phoenixdb/sqlalchemy_phoenix.py | 6 +-
python-phoenixdb/phoenixdb/tests/test_db.py | 1 +
python-phoenixdb/phoenixdb/tests/test_dbapi20.py | 4 +-
.../phoenixdb/tests/test_sqlalchemy.py | 6 +
python-phoenixdb/requirements.txt | 4 +-
python-phoenixdb/setup.cfg | 4 -
python-phoenixdb/setup.py | 5 +-
python-phoenixdb/tox.ini | 10 +-
22 files changed, 558 insertions(+), 3550 deletions(-)
copy phoenix-queryserver-assembly/src/scripts/replace_jars_with_symlinks.sh =>
.asf.yaml (55%)
mode change 100755 => 100644
copy python-phoenixdb/{phoenixdb/avatica/__init__.py => docker-entrypoint.sh}
(79%)
mode change 100644 => 100755