Skip to content
Closed
Changes from 1 commit
Commits
Show all changes
113 commits
Select commit Hold shift + click to select a range
2565432
feat: DB-API driver + unit tests
mf2199 Oct 30, 2020
33b3fef
chore: imports in test files rearranged
mf2199 Oct 30, 2020
04ad15b
chore: added coding directive
mf2199 Oct 31, 2020
38cfd73
chore:
mf2199 Oct 31, 2020
bbc378a
chore: encoding directive
mf2199 Oct 31, 2020
ecf2e49
chore: skipping Python 2 incompatible tests
mf2199 Oct 31, 2020
f69dc3b
chore: skipping Python 2 incompatible tests
mf2199 Oct 31, 2020
403c097
chore: skipping Python 2 incompatible tests
mf2199 Oct 31, 2020
541ce56
chore: skipping Python 2 incompatible tests
mf2199 Oct 31, 2020
054e841
chore: lint format
mf2199 Oct 31, 2020
6e99664
Merge branch 'master' into spanner-dbapi
mf2199 Nov 2, 2020
abb2281
chore: remove old generated files
larkee Aug 25, 2020
b660ddb
chore: remove type files
larkee Aug 25, 2020
5114db3
refactor: move handwritten files to google/cloud/spanner
larkee Aug 26, 2020
cdf9795
chore: update synth.py
larkee Aug 26, 2020
ef6835b
chore: regen library via microgenerator
larkee Aug 26, 2020
848d576
fix: update imports to use new files
larkee Aug 26, 2020
936efd3
fix: update _helper.py
larkee Aug 28, 2020
2969885
update backup.py
larkee Aug 28, 2020
419ab72
fix: update batch.py
larkee Aug 28, 2020
cc32144
fix: update param_types.py
larkee Aug 28, 2020
9109bb0
fix: update pool.py
larkee Aug 28, 2020
47df3d7
test: update test_keyset.py
larkee Aug 28, 2020
f1db0cc
test: update test__opentelemetry_tracing.py
larkee Aug 28, 2020
2ab6b3b
fix: update client.py
larkee Sep 11, 2020
2f77e43
test: update test_client.py
larkee Sep 11, 2020
eea1b8f
fix: update database.py
larkee Sep 11, 2020
3a08a9a
test: update test_database.py
larkee Sep 11, 2020
e111612
fix: update commmit call missing kwarg
larkee Sep 11, 2020
241d71a
test: update test_session.py
larkee Sep 11, 2020
8cdbe3d
fix: update streamed.py
larkee Sep 14, 2020
8335288
test: update TestStreamedResultSet tests in streamed.py
larkee Sep 14, 2020
979a6d8
fix: update instance.py
larkee Sep 14, 2020
67b2498
test: update test_instance.py
larkee Sep 14, 2020
44b658a
fix: add _parse_value method to _helper.py
larkee Sep 14, 2020
bb36c79
test: update test/_helper.py
larkee Sep 14, 2020
ff42abd
fix: update transaction.py and test_transaction.py
larkee Sep 14, 2020
b8bd42b
fix: remove creating list_value_pb
larkee Sep 14, 2020
68677ed
fix: update snapshot.py and test_snapshot.py
larkee Sep 14, 2020
606258b
fix: update setup.py
larkee Sep 14, 2020
0c49604
fix: use struct pb for partition_query
larkee Sep 15, 2020
e19d072
fix: support merging RepeatedComposite objects
larkee Sep 16, 2020
e3a2b5f
fix: replace dict with Statements
larkee Sep 16, 2020
1ee13ef
fix: replace dict with Statements
larkee Sep 16, 2020
3b4658d
lint: format code
larkee Sep 16, 2020
c4089ba
fix: update synth.py
larkee Sep 17, 2020
db6bdde
chore: regen with gapic-generator v0.33.4
larkee Sep 22, 2020
e1a2ee4
test: increase test coverage
larkee Sep 23, 2020
337bdc1
fix: use backup pb instead of dict
larkee Sep 23, 2020
a234605
fix: update api calls to use supported kwargs
larkee Sep 23, 2020
b09235d
fix: update api calls to use supported kwargs and remove unused function
larkee Sep 23, 2020
0e91e39
test: update system tests
larkee Sep 23, 2020
66b461a
test: add tests for _parse_value function
larkee Sep 23, 2020
df46d22
test: update empty list Value to correctly reflect the format
larkee Sep 24, 2020
70cd659
refactor: use _parse_value in _parse_value_pb
larkee Sep 24, 2020
473ee33
refactor: remove unneeded wrapper classes
larkee Sep 24, 2020
b1c5c03
fix: use default retry (see golang) as ExecuteStreamingSql does not d…
larkee Sep 24, 2020
0a20a9d
refactor: remove unneeded wrapper class
larkee Sep 24, 2020
6e5543f
fix: use pb for params kwargs
larkee Sep 24, 2020
fed07cb
test: increase coverage
larkee Sep 24, 2020
fc51e9a
test: correctly assert UNKNOWN error
larkee Sep 24, 2020
19b67ea
chore: remove unneeded replacesments and regen with gapic-generator v…
larkee Sep 24, 2020
c9a558a
fix: update kwarg to type_
larkee Sep 24, 2020
d0490e3
refactor: remove unused imports
larkee Sep 24, 2020
17b51be
refactor: remove unused imports
larkee Sep 24, 2020
c58aa1f
fix: update kwarg to all_
larkee Sep 24, 2020
4f83697
fix: update kwarg to type_
larkee Sep 24, 2020
2bdf0d6
fix: update kwarg and attribute to type_
larkee Sep 24, 2020
f24f53f
fix: update kwarg to type_
larkee Sep 24, 2020
83f2ffd
test: fix test name
larkee Sep 24, 2020
646d285
style: format code
larkee Sep 24, 2020
49b6b01
fix: update kwarg to type_
larkee Sep 24, 2020
e032c4b
fix: update api calls
larkee Sep 24, 2020
70ceef0
test: update param types to use param_types types
larkee Sep 24, 2020
eb095de
test: update numeric tests
larkee Sep 24, 2020
1536ab2
test: remove unused variable
larkee Sep 24, 2020
c0b8cae
refactor: remove unused import
larkee Sep 24, 2020
91dc82b
docs: update doc references
larkee Sep 25, 2020
b2452b1
test: increase test coverage
larkee Sep 28, 2020
122f6fc
chore: test with and without opentelemetry for full test coverage
larkee Sep 28, 2020
2a4ab0c
chore: regen samples README
larkee Oct 2, 2020
b1a4e56
fix: update emulator Github action
larkee Oct 2, 2020
ae4de3e
docs: manually fix typo that breaks docs
larkee Oct 8, 2020
af63a6c
docs: remove unsupported markdown and point to link with removed info
larkee Oct 8, 2020
83a6a97
docs: fix broken hyperlink
larkee Oct 8, 2020
d8f6848
chore: add replacement for docs formatting issue
larkee Oct 8, 2020
a84d054
chore: regen library (via synth)
larkee Oct 8, 2020
1a78dd6
chore: exclude noxfile.py from being generated
larkee Oct 8, 2020
739c458
refator: move handwritten files back into google/cloud/spanner_v1
larkee Oct 12, 2020
b715807
style: fix lint
larkee Oct 12, 2020
25dcf82
fix: update sample to use correct type
larkee Oct 15, 2020
3be1d2a
fix: create alias for proto types
larkee Oct 15, 2020
b4123f6
fix: update imports
larkee Oct 22, 2020
456a4ac
test: update test to use proto-plus structures
larkee Oct 22, 2020
2c3eed0
ci: update python version for emulator tests
larkee Oct 22, 2020
6518f62
fix: update backup pagination example
larkee Oct 26, 2020
8471be9
test: revert test_keyset for coverage
larkee Oct 26, 2020
50168d2
test: fix expected ranges
larkee Oct 26, 2020
b220311
fix: ignore google/cloud/spanner_v1/__init__.py for regen
larkee Oct 26, 2020
0c5fa5a
chore: regen (via synth)
larkee Oct 26, 2020
1482435
docs: revert import changes
larkee Nov 3, 2020
bf06add
refactor: address comments
larkee Nov 3, 2020
3e14363
docs: add UPDATING guide
larkee Nov 5, 2020
82f83f2
refactor: revert imports
larkee Nov 5, 2020
4a49b1f
chore: license headers updated
mf2199 Nov 5, 2020
f7d859a
feat: remove deprecated arguments
larkee Nov 6, 2020
eb44c0a
docs: update guide to mention deprecated arguments
larkee Nov 6, 2020
0874d1e
test: lower required coverage to 99%
larkee Nov 6, 2020
21a2fa9
test: remove deprecated options
larkee Nov 9, 2020
856f17a
style: fix lint error
larkee Nov 9, 2020
2676c39
Update UPGRADING.md
larkee Nov 9, 2020
e3d12ca
chore: minor fixes
mf2199 Nov 10, 2020
caf6309
Merge branch 'spanner-dbapi' into 147-160-merge-test
c24t Nov 10, 2020
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
ci: update python version for emulator tests
  • Loading branch information
larkee committed Nov 3, 2020
commit 2c3eed0d1e3567851fc3eaeb31b85b09d9ac4c1f
2 changes: 1 addition & 1 deletion .github/workflows/integration-tests-against-emulator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v2
with:
python-version: 3.7
python-version: 3.8
- name: Install nox
run: python -m pip install nox
- name: Run system tests
Expand Down